HomeSort by relevance Sort by last modified time
    Searched defs:tscn (Results 1 - 3 of 3) sorted by null

  /external/elfutils/libdwfl/
derelocate.c 153 Elf_Scn *tscn = elf_getscn (mod->main.elf, shdr->sh_info); local
154 if (likely (tscn != NULL))
156 if (sec->scn == tscn)
212 Elf_Scn *tscn = elf_getscn (mod->main.elf, shdr->sh_info); local
213 if (likely (tscn != NULL))
215 if (mod->reloc_info->refs[i].scn == tscn)
418 Elf_Scn *tscn = mod->reloc_info->refs[idx].scn; local
421 relocscn, tscn, true);
relocate.c 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); local
782 if (unlikely (tscn == NULL)
    [all...]
  /external/elfutils/src/
strip.c 465 Elf_Scn *tscn = elf_getscn (elf, shdr->sh_info); local
467 GElf_Shdr *tshdr = gelf_getshdr (tscn, &tshdr_mem);
492 if (elf_compress_gnu (tscn, 0, 0) != 1)
497 if (gelf_getchdr (tscn, &tchdr) != NULL)
500 if (elf_compress (tscn, 0, 0) != 1)
505 Elf_Data *tdata = elf_getdata (tscn, NULL);
701 if (elf_compress_gnu (tscn, 1, ELF_CHF_FORCE) != 1)
706 if (elf_compress (tscn, tcompress_type, ELF_CHF_FORCE) != 1)
    [all...]

Completed in 8350 milliseconds