Lines Matching refs:sec_name
1699 const char *sec_name; in ecoff_slurp_reloc_table() local
1705 case RELOC_SECTION_TEXT: sec_name = _TEXT; break; in ecoff_slurp_reloc_table()
1706 case RELOC_SECTION_RDATA: sec_name = _RDATA; break; in ecoff_slurp_reloc_table()
1707 case RELOC_SECTION_DATA: sec_name = _DATA; break; in ecoff_slurp_reloc_table()
1708 case RELOC_SECTION_SDATA: sec_name = _SDATA; break; in ecoff_slurp_reloc_table()
1709 case RELOC_SECTION_SBSS: sec_name = _SBSS; break; in ecoff_slurp_reloc_table()
1710 case RELOC_SECTION_BSS: sec_name = _BSS; break; in ecoff_slurp_reloc_table()
1711 case RELOC_SECTION_INIT: sec_name = _INIT; break; in ecoff_slurp_reloc_table()
1712 case RELOC_SECTION_LIT8: sec_name = _LIT8; break; in ecoff_slurp_reloc_table()
1713 case RELOC_SECTION_LIT4: sec_name = _LIT4; break; in ecoff_slurp_reloc_table()
1714 case RELOC_SECTION_XDATA: sec_name = _XDATA; break; in ecoff_slurp_reloc_table()
1715 case RELOC_SECTION_PDATA: sec_name = _PDATA; break; in ecoff_slurp_reloc_table()
1716 case RELOC_SECTION_FINI: sec_name = _FINI; break; in ecoff_slurp_reloc_table()
1717 case RELOC_SECTION_LITA: sec_name = _LITA; break; in ecoff_slurp_reloc_table()
1718 case RELOC_SECTION_RCONST: sec_name = _RCONST; break; in ecoff_slurp_reloc_table()
1720 sec_name = NULL; in ecoff_slurp_reloc_table()
1724 if (sec_name != NULL) in ecoff_slurp_reloc_table()
1726 sec = bfd_get_section_by_name (abfd, sec_name); in ecoff_slurp_reloc_table()