OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DataHandle
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprofng/libcollector/
iolib.c
64
typedef struct
DataHandle
84
}
DataHandle
;
87
static
DataHandle
data_hndls[PROFILE_DATAHNDL_MAX];
94
static void deleteHandle (
DataHandle
*hndl);
98
static int allocateChunk (
DataHandle
*hndl, unsigned ichunk);
99
static uint8_t *getBlock (
DataHandle
*hndl, unsigned iflow, unsigned ichunk);
100
static int remapBlock (
DataHandle
*hndl, unsigned iflow, unsigned ichunk);
101
static int newBlock (
DataHandle
*hndl, unsigned iflow, unsigned ichunk);
102
static void deleteBlock (
DataHandle
*hndl, unsigned iflow, unsigned ichunk);
107
static int newBuffer (
DataHandle
*hndl, uint64_t pos)
[
all
...]
/src/external/gpl3/binutils.old/dist/gprofng/libcollector/
iolib.c
64
typedef struct
DataHandle
84
}
DataHandle
;
87
static
DataHandle
data_hndls[PROFILE_DATAHNDL_MAX];
94
static void deleteHandle (
DataHandle
*hndl);
98
static int allocateChunk (
DataHandle
*hndl, unsigned ichunk);
99
static uint8_t *getBlock (
DataHandle
*hndl, unsigned iflow, unsigned ichunk);
100
static int remapBlock (
DataHandle
*hndl, unsigned iflow, unsigned ichunk);
101
static int newBlock (
DataHandle
*hndl, unsigned iflow, unsigned ichunk);
102
static void deleteBlock (
DataHandle
*hndl, unsigned iflow, unsigned ichunk);
107
static int newBuffer (
DataHandle
*hndl, uint64_t pos)
[
all
...]
Completed in 143 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026