Home
last modified time | relevance | path

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

/external/elfutils/src/libdwfl/
Delf-from-memory.c104 .d_type = ELF_T_EHDR, in elf_from_remote_memory()
110 .d_type = ELF_T_EHDR, in elf_from_remote_memory()
316 xlatefrom.d_type = xlateto.d_type = ELF_T_EHDR; in elf_from_remote_memory()
343 xlatefrom.d_type = xlateto.d_type = ELF_T_EHDR; in elf_from_remote_memory()
Ddwfl_module_getdwarf.c298 .d_type = ELF_T_EHDR, in find_prelink_address_sync()
302 src.d_size = gelf_fsize (mod->main.elf, ELF_T_EHDR, 1, EV_CURRENT); in find_prelink_address_sync()
303 src.d_type = ELF_T_EHDR; in find_prelink_address_sync()
Ddwfl_segment_report_module.c339 .d_type = ELF_T_EHDR, in dwfl_segment_report_module()
345 .d_type = ELF_T_EHDR, in dwfl_segment_report_module()
Drelocate.c313 size_t ehsize = gelf_fsize (relocated, ELF_T_EHDR, 1, EV_CURRENT); in relocate_section()
/external/elfutils/src/libelf/
Delf32_updatefile.c119 == elf_typesize (LIBELFBITS, ELF_T_EHDR, 1)); in __elfw2()
126 …= __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR]; in __elfw2()
129 # define fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR] in __elfw2()
198 + MAX (elf_typesize (LIBELFBITS, ELF_T_EHDR, 1), in __elfw2()
510 == elf_typesize (LIBELFBITS, ELF_T_EHDR, 1)); in __elfw2()
517 …= __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR]; in __elfw2()
520 # define fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR] in __elfw2()
623 last_offset = elf_typesize (LIBELFBITS, ELF_T_EHDR, 1); in __elfw2()
Delf32_updatenull.c103 if (unlikely (ehdr->e_ehsize != elf_typesize (LIBELFBITS, ELF_T_EHDR, 1))) in ELFW()
105 ehdr->e_ehsize = elf_typesize (LIBELFBITS, ELF_T_EHDR, 1); in ELFW()
128 off_t size = elf_typesize (LIBELFBITS, ELF_T_EHDR, 1); in __elfw2()
161 elf_typesize (LIBELFBITS, ELF_T_EHDR, 1), in __elfw2()
Dgelf_fsize.c55 [ELF_T_EHDR] = sizeof (ElfW2(LIBELFBITS, Ext_Ehdr)), \
Dgelf_xlate.c180 [ELF_T_EHDR] = ElfW2(Bits, cvt_Ehdr), \
Dlibelf.h44 ELF_T_EHDR, /* ELF header. */ enumerator
/external/elfutils/src/src/
Dxelf.h137 case ELF_T_EHDR: fsize = sizeof (Elf32_Ehdr); break; \
269 case ELF_T_EHDR: fsize = sizeof (Elf64_Ehdr); break; \
Dunstrip.c969 .d_type = ELF_T_EHDR, in find_alloc_sections_prelink()
973 src.d_size = gelf_fsize (main, ELF_T_EHDR, 1, EV_CURRENT); in find_alloc_sections_prelink()
974 src.d_type = ELF_T_EHDR; in find_alloc_sections_prelink()
1771 offset = gelf_fsize (unstripped, ELF_T_EHDR, 1, EV_CURRENT); in copy_elided_sections()