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

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
unwind-rel.d 4 00000000 00000028 R_ARM_V4BX
5 00000004 00000028 R_ARM_V4BX
6 00000008 00000028 R_ARM_V4BX
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
v4bx.d 10 0: R_ARM_V4BX \*ABS\*
arch4t-eabi.d 11 .*: R_ARM_V4BX.*
13 .*: R_ARM_V4BX.*
thumb-eabi.d 129 .*: R_ARM_V4BX.*
  /bionic/libc/include/bits/
elf_arm.h 77 #define R_ARM_V4BX 40
  /toolchain/binutils/binutils-2.27/elfcpp/
arm.h 106 R_ARM_V4BX = 40, // Static Misc
  /toolchain/binutils/binutils-2.27/gold/
arm-reloc-property.cc 127 // R_ARM_V4BX should be treated as an ARM relocation. For all
129 if (code != elfcpp::R_ARM_V4BX)
arm.cc     [all...]
  /toolchain/binutils/binutils-2.27/include/elf/
arm.h 160 RELOC_NUMBER (R_ARM_V4BX, 40)
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 509 R_ARM_V4BX = 0x28,
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 889 case llvm::ELF::R_ARM_V4BX:
890 /* FIXME: bypass R_ARM_V4BX relocation now */
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/arm/
asm.go 204 case 256 + objabi.RelocType(elf.R_ARM_V4BX):
206 // R_ARM_V4BX is ABS relocation, so this symbol is a dummy symbol, ignore it
  /prebuilts/go/linux-x86/src/cmd/link/internal/arm/
asm.go 204 case 256 + objabi.RelocType(elf.R_ARM_V4BX):
206 // R_ARM_V4BX is ABS relocation, so this symbol is a dummy symbol, ignore it
  /art/runtime/
elf.h 719 R_ARM_V4BX = 0x28,
    [all...]
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 759 R_ARM_V4BX = 0x28
    [all...]
  /external/elfutils/libelf/
elf.h     [all...]
  /external/kmod/port-gnu/
elf.h     [all...]
  /prebuilts/go/darwin-x86/src/debug/elf/
elf.go     [all...]
  /prebuilts/go/linux-x86/src/debug/elf/
elf.go     [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/loadelf/
ldelf.go 1153 ARM | uint32(elf.R_ARM_V4BX)<<24,
  /prebuilts/go/linux-x86/src/cmd/link/internal/loadelf/
ldelf.go 1153 ARM | uint32(elf.R_ARM_V4BX)<<24,
  /toolchain/binutils/binutils-2.27/bfd/
elf32-arm.c 652 HOWTO (R_ARM_V4BX, /* type */
660 "R_ARM_V4BX", /* name */
    [all...]

Completed in 1448 milliseconds