Lines Matching refs:oflags
2319 flagword oflags = 0; in mmo_sec_flags_from_bfd_flags() local
2322 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()
2340 return oflags; in mmo_sec_flags_from_bfd_flags()
2346 flagword oflags = 0; in bfd_sec_flags_from_mmo_flags() local
2349 oflags |= SEC_ALLOC; in bfd_sec_flags_from_mmo_flags()
2351 oflags |= SEC_LOAD; in bfd_sec_flags_from_mmo_flags()
2353 oflags |= SEC_RELOC; in bfd_sec_flags_from_mmo_flags()
2355 oflags |= SEC_READONLY; in bfd_sec_flags_from_mmo_flags()
2357 oflags |= SEC_CODE; in bfd_sec_flags_from_mmo_flags()
2359 oflags |= SEC_DATA; in bfd_sec_flags_from_mmo_flags()
2361 oflags |= SEC_NEVER_LOAD; in bfd_sec_flags_from_mmo_flags()
2363 oflags |= SEC_IS_COMMON; in bfd_sec_flags_from_mmo_flags()
2365 oflags |= SEC_DEBUGGING; in bfd_sec_flags_from_mmo_flags()
2367 return oflags; in bfd_sec_flags_from_mmo_flags()