Searched refs:file__read_maps (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | symbol.h | 194 int file__read_maps(int fd, bool exe, mapfn_t mapfn, void *data,
|
| H A D | symbol-minimal.c | 338 int file__read_maps(int fd __maybe_unused, bool exe __maybe_unused, in file__read_maps() function
|
| H A D | capstone.c | 479 if (file__read_maps(fd, /*exe=*/true, find_file_offset, &data, in symbol__disassemble_capstone_powerpc()
|
| H A D | dso.c | 1914 if (file__read_maps(fd, /*exe=*/true, find_file_offset, &data, is_64bit) <= 0) { in __dso__read_symbol()
|
| H A D | symbol.c | 1346 err = file__read_maps(fd, map__prot(map) & PROT_EXEC, kcore_mapfn, &md, in dso__load_kcore()
|
| H A D | symbol-elf.c | 1842 int file__read_maps(int fd, bool exe, mapfn_t mapfn, void *data, in file__read_maps() function
|