HomeSort by relevance Sort by last modified time
    Searched full:verdef (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
elf_mem_image.h 95 const ElfW(Verdef)* GetVerdef(int index) const;
96 const ElfW(Verdaux)* GetVerdefAux(const ElfW(Verdef) *verdef) const;
122 const ElfW(Verdef) *verdef_;
elf_mem_image.cc 158 const ElfW(Verdef) *ElfMemImage::GetVerdef(int index) const {
160 const ElfW(Verdef) *version_definition = verdef_;
165 reinterpret_cast<const ElfW(Verdef) *>(version_definition_as_char +
172 const ElfW(Verdef) *verdef) const {
173 return reinterpret_cast<const ElfW(Verdaux) *>(verdef+1);
287 verdef_ = reinterpret_cast<ElfW(Verdef) *>(value);
408 const ElfW(Verdef) *version_definition = NULL;
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
elf_mem_image.h 95 const ElfW(Verdef)* GetVerdef(int index) const;
96 const ElfW(Verdaux)* GetVerdefAux(const ElfW(Verdef) *verdef) const;
122 const ElfW(Verdef) *verdef_;
elf_mem_image.cc 158 const ElfW(Verdef) *ElfMemImage::GetVerdef(int index) const {
160 const ElfW(Verdef) *version_definition = verdef_;
165 reinterpret_cast<const ElfW(Verdef) *>(version_definition_as_char +
172 const ElfW(Verdef) *verdef) const {
173 return reinterpret_cast<const ElfW(Verdaux) *>(verdef+1);
287 verdef_ = reinterpret_cast<ElfW(Verdef) *>(value);
408 const ElfW(Verdef) *version_definition = NULL;
  /external/elfutils/0.153/libelf/
abstract.h 220 # define Verdef(Bits, Ext) \
221 START (Bits, Verdef, Ext##Verdef) \
229 END (Bits, Ext##Verdef)
232 Verdef (32, Ext)
234 Verdef (64, Ext)
elf_getdata.c 114 [ELF_T_VDEF] = __alignof__ (ElfW2(Bits,Verdef)), \
elf.h     [all...]
  /external/llvm/include/llvm/Object/
ELF.h 273 // Records for each version index the corresponding Verdef or Vernaux entry.
280 VersionMapEntry(const Elf_Verdef *verdef)
281 : PointerIntPair<const void*, 1>(verdef, 0) { }
438 unsigned vd_count = sec->sh_info; // Number of Verdef entries
441 // The first Verdef entry is at the start of the section.
449 report_fatal_error("Unexpected verdef version");
    [all...]
ELFTypes.h 213 Elf_Word vd_next; // Offset to the next Verdef entry (in bytes)
215 /// Get the first Verdaux entry for this Verdef.
  /external/elfutils/0.153/
TODO 128 always BASE in verdef
NEWS 928 Fix bug in verdef section generation in ld.
  /external/elfutils/0.153/libebl/
ebldynamictagname.c 114 "RELACOUNT", "RELCOUNT", "FLAGS_1", "VERDEF", "VERDEFNUM",
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/
ld-2.11.1.so 
ld-linux.so.2 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
ld-2.11.1.so 
ld-linux.so.2 
  /external/elfutils/0.153/src/
readelf.c 2111 GElf_Verdef *verdef = gelf_getverdef (verdef_data, 0, local
    [all...]
elflint.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
elf.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h     [all...]
  /art/runtime/
elf.h     [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /prebuilts/sdk/tools/linux/
arm-linux-androideabi-ld 
i686-linux-android-ld 
  /external/valgrind/main/perf/
tinycc.c 724 Elf32_Word vd_next; /* Offset in bytes to next verdef
736 Elf64_Word vd_next; /* Offset in bytes to next verdef
    [all...]

Completed in 414 milliseconds

1 2