Home
last modified time | relevance | path

Searched refs:file__read_maps (Results 1 – 6 of 6) sorted by relevance

/linux/tools/perf/util/
H A Dsymbol.h194 int file__read_maps(int fd, bool exe, mapfn_t mapfn, void *data,
H A Dsymbol-minimal.c338 int file__read_maps(int fd __maybe_unused, bool exe __maybe_unused, in file__read_maps() function
H A Dcapstone.c479 if (file__read_maps(fd, /*exe=*/true, find_file_offset, &data, in symbol__disassemble_capstone_powerpc()
H A Ddso.c1914 if (file__read_maps(fd, /*exe=*/true, find_file_offset, &data, is_64bit) <= 0) { in __dso__read_symbol()
H A Dsymbol.c1346 err = file__read_maps(fd, map__prot(map) & PROT_EXEC, kcore_mapfn, &md, in dso__load_kcore()
H A Dsymbol-elf.c1842 int file__read_maps(int fd, bool exe, mapfn_t mapfn, void *data, in file__read_maps() function