HomeSort by: relevance | last modified time | path
    Searched defs:data_prot (Results 1 - 2 of 2) sorted by relevancy

  /src/libexec/ld.elf_so/
map_object.c 89 int data_prot; local in function:_rtld_map_object
359 data_prot = convert_prot(segs[i]->p_flags);
362 mmap(data_addr, data_vlimit - data_vaddr, data_prot,
383 if ((data_prot & PROT_WRITE) == 0 && -1 ==
385 data_prot|PROT_WRITE)) {
394 if ((data_prot & PROT_WRITE) == 0)
396 data_prot);
408 data_prot, data_flags | MAP_ANON, -1, 0)
map_object.c 89 int data_prot; local in function:_rtld_map_object
359 data_prot = convert_prot(segs[i]->p_flags);
362 mmap(data_addr, data_vlimit - data_vaddr, data_prot,
383 if ((data_prot & PROT_WRITE) == 0 && -1 ==
385 data_prot|PROT_WRITE)) {
394 if ((data_prot & PROT_WRITE) == 0)
396 data_prot);
408 data_prot, data_flags | MAP_ANON, -1, 0)

Completed in 64 milliseconds