Searched refs:section (Results 1 – 5 of 5) sorted by relevance
42 all kernel code (that is not executing in a critical section)
1322 unsigned int section; in free_sect_attrs() local1324 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() argument2046 Elf_Shdr *sechdr, unsigned int section) in get_offset() argument2050 *size += arch_mod_section_prepend(mod, section); in get_offset()
48 __attribute__((weak, section(".rodata")));
2484 Elf_Shdr *section, *symtab; in kexec_apply_relocations() local2500 section = &sechdrs[sechdrs[i].sh_info]; in kexec_apply_relocations()2503 if (!(section->sh_flags & SHF_ALLOC)) in kexec_apply_relocations()
185 __attribute__((section("_ftrace_events"))) *__event_##call = &event_##call;