Searched refs:tscn (Results 1 – 4 of 4) sorted by relevance
/external/elfutils/libdwfl/ |
D | derelocate.c | 143 Elf_Scn *tscn = elf_getscn (mod->main.elf, shdr->sh_info); in cache_sections() local 144 if (likely (tscn != NULL)) in cache_sections() 146 if (sec->scn == tscn) in cache_sections() 202 Elf_Scn *tscn = elf_getscn (mod->main.elf, shdr->sh_info); in cache_sections() local 203 if (likely (tscn != NULL)) in cache_sections() 205 if (mod->reloc_info->refs[i].scn == tscn) in cache_sections() 408 Elf_Scn *tscn = mod->reloc_info->refs[idx].scn; in INTDEF() local 411 relocscn, tscn, true); in INTDEF()
|
D | relocate.c | 481 Elf_Scn *tscn, bool debugscn, bool partial) in relocate_section() argument 486 GElf_Shdr *tshdr = gelf_getshdr (tscn, &tshdr_mem); in relocate_section() 500 elf_compress_gnu (tscn, 0, 0); in relocate_section() 503 if (elf_compress (tscn, 0, 0) < 0) in relocate_section() 507 tshdr = gelf_getshdr (tscn, &tshdr_mem); in relocate_section() 534 Elf_Data *tdata = elf_rawdata (tscn, NULL); in relocate_section() 732 Elf_Scn *tscn = elf_getscn (debugfile, shdr->sh_info); in __libdwfl_relocate() local 733 if (unlikely (tscn == NULL)) in __libdwfl_relocate() 737 &reloc_symtab, scn, shdr, tscn, in __libdwfl_relocate() 748 Elf_Scn *relocscn, Elf_Scn *tscn, bool partial) in __libdwfl_relocate_section() argument [all …]
|
D | libdwflP.h | 488 Elf_Scn *relocscn, Elf_Scn *tscn,
|
/external/elfutils/src/ |
D | strip.c | 1768 Elf_Scn *tscn = elf_getscn (debugelf, shdr->sh_info); in handle_elf() local 1770 GElf_Shdr *tshdr = gelf_getshdr (tscn, &tshdr_mem); in handle_elf() 1790 Elf_Data *tdata = elf_getdata (tscn, NULL); in handle_elf()
|