Lines Matching refs:scn
40 Elf_Scn *scn; member
51 Elf_Scn *scn; member
76 return elf_ndxscn ((*p1)->scn) - elf_ndxscn ((*p2)->scn); in compare_secrefs()
98 Elf_Scn *scn = NULL; in cache_sections() local
99 while ((scn = elf_nextscn (mod->main.elf, scn)) != NULL) in cache_sections()
102 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem); in cache_sections()
111 elf_ndxscn (scn), in cache_sections()
114 shdr = gelf_getshdr (scn, &shdr_mem); in cache_sections()
135 newref->scn = scn; in cache_sections()
150 if (shdr->sh_info < elf_ndxscn (scn)) in cache_sections()
156 if (sec->scn == tscn) in cache_sections()
158 sec->relocs = scn; in cache_sections()
186 mod->reloc_info->refs[i].scn = sortrefs[i]->scn; in cache_sections()
201 scn = NULL; in cache_sections()
202 while ((scn = elf_nextscn (mod->main.elf, scn)) != NULL) in cache_sections()
205 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem); in cache_sections()
215 if (mod->reloc_info->refs[i].scn == tscn) in cache_sections()
217 mod->reloc_info->refs[i].relocs = scn; in cache_sections()
290 *shndxp = elf_ndxscn (sections->refs[idx].scn); in dwfl_module_relocation_info()
374 return elf_ndxscn (mod->reloc_info->refs[idx].scn); in __libdwfl_find_section_ndx()
418 Elf_Scn *tscn = mod->reloc_info->refs[idx].scn; in INTDEF()
432 return mod->reloc_info->refs[idx].scn; in INTDEF()