Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c5296 Elf_Internal_Shdr *sec, *unwsec = NULL, *strsec; in ia64_process_unwind() local
5331 unwsec = sec; in ia64_process_unwind()
5338 if ((unwsec->sh_flags & SHF_GROUP) != 0) in ia64_process_unwind()
5354 else if (strneq (SECTION_NAME (unwsec), ELF_STRING_ia64_unwind_once, len)) in ia64_process_unwind()
5358 suffix = SECTION_NAME (unwsec) + len; in ia64_process_unwind()
5372 if (strneq (SECTION_NAME (unwsec), ELF_STRING_ia64_unwind, len)) in ia64_process_unwind()
5373 suffix = SECTION_NAME (unwsec) + len; in ia64_process_unwind()
5386 printf ("%d", unwsec->sh_name); in ia64_process_unwind()
5388 printf (_("'%s'"), SECTION_NAME (unwsec)); in ia64_process_unwind()
5400 printf ("%d", unwsec->sh_name); in ia64_process_unwind()
[all …]
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c4120 Elf_Internal_Shdr *sec, *unwsec = NULL, *strsec; in process_unwind() local
4165 unwsec = sec; in process_unwind()
4172 if (strncmp (SECTION_NAME (unwsec), ELF_STRING_ia64_unwind_once, in process_unwind()
4177 suffix = SECTION_NAME (unwsec) + len; in process_unwind()
4192 if (strncmp (SECTION_NAME (unwsec), ELF_STRING_ia64_unwind, in process_unwind()
4194 suffix = SECTION_NAME (unwsec) + len; in process_unwind()
4208 printf ("%d", unwsec->sh_name); in process_unwind()
4210 printf (_("'%s'"), SECTION_NAME (unwsec)); in process_unwind()
4222 printf ("%d", unwsec->sh_name); in process_unwind()
4224 printf (_("'%s'"), SECTION_NAME (unwsec)); in process_unwind()
[all …]