HomeSort by: relevance | last modified time | path
    Searched defs:gcs_report (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elfxx-aarch64.h 83 aarch64_feature_marking_report gcs_report; member in struct:aarch64_protection_opts
elfxx-aarch64.c 796 && tdata->sw_protections.gcs_report != MARKING_NONE)
799 = (tdata->sw_protections.gcs_report == MARKING_ERROR)
1117 aarch64_feature_marking_report gcs_report = sw_protections->gcs_report; local
1125 if ((rhs->tag == Tag_Feature_GCS) && (gcs_report != MARKING_NONE)
1538 || tdata->sw_protections.gcs_report == MARKING_NONE)
1557 msg = (tdata->sw_protections.gcs_report == MARKING_WARN)
elfnn-aarch64.c 5049 aarch64_feature_marking_report gcs_report; local
5073 if (sw_protections->gcs_report == MARKING_UNSET)
5074 gcs_report = MARKING_WARN;
5076 gcs_report = sw_protections->gcs_report;
5090 gcs_report = MARKING_NONE;
5099 gcs_report = MARKING_NONE;
5132 elf_aarch64_tdata (output_bfd)->sw_protections.gcs_report
5133 = gcs_report;
10688 aarch64_feature_marking_report gcs_report = sw_protections->gcs_report local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-aarch64.h 83 aarch64_feature_marking_report gcs_report; member in struct:aarch64_protection_opts
elfnn-aarch64.c 5065 = (sw_protections->gcs_report == MARKING_ERROR)
5067 : sw_protections->gcs_report;
10582 aarch64_feature_marking_report gcs_report = sw_protections->gcs_report; local
10599 && gcs_report != MARKING_NONE)
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-aarch64.h 80 aarch64_feature_marking_report gcs_report; member in struct:aarch64_protection_opts
elfxx-aarch64.c 768 aarch64_feature_marking_report gcs_report = tdata->sw_protections.gcs_report; local
783 && gcs_report != MARKING_NONE)
786 = (tdata->sw_protections.gcs_report == MARKING_ERROR)
1051 if (tdata->sw_protections.gcs_report == MARKING_NONE)
1060 = (tdata->sw_protections.gcs_report == MARKING_WARN)
elfnn-aarch64.c 10536 aarch64_feature_marking_report gcs_report = sw_protections->gcs_report; local
10553 && gcs_report != MARKING_NONE)
  /src/external/gpl3/gdb/dist/bfd/
elfxx-aarch64.h 83 aarch64_feature_marking_report gcs_report; member in struct:aarch64_protection_opts
elfnn-aarch64.c 5065 = (sw_protections->gcs_report == MARKING_ERROR)
5067 : sw_protections->gcs_report;
10582 aarch64_feature_marking_report gcs_report = sw_protections->gcs_report; local
10599 && gcs_report != MARKING_NONE)

Completed in 36 milliseconds