HomeSort by relevance Sort by last modified time
    Searched refs:DT_GNU_HASH (Results 1 - 21 of 21) sorted by null

  /external/elfutils/libebl/
ebldynamictagname.c 74 else if (tag >= DT_GNU_HASH && tag <= DT_SYMINFO)
83 res = addrrntags[tag - DT_GNU_HASH];
ebldynamictagcheck.c 46 || (tag >= DT_GNU_HASH && tag <= DT_SYMINFO)
  /bionic/libc/include/
elf.h 175 #define DT_GNU_HASH 0x6ffffef5
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 124 reserveOne(llvm::ELF::DT_GNU_HASH);
224 applyOne(llvm::ELF::DT_GNU_HASH, pFormat.getGNUHashTab().addr());
  /external/elfutils/tests/
alldts.c 58 DT_POSFLAG_1, DT_SYMINSZ, DT_SYMINENT, DT_GNU_HASH,
  /toolchain/binutils/binutils-2.25/include/elf/
common.h     [all...]
  /bionic/tools/relocation_packer/src/
elf_file.cc 525 tag == DT_GNU_HASH ||
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]
  /art/runtime/
elf.h     [all...]
  /external/elfutils/libdwfl/
dwfl_module_getdwarf.c 863 case DT_GNU_HASH:
    [all...]
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp.h 728 DT_GNU_HASH = 0x6ffffef5,
    [all...]
  /external/elfutils/libelf/
elf.h 767 #define DT_GNU_HASH 0x6ffffef5 /* GNU-style hash table. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 713 #define DT_GNU_HASH 0x6ffffef5 /* GNU-style hash table. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h 722 #define DT_GNU_HASH 0x6ffffef5 /* GNU-style hash table. */
    [all...]
  /external/elfutils/src/
elflint.c     [all...]
  /bionic/linker/
linker.cpp     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elflink.c     [all...]
elf.c 218 /* DT_GNU_HASH hash function. Do not change this function; you will
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c     [all...]
  /toolchain/binutils/binutils-2.25/gold/
layout.cc     [all...]

Completed in 806 milliseconds