Home
last modified time | relevance | path

Searched refs:ELF_T_EHDR (Results 1 – 13 of 13) 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()
337 xlatefrom.d_type = xlateto.d_type = ELF_T_EHDR; in elf_from_remote_memory()
364 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.c316 .d_type = ELF_T_EHDR, in find_prelink_address_sync()
320 src.d_size = gelf_fsize (mod->main.elf, ELF_T_EHDR, 1, EV_CURRENT); in find_prelink_address_sync()
321 src.d_type = ELF_T_EHDR; in find_prelink_address_sync()
Drelocate.c544 size_t ehsize = gelf_fsize (relocated, ELF_T_EHDR, 1, EV_CURRENT); in relocate_section()
/external/elfutils/libelf/
Delf32_updatefile.c142 == elf_typesize (LIBELFBITS, ELF_T_EHDR, 1)); in __elfw2()
149 …= __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR]; in __elfw2()
152 # define fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR] in __elfw2()
221 + MAX (elf_typesize (LIBELFBITS, ELF_T_EHDR, 1), in __elfw2()
529 == elf_typesize (LIBELFBITS, ELF_T_EHDR, 1)); in __elfw2()
536 …= __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR]; in __elfw2()
539 # define fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR] in __elfw2()
642 last_offset = elf_typesize (LIBELFBITS, ELF_T_EHDR, 1); in __elfw2()
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()
173 elf_typesize (LIBELFBITS, ELF_T_EHDR, 1), in __elfw2()
Dgelf_fsize.c55 [ELF_T_EHDR] = sizeof (ElfW2(LIBELFBITS, Ext_Ehdr)), \
Dgelf_xlate.c182 [ELF_T_EHDR] = ElfW2(Bits, cvt_Ehdr), \
Dlibelf.h73 ELF_T_EHDR, /* ELF header. */ enumerator
Delf_getdata.c86 [ELF_T_EHDR] = __alignof__ (ElfW2(Bits,Ehdr)), \
DChangeLog173 * elf_getdata.c (__libelf_type_aligns): Add entries for ELF_T_EHDR,
/external/elfutils/src/
Dxelf.h137 case ELF_T_EHDR: fsize = sizeof (Elf32_Ehdr); break; \
269 case ELF_T_EHDR: fsize = sizeof (Elf64_Ehdr); break; \
Dunstrip.c1019 .d_type = ELF_T_EHDR, in find_alloc_sections_prelink()
1023 src.d_size = gelf_fsize (main, ELF_T_EHDR, 1, EV_CURRENT); in find_alloc_sections_prelink()
1024 src.d_type = ELF_T_EHDR; in find_alloc_sections_prelink()
1878 offset = gelf_fsize (unstripped, ELF_T_EHDR, 1, EV_CURRENT); in copy_elided_sections()