Searched refs:sec_flags (Results 1 – 8 of 8) sorted by relevance
396 sec_to_styp_flags (const char *sec_name, flagword sec_flags) in sec_to_styp_flags() argument467 else if (sec_flags & SEC_CODE) in sec_to_styp_flags()471 else if (sec_flags & SEC_DATA) in sec_to_styp_flags()475 else if (sec_flags & SEC_READONLY) in sec_to_styp_flags()483 else if (sec_flags & SEC_LOAD) in sec_to_styp_flags()487 else if (sec_flags & SEC_ALLOC) in sec_to_styp_flags()493 if (sec_flags & SEC_TIC54X_CLINK) in sec_to_styp_flags()498 if (sec_flags & SEC_TIC54X_BLOCK) in sec_to_styp_flags()503 if ((sec_flags & (SEC_NEVER_LOAD | SEC_COFF_SHARED_LIBRARY)) != 0) in sec_to_styp_flags()519 sec_to_styp_flags (const char *sec_name, flagword sec_flags) in sec_to_styp_flags() argument[all …]
360 flagword sec_flags = 0; in _bfd_ecoff_styp_to_sec_flags() local363 sec_flags |= SEC_NEVER_LOAD; in _bfd_ecoff_styp_to_sec_flags()378 if (sec_flags & SEC_NEVER_LOAD) in _bfd_ecoff_styp_to_sec_flags()379 sec_flags |= SEC_CODE | SEC_COFF_SHARED_LIBRARY; in _bfd_ecoff_styp_to_sec_flags()381 sec_flags |= SEC_CODE | SEC_LOAD | SEC_ALLOC; in _bfd_ecoff_styp_to_sec_flags()391 if (sec_flags & SEC_NEVER_LOAD) in _bfd_ecoff_styp_to_sec_flags()392 sec_flags |= SEC_DATA | SEC_COFF_SHARED_LIBRARY; in _bfd_ecoff_styp_to_sec_flags()394 sec_flags |= SEC_DATA | SEC_LOAD | SEC_ALLOC; in _bfd_ecoff_styp_to_sec_flags()398 sec_flags |= SEC_READONLY; in _bfd_ecoff_styp_to_sec_flags()402 sec_flags |= SEC_ALLOC; in _bfd_ecoff_styp_to_sec_flags()[all …]
395 sec_to_styp_flags (sec_name, sec_flags) in sec_to_styp_flags() argument397 flagword sec_flags;468 else if (sec_flags & SEC_CODE)472 else if (sec_flags & SEC_DATA)476 else if (sec_flags & SEC_READONLY)484 else if (sec_flags & SEC_LOAD)488 else if (sec_flags & SEC_ALLOC)494 if (sec_flags & SEC_CLINK)499 if (sec_flags & SEC_BLOCK)504 if ((sec_flags & (SEC_NEVER_LOAD | SEC_COFF_SHARED_LIBRARY)) != 0)[all …]
392 flagword sec_flags = 0; local395 sec_flags |= SEC_NEVER_LOAD;410 if (sec_flags & SEC_NEVER_LOAD)411 sec_flags |= SEC_CODE | SEC_COFF_SHARED_LIBRARY;413 sec_flags |= SEC_CODE | SEC_LOAD | SEC_ALLOC;423 if (sec_flags & SEC_NEVER_LOAD)424 sec_flags |= SEC_DATA | SEC_COFF_SHARED_LIBRARY;426 sec_flags |= SEC_DATA | SEC_LOAD | SEC_ALLOC;430 sec_flags |= SEC_READONLY;434 sec_flags |= SEC_ALLOC;[all …]
577 flagword sec_flags = section->flags; in lang_memory_default() local580 if ((sec_flags & (SEC_ALLOC | SEC_READONLY | SEC_CODE)) == SEC_ALLOC) in lang_memory_default()581 sec_flags |= SEC_DATA; in lang_memory_default()585 if ((p->flags & sec_flags) != 0 in lang_memory_default()586 && (p->not_flags & sec_flags) == 0) in lang_memory_default()
1055 flagword sec_flags = section->flags; in lang_memory_default() local1058 if ((sec_flags & (SEC_ALLOC | SEC_READONLY | SEC_CODE)) == SEC_ALLOC) in lang_memory_default()1059 sec_flags |= SEC_DATA; in lang_memory_default()1063 if ((p->flags & sec_flags) != 0 in lang_memory_default()1064 && (p->not_flags & sec_flags) == 0) in lang_memory_default()
5127 int sec_flags; local5129 sec_flags = 0;5131 sec_flags = OSS$M_RELCTX;5135 sec_flags, dellst, &ctx, &access_mode);
492 uint8_t sec_flags;491 uint8_t sec_flags; global() member