Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/gas/config/
Dobj-elf.c533 asection *old_sec; in obj_elf_change_section() local
558 old_sec = bfd_get_section_by_name_if (stdoutput, name, get_section, in obj_elf_change_section()
560 if (old_sec) in obj_elf_change_section()
562 sec = old_sec; in obj_elf_change_section()
579 if (old_sec == NULL in obj_elf_change_section()
612 if (old_sec == NULL && (attr & ~ssect->attr) != 0) in obj_elf_change_section()
653 if (!override && old_sec == NULL) in obj_elf_change_section()
673 if (old_sec == NULL) in obj_elf_change_section()
699 && (unsigned) type != elf_section_type (old_sec)) in obj_elf_change_section()
707 if (((old_sec->flags ^ flags) in obj_elf_change_section()
[all …]
Dtc-arc.c411 segT old_sec; in arc_extoper() local
581 old_sec = now_seg; in arc_extoper()
632 subseg_set (old_sec, old_subsec); in arc_extoper()
653 segT old_sec; in arc_extinst() local
818 old_sec = now_seg; in arc_extinst()
838 subseg_set (old_sec, old_subsec); in arc_extinst()
911 segT old_sec; in arc_common() local
915 old_sec = now_seg; in arc_common()
937 subseg_set (old_sec, old_subsec); in arc_common()
Dtc-sparc.c3973 segT old_sec; local
3978 old_sec = now_seg;
4006 subseg_set (old_sec, old_subsec);
Dtc-ppc.c1818 segT old_sec; in ppc_elf_lcomm() local
1883 old_sec = now_seg; in ppc_elf_lcomm()
1911 subseg_set (old_sec, old_subsec); in ppc_elf_lcomm()
/freebsd-12-stable/contrib/binutils/gas/
DChangeLog-0203864 old_sec.