Searched refs:Elf32_Phdr (Results 1 – 24 of 24) sorted by relevance
355 Elf32_Phdr *phdr; /* Pointer to the program header array. */527 extern Elf32_Phdr *__elf32_getphdr_internal (Elf *__elf) attribute_hidden;529 extern Elf32_Phdr *__elf32_getphdr_wrlock (Elf *__elf) attribute_hidden;531 extern Elf32_Phdr *__elf32_newphdr_internal (Elf *__elf, size_t __cnt)
248 extern Elf32_Phdr *elf32_getphdr (Elf *__elf);253 extern Elf32_Phdr *elf32_newphdr (Elf *__elf, size_t __cnt);
79 Elf32_Phdr *phdr = elf->state.elf32.phdr; in gelf_update_phdr()
90 Elf32_Phdr *phdr = elf->state.elf32.phdr;
316 & (__alignof__ (Elf32_Phdr) - 1)) == 0))) in file_read_elf()326 = (Elf32_Phdr *) ((char *) ehdr + ehdr->e_phoff); in file_read_elf()
553 } Elf32_Phdr; typedef
150 if (phentsize != sizeof (Elf32_Phdr) || phnum == 0) in elf_from_remote_memory()205 Elf32_Phdr p32[phnum]; in elf_from_remote_memory()
59 #define PROBE_VAL32 sizeof (Elf32_Phdr)706 Elf32_Phdr p32; in dwfl_link_map_report()725 Elf32_Phdr p32[phnum]; in dwfl_link_map_report()
207 if (phentsize != sizeof (Elf32_Phdr)) in dwfl_segment_report_module()249 Elf32_Phdr p32[phnum]; in dwfl_segment_report_module()
164 VALUE_TEST (e_phentsize, (int) sizeof (Elf32_Phdr)); in main()
46 Elf32_Phdr *phdr; in main()
48 Elf32_Phdr *phdr; in main()
49 Elf32_Phdr *phdr; in main()
175 Elf32_Phdr; typedef
593 Elf32_Phdr *phdr; in load_image()601 phdr = (Elf32_Phdr *) in load_image()
222 } Elf32_Phdr; typedef
61 # define XElf_Phdr_vardef(name) Elf32_Phdr *name148 case ELF_T_PHDR: fsize = sizeof (Elf32_Phdr); break; \
479 if (ehdr->e_phentsize != 0 && ehdr->e_phentsize != sizeof (Elf32_Phdr)) in check_elf_header()
982 struct Elf32_Phdr { struct
1050 } Elf32_Phdr; typedef
134 #define Elf_Phdr Elf32_Phdr
198 #define Elf_Phdr Elf32_Phdr
73 # define ElfXX_Phdr Elf32_Phdr
546 } Elf32_Phdr; typedef19221 Elf32_Phdr *phdr, *ph; in tcc_output_file()19459 phdr = tcc_mallocz(phnum * sizeof(Elf32_Phdr)); in tcc_output_file()19462 file_offset = sizeof(Elf32_Ehdr) + phnum * sizeof(Elf32_Phdr); in tcc_output_file()19674 ehdr.e_phentsize = sizeof(Elf32_Phdr); in tcc_output_file()19787 dummy_size_t = fwrite(phdr, 1, phnum * sizeof(Elf32_Phdr), f); in tcc_output_file()19788 offset = sizeof(Elf32_Ehdr) + phnum * sizeof(Elf32_Phdr); in tcc_output_file()