Home
last modified time | relevance | path

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

/external/elfutils/tests/
Dupdate2.c115 phdr[0].p_filesz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); in main()
116 phdr[0].p_memsz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); in main()
Dupdate3.c164 phdr[0].p_filesz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); in main()
165 phdr[0].p_memsz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); in main()
Dalldts.c232 phdr[0].p_filesz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); in main()
233 phdr[0].p_memsz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); in main()
Dupdate4.c316 phdr[0].p_filesz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); in main()
317 phdr[0].p_memsz = ehdr->e_phnum * elf32_fsize (ELF_T_PHDR, 1, EV_CURRENT); in main()
Delfstrmerge.c264 + gelf_fsize (elf, ELF_T_PHDR, phnum, EV_CURRENT)); in main()
/external/elfutils/libelf/
Delf32_newphdr.c162 elf_typesize (LIBELFBITS, ELF_T_PHDR, 1); in ElfW2()
176 == elf_typesize (LIBELFBITS, ELF_T_PHDR, 1)); in ElfW2()
Delf32_updatefile.c176 == elf_typesize (LIBELFBITS, ELF_T_PHDR, 1)); in __elfw2()
188 #define fctp __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_PHDR] in __elfw2()
212 + elf_typesize (LIBELFBITS, ELF_T_PHDR, phnum)); in __elfw2()
572 == elf_typesize (LIBELFBITS, ELF_T_PHDR, 1)); in __elfw2()
598 #define fctp __elf_xfctstom[ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_PHDR] in __elfw2()
Dgelf_fsize.c58 [ELF_T_PHDR] = sizeof (ElfW2(LIBELFBITS, Ext_Phdr)), \
Delf32_updatenull.c157 + elf_typesize (LIBELFBITS, ELF_T_PHDR, phnum)); in __elfw2()
166 size += elf_typesize (LIBELFBITS, ELF_T_PHDR, phnum); in __elfw2()
Dgelf_xlate.c183 [ELF_T_PHDR] = ElfW2(Bits, cvt_Phdr), \
Dlibelf.h100 ELF_T_PHDR, /* Program header. */ enumerator
Delf_getdata.c85 [ELF_T_PHDR] = __alignof__ (ElfW2(Bits,Phdr)), \
DChangeLog533 ELF_T_OFF, ELF_T_PHDR, ELF_T_SHDR, ELF_T_SWORD, ELF_T_XWORD,
/external/elfutils/libdwfl/
Delf-from-memory.c171 xlatefrom.d_type = xlateto.d_type = ELF_T_PHDR; in elf_from_remote_memory()
Dlink_map.c792 .d_type = ELF_T_PHDR, in dwfl_link_map_report()
888 .d_type = ELF_T_PHDR, in dwfl_link_map_report()
Ddwfl_module_getdwarf.c333 size_t phentsize = gelf_fsize (mod->main.elf, ELF_T_PHDR, 1, EV_CURRENT); in find_prelink_address_sync()
391 src.d_type = ELF_T_PHDR; in find_prelink_address_sync()
Drelocate.c601 size_t phentsize = gelf_fsize (relocated, ELF_T_PHDR, 1, EV_CURRENT); in relocate_section()
Ddwfl_segment_report_module.c406 xlatefrom.d_type = xlateto.d_type = ELF_T_PHDR; in dwfl_segment_report_module()
/external/elfutils/src/
Delfcompress.c421 + gelf_fsize (elf, ELF_T_PHDR, phnum, EV_CURRENT)); in process_file()
Dunstrip.c1130 size_t phsize = gelf_fsize (main, ELF_T_PHDR, phnum, EV_CURRENT); in find_alloc_sections_prelink()