• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/

Lines Matching defs:section

69 /* If this is set, the section belongs in the init part of the module */
153 /* Find a module section: 0 means not found. */
168 /* Find a module section, or NULL. */
175 /* Find a module section, or NULL. Fill in number of "objects" in section. */
486 /* pcpusec should be 0, and size of that section should be 0. */
532 /* Init the unload section of the module. */
1151 unsigned int section;
1153 for (section = 0; section < sect_attrs->nsections; section++)
1154 kfree(sect_attrs->attrs[section].name);
1177 /* Setup section attributes. */
1225 * /sys/module/foo/notes/.section.name gives contents of SHT_NOTE sections.
1263 /* failed to create section attributes, so can't create notes */
1702 /* Not a valid relocation section? */
1724 unsigned int section)
1730 /* Update size with this section: return offset. */
1732 Elf_Shdr *sechdr, unsigned int section)
1736 *size += arch_mod_section_prepend(mod, section);
1749 /* NOTE: all executable code must be the first section
1762 DEBUGP("Core section allocation order:\n");
1780 DEBUGP("Init section allocation order:\n");
1815 /* Parse tag=value strings from .modinfo section */
1964 /* Put symbol section at end of init part of module. */
1986 /* Put string table section at end of init part of module. */
2189 * Set up our basic convenience variables (pointers to section headers,
2190 * search for module section index etc), and do some basic section
2268 /* Set up license info based on the info section */
2316 * This section contains pointers to allocated objects in the trace
2374 /* Transfer each section which specifies SHF_ALLOC */
2375 DEBUGP("final section addresses:\n");
2468 /* Allow arches to frob section contents and sizes. */
2476 /* We have a special allocation for this section. */
2540 /* Allocate and load the module: note that size of section 0 is always
3177 /* Make sure it's within the text section. */