Searched refs:old_sec (Results 1 – 2 of 2) sorted by relevance
571 asection *old_sec; in obj_elf_change_section() local599 old_sec = bfd_get_section_by_name_if (stdoutput, name, get_section, in obj_elf_change_section()601 if (old_sec) in obj_elf_change_section()603 sec = old_sec; in obj_elf_change_section()620 if (old_sec == NULL in obj_elf_change_section()655 if (old_sec == NULL && ((attr & ~(SHF_MASKOS | SHF_MASKPROC)) in obj_elf_change_section()706 if (!override && old_sec == NULL) in obj_elf_change_section()727 if (old_sec == NULL) in obj_elf_change_section()756 && (unsigned) type != elf_section_type (old_sec)) in obj_elf_change_section()764 if (((old_sec->flags ^ flags) in obj_elf_change_section()[all …]
557 asection *old_sec; in obj_elf_change_section() local582 old_sec = bfd_get_section_by_name_if (stdoutput, name, get_section, in obj_elf_change_section()584 if (old_sec) in obj_elf_change_section()586 sec = old_sec; in obj_elf_change_section()603 if (old_sec == NULL in obj_elf_change_section()638 if (old_sec == NULL && ((attr & ~(SHF_MASKOS | SHF_MASKPROC)) in obj_elf_change_section()689 if (!override && old_sec == NULL) in obj_elf_change_section()710 if (old_sec == NULL) in obj_elf_change_section()738 && (unsigned) type != elf_section_type (old_sec)) in obj_elf_change_section()746 if (((old_sec->flags ^ flags) in obj_elf_change_section()[all …]