Lines Matching refs:scn
36 Elf_Scn *scn; member
47 Elf_Scn *scn; member
88 Elf_Scn *scn = NULL; in cache_sections() local
89 while ((scn = elf_nextscn (mod->main.elf, scn)) != NULL) in cache_sections()
92 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem); in cache_sections()
101 elf_ndxscn (scn), in cache_sections()
104 shdr = gelf_getshdr (scn, &shdr_mem); in cache_sections()
125 newref->scn = scn; in cache_sections()
140 if (shdr->sh_info < elf_ndxscn (scn)) in cache_sections()
146 if (sec->scn == tscn) in cache_sections()
148 sec->relocs = scn; in cache_sections()
176 mod->reloc_info->refs[i].scn = sortrefs[i]->scn; in cache_sections()
191 scn = NULL; in cache_sections()
192 while ((scn = elf_nextscn (mod->main.elf, scn)) != NULL) in cache_sections()
195 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem); in cache_sections()
205 if (mod->reloc_info->refs[i].scn == tscn) in cache_sections()
207 mod->reloc_info->refs[i].relocs = scn; in cache_sections()
280 *shndxp = elf_ndxscn (sections->refs[idx].scn); in dwfl_module_relocation_info()
364 return elf_ndxscn (mod->reloc_info->refs[idx].scn); in __libdwfl_find_section_ndx()
408 Elf_Scn *tscn = mod->reloc_info->refs[idx].scn; in INTDEF()
422 return mod->reloc_info->refs[idx].scn; in INTDEF()