Searched refs:lm_map (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/libexec/rtld-elf/
H A Dlibmap.c111 char *lm_map; local
138 lm_map = mmap(NULL, st.st_size, PROT_READ, MAP_PRIVATE, fd, 0);
139 if (lm_map == (const char *)MAP_FAILED) {
150 lmc_parse(lm_map, st.st_size);
151 munmap(lm_map, st.st_size);

Completed in 103 milliseconds