MCPcopy Create free account
hub / github.com/HexHive/NASS / BlockIsEntry

Function BlockIsEntry

fuzz/libfuzzer/dataflow/DataFlowCallbacks.cpp:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18static __thread size_t CurrentFunc;
19static uint32_t *GuardsBeg, *GuardsEnd;
20static inline bool BlockIsEntry(size_t BlockIdx) {
21 return __dft.PCsBeg[BlockIdx * 2 + 1] & PCFLAG_FUNC_ENTRY;
22}
23
24extern "C" {
25

Callers 1

__sanitizer_cov_pcs_initFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected