Lines Matching refs:from

201 /* This is based on the hash agorithm from gdbm, via tdb */
207 /* Set the initial value from the key size. */
533 * read count from .sh_size.
752 * Parse tag=value strings from .modinfo section
1042 /* Do not reference init/exit code/data from
1078 /* Do not reference init code/data from meminit code/data */
1085 /* Do not reference exit code/data from memexit code/data */
1092 /* Do not use exit code/data from init code */
1099 /* Do not use init code/data from exit code */
1189 * Whitelist all references from .head.text to any init section
1193 * these from non-init sections as these symbols don't have any memory
1204 * is passed in comes from __init, like say nmi_ipi_mask, we get a
1453 const char *from, *from_p;
1460 get_pretty_name(from_is_func, &from, &from_p);
1463 warn("%s(%s+0x%llx): Section mismatch in reference from the %s %s%s "
1465 modname, fromsec, fromaddr, from, fromsym, from_p, to, tosec,
1527 from, prl_from, fromsym, from_p,
1544 from, prl_from, fromsym, from_p,
1561 from, prl_from, fromsym, from_p,
1590 Elf_Sym *from;
1594 from = find_elf_symbol2(elf, r->r_offset, fromsec);
1595 fromsym = sym_name(elf, from);
1609 is_function(from), tosec, tosym,
1679 " from the %s %s%s to the %s %s:%s%s\n",
1713 "coming from by using scripts/check_extable.sh %s\n",
1877 /* if from section (name) is know good then skip it */
1930 /* if from section (name) is know good then skip it */
2079 /* Apply symbol namespaces from __kstrtabns_<symbol> entries. */
2237 "module %s uses symbol %s from namespace %s, but does not import it.\n",