Lines Matching defs:pgoff
987 map->pgoff = shdr->sh_offset;
1006 map->pgoff = shdr->sh_offset;
1043 curr_map->pgoff = shdr->sh_offset;
1745 u64 pgoff, u64 s, u64 e)
1752 offset = (s - start) + pgoff;
1758 static int kcore_copy__read_map(u64 start, u64 len, u64 pgoff, void *data)
1764 if (kcore_copy__map(kci, start, end, pgoff, kci->stext, kci->etext))
1767 if (kcore_copy__map(kci, start, end, pgoff, kci->first_module,
1774 if (kcore_copy__map(kci, start, end, pgoff, s, s + len))
2002 * unusual. One significant peculiarity is that the mapping (start -> pgoff)