OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NLM_TARGET_LONG_SIZE
(Results
1 - 7
of
7
) sorted by null
/toolchain/binutils/binutils-2.25/include/nlm/
external.h
56
unsigned char majorVersion[
NLM_TARGET_LONG_SIZE
];
58
unsigned char minorVersion[
NLM_TARGET_LONG_SIZE
];
60
unsigned char revision[
NLM_TARGET_LONG_SIZE
];
62
unsigned char year[
NLM_TARGET_LONG_SIZE
];
64
unsigned char month[
NLM_TARGET_LONG_SIZE
];
66
unsigned char day[
NLM_TARGET_LONG_SIZE
];
93
unsigned char languageID[
NLM_TARGET_LONG_SIZE
];
95
unsigned char messageFileOffset[
NLM_TARGET_LONG_SIZE
];
97
unsigned char messageFileLength[
NLM_TARGET_LONG_SIZE
];
99
unsigned char messageCount[
NLM_TARGET_LONG_SIZE
];
[
all
...]
common.h
58
# define
NLM_TARGET_LONG_SIZE
4
64
# define
NLM_TARGET_LONG_SIZE
8
/toolchain/binutils/binutils-2.25/bfd/
nlmcode.h
77
unsigned char temp[
NLM_TARGET_LONG_SIZE
];
302
if (hdrLength <
NLM_TARGET_LONG_SIZE
)
311
if (hdrLength < 2 *
NLM_TARGET_LONG_SIZE
)
320
if (hdrLength < 2 *
NLM_TARGET_LONG_SIZE
+ 8)
330
if (hdrLength <= 2 *
NLM_TARGET_LONG_SIZE
+ 8)
337
hdrLength -= 2 *
NLM_TARGET_LONG_SIZE
+ 8;
569
bfd_byte temp[
NLM_TARGET_LONG_SIZE
];
801
hdrLength = (2 *
NLM_TARGET_LONG_SIZE
+ (ds ? 8 : 0)
835
put_word (abfd, (bfd_vma) 2 *
NLM_TARGET_LONG_SIZE
+ 8,
902
bfd_byte temp[
NLM_TARGET_LONG_SIZE
]; /* Symbol offsets read into here. *
[
all
...]
nlm32-i386.c
333
bfd_byte temp[
NLM_TARGET_LONG_SIZE
]; /* Temporary 32-bit value. */
382
unsigned char temp[
NLM_TARGET_LONG_SIZE
];
nlm32-alpha.c
605
bfd_byte temp[
NLM_TARGET_LONG_SIZE
]; /* Temporary 32-bit value. */
800
unsigned char temp[
NLM_TARGET_LONG_SIZE
];
nlm32-sparc.c
212
bfd_byte temp[
NLM_TARGET_LONG_SIZE
]; /* Temporary 32-bit value. */
307
unsigned char temp[
NLM_TARGET_LONG_SIZE
];
nlm32-ppc.c
617
bfd_byte temp[
NLM_TARGET_LONG_SIZE
]; /* Temporary 32-bit value. */
851
unsigned char temp[
NLM_TARGET_LONG_SIZE
];
Completed in 557 milliseconds