OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:map_fd
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprofng/libcollector/
mmaptrace.c
641
int
map_fd
= CALL_UTIL (open)(proc_map, O_RDONLY);
local
650
int n = CALL_UTIL (read)(
map_fd
, maptext + filesz, bufsz - filesz);
658
CALL_UTIL (close)(
map_fd
);
672
CALL_UTIL (close)(
map_fd
);
mmaptrace.c
641
int
map_fd
= CALL_UTIL (open)(proc_map, O_RDONLY);
local
650
int n = CALL_UTIL (read)(
map_fd
, maptext + filesz, bufsz - filesz);
658
CALL_UTIL (close)(
map_fd
);
672
CALL_UTIL (close)(
map_fd
);
/src/external/gpl3/binutils.old/dist/gprofng/libcollector/
mmaptrace.c
641
int
map_fd
= CALL_UTIL (open)(proc_map, O_RDONLY);
local
650
int n = CALL_UTIL (read)(
map_fd
, maptext + filesz, bufsz - filesz);
658
CALL_UTIL (close)(
map_fd
);
672
CALL_UTIL (close)(
map_fd
);
mmaptrace.c
641
int
map_fd
= CALL_UTIL (open)(proc_map, O_RDONLY);
local
650
int n = CALL_UTIL (read)(
map_fd
, maptext + filesz, bufsz - filesz);
658
CALL_UTIL (close)(
map_fd
);
672
CALL_UTIL (close)(
map_fd
);
Completed in 45 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026