Lines Matching refs:scn
37 Elf_Scn *scn, const bool is_eh)
45 GElf_Shdr *shdr = gelf_getshdr (scn, &mem);
51 if (elf_compress (scn, 0, 0) < 0)
57 if (elf_compress_gnu (scn, 0, 0) < 0)
62 Elf_Data *data = elf_getdata (scn, NULL);
128 Elf_Scn *scn = NULL;
129 while ((scn = elf_nextscn (elf, scn)) != NULL)
132 if (gelf_getshdr (scn, &shdr) != NULL)
138 handle_section (name, ident, scn, true);
141 handle_section (name, ident, scn, false);