HomeSort by relevance Sort by last modified time
    Searched refs:relocationFixupOffset (Results 1 - 8 of 8) sorted by null

  /toolchain/binutils/binutils-2.25/include/nlm/
i386-ext.h 88 unsigned char relocationFixupOffset[4];
sparc32-ext.h 92 unsigned char relocationFixupOffset[4];
ppc-ext.h 135 unsigned char relocationFixupOffset[4];
alpha-ext.h 138 unsigned char relocationFixupOffset[4];
internal.h 118 file_ptr relocationFixupOffset;
  /toolchain/binutils/binutils-2.25/bfd/
nlmswap.h 66 dst->relocationFixupOffset =
67 H_GET_32 (abfd, src->relocationFixupOffset);
127 H_PUT_32 (abfd, src->relocationFixupOffset,
128 dst->relocationFixupOffset);
nlmcode.h     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
nlmconv.c 841 if (shared_offset > (size_t) sharedhdr.relocationFixupOffset)
842 shared_offset = sharedhdr.relocationFixupOffset;
1033 (sharedhdr.relocationFixupOffset
    [all...]

Completed in 238 milliseconds