Lines Matching refs:scn
75 Elf_Scn *scn = NULL;
76 while ((scn = elf_nextscn (elf, scn)) != NULL)
78 size_t idx = elf_ndxscn (scn);
80 GElf_Shdr *shdr = gelf_getshdr (scn, &mem);
97 Elf_Data *d = elf_getdata (scn, NULL);
125 int res = elf_compress_gnu (scn, 1, 0);
129 res = elf_compress_gnu (scn, 1, ELF_CHF_FORCE);
141 int res = elf_compress (scn, ELFCOMPRESS_ZLIB, 0);
145 res = elf_compress (scn, ELFCOMPRESS_ZLIB, ELF_CHF_FORCE);
156 GElf_Shdr *newshdr = gelf_getshdr (scn, &newmem);
158 d = elf_getdata (scn, NULL);
192 if (elf_compress_gnu (scn, 0, 0) < 0)
201 if (elf_compress (scn, 0, 0) < 0)
209 GElf_Shdr *newershdr = gelf_getshdr (scn, &newermem);
211 d = elf_getdata (scn, NULL);
230 && elf_compress (scn, ELFCOMPRESS_ZLIB, 0) < 0)