Home
last modified time | relevance | path

Searched refs:NLM_TARGET_LONG_SIZE (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.27/include/nlm/
Dexternal.h56 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 …]
Dcommon.h58 # define NLM_TARGET_LONG_SIZE 4 macro
64 # define NLM_TARGET_LONG_SIZE 8 macro
DChangeLog-9315102 * common.h (NLM_CAT*, NLM_ARCH_SIZE, NLM_TARGET_LONG_SIZE,
/toolchain/binutils/binutils-2.27/bfd/
Dnlmcode.h77 unsigned char temp[NLM_TARGET_LONG_SIZE]; in nlm_swap_variable_header_in()
302 if (hdrLength < NLM_TARGET_LONG_SIZE) in nlm_swap_auxiliary_headers_in()
311 if (hdrLength < 2 * NLM_TARGET_LONG_SIZE) in nlm_swap_auxiliary_headers_in()
320 if (hdrLength < 2 * NLM_TARGET_LONG_SIZE + 8) in nlm_swap_auxiliary_headers_in()
330 if (hdrLength <= 2 * NLM_TARGET_LONG_SIZE + 8) in nlm_swap_auxiliary_headers_in()
337 hdrLength -= 2 * NLM_TARGET_LONG_SIZE + 8; in nlm_swap_auxiliary_headers_in()
569 bfd_byte temp[NLM_TARGET_LONG_SIZE]; in nlm_swap_variable_header_out()
801 hdrLength = (2 * NLM_TARGET_LONG_SIZE + (ds ? 8 : 0) in nlm_swap_auxiliary_headers_out()
835 put_word (abfd, (bfd_vma) 2 * NLM_TARGET_LONG_SIZE + 8, in nlm_swap_auxiliary_headers_out()
902 bfd_byte temp[NLM_TARGET_LONG_SIZE]; /* Symbol offsets read into here. */ in nlm_slurp_symbol_table()
[all …]
Dnlm32-i386.c333 bfd_byte temp[NLM_TARGET_LONG_SIZE]; /* Temporary 32-bit value. */ in nlm_i386_read_import()
382 unsigned char temp[NLM_TARGET_LONG_SIZE]; in nlm_i386_write_external()
Dnlm32-sparc.c212 bfd_byte temp[NLM_TARGET_LONG_SIZE]; /* Temporary 32-bit value. */ in nlm_sparc_read_import()
307 unsigned char temp[NLM_TARGET_LONG_SIZE]; in nlm_sparc_write_external()
Dnlm32-alpha.c603 bfd_byte temp[NLM_TARGET_LONG_SIZE]; /* Temporary 32-bit value. */ in nlm_alpha_read_import()
796 unsigned char temp[NLM_TARGET_LONG_SIZE]; in nlm_alpha_write_external()
Dnlm32-ppc.c616 bfd_byte temp[NLM_TARGET_LONG_SIZE]; /* Temporary 32-bit value. */ in nlm_powerpc_read_import()
850 unsigned char temp[NLM_TARGET_LONG_SIZE]; in nlm_powerpc_write_external()