Lines Matching refs:from
310 * We need to figure out if the object was created from C++ sources
566 /* Get instruction displacement from a plt entry for x86_64 */
583 /* Also add offset from start of entry to end of instruction */
695 * A symbol from a previous section (e.g. .init) can have been expanded
1756 * Modules may already have symbols from kallsyms, but those symbols
1873 static int copy_bytes(int from, off_t from_offs, int to, off_t to_offs, u64 len)
1886 if (lseek(from, from_offs, SEEK_SET) != from_offs)
1894 r = read(from, buf, n);
1987 static int kcore__copy_hdr(struct kcore *from, struct kcore *to, size_t count)
1990 GElf_Ehdr *kehdr = &from->ehdr;
2004 if (from->elfclass == ELFCLASS32) {
2391 static int kcore_copy__compare_fds(int from, int to)
2406 ret = read(from, buf_from, page_size);
2432 int from, to, err = -1;
2434 from = open(from_filename, O_RDONLY);
2435 if (from < 0)
2442 err = kcore_copy__compare_fds(from, to);
2446 close(from);
2463 * kcore_copy - copy kallsyms, modules and kcore from one directory to another.
2464 * @from_dir: from directory
2467 * This function copies kallsyms, modules and kcore files from one directory to
2469 * copied from kcore. It is assumed that two segments suffice: one for the
2471 * from kallsyms and modules files. The kernel map starts at _stext or the
2690 /* Translation from file representation to memory representation */
2846 * @target : file to find SDT notes from