Searched defs:ElfSym (Results 1 – 2 of 2) sorted by relevance
419 struct ElfSym { struct421 static Defined *bss;424 static Defined *etext1;425 static Defined *etext2;428 static Defined *edata1;429 static Defined *edata2;432 static Defined *end1;433 static Defined *end2;438 static Defined *globalOffsetTable;441 static Defined *mipsGp;[all …]
577 if (const auto *ElfSym = dyn_cast<const MCSymbolELF>(Sym)) { in isMicroMips() local