HomeSort by relevance Sort by last modified time
    Searched refs:Elf32_Sym (Results 26 - 50 of 69) sorted by null

12 3

  /frameworks/compile/mclinker/lib/LD/
ELFReader.cpp 70 size_t entsize = pRegion.size() / sizeof(llvm::ELF::Elf32_Sym);
71 const llvm::ELF::Elf32_Sym* symtab =
72 reinterpret_cast<const llvm::ELF::Elf32_Sym*>(pRegion.begin());
439 sizeof(llvm::ELF::Elf32_Sym) * pSymIdx;
441 pInput.memArea()->request(offset, sizeof(llvm::ELF::Elf32_Sym));
442 const llvm::ELF::Elf32_Sym* entry =
443 reinterpret_cast<const llvm::ELF::Elf32_Sym*>(symbol_region.begin());
    [all...]
  /external/kmod/libkmod/
libkmod-elf.c 775 symlen = sizeof(Elf32_Sym);
797 Elf32_Sym *s;
838 Elf32_Sym *s;
958 symlen = sizeof(Elf32_Sym);
1004 Elf32_Sym *s;
1099 Elf32_Sym *s;
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 147 void emitSymbol32(llvm::ELF::Elf32_Sym& pSym32,
  /system/core/libunwindstack/
ElfInterface.cpp 577 template bool ElfInterface::GetFunctionNameWithTemplate<Elf32_Sym>(uint64_t, uint64_t, std::string*,
582 template bool ElfInterface::GetGlobalVariableWithTemplate<Elf32_Sym>(const std::string&, uint64_t*);
  /bionic/libc/kernel/uapi/linux/
elf.h 153 typedef struct elf32_sym { struct
160 } Elf32_Sym;
  /external/kernel-headers/original/uapi/linux/
elf.h 183 typedef struct elf32_sym{ struct
190 } Elf32_Sym;
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 368 void emitSymbol32(llvm::ELF::Elf32_Sym& pSym32,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf.h 191 typedef struct elf32_sym{ struct
198 } Elf32_Sym;
  /external/elfutils/src/
i386_ld.c 469 if (((Elf32_Sym *) dynsymdata->d_buf)[ndxtosym[idx]->outdynsymidx].st_shndx != SHN_UNDEF)
474 ((Elf32_Sym *) dynsymdata->d_buf)[pltidx].st_value = pltentryaddr;
479 ((Elf32_Sym *) symdata->d_buf)[nsym - statep->nplt
    [all...]
  /external/valgrind/perf/
tinycc.c 384 } Elf32_Sym;
438 /* Both Elf32_Sym and Elf64_Sym use the same one-byte st_info field. */
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceELFObjectWriter.cpp 92 ELF64 ? sizeof(Elf64_Sym) : sizeof(Elf32_Sym);
93 static_assert(sizeof(Elf64_Sym) == 24 && sizeof(Elf32_Sym) == 16,
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 825 sizeof(llvm::ELF::Elf32_Sym));
848 file_format->getSymTab().setSize(symtab * sizeof(llvm::ELF::Elf32_Sym));
869 void GNULDBackend::emitSymbol32(llvm::ELF::Elf32_Sym& pSym,
929 llvm::ELF::Elf32_Sym* symtab32 = NULL;
932 symtab32 = (llvm::ELF::Elf32_Sym*)symtab_region.begin();
    [all...]
  /external/google-breakpad/src/common/solaris/
dump_symbols.cc 59 typedef Elf32_Sym Elf_Sym;
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 807 struct Elf32_Sym {
    [all...]
  /system/core/libunwindstack/tests/
SymbolsTest.cpp 397 typedef ::testing::Types<Elf32_Sym, Elf64_Sym> SymbolsTestTypes;
ElfInterfaceTest.cpp 845 InitSectionHeaders<Elf32_Ehdr, Elf32_Shdr, Elf32_Sym, ElfInterface32>(sizeof(Elf32_Shdr));
853 InitSectionHeaders<Elf32_Ehdr, Elf32_Shdr, Elf32_Sym, ElfInterface32>(0x100);
    [all...]
  /art/runtime/
elf.h     [all...]
  /device/google/contexthub/util/nanoapp_postprocess/
postprocess_elf.c 735 const Elf32_Sym *syms = (const Elf32_Sym *) app->symtab.data;
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
Elf32Convert.c 83 typedef Elf32_Sym Elf_Sym;
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h     [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 879 symtab.setSize(symtab.size() + sizeof(llvm::ELF::Elf32_Sym));
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 587 symtab.setSize(symtab.size() + sizeof(llvm::ELF::Elf32_Sym));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ELF.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/BinaryFormat/
ELF.h     [all...]

Completed in 1122 milliseconds

12 3