Searched refs:NLM_TARGET_LONG_SIZE (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/bin/gdb/include/nlm/
H A Dexternal.h58 unsigned char majorVersion[NLM_TARGET_LONG_SIZE];
60 unsigned char minorVersion[NLM_TARGET_LONG_SIZE];
62 unsigned char revision[NLM_TARGET_LONG_SIZE];
64 unsigned char year[NLM_TARGET_LONG_SIZE];
66 unsigned char month[NLM_TARGET_LONG_SIZE];
68 unsigned char day[NLM_TARGET_LONG_SIZE];
95 unsigned char languageID[NLM_TARGET_LONG_SIZE];
97 unsigned char messageFileOffset[NLM_TARGET_LONG_SIZE];
99 unsigned char messageFileLength[NLM_TARGET_LONG_SIZE];
101 unsigned char messageCount[NLM_TARGET_LONG_SIZE];
[all...]
H A Dcommon.h58 # define NLM_TARGET_LONG_SIZE 4 macro
64 # define NLM_TARGET_LONG_SIZE 8 macro
/haiku-fatelf/src/bin/gdb/bfd/
H A Dnlmcode.h254 unsigned char temp[NLM_TARGET_LONG_SIZE];
320 unsigned char temp[NLM_TARGET_LONG_SIZE];
525 if (hdrLength < NLM_TARGET_LONG_SIZE)
534 if (hdrLength < 2 * NLM_TARGET_LONG_SIZE)
543 if (hdrLength < 2 * NLM_TARGET_LONG_SIZE + 8)
553 if (hdrLength <= 2 * NLM_TARGET_LONG_SIZE + 8)
560 hdrLength -= 2 * NLM_TARGET_LONG_SIZE + 8;
843 hdrLength = (2 * NLM_TARGET_LONG_SIZE + (ds ? 8 : 0)
877 put_word (abfd, (bfd_vma) 2 * NLM_TARGET_LONG_SIZE + 8,
1022 bfd_byte temp[NLM_TARGET_LONG_SIZE]; /* Symbo
[all...]
H A Dnlm32-i386.c350 bfd_byte temp[NLM_TARGET_LONG_SIZE]; /* temporary 32-bit value */
402 unsigned char temp[NLM_TARGET_LONG_SIZE];
H A Dnlm32-sparc.c257 bfd_byte temp[NLM_TARGET_LONG_SIZE]; /* Temporary 32-bit value. */
360 unsigned char temp[NLM_TARGET_LONG_SIZE];
H A Dnlm32-alpha.c629 bfd_byte temp[NLM_TARGET_LONG_SIZE]; /* temporary 32-bit value */
832 unsigned char temp[NLM_TARGET_LONG_SIZE];
H A Dnlm32-ppc.c663 bfd_byte temp[NLM_TARGET_LONG_SIZE]; /* temporary 32-bit value */
906 unsigned char temp[NLM_TARGET_LONG_SIZE];

Completed in 107 milliseconds