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

  /bionic/libc/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:
301 // This method compresses a contiguous stretch of R_ARM_RELATIVE
314 // all of our R_ARM_RELATIVE entries in the expected order followed
348 if (section_relocs_iter->r_info != R_ARM_RELATIVE ||
encoded_program.cc 652 pending_elf_relocation_table_type = R_ARM_RELATIVE;
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 152 case llvm::ELF::R_ARM_RELATIVE:
259 case llvm::ELF::R_ARM_RELATIVE: {
475 case llvm::ELF::R_ARM_RELATIVE: {
560 // Check if symbol can use relocation R_ARM_RELATIVE
604 rel_entry.setType(llvm::ELF::R_ARM_RELATIVE);
701 if (pType == llvm::ELF::R_ARM_RELATIVE)
835 helper_DynRel(pReloc, llvm::ELF::R_ARM_RELATIVE, pParent);
846 // If we generate a dynamic relocation (except R_ARM_RELATIVE)
851 helper_DynRel(pReloc, llvm::ELF::R_ARM_RELATIVE, pParent);
    [all...]
  /bionic/linker/
linker.cpp 898 case R_ARM_RELATIVE: /* Don't care. */
1001 case R_ARM_RELATIVE:
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 692 R_ARM_RELATIVE = 0x17,
    [all...]
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 688 R_ARM_RELATIVE = 0x17
    [all...]
  /external/qemu/
elf.h 557 #define R_ARM_RELATIVE 23 /* Adjust by program base */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h     [all...]
  /external/elfutils/libelf/
elf.h     [all...]
  /external/llvm/include/llvm/Object/
ELF.h     [all...]
  /external/valgrind/main/perf/
tinycc.c     [all...]

Completed in 401 milliseconds