Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.h517 struct ElfSym { struct
519 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 …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp593 if (const auto *ElfSym = dyn_cast<const MCSymbolELF>(Sym)) { in isMicroMips() local