Lines Matching refs:sec_name
1616 const char *sec_name; in ecoff_slurp_reloc_table() local
1622 case RELOC_SECTION_TEXT: sec_name = _TEXT; break; in ecoff_slurp_reloc_table()
1623 case RELOC_SECTION_RDATA: sec_name = _RDATA; break; in ecoff_slurp_reloc_table()
1624 case RELOC_SECTION_DATA: sec_name = _DATA; break; in ecoff_slurp_reloc_table()
1625 case RELOC_SECTION_SDATA: sec_name = _SDATA; break; in ecoff_slurp_reloc_table()
1626 case RELOC_SECTION_SBSS: sec_name = _SBSS; break; in ecoff_slurp_reloc_table()
1627 case RELOC_SECTION_BSS: sec_name = _BSS; break; in ecoff_slurp_reloc_table()
1628 case RELOC_SECTION_INIT: sec_name = _INIT; break; in ecoff_slurp_reloc_table()
1629 case RELOC_SECTION_LIT8: sec_name = _LIT8; break; in ecoff_slurp_reloc_table()
1630 case RELOC_SECTION_LIT4: sec_name = _LIT4; break; in ecoff_slurp_reloc_table()
1631 case RELOC_SECTION_XDATA: sec_name = _XDATA; break; in ecoff_slurp_reloc_table()
1632 case RELOC_SECTION_PDATA: sec_name = _PDATA; break; in ecoff_slurp_reloc_table()
1633 case RELOC_SECTION_FINI: sec_name = _FINI; break; in ecoff_slurp_reloc_table()
1634 case RELOC_SECTION_LITA: sec_name = _LITA; break; in ecoff_slurp_reloc_table()
1635 case RELOC_SECTION_RCONST: sec_name = _RCONST; break; in ecoff_slurp_reloc_table()
1639 sec = bfd_get_section_by_name (abfd, sec_name); in ecoff_slurp_reloc_table()