Searched refs:tscn (Results 1 – 4 of 4) sorted by relevance
/external/elfutils/libdwfl/ |
D | derelocate.c | 153 Elf_Scn *tscn = elf_getscn (mod->main.elf, shdr->sh_info); in cache_sections() local 154 if (likely (tscn != NULL)) in cache_sections() 156 if (sec->scn == tscn) in cache_sections() 212 Elf_Scn *tscn = elf_getscn (mod->main.elf, shdr->sh_info); in cache_sections() local 213 if (likely (tscn != NULL)) in cache_sections() 215 if (mod->reloc_info->refs[i].scn == tscn) in cache_sections() 418 Elf_Scn *tscn = mod->reloc_info->refs[idx].scn; in INTDEF() local 421 relocscn, tscn, true); in INTDEF()
|
D | relocate.c | 503 Elf_Scn *tscn, bool debugscn, bool partial) in relocate_section() argument 508 GElf_Shdr *tshdr = gelf_getshdr (tscn, &tshdr_mem); in relocate_section() 522 elf_compress_gnu (tscn, 0, 0); in relocate_section() 525 if (elf_compress (tscn, 0, 0) < 0) in relocate_section() 529 tshdr = gelf_getshdr (tscn, &tshdr_mem); in relocate_section() 556 Elf_Data *tdata = elf_rawdata (tscn, NULL); in relocate_section() 591 if ((tscn->flags & ELF_F_MALLOCED) == 0) in relocate_section() 610 if ((tscn->flags & ELF_F_MALLOCED) == 0) in relocate_section() 781 Elf_Scn *tscn = elf_getscn (debugfile, shdr->sh_info); in __libdwfl_relocate() local 782 if (unlikely (tscn == NULL)) in __libdwfl_relocate() [all …]
|
D | libdwflP.h | 490 Elf_Scn *relocscn, Elf_Scn *tscn,
|
/external/elfutils/src/ |
D | strip.c | 465 Elf_Scn *tscn = elf_getscn (elf, shdr->sh_info); in remove_debug_relocations() local 467 GElf_Shdr *tshdr = gelf_getshdr (tscn, &tshdr_mem); in remove_debug_relocations() 492 if (elf_compress_gnu (tscn, 0, 0) != 1) in remove_debug_relocations() 497 if (gelf_getchdr (tscn, &tchdr) != NULL) in remove_debug_relocations() 500 if (elf_compress (tscn, 0, 0) != 1) in remove_debug_relocations() 505 Elf_Data *tdata = elf_getdata (tscn, NULL); in remove_debug_relocations() 701 if (elf_compress_gnu (tscn, 1, ELF_CHF_FORCE) != 1) in remove_debug_relocations() 706 if (elf_compress (tscn, tcompress_type, ELF_CHF_FORCE) != 1) in remove_debug_relocations()
|