Searched refs:customDataOffset (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/nlm/
H A Dprelude.c48 int customDataOffset,
61 customDataOffset,
39 _Prelude( int NLMHandle, int initErrorScreenID, char *commandLine, char *loadDirectoryPath, int uninitializedDataLength, int NLMFileHandle, int (*readRoutineP)(), int customDataOffset, int customDataSize ) argument
/haiku-fatelf/src/bin/gdb/include/nlm/
H A Di386-ext.h69 unsigned char customDataOffset[4]; member in struct:nlm32_i386_external_fixed_header
H A Dsparc32-ext.h73 unsigned char customDataOffset[4]; member in struct:nlm32_sparc_external_fixed_header
H A Dppc-ext.h116 unsigned char customDataOffset[4]; member in struct:nlm32_powerpc_external_fixed_header
H A Dalpha-ext.h119 unsigned char customDataOffset[4]; member in struct:nlm32_alpha_external_fixed_header
H A Dinternal.h100 file_ptr customDataOffset; member in struct:nlm_internal_fixed_header
/haiku-fatelf/src/bin/gdb/bfd/
H A Dnlmswap.h62 dst->customDataOffset =
63 H_GET_32 (abfd, src->customDataOffset);
123 H_PUT_32 (abfd, src->customDataOffset,
124 dst->customDataOffset);
H A Dnlmcode.h1989 if (nlm_fixed_header (abfd)->customDataOffset == 0)
1990 nlm_fixed_header (abfd)->customDataOffset = last;

Completed in 109 milliseconds