Searched refs:ELF_T_EHDR (Results 1 – 11 of 11) sorted by relevance
/external/elfutils/src/libdwfl/ |
D | elf-from-memory.c | 104 .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()
|
D | dwfl_module_getdwarf.c | 298 .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()
|
D | dwfl_segment_report_module.c | 339 .d_type = ELF_T_EHDR, in dwfl_segment_report_module() 345 .d_type = ELF_T_EHDR, in dwfl_segment_report_module()
|
D | relocate.c | 313 size_t ehsize = gelf_fsize (relocated, ELF_T_EHDR, 1, EV_CURRENT); in relocate_section()
|
/external/elfutils/src/libelf/ |
D | elf32_updatefile.c | 119 == 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()
|
D | elf32_updatenull.c | 103 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()
|
D | gelf_fsize.c | 55 [ELF_T_EHDR] = sizeof (ElfW2(LIBELFBITS, Ext_Ehdr)), \
|
D | gelf_xlate.c | 180 [ELF_T_EHDR] = ElfW2(Bits, cvt_Ehdr), \
|
D | libelf.h | 44 ELF_T_EHDR, /* ELF header. */ enumerator
|
/external/elfutils/src/src/ |
D | xelf.h | 137 case ELF_T_EHDR: fsize = sizeof (Elf32_Ehdr); break; \ 269 case ELF_T_EHDR: fsize = sizeof (Elf64_Ehdr); break; \
|
D | unstrip.c | 969 .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()
|