Searched defs:ElfSym (Results 1 – 6 of 6) sorted by relevance
98 type ElfSym struct { struct99 name string100 value uint64101 size uint64102 bind elf.SymBind103 type_ elf.SymType104 other uint8105 shndx elf.SectionIndex106 sym loader.Sym846 func readelfsym(l *loader.Loader, arch *sys.Arch, elfobj *ElfObj, i int, elfsym *ElfSym, needSym in…
41 using ElfSym = ElfW(Sym); variable
178 using ElfSym = ElfW(Sym); variable
577 if (const auto *ElfSym = dyn_cast<const MCSymbolELF>(Sym)) { in isMicroMips() local
591 if (const auto *ElfSym = dyn_cast<const MCSymbolELF>(Sym)) { in isMicroMips() local
49 using ElfSym = std::conditional_t<host_cpu::Is64Bit(), Elf64_Sym, Elf32_Sym>; typedef