Searched refs:__sec (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | init.h | 227 #define __initcall_section(__sec, __iid) \ argument 228 #__sec ".init.." #__iid 247 #define __initcall_section(__sec, __iid) \ argument 248 #__sec ".init" 257 #define ____define_initcall(fn, __stub, __name, __sec) \ argument 259 asm(".section \"" __sec "\", \"a\" \n" \ 267 __attribute__((__section__(__sec))) = fn; 270 #define __unique_initcall(fn, id, __sec, __iid) \ argument 274 __initcall_section(__sec, __iid)) 276 #define ___define_initcall(fn, id, __sec) \ argument [all …]
|
/openbmc/linux/include/asm-generic/ |
H A D | memory_model.h | 47 int __sec = page_to_section(__pg); \ 48 (unsigned long)(__pg - __section_mem_map_addr(__nr_to_section(__sec))); \ 53 struct mem_section *__sec = __pfn_to_section(__pfn); \ 54 __section_mem_map_addr(__sec) + __pfn; \
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | input.h | 31 unsigned long __sec; 38 #define input_event_sec __sec
|
/openbmc/linux/include/uapi/linux/ |
H A D | input.h | 34 __kernel_ulong_t __sec; 41 #define input_event_sec __sec
|
/openbmc/linux/tools/objtool/include/objtool/ |
H A D | elf.h | 305 for (struct section *__sec, *__fake = (struct section *)1; \ 307 for_each_sec(file, __sec) \ 308 sec_for_each_sym(__sec, sym)
|
/openbmc/linux/tools/objtool/ |
H A D | check.c | 107 for (struct section *__sec, *__fake = (struct section *)1; \ 109 for_each_sec(file, __sec) \ 110 sec_for_each_insn(file, __sec, insn)
|