Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/loadelf/
Dldelf.go98 type ElfSym struct { struct
99 name string
100 value uint64
101 size uint64
102 bind elf.SymBind
103 type_ elf.SymType
104 other uint8
105 shndx elf.SectionIndex
106 sym loader.Sym
846 func readelfsym(l *loader.Loader, arch *sys.Arch, elfobj *ElfObj, i int, elfsym *ElfSym, needSym in…
/aosp_15_r20/frameworks/libs/binary_translation/tiny_loader/include/berberis/tiny_loader/
Delf_types.h41 using ElfSym = ElfW(Sym); variable
/aosp_15_r20/system/chre/platform/shared/include/chre/platform/shared/
H A Dnanoapp_loader.h178 using ElfSym = ElfW(Sym); variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp577 if (const auto *ElfSym = dyn_cast<const MCSymbolELF>(Sym)) { in isMicroMips() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp591 if (const auto *ElfSym = dyn_cast<const MCSymbolELF>(Sym)) { in isMicroMips() local
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/util/
H A Dminielf.cc49 using ElfSym = std::conditional_t<host_cpu::Is64Bit(), Elf64_Sym, Elf32_Sym>; typedef