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

1 2

  /external/elfutils/0.153/backends/
x86_64_symbol.c 46 case R_X86_64_32:
  /bionic/libc/arch-x86_64/include/machine/
elf_machdep.h 32 #define R_X86_64_32 10
  /development/ndk/platforms/android-L/arch-x86_64/include/machine/
elf_machdep.h 32 #define R_X86_64_32 10
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/machine/
elf_machdep.h 32 #define R_X86_64_32 10
  /external/llvm/test/MC/ELF/
relocation.s 6 movl $bar, %edx # R_X86_64_32
11 .long bar # R_X86_64_32
40 // CHECK-NEXT: 0x1 R_X86_64_32 .text
45 // CHECK-NEXT: 0x26 R_X86_64_32 .text
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
elf.h 59 #define R_X86_64_32 10
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
elf.h 59 #define R_X86_64_32 10
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
elf.h 59 #define R_X86_64_32 10
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
elf.h 59 #define R_X86_64_32 10
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
elf.h 59 #define R_X86_64_32 10
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86ELFRelocationInfo.cpp 70 case R_X86_64_32:
X86ELFObjectWriter.cpp 150 Type = ELF::R_X86_64_32;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-x86-amd64.c 185 case 32: return (unsigned char) R_X86_64_32;
elf.h 323 R_X86_64_32 = 10, /* word32 (zero extend), S + A */
  /external/llvm/include/llvm/Object/
RelocVisitor.h 59 case llvm::ELF::R_X86_64_32:
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp     [all...]
X86LDBackend.cpp 57 m_PointerRel = llvm::ELF::R_X86_64_32;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 272 case ELF::R_X86_64_32:
275 assert((Type == ELF::R_X86_64_32 && (Value <= UINT32_MAX)) ||
    [all...]
  /external/llvm/lib/Object/
ELF.cpp 33 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_X86_64_32);
    [all...]
ELFYAML.cpp 398 ECase(R_X86_64_32)
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 464 R_X86_64_32 = 10
    [all...]
  /external/qemu/include/
elf.h     [all...]
  /frameworks/rs/cpu_ref/linkloader/include/impl/
ELFObject.hxx 735 case R_X86_64_32: {//Direct 32-bit zero-extended.
    [all...]
  /bionic/linker/
linker.cpp 990 case R_X86_64_32:
    [all...]
  /art/runtime/
elf.h 350 R_X86_64_32 = 10,
    [all...]

Completed in 793 milliseconds

1 2