Searched refs:BOUNDED_SECTION_BY (Results 1 – 1 of 1) sorted by relevance
| /linux/include/asm-generic/ |
| H A D | vmlinux.lds.h | 224 #define BOUNDED_SECTION_BY(_sec_, _label_) \ macro 227 #define BOUNDED_SECTION(_sec) BOUNDED_SECTION_BY(_sec, _sec) 246 BOUNDED_SECTION_BY(_ftrace_annotated_branch, _annotated_branch_profile) 253 BOUNDED_SECTION_BY(_ftrace_branch, _branch_profile) 278 BOUNDED_SECTION_BY(_ftrace_eval_map, _ftrace_eval_maps) 284 #define TRACE_PRINTKS() BOUNDED_SECTION_BY(__trace_printk_fmt, ___trace_bprintk_fmt) 285 #define TRACEPOINT_STR() BOUNDED_SECTION_BY(__tracepoint_str, ___tracepoint_str) 294 BOUNDED_SECTION_BY(__syscalls_metadata, _syscalls_metadata) 301 BOUNDED_SECTION_BY(__bpf_raw_tp_map, __bpf_raw_tp) 386 BOUNDED_SECTION_BY(__dyndbg_classes, ___dyndbg_classes) \ [all …]
|