Home
last modified time | relevance | path

Searched refs:RELOC_SECTION_LITA (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/binutils/bfd/
HDcoff-alpha.c575 if (! intern->r_extern && intern->r_symndx == RELOC_SECTION_LITA)
603 symndx = RELOC_SECTION_LITA;
1322 r_symndx = RELOC_SECTION_LITA;
1441 symndx_to_section[RELOC_SECTION_LITA] =
1458 lita_sec = symndx_to_section[RELOC_SECTION_LITA];
HDcoff-mips.c899 symndx_to_section[RELOC_SECTION_LITA] = NULL;
HDecoff.c1627 case RELOC_SECTION_LITA: sec_name = _LITA; break; in ecoff_slurp_reloc_table()
2687 { _LITA, RELOC_SECTION_LITA }, in _bfd_ecoff_write_object_contents()
4241 { _LITA, RELOC_SECTION_LITA }, in ecoff_reloc_link_order()
HDChangeLog-9495264 Change a RELOC_SECTION_LITA symndx to RELOC_SECTION_ABS.
266 RELOC_SECTION_LITA for ALPHA_R_IGNORE.
/NextBSD/contrib/binutils/include/coff/
HDecoff.h126 #define RELOC_SECTION_LITA 13 macro