Searched defs:HF_ATTR_UNUSED (Results 1 – 12 of 12) sorted by relevance
/external/honggfuzz/libhfuzz/ |
D | persistent.c | 26 int* argc HF_ATTR_UNUSED, char*** argv HF_ATTR_UNUSED) { in LLVMFuzzerInitialize() 31 uint8_t* Data HF_ATTR_UNUSED, size_t Size HF_ATTR_UNUSED, size_t MaxSize HF_ATTR_UNUSED) { in LLVMFuzzerMutate() 37 const uint8_t* buf HF_ATTR_UNUSED, size_t len HF_ATTR_UNUSED) { in LLVMFuzzerTestOneInput()
|
D | instrument.c | 105 void* func HF_ATTR_UNUSED, void* caller HF_ATTR_UNUSED) { in __cyg_profile_func_exit() 228 float Arg1 HF_ATTR_UNUSED, float Arg2 HF_ATTR_UNUSED) { in __sanitizer_cov_trace_cmpf() 231 double Arg1 HF_ATTR_UNUSED, double Arg2 HF_ATTR_UNUSED) { in __sanitizer_cov_trace_cmpd() 275 __attribute__((weak)) ATTRIBUTE_X86_REQUIRE_SSE42 void __sanitizer_cov_indir_call16( in __sanitizer_cov_indir_call16()
|
/external/honggfuzz/posix/ |
D | arch.c | 142 pid_t arch_fork(run_t* fuzzer HF_ATTR_UNUSED) { in arch_fork() 181 void arch_prepareParent(run_t* fuzzer HF_ATTR_UNUSED) { in arch_prepareParent() 184 void arch_prepareParentAfterFork(run_t* fuzzer HF_ATTR_UNUSED) { in arch_prepareParentAfterFork() 278 void arch_sigFunc(int sig HF_ATTR_UNUSED) { in arch_sigFunc() 282 bool arch_archThreadInit(run_t* fuzzer HF_ATTR_UNUSED) { in arch_archThreadInit()
|
/external/honggfuzz/libhfnetdriver/ |
D | netdriver.c | 48 int argc HF_ATTR_UNUSED, char **argv HF_ATTR_UNUSED) { in HonggfuzzNetDriver_main() 53 static void *netDriver_mainProgram(void *unused HF_ATTR_UNUSED) { in netDriver_mainProgram() 189 int argc HF_ATTR_UNUSED, char **argv HF_ATTR_UNUSED) { in HonggfuzzNetDriverPort()
|
/external/honggfuzz/netbsd/ |
D | arch.c | 64 pid_t arch_fork(run_t* run HF_ATTR_UNUSED) { in arch_fork() 133 void arch_prepareParent(run_t* run HF_ATTR_UNUSED) { in arch_prepareParent()
|
D | trace.c | 154 pid_t pid, lwpid_t lwp, register_t* pc, register_t* status_reg HF_ATTR_UNUSED) { in arch_getPC() 240 run_t* run, funcs_t* funcs HF_ATTR_UNUSED, size_t funcCnt, bool enableMasking) { in arch_hashCallstack() 521 static void arch_traceEvent(run_t* run HF_ATTR_UNUSED, pid_t pid) { in arch_traceEvent()
|
/external/honggfuzz/mac/ |
D | arch.c | 294 pid_t arch_fork(run_t* run HF_ATTR_UNUSED) { in arch_fork() 359 void arch_prepareParent(run_t* run HF_ATTR_UNUSED) { in arch_prepareParent() 362 void arch_prepareParentAfterFork(run_t* run HF_ATTR_UNUSED) { in arch_prepareParentAfterFork() 787 bool arch_archThreadInit(run_t* run HF_ATTR_UNUSED) { in arch_archThreadInit()
|
/external/honggfuzz/linux/ |
D | perf.c | 92 static inline void arch_perfMmapParse(run_t* run HF_ATTR_UNUSED) { in arch_perfMmapParse() 375 bool arch_perfInit(honggfuzz_t* hfuzz HF_ATTR_UNUSED) { in arch_perfInit()
|
D | pt.c | 187 void arch_ptAnalyze(run_t* fuzzer HF_ATTR_UNUSED) { in arch_ptAnalyze()
|
D | arch.c | 65 static int arch_cloneFunc(void* arg HF_ATTR_UNUSED) { in arch_cloneFunc()
|
D | trace.c | 351 static size_t arch_getPC(pid_t pid, REG_TYPE* pc, REG_TYPE* status_reg HF_ATTR_UNUSED) { in arch_getPC()
|
/external/honggfuzz/libhfcommon/ |
D | common.h | 34 #define HF_ATTR_UNUSED __attribute__((unused)) macro
|