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

Lines Matching defs:section

38 /* Warn about section mismatch in vmlinux if set to 1 */
417 fatal("section header offset=%lu in file '%s' is bigger than "
442 /* Fix endianness in section headers */
497 /* 32bit section no. table? ("more than 64k sections") */
635 * Parse tag=value strings from .modinfo section
752 * to make section name unique.
788 /* sections that we do not want to do full section mismatch check on */
805 * The cause of this is often a section specified in assembler
816 warn("%s (%s): unexpected non-allocatable section.\n"
819 "section definitions for use in .S files.\n\n",
869 /* data section */
1051 * tosec = init or exit section
1052 * fromsec = data section
1057 * Whitelist all references from .head.text to any init section
1060 * Some symbols belong to init section but still it is ok to reference
1063 * if init section is freed, its ok to reference those symbols.
1064 * For ex. symbols marking the init section boundaries.
1108 * based on section and address.
1171 * Find symbols before or equal addr and after addr - in the section sec.
1206 * Convert a section name to the function/data attribute
1248 * Print a warning about a section mismatch.
1320 "The function %s() references a %s in an exit section.\n"
1321 "Often the %s %s%s has valid usage outside the exit section\n"
1367 "%s%s so it may be used outside an exit section.\n",
1384 "%s%s so it may be used outside an init section.\n",
1438 int section = shndx2secindex(sechdr->sh_info);
1440 return (void *)elf->hdr + sechdrs[section].sh_offset +
1441 r->r_offset - sechdrs[section].sh_addr;
1522 /* if from section (name) is know good then skip it */
1566 /* if from section (name) is know good then skip it */
1619 * to find all references to a section that reference a section that will
1806 buf_printf(b, "__attribute__((section(\".gnu.linkonce.this_module\"))) = {\n");
1860 buf_printf(b, "__attribute__((section(\"__versions\"))) = {\n");
1891 buf_printf(b, "__attribute__((section(\".modinfo\"))) =\n");
2151 warn("modpost: Found %d section mismatch(es).\n"