Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/include/nlm/
Dinternal.h190 unsigned char threadNameLength; member
/openbsd/src/gnu/usr.bin/binutils-2.17/include/nlm/
Dinternal.h190 unsigned char threadNameLength; member
/openbsd/src/gnu/usr.bin/binutils-2.17/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()
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dnlmcode.h302 amt = sizeof (nlm_variable_header (abfd)->threadNameLength);
303 if (bfd_bread ((PTR) & nlm_variable_header (abfd)->threadNameLength,
306 amt = nlm_variable_header (abfd)->threadNameLength + 1;
364 amt = sizeof (nlm_variable_header (abfd)->threadNameLength);
365 if (bfd_bwrite ((PTR) & nlm_variable_header (abfd)->threadNameLength, amt,
368 amt = nlm_variable_header (abfd)->threadNameLength + 1;
1401 + sizeof (nlm_variable_header (abfd)->threadNameLength)
1402 + nlm_variable_header (abfd)->threadNameLength + 1);
/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
Dnlmheader.y356 var_hdr->threadNameLength = len;
/openbsd/src/gnu/usr.bin/binutils/binutils/
Dnlmheader.y356 var_hdr->threadNameLength = len;
Dnlmheader.c1331 var_hdr->threadNameLength = len; in yyparse()