Home
last modified time | relevance | path

Searched refs:section (Results 1 – 5 of 5) sorted by relevance

/kernel/
DKconfig.preempt42 all kernel code (that is not executing in a critical section)
Dmodule.c1322 unsigned int section; in free_sect_attrs() local
1324 for (section = 0; section < sect_attrs->nsections; section++) in free_sect_attrs()
1325 kfree(sect_attrs->attrs[section].name); in free_sect_attrs()
2038 unsigned int section) in arch_mod_section_prepend() argument
2046 Elf_Shdr *sechdr, unsigned int section) in get_offset() argument
2050 *size += arch_mod_section_prepend(mod, section); in get_offset()
Dkallsyms.c48 __attribute__((weak, section(".rodata")));
Dkexec.c2484 Elf_Shdr *section, *symtab; in kexec_apply_relocations() local
2500 section = &sechdrs[sechdrs[i].sh_info]; in kexec_apply_relocations()
2503 if (!(section->sh_flags & SHF_ALLOC)) in kexec_apply_relocations()
/kernel/trace/
Dtrace_export.c185 __attribute__((section("_ftrace_events"))) *__event_##call = &event_##call;