Searched refs:dataOffset (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/include/nlm/
H A Dexternal.h166 unsigned char dataOffset[NLM_TARGET_LONG_SIZE]; local
H A Dinternal.h282 file_ptr dataOffset; member in struct:nlm_internal_custom_header
/openbsd-current/gnu/usr.bin/binutils-2.17/include/nlm/
H A Dexternal.h166 unsigned char dataOffset[NLM_TARGET_LONG_SIZE]; local
H A Dinternal.h282 file_ptr dataOffset; member in struct:nlm_internal_custom_header
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dnlmcode.h510 file_ptr dataOffset; variable
526 dataOffset = 0;
529 amt = sizeof (thdr.dataOffset);
530 if (bfd_bread ((PTR) thdr.dataOffset, amt, abfd) != amt)
532 dataOffset = get_word (abfd, (bfd_byte *) thdr.dataOffset);
580 if (bfd_seek (abfd, dataOffset, SEEK_SET) != 0)
591 nlm_cygnus_ext_header (abfd)->offset = dataOffset;
646 nlm_custom_header (abfd)->dataOffset = dataOffset;
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dnlmcode.h288 file_ptr dataOffset; local
304 dataOffset = 0;
307 amt = sizeof (thdr.dataOffset);
308 if (bfd_bread ((void *) thdr.dataOffset, amt, abfd) != amt)
310 dataOffset = get_word (abfd, (bfd_byte *) thdr.dataOffset);
358 if (bfd_seek (abfd, dataOffset, SEEK_SET) != 0)
369 nlm_cygnus_ext_header (abfd)->offset = dataOffset;
423 nlm_custom_header (abfd)->dataOffset = dataOffset;
[all...]

Completed in 194 milliseconds