Searched refs:oflags (Results 1 – 4 of 4) sorted by relevance
2319 flagword oflags = 0; in mmo_sec_flags_from_bfd_flags() local2322 oflags |= MMO_SEC_ALLOC; in mmo_sec_flags_from_bfd_flags()2324 oflags |= MMO_SEC_LOAD; in mmo_sec_flags_from_bfd_flags()2326 oflags |= MMO_SEC_RELOC; in mmo_sec_flags_from_bfd_flags()2328 oflags |= MMO_SEC_READONLY; in mmo_sec_flags_from_bfd_flags()2330 oflags |= MMO_SEC_CODE; in mmo_sec_flags_from_bfd_flags()2332 oflags |= MMO_SEC_DATA; in mmo_sec_flags_from_bfd_flags()2334 oflags |= MMO_SEC_NEVER_LOAD; in mmo_sec_flags_from_bfd_flags()2336 oflags |= MMO_SEC_IS_COMMON; in mmo_sec_flags_from_bfd_flags()2338 oflags |= MMO_SEC_DEBUGGING; in mmo_sec_flags_from_bfd_flags()[all …]
232 flagword oflags = abfd->flags; in coff_real_object_p() local304 abfd->flags = oflags; in coff_real_object_p()
5856 unsigned long iflags, oflags; in ppc64_elf_merge_private_bfd_data() local5868 oflags = elf_elfheader (obfd)->e_flags; in ppc64_elf_merge_private_bfd_data()5877 else if (iflags != oflags && iflags != 0) in ppc64_elf_merge_private_bfd_data()5881 ibfd, iflags, oflags); in ppc64_elf_merge_private_bfd_data()
4944 int oflags = writable ? O_RDWR : O_RDONLY; in open_base_file() local4945 int o = open_descriptor(-1, base_name, oflags, 0); in open_base_file()