Searched refs:ELF_T_EHDR (Results 1 – 13 of 13) 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() 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()
|
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 | 316 .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()
|
D | relocate.c | 544 size_t ehsize = gelf_fsize (relocated, ELF_T_EHDR, 1, EV_CURRENT); in relocate_section()
|
/external/elfutils/libelf/ |
D | elf32_updatefile.c | 142 == 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()
|
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() 173 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 | 182 [ELF_T_EHDR] = ElfW2(Bits, cvt_Ehdr), \
|
D | libelf.h | 73 ELF_T_EHDR, /* ELF header. */ enumerator
|
D | elf_getdata.c | 86 [ELF_T_EHDR] = __alignof__ (ElfW2(Bits,Ehdr)), \
|
D | ChangeLog | 173 * elf_getdata.c (__libelf_type_aligns): Add entries for ELF_T_EHDR,
|
/external/elfutils/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 | 1019 .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()
|