Home
last modified time | relevance | path

Searched refs:RELOC_SECTION_ABS (Results 1 – 6 of 6) sorted by relevance

/trueos/contrib/binutils/bfd/
HDcoff-alpha.c573 intern->r_symndx == RELOC_SECTION_ABS)
576 intern->r_symndx = RELOC_SECTION_ABS;
601 && intern->r_symndx == RELOC_SECTION_ABS)
1302 r_symndx = RELOC_SECTION_ABS;
1443 symndx_to_section[RELOC_SECTION_ABS] = bfd_abs_section_ptr;
HDcoff-mips.c900 symndx_to_section[RELOC_SECTION_ABS] = NULL;
HDecoff.c1602 || intern.r_symndx == RELOC_SECTION_ABS) in ecoff_slurp_reloc_table()
2688 { "*ABS*", RELOC_SECTION_ABS }, in _bfd_ecoff_write_object_contents()
4242 { "*ABS*", RELOC_SECTION_ABS }, in ecoff_reloc_link_order()
HDChangeLog-9495264 Change a RELOC_SECTION_LITA symndx to RELOC_SECTION_ABS.
265 (alpha_ecoff_swap_reloc_out): Change RELOC_SECTION_ABS to
268 RELOC_SECTION_ABS to RELOC_SECTION_NONE.
HDChangeLog-91932198 RELOC_SECTION_NONE and RELOC_SECTION_ABS. If a reloc section
/trueos/contrib/binutils/include/coff/
HDecoff.h127 #define RELOC_SECTION_ABS 14 macro