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