Searched refs:sec_flags (Results 1 – 7 of 7) sorted by relevance
543 if ((sec_flags & SEC_ALLOC) != 0 && (sec_flags & SEC_LOAD) == 0) in sec_to_styp_flags()598 flagword sec_flags = 0; in styp_to_sec_flags() local638 sec_flags |= SEC_ALLOC; in styp_to_sec_flags()653 sec_flags = 0; in styp_to_sec_flags()675 sec_flags |= SEC_ALLOC; in styp_to_sec_flags()725 * flags_ptr = sec_flags; in styp_to_sec_flags()763 return sec_flags; in handle_COMDAT()986 return sec_flags; in handle_COMDAT()1008 flagword sec_flags; in styp_to_sec_flags() local1065 sec_flags |= SEC_CODE; in styp_to_sec_flags()[all …]
359 flagword sec_flags = 0; in _bfd_ecoff_styp_to_sec_flags() local362 sec_flags |= SEC_NEVER_LOAD; in _bfd_ecoff_styp_to_sec_flags()377 if (sec_flags & SEC_NEVER_LOAD) in _bfd_ecoff_styp_to_sec_flags()380 sec_flags |= SEC_CODE | SEC_LOAD | SEC_ALLOC; in _bfd_ecoff_styp_to_sec_flags()390 if (sec_flags & SEC_NEVER_LOAD) in _bfd_ecoff_styp_to_sec_flags()397 sec_flags |= SEC_READONLY; in _bfd_ecoff_styp_to_sec_flags()401 sec_flags |= SEC_ALLOC; in _bfd_ecoff_styp_to_sec_flags()403 sec_flags |= SEC_NEVER_LOAD; in _bfd_ecoff_styp_to_sec_flags()409 sec_flags |= SEC_COFF_SHARED_LIBRARY; in _bfd_ecoff_styp_to_sec_flags()411 sec_flags |= SEC_ALLOC | SEC_LOAD; in _bfd_ecoff_styp_to_sec_flags()[all …]
343 int elferr, sec_flags, reorder; in create_scn() local399 sec_flags = get_section_flags(ecp, name); in create_scn()423 if (sec_flags && in create_scn()424 (sec_flags & (SF_LOAD | SF_ALLOC)) == 0) in create_scn()485 copy_shdr(ecp, s, NULL, 0, sec_flags); in create_scn()1114 int sec_flags) in copy_shdr() argument1137 if (sec_flags) { in copy_shdr()1139 if (sec_flags & SF_ALLOC) in copy_shdr()1141 if ((sec_flags & SF_READONLY) == 0) in copy_shdr()1143 if (sec_flags & SF_CODE) in copy_shdr()[all …]
179 } sec_flags[] = { variable1218 for (i = 0; sec_flags[i].name != NULL; i++) in parse_sec_flags()1219 if (strcasecmp(sec_flags[i].name, flag) == 0) { in parse_sec_flags()1220 sac->flags |= sec_flags[i].value; in parse_sec_flags()
1185 flagword sec_flags = section->flags; in lang_memory_default() local1188 if ((sec_flags & (SEC_ALLOC | SEC_READONLY | SEC_CODE)) == SEC_ALLOC) in lang_memory_default()1189 sec_flags |= SEC_DATA; in lang_memory_default()1193 if ((p->flags & sec_flags) != 0 in lang_memory_default()1194 && (p->not_flags & sec_flags) == 0) in lang_memory_default()
154 vsi_ctx.info.sec_flags = 0; in ixl_vf_alloc_vsi()156 vsi_ctx.info.sec_flags |= I40E_AQ_VSI_SEC_FLAG_ENABLE_MAC_CHK; in ixl_vf_alloc_vsi()
917 u8 sec_flags; member