OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NLM_MODULE_NAME_SIZE
(Results
1 - 4
of
4
) sorted by null
/toolchain/binutils/binutils-2.25/include/nlm/
common.h
83
#define
NLM_MODULE_NAME_SIZE
14
internal.h
73
char moduleName[
NLM_MODULE_NAME_SIZE
];
/toolchain/binutils/binutils-2.25/bfd/
nlmswap.h
45
memcpy (dst->moduleName, src->moduleName,
NLM_MODULE_NAME_SIZE
);
106
memcpy (dst->moduleName, src->moduleName,
NLM_MODULE_NAME_SIZE
);
/toolchain/binutils/binutils-2.25/binutils/
nlmconv.c
1060
const int max_len =
NLM_MODULE_NAME_SIZE
- 2;
[
all
...]
Completed in 64 milliseconds