Home
last modified time | relevance | path

Searched refs:e_phnum (Results 1 – 10 of 10) sorted by relevance

/glibc-2.36/elf/
Dreadelflib.c95 i < elf_header->e_phnum; i++, segment++) in process_elf_file()
220 i < elf_header->e_phnum; i++, segment++) in process_elf_file()
Ddl-load.h97 >= header->e_phoff + header->e_phnum * sizeof (ElfW(Phdr)))) in _dl_postprocess_loadcmd()
Ddl-load.c1077 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()
Dsetup-vdso.h38 l->l_phnum = GLRO(dl_sysinfo_dso)->e_phnum; in setup_vdso()
Delf.h75 Elf32_Half e_phnum; /* Program header table entry count */ member
93 Elf64_Half e_phnum; /* Program header table entry count */ member
Drtld.c1780 GL(dl_rtld_map).l_phnum = rtld_ehdr->e_phnum; in dl_main()
1784 size_t cnt = rtld_ehdr->e_phnum; in dl_main()
/glibc-2.36/scripts/
Dtst-elf-edit.py78 self.e_phnum = data[9]
189 for i in range(0, ehdr.e_phnum):
Dglibcelf.py1041 for _ in range(self.ehdr.e_phnum):
/glibc-2.36/sysdeps/mach/hurd/i386/
Dinit-first.c173 _dl_phnum = ehdr->e_phnum; in init()
/glibc-2.36/csu/
Dlibc-start.c284 GL(dl_phnum) = __ehdr_start.e_phnum; in LIBC_START_MAIN()