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

  /bionic/libc/arch-arm/include/machine/
elf_machdep.h 74 #define R_ARM_RELATIVE 23
  /development/ndk/platforms/android-L/arch-arm/include/machine/
elf_machdep.h 74 #define R_ARM_RELATIVE 23
  /external/chromium_org/courgette/
types_elf.h 145 R_ARM_RELATIVE = 23,
disassembler_elf_32_arm.cc 283 case R_ARM_RELATIVE:
299 // This method compresses a contiguous stretch of R_ARM_RELATIVE
312 // all of our R_ARM_RELATIVE entries in the expected order followed
346 if (section_relocs_iter->r_info != R_ARM_RELATIVE ||
encoded_program.cc 653 pending_elf_relocation_table_type = R_ARM_RELATIVE;
  /external/chromium_org/tools/relocation_packer/src/
elf_traits.h 58 enum { kRelativeRelocationCode = R_ARM_RELATIVE };
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/machine/
elf_machdep.h 74 #define R_ARM_RELATIVE 23
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_elf_relocations.cpp 44 #define R_ARM_RELATIVE 23
46 #define RELATIVE_RELOCATION_CODE R_ARM_RELATIVE
108 case R_ARM_RELATIVE:
605 case R_ARM_RELATIVE:
606 RLOG(" R_ARM_RELATIVE target=%p (%p) bias=%p\n",
880 case R_ARM_RELATIVE:
  /ndk/sources/android/crazy_linker/src/
crazy_linker_elf_relocations.cpp 42 #define R_ARM_RELATIVE 23
91 case R_ARM_RELATIVE:
431 case R_ARM_RELATIVE:
432 RLOG(" R_ARM_RELATIVE target=%p (%p) bias=%p\n",
700 case R_ARM_RELATIVE:
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 62 // Check if symbol can use relocation R_ARM_RELATIVE
113 rel_entry.setType(llvm::ELF::R_ARM_RELATIVE);
183 if (pType == llvm::ELF::R_ARM_RELATIVE)
444 case llvm::ELF::R_ARM_RELATIVE:
506 helper_DynRel_init(pReloc, llvm::ELF::R_ARM_RELATIVE, *this);
570 case llvm::ELF::R_ARM_RELATIVE: {
632 helper_DynRel_init(pReloc, llvm::ELF::R_ARM_RELATIVE, *this);
783 case llvm::ELF::R_ARM_RELATIVE: {
862 // If we generate a dynamic relocation (except R_ARM_RELATIVE)
    [all...]
  /external/llvm/lib/Object/
ELF.cpp 298 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_ARM_RELATIVE);
    [all...]
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 688 R_ARM_RELATIVE = 0x17
    [all...]
  /external/qemu/include/
elf.h 673 #define R_ARM_RELATIVE 23 /* Adjust by program base */
    [all...]
  /bionic/linker/
linker.cpp     [all...]
  /art/runtime/
elf.h 699 R_ARM_RELATIVE = 0x17,
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 714 R_ARM_RELATIVE = 0x17,
    [all...]
  /external/elfutils/0.153/libelf/
elf.h     [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...]
  /external/valgrind/main/perf/
tinycc.c     [all...]

Completed in 532 milliseconds