Searched refs:ELF_T_EHDR (Results 1 – 12 of 12) sorted by relevance
/external/elfutils/libdwfl/ |
D | elf-from-memory.c | 110 .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()
|
D | dwfl_segment_report_module.c | 347 .d_type = ELF_T_EHDR, in dwfl_segment_report_module() 353 .d_type = ELF_T_EHDR, in dwfl_segment_report_module()
|
D | dwfl_module_getdwarf.c | 321 .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()
|
D | relocate.c | 572 size_t ehsize = gelf_fsize (relocated, ELF_T_EHDR, 1, EV_CURRENT); in relocate_section()
|
/external/elfutils/libelf/ |
D | elf32_updatenull.c | 107 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()
|
D | elf32_updatefile.c | 141 == 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()
|
D | gelf_fsize.c | 53 [ELF_T_EHDR] = sizeof (ElfW2(LIBELFBITS, Ext_Ehdr)), \
|
D | gelf_xlate.c | 180 [ELF_T_EHDR] = ElfW2(Bits, cvt_Ehdr), \
|
D | libelf.h | 97 ELF_T_EHDR, /* ELF header. */ enumerator
|
D | elf_getdata.c | 82 [ELF_T_EHDR] = __alignof__ (ElfW2(Bits,Ehdr)), \
|
D | ChangeLog | 532 * elf_getdata.c (__libelf_type_aligns): Add entries for ELF_T_EHDR,
|
/external/elfutils/src/ |
D | unstrip.c | 1099 .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()
|