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

/external/elfutils/libdwfl/
H A Delf-from-memory.c110 .d_type = ELF_T_EHDR,
116 .d_type = ELF_T_EHDR,
337 xlatefrom.d_type = xlateto.d_type = ELF_T_EHDR;
364 xlatefrom.d_type = xlateto.d_type = ELF_T_EHDR;
H A Ddwfl_module_getdwarf.c316 .d_type = ELF_T_EHDR,
320 src.d_size = gelf_fsize (mod->main.elf, ELF_T_EHDR, 1, EV_CURRENT);
321 src.d_type = ELF_T_EHDR;
H A Ddwfl_segment_report_module.c347 .d_type = ELF_T_EHDR,
353 .d_type = ELF_T_EHDR,
H A Drelocate.c544 size_t ehsize = gelf_fsize (relocated, ELF_T_EHDR, 1, EV_CURRENT);
/external/elfutils/libelf/
H A Dgelf_fsize.c55 [ELF_T_EHDR] = sizeof (ElfW2(LIBELFBITS, Ext_Ehdr)), \
H A Delf32_updatenull.c107 if (unlikely (ehdr->e_ehsize != elf_typesize (LIBELFBITS, ELF_T_EHDR, 1)))
109 ehdr->e_ehsize = elf_typesize (LIBELFBITS, ELF_T_EHDR, 1);
140 off_t size = elf_typesize (LIBELFBITS, ELF_T_EHDR, 1);
173 elf_typesize (LIBELFBITS, ELF_T_EHDR, 1),
H A Delf32_updatefile.c142 == elf_typesize (LIBELFBITS, ELF_T_EHDR, 1));
149 fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR];
152 # define fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR]
221 + MAX (elf_typesize (LIBELFBITS, ELF_T_EHDR, 1),
529 == elf_typesize (LIBELFBITS, ELF_T_EHDR, 1));
536 fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR];
539 # define fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR]
642 last_offset = elf_typesize (LIBELFBITS, ELF_T_EHDR, 1);
H A Dgelf_xlate.c182 [ELF_T_EHDR] = ElfW2(Bits, cvt_Ehdr), \
H A Dlibelf.h73 ELF_T_EHDR, /* ELF header. */ enumerator in enum:__anon6154
H A Delf_getdata.c86 [ELF_T_EHDR] = __alignof__ (ElfW2(Bits,Ehdr)), \
/external/elfutils/src/
H A Dxelf.h137 case ELF_T_EHDR: fsize = sizeof (Elf32_Ehdr); break; \
269 case ELF_T_EHDR: fsize = sizeof (Elf64_Ehdr); break; \
H A Dunstrip.c1021 .d_type = ELF_T_EHDR,
1025 src.d_size = gelf_fsize (main, ELF_T_EHDR, 1, EV_CURRENT);
1026 src.d_type = ELF_T_EHDR;
1880 offset = gelf_fsize (unstripped, ELF_T_EHDR, 1, EV_CURRENT);

Completed in 162 milliseconds