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

/macosx-10.10/cxxfilt-11/cxxfilt/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
/macosx-10.10/cxxfilt-11/cxxfilt/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.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;
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dnlmconv.c843 if (shared_offset > (size_t) sharedhdr.relocationFixupOffset)
844 shared_offset = sharedhdr.relocationFixupOffset;
1035 (sharedhdr.relocationFixupOffset

Completed in 203 milliseconds