Searched refs:R_ARM_ABS32_NOI (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.25/elfcpp/ |
D | arm.h | 121 R_ARM_ABS32_NOI = 55, // Static Data S + A enumerator
|
/toolchain/binutils/binutils-2.25/include/elf/ |
D | arm.h | 173 RELOC_NUMBER (R_ARM_ABS32_NOI, 55)
|
/toolchain/binutils/binutils-2.25/gold/ |
D | arm.cc | 2094 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()
|
D | ChangeLog | 12357 (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/ |
D | elf32-arm.c | 865 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()
|
D | ChangeLog-2011 | 2933 and R_ARM_ABS32_NOI. Generate R_ARM_IRELATIVE relocations instead
|
D | ChangeLog-2006 | 576 for R_ARM_ABS32_NOI and R_ARM_REL32_NOI.
|