Home
last modified time | relevance | path

Searched refs:maplength (Results 1 – 3 of 3) sorted by relevance

/elf/
A Ddl-map-segments.h26 const size_t maplength, int fd) in ElfW()
29 return (ElfW(Addr)) __mmap ((void *) mappref, maplength, c->prot, in ElfW()
34 ElfW(Addr) maplen = (maplength >= c->mapalign in ElfW()
35 ? (maplength + c->mapalign) in ElfW()
46 maplength, c->prot, in ElfW()
57 ElfW(Addr) map_end = map_start_aligned + maplength; in ElfW()
78 const size_t maplength, bool has_holes, in _dl_map_segments() argument
97 = (ELF_PREFERRED_ADDRESS (loader, maplength, in _dl_map_segments()
102 l->l_map_start = _dl_map_segment (c, mappref, maplength, fd); in _dl_map_segments()
106 l->l_map_end = l->l_map_start + maplength; in _dl_map_segments()
[all …]
A Ddl-load.h67 # define ELF_PREFERRED_ADDRESS(loader, maplength, mapstartpref) (mapstartpref) argument
120 const size_t maplength,
A Ddl-load.c949 size_t maplength; in _dl_map_object_from_fd() local
1079 maplength = header->e_phnum * sizeof (ElfW(Phdr)); in _dl_map_object_from_fd()
1080 if (header->e_phoff + maplength <= (size_t) fbp->len) in _dl_map_object_from_fd()
1084 phdr = alloca (maplength); in _dl_map_object_from_fd()
1086 header->e_phoff) != maplength) in _dl_map_object_from_fd()
1252 maplength, has_holes, loader); in _dl_map_object_from_fd()
1398 (int) sizeof (void *) * 2, maplength, in _dl_map_object_from_fd()
1628 size_t maplength; in open_verify() local
1745 maplength = ehdr->e_phnum * sizeof (ElfW(Phdr)); in open_verify()
1750 phdr = alloca (maplength); in open_verify()
[all …]

Completed in 8 milliseconds