Searched refs:ELF_T_PHDR (Results 1 - 20 of 20) sorted by relevance

/external/elfutils/tests/
H A Dupdate2.c115 phdr[0].p_filesz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT);
116 phdr[0].p_memsz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT);
H A Dupdate3.c164 phdr[0].p_filesz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT);
165 phdr[0].p_memsz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT);
H A Dalldts.c232 phdr[0].p_filesz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT);
233 phdr[0].p_memsz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT);
H A Dupdate4.c316 phdr[0].p_filesz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT);
317 phdr[0].p_memsz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT);
H A Delfstrmerge.c263 + gelf_fsize (elf, ELF_T_PHDR, phnum, EV_CURRENT));
/external/elfutils/libelf/
H A Dgelf_fsize.c60 [ELF_T_PHDR] = sizeof (ElfW2(LIBELFBITS, Ext_Phdr)), \
H A Delf32_newphdr.c162 elf_typesize (LIBELFBITS, ELF_T_PHDR, 1);
176 == elf_typesize (LIBELFBITS, ELF_T_PHDR, 1));
H A Delf32_updatefile.c182 == elf_typesize (LIBELFBITS, ELF_T_PHDR, 1));
195 fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_PHDR];
198 # define fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_PHDR]
223 + elf_typesize (LIBELFBITS, ELF_T_PHDR, phnum));
568 == elf_typesize (LIBELFBITS, ELF_T_PHDR, 1));
595 fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_PHDR];
598 # define fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_PHDR]
H A Delf32_updatenull.c168 + elf_typesize (LIBELFBITS, ELF_T_PHDR, phnum));
177 size += elf_typesize (LIBELFBITS, ELF_T_PHDR, phnum);
H A Dgelf_xlate.c185 [ELF_T_PHDR] = ElfW2(Bits, cvt_Phdr), \
H A Dlibelf.h76 ELF_T_PHDR, /* Program header. */ enumerator in enum:__anon6154
H A Delf_getdata.c89 [ELF_T_PHDR] = __alignof__ (ElfW2(Bits,Phdr)), \
/external/elfutils/src/
H A Dxelf.h140 case ELF_T_PHDR: fsize = sizeof (Elf32_Phdr); break; \
272 case ELF_T_PHDR: fsize = sizeof (Elf64_Phdr); break; \
H A Delfcompress.c415 + gelf_fsize (elf, ELF_T_PHDR, phnum, EV_CURRENT));
H A Dunstrip.c1044 size_t phsize = gelf_fsize (main, ELF_T_PHDR, phnum, EV_CURRENT);
/external/elfutils/libdwfl/
H A Delf-from-memory.c165 xlatefrom.d_type = xlateto.d_type = ELF_T_PHDR;
H A Dlink_map.c796 .d_type = ELF_T_PHDR,
889 .d_type = ELF_T_PHDR,
H A Drelocate.c569 size_t phentsize = gelf_fsize (relocated, ELF_T_PHDR, 1, EV_CURRENT);
H A Ddwfl_module_getdwarf.c328 size_t phentsize = gelf_fsize (mod->main.elf, ELF_T_PHDR, 1, EV_CURRENT);
384 src.d_type = ELF_T_PHDR;
H A Ddwfl_segment_report_module.c400 xlatefrom.d_type = xlateto.d_type = ELF_T_PHDR;

Completed in 297 milliseconds