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

/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dreadelf.c5055 Elf_Internal_Shdr *sec, *unwsec = NULL, *strsec;
5090 unwsec = sec;
5097 if ((unwsec->sh_flags & SHF_GROUP) != 0)
5113 else if (strneq (SECTION_NAME (unwsec), ELF_STRING_ia64_unwind_once, len))
5117 suffix = SECTION_NAME (unwsec) + len;
5131 if (strneq (SECTION_NAME (unwsec), ELF_STRING_ia64_unwind, len))
5132 suffix = SECTION_NAME (unwsec) + len;
5145 printf ("%d", unwsec->sh_name);
5147 printf (_("'%s'"), SECTION_NAME (unwsec));
5159 printf ("%d", unwsec
5052 Elf_Internal_Shdr *sec, *unwsec = NULL, *strsec; local
5463 Elf_Internal_Shdr *unwsec = NULL; local
[all...]

Completed in 200 milliseconds