Searched refs:e_phnum (Results 1 – 10 of 10) sorted by relevance
95 i < elf_header->e_phnum; i++, segment++) in process_elf_file()220 i < elf_header->e_phnum; i++, segment++) in process_elf_file()
97 >= header->e_phoff + header->e_phnum * sizeof (ElfW(Phdr)))) in _dl_postprocess_loadcmd()
1077 l->l_phnum = header->e_phnum; in _dl_map_object_from_fd()1079 maplength = header->e_phnum * sizeof (ElfW(Phdr)); in _dl_map_object_from_fd()1303 ElfW(Phdr) *newp = (ElfW(Phdr) *) malloc (header->e_phnum in _dl_map_object_from_fd()1312 (header->e_phnum * sizeof (ElfW(Phdr)))); in _dl_map_object_from_fd()1759 maplength = ehdr->e_phnum * sizeof (ElfW(Phdr)); in open_verify()1775 (phdr, ehdr->e_phnum, fbp->buf, fbp->len, in open_verify()
38 l->l_phnum = GLRO(dl_sysinfo_dso)->e_phnum; in setup_vdso()
75 Elf32_Half e_phnum; /* Program header table entry count */ member93 Elf64_Half e_phnum; /* Program header table entry count */ member
1780 GL(dl_rtld_map).l_phnum = rtld_ehdr->e_phnum; in dl_main()1784 size_t cnt = rtld_ehdr->e_phnum; in dl_main()
78 self.e_phnum = data[9]189 for i in range(0, ehdr.e_phnum):
1041 for _ in range(self.ehdr.e_phnum):
173 _dl_phnum = ehdr->e_phnum; in init()
284 GL(dl_phnum) = __ehdr_start.e_phnum; in LIBC_START_MAIN()