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

1 2

  /external/llvm/test/MC/ARM/
arm-elf-relocations.s 18 .section .text.r_arm_abs16
23 @ CHECK: Section {{.*}} .rel.text.r_arm_abs16 {
24 @ CHECK: 0x0 R_ARM_ABS16 abs16_0 0x0
25 @ CHECK: 0x2 R_ARM_ABS16 abs16_1 0x0
  /external/elfutils/backends/
arm_symbol.c 117 case R_ARM_ABS16:
  /bionic/libc/arch-arm/include/machine/
elf_machdep.h 52 #define R_ARM_ABS16 5
  /development/ndk/platforms/android-21/arch-arm/include/machine/
elf_machdep.h 52 #define R_ARM_ABS16 5
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/machine/
elf_machdep.h 52 #define R_ARM_ABS16 5
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/machine/
elf_machdep.h 52 #define R_ARM_ABS16 5
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/machine/
elf_machdep.h 52 #define R_ARM_ABS16 5
  /toolchain/binutils/binutils-2.25/elfcpp/
arm.h 70 R_ARM_ABS16 = 5, // Static Data S + A
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFObjectWriter.cpp 167 Type = ELF::R_ARM_ABS16;
  /toolchain/binutils/binutils-2.25/gold/
arm-reloc-property.cc 116 // Except for R_ARM_ABS16 and R_ARM_ABS8, all static data relocations
120 else if (code == elfcpp::R_ARM_ABS16)
arm.cc     [all...]
  /toolchain/binutils/binutils-2.25/include/elf/
arm.h 123 RELOC_NUMBER (R_ARM_ABS16, 5)
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 454 case llvm::ELF::R_ARM_ABS16:
533 case llvm::ELF::R_ARM_ABS16:
    [all...]
  /art/runtime/
elf.h 681 R_ARM_ABS16 = 0x05,
    [all...]
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 724 R_ARM_ABS16 = 0x05
    [all...]
  /prebuilts/go/darwin-x86/src/debug/elf/
elf.go     [all...]
  /prebuilts/go/linux-x86/src/debug/elf/
elf.go     [all...]
  /external/elfutils/libelf/
elf.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h     [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
elf.go 394 R_ARM_ABS16 = 5
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
elf.go 391 R_ARM_ABS16 = 5
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
elf.go 394 R_ARM_ABS16 = 5
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
elf.go 391 R_ARM_ABS16 = 5
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-arm.c 154 HOWTO (R_ARM_ABS16, /* type */
162 "R_ARM_ABS16", /* name */
    [all...]

Completed in 1572 milliseconds

1 2