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

  /external/elfutils/libdwfl/
derelocate.c 143 Elf_Scn *tscn = elf_getscn (mod->main.elf, shdr->sh_info); local
144 if (likely (tscn != NULL))
146 if (sec->scn == tscn)
202 Elf_Scn *tscn = elf_getscn (mod->main.elf, shdr->sh_info); local
203 if (likely (tscn != NULL))
205 if (mod->reloc_info->refs[i].scn == tscn)
408 Elf_Scn *tscn = mod->reloc_info->refs[idx].scn; local
411 relocscn, tscn, true);
relocate.c 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); local
733 if (unlikely (tscn == NULL))
737 &reloc_symtab, scn, shdr, tscn,
748 Elf_Scn *relocscn, Elf_Scn *tscn, bool partial
    [all...]
  /external/elfutils/src/
strip.c 1768 Elf_Scn *tscn = elf_getscn (debugelf, shdr->sh_info); local
    [all...]

Completed in 51 milliseconds