Home
last modified time | relevance | path

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

/kernel/module/
Dsysfs.c65 unsigned int section; in free_sect_attrs() local
67 for (section = 0; section < sect_attrs->nsections; section++) in free_sect_attrs()
68 kfree(sect_attrs->attrs[section].battr.attr.name); in free_sect_attrs()
Dinternal.h105 unsigned int section);
Dmain.c1430 unsigned int section) in arch_mod_section_prepend() argument
1438 Elf_Shdr *sechdr, unsigned int section) in module_get_offset() argument
1442 *size += arch_mod_section_prepend(mod, section); in module_get_offset()
DKconfig84 field inserted into their modinfo section, which contains a
/kernel/
Dkexec_file.c944 Elf_Shdr *section; in kexec_apply_relocations() local
962 section = pi->sechdrs + relsec->sh_info; in kexec_apply_relocations()
965 if (!(section->sh_flags & SHF_ALLOC)) in kexec_apply_relocations()
981 ret = arch_kexec_apply_relocations_add(pi, section, in kexec_apply_relocations()
984 ret = arch_kexec_apply_relocations(pi, section, in kexec_apply_relocations()
DKconfig.preempt57 all kernel code (that is not executing in a critical section)
/kernel/configs/
Ddebug.config7 # Keep alphabetically sorted inside each section.
/kernel/trace/
DKconfig93 An architecture selects this if it sorts the mcount_loc section
101 Sort the mcount_loc section at build time.
1055 tracers by executing a preempt or irq disable section with a user
1057 critical section.