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

  /external/elfutils/libdwfl/
derelocate.c 151 Elf_Scn *tscn = elf_getscn (mod->main.elf, shdr->sh_info); local
152 if (likely (tscn != NULL))
154 if (sec->scn == tscn)
207 Elf_Scn *tscn = elf_getscn (mod->main.elf, shdr->sh_info); local
208 if (likely (tscn != NULL))
210 if (mod->reloc_info->refs[i].scn == tscn)
395 Elf_Scn *tscn = mod->reloc_info->refs[idx].scn; local
398 relocscn, tscn, true);
relocate.c 286 Elf_Scn *tscn, bool debugscn, bool partial)
290 GElf_Shdr *tshdr = gelf_getshdr (tscn, &tshdr_mem);
301 Elf_Data *tdata = elf_rawdata (tscn, NULL);
595 Elf_Scn *tscn = elf_getscn (debugfile, shdr->sh_info); local
596 if (unlikely (tscn == NULL))
600 &reloc_symtab, scn, shdr, tscn,
611 Elf_Scn *relocscn, Elf_Scn *tscn, bool partial)
627 tscn, false, partial));

Completed in 24 milliseconds