Lines Matching refs:sec_name
1057 char *sec_name; in obj_elf_vms_common() local
1069 sec_name = obj_elf_section_name (); in obj_elf_vms_common()
1070 if (sec_name == NULL) in obj_elf_vms_common()
1152 (sec_name, SHT_NOBITS, in obj_elf_vms_common()
3567 char *sec_name; in start_unwind_section() local
3597 sec_name = alloca (sec_name_len + 1); in start_unwind_section()
3598 memcpy (sec_name, prefix, prefix_len); in start_unwind_section()
3599 memcpy (sec_name + prefix_len, suffix, suffix_len); in start_unwind_section()
3600 sec_name [sec_name_len] = '\0'; in start_unwind_section()
3625 memcpy (section, sec_name, sec_name_len); in start_unwind_section()
3634 set_section (sec_name); in start_unwind_section()