Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:scn

57     Elf_Scn *scn;
68 Elf_Scn *scn;
108 Elf_Scn *scn = NULL;
109 while ((scn = elf_nextscn (mod->main.elf, scn)) != NULL)
112 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
121 elf_ndxscn (scn),
124 shdr = gelf_getshdr (scn, &shdr_mem);
137 newref->scn = scn;
152 if (shdr->sh_info < elf_ndxscn (scn))
158 if (sec->scn == tscn)
160 sec->relocs = scn;
188 mod->reloc_info->refs[i].scn = sortrefs[i]->scn;
200 scn = NULL;
201 while ((scn = elf_nextscn (mod->main.elf, scn)) != NULL)
204 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
214 if (mod->reloc_info->refs[i].scn == tscn)
216 mod->reloc_info->refs[i].relocs = scn;
281 *shndxp = elf_ndxscn (sections->refs[idx].scn);
395 Elf_Scn *tscn = mod->reloc_info->refs[idx].scn;
409 return mod->reloc_info->refs[idx].scn;