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

  /external/elfutils/0.153/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 190 .d_type = ELF_T_EHDR,
196 .d_type = ELF_T_EHDR,
dwfl_module_getdwarf.c 353 .d_type = ELF_T_EHDR,
357 src.d_size = gelf_fsize (mod->main.elf, ELF_T_EHDR, 1, EV_CURRENT);
358 src.d_type = ELF_T_EHDR;
  /external/elfutils/0.153/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);
182 elf_typesize (LIBELFBITS, ELF_T_EHDR, 1),
gelf_fsize.c 76 [ELF_T_EHDR] = sizeof (ElfW2(LIBELFBITS, Ext_Ehdr)), \
elf32_updatefile.c 140 == elf_typesize (LIBELFBITS, ELF_T_EHDR, 1));
147 fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR];
150 # define fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR]
219 + MAX (elf_typesize (LIBELFBITS, ELF_T_EHDR, 1),
528 == elf_typesize (LIBELFBITS, ELF_T_EHDR, 1));
535 fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR];
538 # define fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR]
641 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/0.153/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 968 .d_type = ELF_T_EHDR,
972 src.d_size = gelf_fsize (main, ELF_T_EHDR, 1, EV_CURRENT);
973 src.d_type = ELF_T_EHDR;
    [all...]

Completed in 57 milliseconds