Searched defs:ElfSym (Results 1 – 3 of 3) sorted by relevance
433 struct ElfSym { struct435 static Defined *bss;438 static Defined *etext1;439 static Defined *etext2;442 static Defined *edata1;443 static Defined *edata2;446 static Defined *end1;447 static Defined *end2;452 static Defined *globalOffsetTable;455 static Defined *mipsGp;[all …]
577 if (const auto *ElfSym = dyn_cast<const MCSymbolELF>(Sym)) { in isMicroMips() local