Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-mmix.c2619 asection *addsec = addsy == NULL ? NULL : S_GET_SEGMENT (addsy); in tc_gen_reloc() local
2653 if (addsy == NULL || bfd_is_abs_section (addsec)) in tc_gen_reloc()
2703 && (bfd_is_und_section (addsec) in tc_gen_reloc()
2704 || strcmp (bfd_get_section_name (addsec->owner, addsec), in tc_gen_reloc()
2717 && ! bfd_is_abs_section (addsec)) in tc_gen_reloc()
2723 && (addsy == NULL || bfd_is_abs_section (addsec))) in tc_gen_reloc()
2731 && strcmp (bfd_get_section_name (addsec->owner, addsec), in tc_gen_reloc()
2745 if (addsy == NULL || addsec != real_reg_section) in tc_gen_reloc()
2751 && !bfd_is_com_section (addsec) in tc_gen_reloc()
2754 if (! symbol_section_p (addsy) && ! bfd_is_abs_section (addsec)) in tc_gen_reloc()
[all …]