Searched refs:file__read_maps (Results 1 – 5 of 5) 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 | 332 int file__read_maps(int fd __maybe_unused, bool exe __maybe_unused, in file__read_maps() function
|
H A D | disasm.c | 1405 if (file__read_maps(fd, /*exe=*/true, find_file_offset, &data, in read_symbol() 1531 if (file__read_maps(fd, /*exe=*/true, find_file_offset, &data, in symbol__disassemble_capstone_powerpc()
|
H A D | symbol.c | 1345 err = file__read_maps(fd, map__prot(map) & PROT_EXEC, kcore_mapfn, &md, in dso__load_kcore()
|
H A D | symbol-elf.c | 1911 int file__read_maps(int fd, bool exe, mapfn_t mapfn, void *data, in file__read_maps() function
|