HomeSort by: relevance | last modified time | path
    Searched refs:Functions (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_interface_internal.h 12 // Implementation of the API functions. See also include/xray/xray_interface.h.
57 size_t Functions;
71 // The following functions have to be defined in assembler, on a per-platform
xray_init.cc 89 XRayInstrMap.Functions = __stop_xray_fn_idx - __start_xray_fn_idx;
102 // Calling unresolved PLT functions in .preinit_array can lead to deadlock on
xray_interface.cc 12 // Implementation of the API functions.
197 // If we don't have an index, we can't patch individual functions.
198 if (InstrMap.Functions == 0)
201 // FuncId must be a positive number, less than the number of functions
203 if (FuncId <= 0 || static_cast<size_t>(FuncId) > InstrMap.Functions) {
321 // FuncId must be a positive number, less than the number of functions
323 if (FuncId <= 0 || static_cast<size_t>(FuncId) > InstrMap.Functions) {
369 // The following functions are declared `extern "C" {...}` in the header, hence
466 if (FuncId <= 0 || static_cast<size_t>(FuncId) > XRayInstrMap.Functions)
480 return XRayInstrMap.Functions;
    [all...]
  /src/sys/external/bsd/acpica/dist/tools/acpisrc/
asfile.c 419 UINT32 Functions;
432 Functions = ConversionTable->SourceFunctions;
443 Functions = ConversionTable->HeaderFunctions;
454 Functions = ConversionTable->PatchFunctions;
549 switch (((UINT32) 1 << i) & Functions)
  /src/sys/fs/hfs/
libhfs.h 488 * is accepted by all public functions of libhfs, and passed to each callback.
553 #pragma mark Functions

Completed in 31 milliseconds