Home
last modified time | relevance | path

Searched refs:__weak (Results 1 - 6 of 6) sorted by relevance

/third_party/libbpf/src/
H A Dusdt.bpf.h68 } __bpf_usdt_specs SEC(".maps") __weak;
75 } __bpf_usdt_ip_to_spec_id SEC(".maps") __weak;
94 __weak __hidden
115 __weak __hidden
198 __weak __hidden
H A Dbpf_helpers.h51 #ifndef __weak
52 #define __weak __attribute__((weak)) macro
187 _Static_assert(!__builtin_constant_p(!!sym), #sym " should be marked as __weak"); \
302 extern int bpf_iter_num_new(struct bpf_iter_num *it, int start, int end) __weak __ksym;
303 extern int *bpf_iter_num_next(struct bpf_iter_num *it) __weak __ksym;
304 extern void bpf_iter_num_destroy(struct bpf_iter_num *it) __weak __ksym;
/third_party/FatFs/source/
H A Ddiskio.c17 #ifndef __weak
18 #define __weak __attribute__((weak)) macro
235 __weak DWORD get_fattime (void) in get_fattime()
/third_party/skia/src/gpu/mtl/
H A DGrMtlRenderCommandEncoder.h248 __weak id<MTLRenderPipelineState> fCurrentRenderPipelineState = nil;
249 __weak id<MTLDepthStencilState> fCurrentDepthStencilState = nil;
250 __weak id<MTLBuffer> fCurrentVertexBuffer[2 + GrMtlUniformHandler::kUniformBindingCount];
252 __weak id<MTLBuffer> fCurrentFragmentBuffer[GrMtlUniformHandler::kUniformBindingCount];
254 __weak id<MTLTexture> fCurrentTexture[GrSamplerState::kNumUniqueSamplers];
/third_party/cmsis/CMSIS/Core/Include/
H A Dcmsis_compiler.h272 #define __WEAK __weak
/third_party/ltp/scripts/
H A Dcheckpatch.pl492 __weak|
6591 "weak" => "__weak"
6627 # Check for __attribute__ weak, or __weak declarations (may have link issues)

Completed in 10 milliseconds