Searched refs:unwsec (Results 1 – 1 of 1) sorted by relevance
9436 Elf_Internal_Shdr * unwsec = NULL; in ia64_process_unwind() local9471 for (i = unwstart, sec = filedata->section_headers + unwstart, unwsec = NULL; in ia64_process_unwind()9475 unwsec = sec; in ia64_process_unwind()9480 assert (unwsec != NULL); in ia64_process_unwind()9485 if ((unwsec->sh_flags & SHF_GROUP) != 0) in ia64_process_unwind()9511 else if (section_name_valid (filedata, unwsec) in ia64_process_unwind()9512 && startswith (section_name (filedata, unwsec), in ia64_process_unwind()9517 suffix = section_name (filedata, unwsec) + len; in ia64_process_unwind()9534 if (section_name_valid (filedata, unwsec) in ia64_process_unwind()9535 && startswith (section_name (filedata, unwsec), in ia64_process_unwind()[all …]