Searched refs:relocationFixupOffset (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/bin/gdb/include/nlm/
H A Di386-ext.h87 unsigned char relocationFixupOffset[4]; member in struct:nlm32_i386_external_fixed_header
H A Dsparc32-ext.h91 unsigned char relocationFixupOffset[4]; member in struct:nlm32_sparc_external_fixed_header
H A Dppc-ext.h134 unsigned char relocationFixupOffset[4]; member in struct:nlm32_powerpc_external_fixed_header
H A Dalpha-ext.h137 unsigned char relocationFixupOffset[4]; member in struct:nlm32_alpha_external_fixed_header
H A Dinternal.h118 file_ptr relocationFixupOffset; member in struct:nlm_internal_fixed_header
/haiku-fatelf/src/bin/gdb/bfd/
H A Dnlmswap.h70 dst->relocationFixupOffset =
71 H_GET_32 (abfd, src->relocationFixupOffset);
131 H_PUT_32 (abfd, src->relocationFixupOffset,
132 dst->relocationFixupOffset);
H A Dnlmcode.h1209 if (bfd_seek (abfd, nlm_fixed_header (abfd)->relocationFixupOffset,
1517 nlm_fixed_header (abfd)->relocationFixupOffset = other_ptr;
1704 if (bfd_seek (abfd, nlm_fixed_header (abfd)->relocationFixupOffset,
1993 if (nlm_fixed_header (abfd)->relocationFixupOffset == 0)
1994 nlm_fixed_header (abfd)->relocationFixupOffset = last;

Completed in 93 milliseconds