OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copyrightMessageLength
(Results
1 - 4
of
4
) sorted by null
/toolchain/binutils/binutils-2.25/include/nlm/
external.h
78
unsigned char
copyrightMessageLength
[1];
81
that is the length specified by
copyrightMessageLength
. */
internal.h
224
unsigned char
copyrightMessageLength
;
/toolchain/binutils/binutils-2.25/bfd/
nlmcode.h
274
->
copyrightMessageLength
),
278
amt = nlm_copyright_header (abfd)->
copyrightMessageLength
+ 1;
679
thdr.
copyrightMessageLength
[0] =
680
nlm_copyright_header (abfd)->
copyrightMessageLength
;
682
if (bfd_bwrite ((void *) thdr.
copyrightMessageLength
, amt, abfd) != amt)
685
amt = nlm_copyright_header (abfd)->
copyrightMessageLength
+ 1;
[
all
...]
/toolchain/binutils/binutils-2.25/binutils/
nlmheader.y
177
copyright_hdr->
copyrightMessageLength
= len;
Completed in 56 milliseconds