Searched refs:R_ARM_ABS32 (Results 1 - 24 of 24) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dpic_vxworks.d16 8: R_ARM_ABS32 sym
H A Dthumb2_pool.d28 38: R_ARM_ABS32 ext_symbol
30 3c: R_ARM_ABS32 ext_symbol
H A Dpic.d18 8: R_ARM_ABS32 sym
/netbsd-current/sys/arch/arm/include/
H A Delf_machdep.h51 #define R_ARM_ABS32 2 macro
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp64 case ELF::R_ARM_ABS32:
199 return ELF::R_ARM_ABS32;
H A DARMAsmBackend.cpp61 .Case("BFD_RELOC_32", ELF::R_ARM_ABS32)
/netbsd-current/external/gpl3/binutils/dist/elfcpp/
H A Darm.h67 R_ARM_ABS32 = 2, // Static Data (S + A) | T enumerator in enum:elfcpp::__anon191
/netbsd-current/external/gpl3/gdb.old/dist/elfcpp/
H A Darm.h67 R_ARM_ABS32 = 2, // Static Data (S + A) | T enumerator in enum:elfcpp::__anon779
/netbsd-current/external/gpl3/binutils.old/dist/elfcpp/
H A Darm.h67 R_ARM_ABS32 = 2, // Static Data (S + A) | T enumerator in enum:elfcpp::__anon302
/netbsd-current/external/bsd/elftoolchain/dist/libdwarf/
H A Dlibdwarf_reloc.c52 return (R_ARM_ABS32);
79 if (rel_type == R_ARM_ABS32)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Object/
H A DRelocationResolver.cpp306 case ELF::R_ARM_ABS32:
317 case ELF::R_ARM_ABS32:
/netbsd-current/external/gpl3/binutils/dist/include/elf/
H A Darm.h130 RELOC_NUMBER (R_ARM_ABS32, 2)
/netbsd-current/external/gpl3/gdb.old/dist/include/elf/
H A Darm.h126 RELOC_NUMBER (R_ARM_ABS32, 2)
/netbsd-current/sys/arch/arm/arm32/
H A Dkobj_machdep.c109 case R_ARM_ABS32:
/netbsd-current/external/gpl3/gdb/dist/include/elf/
H A Darm.h130 RELOC_NUMBER (R_ARM_ABS32, 2)
/netbsd-current/external/gpl3/binutils.old/dist/include/elf/
H A Darm.h130 RELOC_NUMBER (R_ARM_ABS32, 2)
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Darm.cc2087 case elfcpp::R_ARM_ABS32:
2132 target1_reloc_(elfcpp::R_ARM_ABS32),
2559 // to elfcpp::R_ARM_ABS32 in the member initializer list.
2567 this->target2_reloc_ = elfcpp::R_ARM_ABS32;
3032 // What R_ARM_TARGET1 maps to. It can be R_ARM_REL32 or R_ARM_ABS32.
3034 // What R_ARM_TARGET2 maps to. It should be one of R_ARM_REL32, R_ARM_ABS32
3393 // R_ARM_ABS32: (S + A) | T
4820 Insn_template::data_word(0, elfcpp::R_ARM_ABS32, 0),
4821 // dcd R_ARM_ABS32(X)
4830 Insn_template::data_word(0, elfcpp::R_ARM_ABS32,
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Darm.cc2087 case elfcpp::R_ARM_ABS32:
2132 target1_reloc_(elfcpp::R_ARM_ABS32),
2559 // to elfcpp::R_ARM_ABS32 in the member initializer list.
2567 this->target2_reloc_ = elfcpp::R_ARM_ABS32;
3032 // What R_ARM_TARGET1 maps to. It can be R_ARM_REL32 or R_ARM_ABS32.
3034 // What R_ARM_TARGET2 maps to. It should be one of R_ARM_REL32, R_ARM_ABS32
3393 // R_ARM_ABS32: (S + A) | T
4820 Insn_template::data_word(0, elfcpp::R_ARM_ABS32, 0),
4821 // dcd R_ARM_ABS32(X)
4830 Insn_template::data_word(0, elfcpp::R_ARM_ABS32,
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Darm.cc2087 case elfcpp::R_ARM_ABS32:
2132 target1_reloc_(elfcpp::R_ARM_ABS32),
2559 // to elfcpp::R_ARM_ABS32 in the member initializer list.
2567 this->target2_reloc_ = elfcpp::R_ARM_ABS32;
3032 // What R_ARM_TARGET1 maps to. It can be R_ARM_REL32 or R_ARM_ABS32.
3034 // What R_ARM_TARGET2 maps to. It should be one of R_ARM_REL32, R_ARM_ABS32
3393 // R_ARM_ABS32: (S + A) | T
4820 Insn_template::data_word(0, elfcpp::R_ARM_ABS32, 0),
4821 // dcd R_ARM_ABS32(X)
4830 Insn_template::data_word(0, elfcpp::R_ARM_ABS32,
[all...]
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-arm.c110 HOWTO (R_ARM_ABS32, /* type */
118 "R_ARM_ABS32", /* name */
2008 {BFD_RELOC_32, R_ARM_ABS32},
2595 DATA_WORD (0, R_ARM_ABS32, 0), /* dcd R_ARM_ABS32(X) */
2604 DATA_WORD (0, R_ARM_ABS32, 0), /* dcd R_ARM_ABS32(X) */
2616 DATA_WORD (0, R_ARM_ABS32, 0), /* dcd R_ARM_ABS32(X) */
2623 DATA_WORD (0, R_ARM_ABS32,
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-arm.c110 HOWTO (R_ARM_ABS32, /* type */
118 "R_ARM_ABS32", /* name */
2008 {BFD_RELOC_32, R_ARM_ABS32},
2591 DATA_WORD (0, R_ARM_ABS32, 0), /* dcd R_ARM_ABS32(X) */
2600 DATA_WORD (0, R_ARM_ABS32, 0), /* dcd R_ARM_ABS32(X) */
2612 DATA_WORD (0, R_ARM_ABS32, 0), /* dcd R_ARM_ABS32(X) */
2619 DATA_WORD (0, R_ARM_ABS32,
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-arm.c110 HOWTO (R_ARM_ABS32, /* type */
118 "R_ARM_ABS32", /* name */
2008 {BFD_RELOC_32, R_ARM_ABS32},
2595 DATA_WORD (0, R_ARM_ABS32, 0), /* dcd R_ARM_ABS32(X) */
2604 DATA_WORD (0, R_ARM_ABS32, 0), /* dcd R_ARM_ABS32(X) */
2616 DATA_WORD (0, R_ARM_ABS32, 0), /* dcd R_ARM_ABS32(X) */
2623 DATA_WORD (0, R_ARM_ABS32,
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-arm.c110 HOWTO (R_ARM_ABS32, /* type */
118 "R_ARM_ABS32", /* name */
2008 {BFD_RELOC_32, R_ARM_ABS32},
2595 DATA_WORD (0, R_ARM_ABS32, 0), /* dcd R_ARM_ABS32(X) */
2604 DATA_WORD (0, R_ARM_ABS32, 0), /* dcd R_ARM_ABS32(X) */
2616 DATA_WORD (0, R_ARM_ABS32, 0), /* dcd R_ARM_ABS32(X) */
2623 DATA_WORD (0, R_ARM_ABS32,
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp581 case ELF::R_ARM_ABS32:
1312 ELF::R_ARM_ABS32, Value.Addend);
1328 RelType == ELF::R_ARM_ABS32) {

Completed in 524 milliseconds