Home
last modified time | relevance | path

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

/freebsd-14.2/libexec/rtld-elf/
H A Dmap_object.c101 size_t note_map_len; in map_object() local
122 note_map_len = 0; in map_object()
172 note_map_len = rtld_round_page(phdr->p_offset + in map_object()
174 note_map = mmap(NULL, note_map_len, PROT_READ, in map_object()
332 munmap(note_map, note_map_len); in map_object()
340 munmap(note_map, note_map_len); in map_object()