Searched refs:cies (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-eh-frame.c486 if (hdr_info->cies == NULL && !info->relocatable)
487 hdr_info->cies = htab_try_create (1, cie_hash, cie_eq, free);
922 if (hdr_info->cies != NULL)
924 void **loc = htab_find_slot_with_hash (hdr_info->cies, &ecie->cie,
1001 if (hdr_info->cies != NULL)
1003 htab_delete (hdr_info->cies);
1004 hdr_info->cies = NULL;
H A Delf-bfd.h302 struct htab *cies;
301 struct htab *cies; member in struct:eh_frame_hdr_info
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pcieepx-defs.h4405 uint32_t cies : 1; /**< Corrected Internal Error Status */ member in struct:cvmx_pcieepx_cfg068::cvmx_pcieepx_cfg068_s
4423 uint32_t cies : 1;
H A Dcvmx-pciercx-defs.h3986 uint32_t cies : 1; /**< Corrected Internal Error Status */ member in struct:cvmx_pciercx_cfg068::cvmx_pciercx_cfg068_s
4004 uint32_t cies : 1;

Completed in 216 milliseconds