Searched refs:addsec (Results 1 – 2 of 2) sorted by relevance
2624 asection *addsec = addsy == NULL ? NULL : S_GET_SEGMENT (addsy); in tc_gen_reloc() local2658 if (addsy == NULL || bfd_is_abs_section (addsec)) in tc_gen_reloc()2708 && (bfd_is_und_section (addsec) in tc_gen_reloc()2709 || strcmp (bfd_get_section_name (addsec->owner, addsec), in tc_gen_reloc()2722 && ! bfd_is_abs_section (addsec)) in tc_gen_reloc()2728 && (addsy == NULL || bfd_is_abs_section (addsec))) in tc_gen_reloc()2736 && strcmp (bfd_get_section_name (addsec->owner, addsec), in tc_gen_reloc()2750 if (addsy == NULL || addsec != real_reg_section) in tc_gen_reloc()2756 && !bfd_is_com_section (addsec) in tc_gen_reloc()2759 if (! symbol_section_p (addsy) && ! bfd_is_abs_section (addsec)) in tc_gen_reloc()[all …]
7117 baddsy. Use addsec and bfd_is_abs_section in more places. Don't