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

/haiku-buildtools/legacy/binutils/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-buildtools/binutils/include/nlm/
H A Dsparc32-ext.h92 unsigned char relocationFixupOffset[4]; member in struct:nlm32_sparc_external_fixed_header
H A Di386-ext.h88 unsigned char relocationFixupOffset[4]; member in struct:nlm32_i386_external_fixed_header
H A Dppc-ext.h135 unsigned char relocationFixupOffset[4]; member in struct:nlm32_powerpc_external_fixed_header
H A Dalpha-ext.h138 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-buildtools/legacy/binutils/bfd/
H A Dnlmswap.h64 dst->relocationFixupOffset =
65 H_GET_32 (abfd, src->relocationFixupOffset);
125 H_PUT_32 (abfd, src->relocationFixupOffset,
126 dst->relocationFixupOffset);
H A Dnlmcode.h1156 if (bfd_seek (abfd, nlm_fixed_header (abfd)->relocationFixupOffset,
1460 nlm_fixed_header (abfd)->relocationFixupOffset = other_ptr;
1642 if (bfd_seek (abfd, nlm_fixed_header (abfd)->relocationFixupOffset,
1931 if (nlm_fixed_header (abfd)->relocationFixupOffset == 0)
1932 nlm_fixed_header (abfd)->relocationFixupOffset = last;
/haiku-buildtools/binutils/bfd/
H A Dnlmswap.h66 dst->relocationFixupOffset =
67 H_GET_32 (abfd, src->relocationFixupOffset);
127 H_PUT_32 (abfd, src->relocationFixupOffset,
128 dst->relocationFixupOffset);
H A Dnlmcode.h1155 if (bfd_seek (abfd, nlm_fixed_header (abfd)->relocationFixupOffset,
1459 nlm_fixed_header (abfd)->relocationFixupOffset = other_ptr;
1641 if (bfd_seek (abfd, nlm_fixed_header (abfd)->relocationFixupOffset,
1930 if (nlm_fixed_header (abfd)->relocationFixupOffset == 0)
1931 nlm_fixed_header (abfd)->relocationFixupOffset = last;
/haiku-buildtools/legacy/binutils/binutils/
H A Dnlmconv.c843 if (shared_offset > (size_t) sharedhdr.relocationFixupOffset)
844 shared_offset = sharedhdr.relocationFixupOffset;
1035 (sharedhdr.relocationFixupOffset
/haiku-buildtools/binutils/binutils/
H A Dnlmconv.c842 if (shared_offset > (size_t) sharedhdr.relocationFixupOffset)
843 shared_offset = sharedhdr.relocationFixupOffset;
1034 (sharedhdr.relocationFixupOffset

Completed in 183 milliseconds