Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Delf-from-memory.c110 .d_type = ELF_T_EHDR, in elf_from_remote_memory()
116 .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()
370 xlatefrom.d_type = xlateto.d_type = ELF_T_EHDR; in elf_from_remote_memory()
Ddwfl_segment_report_module.c347 .d_type = ELF_T_EHDR, in dwfl_segment_report_module()
353 .d_type = ELF_T_EHDR, in dwfl_segment_report_module()
Ddwfl_module_getdwarf.c321 .d_type = ELF_T_EHDR, in find_prelink_address_sync()
325 src.d_size = gelf_fsize (mod->main.elf, ELF_T_EHDR, 1, EV_CURRENT); in find_prelink_address_sync()
326 src.d_type = ELF_T_EHDR; in find_prelink_address_sync()
Drelocate.c572 size_t ehsize = gelf_fsize (relocated, ELF_T_EHDR, 1, EV_CURRENT); in relocate_section()
/external/elfutils/libelf/
Delf32_updatenull.c107 if (unlikely (ehdr->e_ehsize != elf_typesize (LIBELFBITS, ELF_T_EHDR, 1))) in ELFW()
109 ehdr->e_ehsize = elf_typesize (LIBELFBITS, ELF_T_EHDR, 1); in ELFW()
140 off_t size = elf_typesize (LIBELFBITS, ELF_T_EHDR, 1); in __elfw2()
162 elf_typesize (LIBELFBITS, ELF_T_EHDR, 1), in __elfw2()
Delf32_updatefile.c141 == elf_typesize (LIBELFBITS, ELF_T_EHDR, 1)); in __elfw2()
147 #define fctp __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR] in __elfw2()
210 + MAX (elf_typesize (LIBELFBITS, ELF_T_EHDR, 1), in __elfw2()
538 == elf_typesize (LIBELFBITS, ELF_T_EHDR, 1)); in __elfw2()
544 #define fctp __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR] in __elfw2()
641 last_offset = elf_typesize (LIBELFBITS, ELF_T_EHDR, 1); in __elfw2()
Dgelf_fsize.c53 [ELF_T_EHDR] = sizeof (ElfW2(LIBELFBITS, Ext_Ehdr)), \
Dgelf_xlate.c180 [ELF_T_EHDR] = ElfW2(Bits, cvt_Ehdr), \
Dlibelf.h97 ELF_T_EHDR, /* ELF header. */ enumerator
Delf_getdata.c82 [ELF_T_EHDR] = __alignof__ (ElfW2(Bits,Ehdr)), \
DChangeLog532 * elf_getdata.c (__libelf_type_aligns): Add entries for ELF_T_EHDR,
/external/elfutils/src/
Dunstrip.c1099 .d_type = ELF_T_EHDR, in find_alloc_sections_prelink()
1103 src.d_size = gelf_fsize (main, ELF_T_EHDR, 1, EV_CURRENT); in find_alloc_sections_prelink()
1104 src.d_type = ELF_T_EHDR; in find_alloc_sections_prelink()
1991 offset = gelf_fsize (unstripped, ELF_T_EHDR, 1, EV_CURRENT); in copy_elided_sections()