Home
last modified time | relevance | path

Searched defs:ElfSym (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDSymbols.h419 struct ElfSym { struct
421 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 …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsAsmBackend.cpp577 if (const auto *ElfSym = dyn_cast<const MCSymbolELF>(Sym)) { in isMicroMips() local