Lines Matching refs:tscn
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()
786 &reloc_symtab, scn, shdr, tscn, in __libdwfl_relocate()
797 Elf_Scn *relocscn, Elf_Scn *tscn, bool partial) in __libdwfl_relocate_section() argument
821 relocscn, shdr, tscn, false, partial); in __libdwfl_relocate_section()