Searched refs:keep_relocs (Results 1 – 5 of 5) sorted by relevance
47 bool keep_relocs; member
907 coff_section_data (abfd, sec)->keep_relocs = true; in sh_relax_section()1029 coff_section_data (abfd, sec)->keep_relocs = true; in sh_relax_section()
523 coff_section_data (vars->abfd, sec)->keep_relocs = true; in pe_ILF_save_relocs()
2310 && ! coff_section_data (abfd, o)->keep_relocs) in xcoff_link_add_symbols()3146 && ! coff_section_data (sec->owner, sec)->keep_relocs) in xcoff_mark()
72094 coff keep_relocs and keep_contents72095 keep_relocs is set by pe_ILF_save_relocs but not used anywhere in the72106 * coff-bfd.h (struct coff_section_tdata): Delete keep_relocs72108 * peicode.h (pe_ILF_save_relocs): Don't set keep_relocs.72123 coff-sh.c keep_relocs, keep_contents and keep_syms72124 keep_relocs and keep_contents are unused nowadays except by72130 * coff-sh.c (sh_relax_section): Don't set keep_relocs,