Home
last modified time | relevance | path

Searched refs:stripped_ehdr (Results 1 – 1 of 1) sorted by relevance

/external/elfutils/src/
Dunstrip.c1365 const GElf_Ehdr *stripped_ehdr, GElf_Addr bias) in copy_elided_sections() argument
1410 stripped_ehdr->e_type == ET_REL in copy_elided_sections()
1476 if (stripped_ehdr->e_type != ET_REL) in copy_elided_sections()
1541 stripped, stripped_ehdr, in copy_elided_sections()
1639 if (stripped_ehdr->e_type != ET_REL in copy_elided_sections()
1672 if (stripped_ehdr->e_type != ET_REL && (shdr_mem.sh_flags & SHF_ALLOC)) in copy_elided_sections()
1754 || (stripped_ehdr->e_type != ET_REL in copy_elided_sections()
1779 collect_symbols (unstripped, stripped_ehdr->e_type == ET_REL, in copy_elided_sections()
1786 collect_symbols (unstripped, stripped_ehdr->e_type == ET_REL, in copy_elided_sections()
1788 stripped_ehdr->e_type == ET_REL ? 0 : bias, NULL, in copy_elided_sections()
[all …]