HomeSort by relevance Sort by last modified time
    Searched refs:ELF_T_EHDR (Results 1 - 9 of 9) sorted by null

  /external/elfutils/libdwfl/
elf-from-memory.c 120 .d_type = ELF_T_EHDR,
126 .d_type = ELF_T_EHDR,
314 xlatefrom.d_type = xlateto.d_type = ELF_T_EHDR;
341 xlatefrom.d_type = xlateto.d_type = ELF_T_EHDR;
dwfl_segment_report_module.c 186 .d_type = ELF_T_EHDR,
192 .d_type = ELF_T_EHDR,
  /external/elfutils/libelf/
elf32_updatenull.c 124 if (unlikely (ehdr->e_ehsize != elf_typesize (LIBELFBITS, ELF_T_EHDR, 1)))
126 ehdr->e_ehsize = elf_typesize (LIBELFBITS, ELF_T_EHDR, 1);
149 off_t size = elf_typesize (LIBELFBITS, ELF_T_EHDR, 1);
178 elf_typesize (LIBELFBITS, ELF_T_EHDR, 1),
gelf_fsize.c 76 [ELF_T_EHDR] = sizeof (ElfW2(LIBELFBITS, Ext_Ehdr)), \
elf32_updatefile.c 141 == elf_typesize (LIBELFBITS, ELF_T_EHDR, 1));
148 fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR];
151 # define fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR]
208 + MAX (elf_typesize (LIBELFBITS, ELF_T_EHDR, 1),
486 == elf_typesize (LIBELFBITS, ELF_T_EHDR, 1));
493 fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR];
496 # define fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR]
587 last_offset = elf_typesize (LIBELFBITS, ELF_T_EHDR, 1);
gelf_xlate.c 201 [ELF_T_EHDR] = ElfW2(Bits, cvt_Ehdr), \
libelf.h 65 ELF_T_EHDR, /* ELF header. */
  /external/elfutils/src/
xelf.h 145 case ELF_T_EHDR: fsize = sizeof (Elf32_Ehdr); break; \
277 case ELF_T_EHDR: fsize = sizeof (Elf64_Ehdr); break; \
unstrip.c 965 .d_type = ELF_T_EHDR,
969 src.d_size = gelf_fsize (main, ELF_T_EHDR, 1, EV_CURRENT);
970 src.d_type = ELF_T_EHDR;
    [all...]

Completed in 70 milliseconds