Searched refs:tscn (Results 1 – 4 of 4) sorted by relevance
/external/elfutils/src/libdwfl/ |
D | derelocate.c | 134 Elf_Scn *tscn = elf_getscn (mod->main.elf, shdr->sh_info); in cache_sections() local 135 if (likely (tscn != NULL)) in cache_sections() 137 if (sec->scn == tscn) in cache_sections() 190 Elf_Scn *tscn = elf_getscn (mod->main.elf, shdr->sh_info); in cache_sections() local 191 if (likely (tscn != NULL)) in cache_sections() 193 if (mod->reloc_info->refs[i].scn == tscn) in cache_sections() 385 Elf_Scn *tscn = mod->reloc_info->refs[idx].scn; in INTDEF() local 388 relocscn, tscn, true); in INTDEF()
|
D | relocate.c | 284 Elf_Scn *tscn, bool debugscn, bool partial) in relocate_section() argument 288 GElf_Shdr *tshdr = gelf_getshdr (tscn, &tshdr_mem); in relocate_section() 303 Elf_Data *tdata = elf_rawdata (tscn, NULL); in relocate_section() 650 Elf_Scn *tscn = elf_getscn (debugfile, shdr->sh_info); in __libdwfl_relocate() local 651 if (unlikely (tscn == NULL)) in __libdwfl_relocate() 655 &reloc_symtab, scn, shdr, tscn, in __libdwfl_relocate() 666 Elf_Scn *relocscn, Elf_Scn *tscn, bool partial) in __libdwfl_relocate_section() argument 682 tscn, false, partial)); in __libdwfl_relocate_section()
|
D | libdwflP.h | 473 Elf_Scn *relocscn, Elf_Scn *tscn,
|
/external/elfutils/src/src/ |
D | strip.c | 1674 Elf_Scn *tscn = elf_getscn (debugelf, shdr->sh_info); in handle_elf() local 1676 GElf_Shdr *tshdr = gelf_getshdr (tscn, &tshdr_mem); in handle_elf() 1694 Elf_Data *tdata = elf_getdata (tscn, NULL); in handle_elf()
|