Searched refs:unwsec (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/binutils/binutils/
H A Dreadelf.c5060 Elf_Internal_Shdr *sec, *unwsec = NULL, *strsec;
5095 unwsec = sec;
5102 if ((unwsec->sh_flags & SHF_GROUP) != 0)
5118 else if (strneq (SECTION_NAME (unwsec), ELF_STRING_ia64_unwind_once, len))
5122 suffix = SECTION_NAME (unwsec) + len;
5136 if (strneq (SECTION_NAME (unwsec), ELF_STRING_ia64_unwind, len))
5137 suffix = SECTION_NAME (unwsec) + len;
5150 printf ("%d", unwsec->sh_name);
5152 printf (_("'%s'"), SECTION_NAME (unwsec));
5164 printf ("%d", unwsec
5057 Elf_Internal_Shdr *sec, *unwsec = NULL, *strsec; local
5468 Elf_Internal_Shdr *unwsec = NULL; local
[all...]

Completed in 46 milliseconds