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

1 2 3

  /external/syslinux/gnu-efi/gnu-efi-3.0/gnuefi/
reloc_ia32.c 50 case DT_REL:
  /art/runtime/
elf_utils.h 88 case DT_REL:
  /external/syslinux/com32/lib/sys/module/i386/
elf_module.c 290 if (dyn_entry->d_un.d_val != DT_REL) {
299 case DT_REL:
  /external/syslinux/com32/lib/sys/module/x86_64/
elf_module.c 293 if (dyn_entry->d_un.d_val != DT_REL && dyn_entry->d_un.d_val != DT_RELA) {
303 case DT_REL:
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 145 reserveOne(llvm::ELF::DT_REL);
239 applyOne(llvm::ELF::DT_PLTREL, llvm::ELF::DT_REL);
249 applyOne(llvm::ELF::DT_REL, pFormat.getRelDyn().addr());
  /external/elfutils/tests/
alldts.c 50 DT_SYMBOLIC, DT_REL, DT_RELSZ, DT_RELENT,
  /external/syslinux/com32/include/sys/
elfcommon.h 79 #define DT_REL 17 /* Address of Rel relocs */
  /bionic/libc/kernel/uapi/linux/
elf.h 75 #define DT_REL 17
  /external/kernel-headers/original/uapi/linux/
elf.h 91 #define DT_REL 17
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf.h 99 #define DT_REL 17
  /bionic/tools/relocation_packer/src/
elf_file.cc 529 tag == DT_REL ||
809 ReplaceDynamicEntry<ELF>(relocations_type_ == REL ? DT_REL : DT_RELA, dyn, &dynamics);
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 316 #define DT_REL 17 /* Address of ElfNN_Rel relocations. */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 316 #define DT_REL 17 /* Address of ElfNN_Rel relocations. */
    [all...]
Elf32Convert.c 1015 case DT_REL:
1040 // The PT_DYNAMIC section contains DT_REL relocations whose r_offset
1064 // Older versions of the ARM ELF (SWS ESPC 0003 B-02) specification define DT_REL
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h     [all...]
  /toolchain/binutils/binutils-2.27/include/elf/
common.h     [all...]
  /external/elfutils/src/
elflint.c     [all...]
i386_ld.c 518 return DT_REL;
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 75 /// order (DT_REL, DT_RELSZ, DT_RELENT for example).
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h     [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...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/BinaryFormat/
ELF.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/BinaryFormat/
ELF.h     [all...]

Completed in 171 milliseconds

1 2 3