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

/haiku-buildtools/legacy/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
/haiku-buildtools/binutils/include/nlm/
H A Dexternal.h164 unsigned char dataOffset[NLM_TARGET_LONG_SIZE]; local
H A Dinternal.h282 file_ptr dataOffset; member in struct:nlm_internal_custom_header
/haiku-buildtools/legacy/binutils/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...]
/haiku-buildtools/binutils/bfd/
H A Dnlmcode.h287 file_ptr dataOffset; local
303 dataOffset = 0;
306 amt = sizeof (thdr.dataOffset);
307 if (bfd_bread ((void *) thdr.dataOffset, amt, abfd) != amt)
309 dataOffset = get_word (abfd, (bfd_byte *) thdr.dataOffset);
357 if (bfd_seek (abfd, dataOffset, SEEK_SET) != 0)
368 nlm_cygnus_ext_header (abfd)->offset = dataOffset;
422 nlm_custom_header (abfd)->dataOffset = dataOffset;
[all...]

Completed in 102 milliseconds