Lines Matching refs:prot
3299 unsigned long prot) in bfd_mach_o_init_section_from_mach_o() argument
3322 if (prot & BFD_MACH_O_PROT_EXECUTE) in bfd_mach_o_init_section_from_mach_o()
3324 if (prot & BFD_MACH_O_PROT_WRITE) in bfd_mach_o_init_section_from_mach_o()
3326 else if (prot & BFD_MACH_O_PROT_READ) in bfd_mach_o_init_section_from_mach_o()
3373 unsigned long prot) in bfd_mach_o_read_section_32() argument
3404 bfd_mach_o_init_section_from_mach_o (abfd, sec, prot); in bfd_mach_o_read_section_32()
3412 unsigned long prot) in bfd_mach_o_read_section_64() argument
3443 bfd_mach_o_init_section_from_mach_o (abfd, sec, prot); in bfd_mach_o_read_section_64()
3451 unsigned long prot, in bfd_mach_o_read_section() argument
3455 return bfd_mach_o_read_section_64 (abfd, offset, prot); in bfd_mach_o_read_section()
3457 return bfd_mach_o_read_section_32 (abfd, offset, prot); in bfd_mach_o_read_section()