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
359 data_prot = convert_prot(segs[i]->p_flags);
362 mmap(data_addr, data_vlimit - data_vaddr, data_prot,
372 data_prot) == -1) {
390 if ((data_prot & PROT_WRITE) == 0 && -1 ==
392 data_prot|PROT_WRITE)) {
401 if ((data_prot & PROT_WRITE) == 0)
403 data_prot);
415 data_prot, data_flags | MAP_ANON, -1, 0)
map_object.c 89 int data_prot; local
359 data_prot = convert_prot(segs[i]->p_flags);
362 mmap(data_addr, data_vlimit - data_vaddr, data_prot,
372 data_prot) == -1) {
390 if ((data_prot & PROT_WRITE) == 0 && -1 ==
392 data_prot|PROT_WRITE)) {
401 if ((data_prot & PROT_WRITE) == 0)
403 data_prot);
415 data_prot, data_flags | MAP_ANON, -1, 0)

Completed in 30 milliseconds