Home
last modified time | relevance | path

Searched refs:R_ARM_ABS32_NOI (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/elfcpp/
Darm.h121 R_ARM_ABS32_NOI = 55, // Static Data S + A enumerator
/toolchain/binutils/binutils-2.25/include/elf/
Darm.h173 RELOC_NUMBER (R_ARM_ABS32_NOI, 55)
/toolchain/binutils/binutils-2.25/gold/
Darm.cc2094 case elfcpp::R_ARM_ABS32_NOI: in local_section_strategy()
8165 case elfcpp::R_ARM_ABS32_NOI: in get_reference_flags()
8295 case elfcpp::R_ARM_ABS32_NOI: in check_non_pic()
8387 case elfcpp::R_ARM_ABS32_NOI: in local()
8793 case elfcpp::R_ARM_ABS32_NOI: in global()
8817 || r_type == elfcpp::R_ARM_ABS32_NOI) in global()
8835 || r_type == elfcpp::R_ARM_ABS32_NOI) in global()
9616 case elfcpp::R_ARM_ABS32_NOI: in relocate()
DChangeLog12357 (Scan::check_non_pic): Handle R_ARM_ABS32_NOI.
12359 R_ARM_ABS32_NOI, R_ARM_THM_ABS5, R_ARM_ABS12, R_ARM_ABS16, and
12363 R_ARM_ABS32_NOI, R_ARM_THM_ABS5, and R_ARM_BASE_ABS.
12365 R_ARM_ABS16, R_ARM_THM_ABS5, R_ARM_ABS32_NOI, R_ARM_ABS12, and
/toolchain/binutils/binutils-2.25/bfd/
Delf32-arm.c865 HOWTO (R_ARM_ABS32_NOI, /* type */
8360 case R_ARM_ABS32_NOI: in elf32_arm_final_link_relocate()
8374 && r_type != R_ARM_ABS32_NOI && r_type != R_ARM_REL32_NOI in elf32_arm_final_link_relocate()
8457 BFD_ASSERT (r_type == R_ARM_ABS32 || r_type == R_ARM_ABS32_NOI); in elf32_arm_final_link_relocate()
8704 case R_ARM_ABS32_NOI: in elf32_arm_final_link_relocate()
12531 case R_ARM_ABS32_NOI: in elf32_arm_gc_sweep_hook()
12855 case R_ARM_ABS32_NOI: in elf32_arm_check_relocs()
DChangeLog-20112933 and R_ARM_ABS32_NOI. Generate R_ARM_IRELATIVE relocations instead
DChangeLog-2006576 for R_ARM_ABS32_NOI and R_ARM_REL32_NOI.