Searched refs:section (Results 1 – 6 of 6) sorted by relevance
/kernel/ |
D | kexec_file.c | 120 arch_kexec_apply_relocations_add(struct purgatory_info *pi, Elf_Shdr *section, in arch_kexec_apply_relocations_add() argument 137 arch_kexec_apply_relocations(struct purgatory_info *pi, Elf_Shdr *section, in arch_kexec_apply_relocations() argument 962 Elf_Shdr *section; in kexec_apply_relocations() local 980 section = pi->sechdrs + relsec->sh_info; in kexec_apply_relocations() 983 if (!(section->sh_flags & SHF_ALLOC)) in kexec_apply_relocations() 999 ret = arch_kexec_apply_relocations_add(pi, section, in kexec_apply_relocations() 1002 ret = arch_kexec_apply_relocations(pi, section, in kexec_apply_relocations()
|
D | kallsyms.c | 42 __attribute__((weak, section(".rodata"))); 45 __attribute__((weak, section(".rodata")));
|
D | Kconfig.preempt | 45 all kernel code (that is not executing in a critical section)
|
D | module.c | 1529 unsigned int section; in free_sect_attrs() local 1531 for (section = 0; section < sect_attrs->nsections; section++) in free_sect_attrs() 1532 kfree(sect_attrs->attrs[section].name); in free_sect_attrs() 2398 unsigned int section) in arch_mod_section_prepend() argument 2406 Elf_Shdr *sechdr, unsigned int section) in get_offset() argument 2410 *size += arch_mod_section_prepend(mod, section); in get_offset()
|
/kernel/trace/ |
D | trace_export.c | 191 __attribute__((section("_ftrace_events"))) *__event_##call = &event_##call;
|
D | Kconfig | 750 tracers by executing a preempt or irq disable section with a user 752 critical section. 755 critical section for 500us:
|