Home
last modified time | relevance | path

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

/freebsd/libexec/rtld-elf/
H A Dmap_object.c96 size_t note_map_len; in map_object() local
115 note_map_len = 0; in map_object()
160 note_map_len = rtld_round_page(phdr->p_offset + in map_object()
163 note_map = mmap(NULL, note_map_len, PROT_READ, in map_object()
342 munmap(note_map, note_map_len); in map_object()
350 munmap(note_map, note_map_len); in map_object()