Home | History | Annotate | Download | only in libdwfl

Lines Matching defs:tscn

503 		  Elf_Scn *tscn, bool debugscn, bool partial)
508 GElf_Shdr *tshdr = gelf_getshdr (tscn, &tshdr_mem);
522 elf_compress_gnu (tscn, 0, 0);
525 if (elf_compress (tscn, 0, 0) < 0)
529 tshdr = gelf_getshdr (tscn, &tshdr_mem);
556 Elf_Data *tdata = elf_rawdata (tscn, NULL);
591 if ((tscn->flags & ELF_F_MALLOCED) == 0)
610 if ((tscn->flags & ELF_F_MALLOCED) == 0)
781 Elf_Scn *tscn = elf_getscn (debugfile, shdr->sh_info);
782 if (unlikely (tscn == NULL))
786 &reloc_symtab, scn, shdr, tscn,
797 Elf_Scn *relocscn, Elf_Scn *tscn, bool partial)
821 relocscn, shdr, tscn, false, partial);