Searched refs:sec_flags (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoffcode.h397 sec_to_styp_flags (const char *sec_name, 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_TIC54X_CLINK)
499 if (sec_flags & SEC_TIC54X_BLOCK)
504 if ((sec_flags & (SEC_NEVER_LOAD | SEC_COFF_SHARED_LIBRARY)) != 0)
520 sec_to_styp_flags (const char *sec_name, flagword sec_flags)
396 sec_to_styp_flags(const char *sec_name, flagword sec_flags) argument
519 sec_to_styp_flags(const char *sec_name, flagword sec_flags) argument
598 flagword sec_flags = 0; local
732 handle_COMDAT(bfd * abfd, flagword sec_flags, void * hdr, const char *name, asection *section) argument
1008 flagword sec_flags; local
[all...]
H A Decoff.c360 flagword sec_flags = 0;
363 sec_flags |= SEC_NEVER_LOAD;
378 if (sec_flags & SEC_NEVER_LOAD)
379 sec_flags |= SEC_CODE | SEC_COFF_SHARED_LIBRARY;
381 sec_flags |= SEC_CODE | SEC_LOAD | SEC_ALLOC;
391 if (sec_flags & SEC_NEVER_LOAD)
392 sec_flags |= SEC_DATA | SEC_COFF_SHARED_LIBRARY;
394 sec_flags |= SEC_DATA | SEC_LOAD | SEC_ALLOC;
398 sec_flags |= SEC_READONLY;
402 sec_flags |
359 flagword sec_flags = 0; local
[all...]
/freebsd-11-stable/contrib/elftoolchain/elfcopy/
H A Dsections.c344 int elferr, sec_flags, reorder; local
402 sec_flags = get_section_flags(ecp, name);
426 if (sec_flags &&
427 (sec_flags & (SF_LOAD | SF_ALLOC)) == 0)
490 copy_shdr(ecp, s, NULL, 0, sec_flags);
1170 int sec_flags)
1193 if (sec_flags) {
1195 if (sec_flags & SF_ALLOC)
1197 if ((sec_flags & SF_READONLY) == 0)
1199 if (sec_flags
1169 copy_shdr(struct elfcopy *ecp, struct section *s, const char *name, int copy, int sec_flags) argument
[all...]
H A Dmain.c179 } sec_flags[] = { variable in typeref:struct:__anon2
1235 for (i = 0; sec_flags[i].name != NULL; i++)
1236 if (strcasecmp(sec_flags[i].name, flag) == 0) {
1237 sac->flags |= sec_flags[i].value;
/freebsd-11-stable/sys/dev/ixl/
H A Dixl_pf_iov.c148 vsi_ctx.info.sec_flags = 0;
150 vsi_ctx.info.sec_flags |= I40E_AQ_VSI_SEC_FLAG_ENABLE_MAC_CHK;
H A Di40e_adminq_cmd.h920 u8 sec_flags; member in struct:i40e_aqc_vsi_properties_data
/freebsd-11-stable/contrib/binutils/ld/
H A Dldlang.c1185 flagword sec_flags = section->flags; local
1188 if ((sec_flags & (SEC_ALLOC | SEC_READONLY | SEC_CODE)) == SEC_ALLOC)
1189 sec_flags |= SEC_DATA;
1193 if ((p->flags & sec_flags) != 0
1194 && (p->not_flags & sec_flags) == 0)

Completed in 137 milliseconds