Home
last modified time | relevance | path

Searched refs:threadNameLength (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dnlmcode.h119 amt = sizeof (nlm_variable_header (abfd)->threadNameLength); in nlm_swap_variable_header_in()
120 if (bfd_bread ((void *) & nlm_variable_header (abfd)->threadNameLength, in nlm_swap_variable_header_in()
123 amt = nlm_variable_header (abfd)->threadNameLength + 1; in nlm_swap_variable_header_in()
611 amt = sizeof (nlm_variable_header (abfd)->threadNameLength); in nlm_swap_variable_header_out()
612 if (bfd_bwrite (& nlm_variable_header (abfd)->threadNameLength, amt, in nlm_swap_variable_header_out()
615 amt = nlm_variable_header (abfd)->threadNameLength + 1; in nlm_swap_variable_header_out()
1344 + sizeof (nlm_variable_header (abfd)->threadNameLength) in nlm_compute_section_file_positions()
1345 + nlm_variable_header (abfd)->threadNameLength + 1); in nlm_compute_section_file_positions()
/mirbsd/src/gnu/usr.bin/binutils/include/nlm/
Dinternal.h190 unsigned char threadNameLength; member
/mirbsd/src/gnu/usr.bin/binutils/binutils/
Dnlmheader.y356 var_hdr->threadNameLength = len;