Home
last modified time | relevance | path

Searched refs:file__read_maps (Results 1 – 5 of 5) 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.c332 int file__read_maps(int fd __maybe_unused, bool exe __maybe_unused, in file__read_maps() function
H A Ddisasm.c1405 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 Dsymbol.c1345 err = file__read_maps(fd, map__prot(map) & PROT_EXEC, kcore_mapfn, &md, in dso__load_kcore()
H A Dsymbol-elf.c1911 int file__read_maps(int fd, bool exe, mapfn_t mapfn, void *data, in file__read_maps() function