OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hdrLength
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/bfd/
nlmcode.h
286
bfd_size_type
hdrLength
;
300
hdrLength
= get_word (abfd, (bfd_byte *) thdr.length);
302
if (
hdrLength
< NLM_TARGET_LONG_SIZE)
311
if (
hdrLength
< 2 * NLM_TARGET_LONG_SIZE)
320
if (
hdrLength
< 2 * NLM_TARGET_LONG_SIZE + 8)
330
if (
hdrLength
<= 2 * NLM_TARGET_LONG_SIZE + 8)
333
hdrLength
= 0;
337
hdrLength
-= 2 * NLM_TARGET_LONG_SIZE + 8;
338
hdr = bfd_alloc (abfd,
hdrLength
);
341
if (bfd_bread (hdr,
hdrLength
, abfd) != hdrLength
[
all
...]
/toolchain/binutils/binutils-2.25/include/nlm/
internal.h
281
bfd_size_type
hdrLength
;
Completed in 470 milliseconds