Searched refs:section (Results 1 – 5 of 5) sorted by relevance
2 .section .init.rodata, "a"
956 Elf_Shdr *section; in kexec_apply_relocations() local974 section = pi->sechdrs + relsec->sh_info; in kexec_apply_relocations()977 if (!(section->sh_flags & SHF_ALLOC)) in kexec_apply_relocations()993 ret = arch_kexec_apply_relocations_add(pi, section, in kexec_apply_relocations()996 ret = arch_kexec_apply_relocations(pi, section, in kexec_apply_relocations()
45 all kernel code (that is not executing in a critical section)
1593 unsigned int section; in free_sect_attrs() local1595 for (section = 0; section < sect_attrs->nsections; section++) in free_sect_attrs()1596 kfree(sect_attrs->attrs[section].battr.attr.name); in free_sect_attrs()2481 unsigned int section) in arch_mod_section_prepend() argument2489 Elf_Shdr *sechdr, unsigned int section) in get_offset() argument2493 *size += arch_mod_section_prepend(mod, section); in get_offset()
857 tracers by executing a preempt or irq disable section with a user859 critical section.