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

  /external/elfutils/libdwfl/
elf-from-memory.c 110 .d_type = ELF_T_EHDR,
116 .d_type = ELF_T_EHDR,
337 xlatefrom.d_type = xlateto.d_type = ELF_T_EHDR;
364 xlatefrom.d_type = xlateto.d_type = ELF_T_EHDR;
dwfl_module_getdwarf.c 316 .d_type = ELF_T_EHDR,
320 src.d_size = gelf_fsize (mod->main.elf, ELF_T_EHDR, 1, EV_CURRENT);
321 src.d_type = ELF_T_EHDR;
    [all...]
dwfl_segment_report_module.c 347 .d_type = ELF_T_EHDR,
353 .d_type = ELF_T_EHDR,
relocate.c 544 size_t ehsize = gelf_fsize (relocated, ELF_T_EHDR, 1, EV_CURRENT);
  /external/elfutils/libelf/
gelf_fsize.c 55 [ELF_T_EHDR] = sizeof (ElfW2(LIBELFBITS, Ext_Ehdr)), \
elf32_updatenull.c 107 if (unlikely (ehdr->e_ehsize != elf_typesize (LIBELFBITS, ELF_T_EHDR, 1)))
109 ehdr->e_ehsize = elf_typesize (LIBELFBITS, ELF_T_EHDR, 1);
140 off_t size = elf_typesize (LIBELFBITS, ELF_T_EHDR, 1);
173 elf_typesize (LIBELFBITS, ELF_T_EHDR, 1),
elf32_updatefile.c 142 == elf_typesize (LIBELFBITS, ELF_T_EHDR, 1));
149 fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR];
152 # define fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR]
221 + MAX (elf_typesize (LIBELFBITS, ELF_T_EHDR, 1),
529 == elf_typesize (LIBELFBITS, ELF_T_EHDR, 1));
536 fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR];
539 # define fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR]
642 last_offset = elf_typesize (LIBELFBITS, ELF_T_EHDR, 1);
gelf_xlate.c 182 [ELF_T_EHDR] = ElfW2(Bits, cvt_Ehdr), \
libelf.h 73 ELF_T_EHDR, /* ELF header. */
elf_getdata.c 86 [ELF_T_EHDR] = __alignof__ (ElfW2(Bits,Ehdr)), \
  /external/elfutils/src/
xelf.h 137 case ELF_T_EHDR: fsize = sizeof (Elf32_Ehdr); break; \
269 case ELF_T_EHDR: fsize = sizeof (Elf64_Ehdr); break; \
unstrip.c 1021 .d_type = ELF_T_EHDR,
1025 src.d_size = gelf_fsize (main, ELF_T_EHDR, 1, EV_CURRENT);
1026 src.d_type = ELF_T_EHDR;
    [all...]

Completed in 4931 milliseconds