Home
last modified time | relevance | path

Searched refs:helpFileLength (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/include/nlm/
Dexternal.h105 unsigned char helpFileLength[NLM_TARGET_LONG_SIZE];
Dinternal.h242 bfd_size_type helpFileLength; member
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dnlmcode.h219 nlm_extended_header (abfd)->helpFileLength = in nlm_swap_auxiliary_headers_in()
220 get_word (abfd, (bfd_byte *) thdr.helpFileLength); in nlm_swap_auxiliary_headers_in()
715 (bfd_vma) nlm_extended_header (abfd)->helpFileLength, in nlm_swap_auxiliary_headers_out()
716 (bfd_byte *) thdr.helpFileLength); in nlm_swap_auxiliary_headers_out()
/mirbsd/src/gnu/usr.bin/binutils/binutils/
Dnlmconv.c937 nlm_extended_header (outbfd)->helpFileLength = help_size; in main()