Lines Matching defs:tscn
481 Elf_Scn *tscn, bool debugscn, bool partial)
486 GElf_Shdr *tshdr = gelf_getshdr (tscn, &tshdr_mem);
500 elf_compress_gnu (tscn, 0, 0);
503 if (elf_compress (tscn, 0, 0) < 0)
507 tshdr = gelf_getshdr (tscn, &tshdr_mem);
534 Elf_Data *tdata = elf_rawdata (tscn, NULL);
732 Elf_Scn *tscn = elf_getscn (debugfile, shdr->sh_info);
733 if (unlikely (tscn == NULL))
737 &reloc_symtab, scn, shdr, tscn,
748 Elf_Scn *relocscn, Elf_Scn *tscn, bool partial)
764 tscn, false, partial));