Searched refs:tscn (Results 1 - 4 of 4) sorted by relevance

/external/elfutils/libdwfl/
H A Dderelocate.c143 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);
H A Drelocate.c481 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, boo
478 relocate_section(Dwfl_Module *mod, Elf *relocated, const GElf_Ehdr *ehdr, size_t shstrndx, struct reloc_symtab_cache *reloc_symtab, Elf_Scn *scn, GElf_Shdr *shdr, Elf_Scn *tscn, bool debugscn, bool partial) argument
747 __libdwfl_relocate_section(Dwfl_Module *mod, Elf *relocated, Elf_Scn *relocscn, Elf_Scn *tscn, bool partial) argument
[all...]
H A DlibdwflP.h488 Elf_Scn *relocscn, Elf_Scn *tscn,
/external/elfutils/src/
H A Dstrip.c1768 Elf_Scn *tscn = elf_getscn (debugelf, shdr->sh_info); local
1770 GElf_Shdr *tshdr = gelf_getshdr (tscn, &tshdr_mem);
1790 Elf_Data *tdata = elf_getdata (tscn, NULL);

Completed in 3459 milliseconds