HomeSort by relevance Sort by last modified time
    Searched refs:SHT_HASH (Results 1 - 25 of 57) sorted by null

1 2 3

  /frameworks/compile/mclinker/lib/LD/
ELFDynObjFileFormat.cpp 36 llvm::ELF::SHT_HASH,
ELFExecFileFormat.cpp 37 llvm::ELF::SHT_HASH,
ELFObjectWriter.cpp 577 if (llvm::ELF::SHT_HASH == pSection.type() ||
600 if (llvm::ELF::SHT_HASH == pSection.type() ||
  /external/elfutils/libelf/
elf_getdata.c 59 [SHT_HASH] = ELF_T_WORD,
127 if (sh_type == SHT_HASH && elf->class == ELFCLASS64)
269 else if (type == SHT_HASH)
elf32_updatenull.c 243 case SHT_HASH:
  /external/syslinux/com32/include/sys/
elfcommon.h 198 #define SHT_HASH 5
  /bionic/libc/kernel/uapi/linux/
elf.h 230 #define SHT_HASH 5
  /external/kernel-headers/original/uapi/linux/
elf.h 272 #define SHT_HASH 5
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf.h 280 #define SHT_HASH 5
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 213 #define SHT_HASH 5 /* symbol hash table section */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 213 #define SHT_HASH 5 /* symbol hash table section */
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 707 SHT_HASH = 5, // Symbol hash table.
    [all...]
  /toolchain/binutils/binutils-2.27/include/elf/
common.h 460 #define SHT_HASH 5 /* A symbol hash table */
    [all...]
  /art/compiler/linker/
elf_builder.h 536 hash_(this, ".hash", SHT_HASH, SHF_ALLOC, &dynsym_, 0, sizeof(Elf_Word), sizeof(Elf_Word)),
    [all...]
  /build/soong/cmd/symbol_inject/
elf_symboldata_test.go 36 elf.SectionHeader{Name: ".hash", Type: elf.SHT_HASH, Flags: elf.SHF_ALLOC, Addr: 0x400278, Offset: 0x278, Size: 0x24, Link: 0x4, Info: 0x0, Addralign: 0x8, Entsize: 0x4, FileSize: 0x24},
149 elf.SectionHeader{Name: ".hash", Type: elf.SHT_HASH, Flags: elf.SHF_ALLOC, Addr: 0x400278, Offset: 0x278, Size: 0x24, Link: 0x4, Info: 0x0, Addralign: 0x8, Entsize: 0x4, FileSize: 0x24},
  /external/elfutils/src/
elfcmp.c 67 N_("Ignore permutation of buckets in SHT_HASH section"), 0 },
115 /* True iff SHT_HASH treatment should be generous. */
519 && shdr1->sh_type == SHT_HASH
  /external/llvm/include/llvm/Support/
ELF.h 670 SHT_HASH = 5, // Symbol hash table.
    [all...]
  /external/llvm/lib/ObjectYAML/
ELFYAML.cpp 362 ECase(SHT_HASH)
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h 671 SHT_HASH = 5, // Symbol hash table.
    [all...]
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 79 case llvm::ELF::SHT_HASH:
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ELF.h 673 SHT_HASH = 5, // Symbol hash table.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/BinaryFormat/
ELF.h 675 SHT_HASH = 5, // Symbol hash table.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/BinaryFormat/
ELF.h 675 SHT_HASH = 5, // Symbol hash table.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/BinaryFormat/
ELF.h 720 SHT_HASH = 5, // Symbol hash table.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/BinaryFormat/
ELF.h 720 SHT_HASH = 5, // Symbol hash table.
    [all...]

Completed in 960 milliseconds

1 2 3