Searched defs:ElfSym (Results 1 – 2 of 2) sorted by relevance
517 struct ElfSym { struct519 static Defined *bss;522 static Defined *etext1;523 static Defined *etext2;526 static Defined *edata1;527 static Defined *edata2;530 static Defined *end1;531 static Defined *end2;536 static Defined *globalOffsetTable;539 static Defined *mipsGp;[all …]
593 if (const auto *ElfSym = dyn_cast<const MCSymbolELF>(Sym)) { in isMicroMips() local