Searched refs:BOUNDED_SECTION_BY (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/include/asm-generic/ |
H A D | vmlinux.lds.h | 197 #define BOUNDED_SECTION_BY(_sec_, _label_) \ macro 200 #define BOUNDED_SECTION(_sec) BOUNDED_SECTION_BY(_sec, _sec) 219 BOUNDED_SECTION_BY(_ftrace_annotated_branch, _annotated_branch_profile) 226 BOUNDED_SECTION_BY(_ftrace_branch, _branch_profile) 251 BOUNDED_SECTION_BY(_ftrace_eval_map, _ftrace_eval_maps) 257 #define TRACE_PRINTKS() BOUNDED_SECTION_BY(__trace_printk_fmt, ___trace_bprintk_fmt) 258 #define TRACEPOINT_STR() BOUNDED_SECTION_BY(__tracepoint_str, ___tracepoint_str) 267 BOUNDED_SECTION_BY(__syscalls_metadata, _syscalls_metadata) 274 BOUNDED_SECTION_BY(__bpf_raw_tp_map, __bpf_raw_tp) 358 BOUNDED_SECTION_BY(__dyndbg_classes, ___dyndbg_classes) \ [all …]
|