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

  /toolchain/binutils/binutils-2.27/include/nlm/
i386-ext.h 80 unsigned char moduleDependencyOffset[4];
82 /* The number of module dependencies at the moduleDependencyOffset. */
sparc32-ext.h 84 unsigned char moduleDependencyOffset[4];
86 /* The number of module dependencies at the moduleDependencyOffset. */
ppc-ext.h 127 unsigned char moduleDependencyOffset[4];
129 /* The number of module dependencies at the moduleDependencyOffset. */
alpha-ext.h 130 unsigned char moduleDependencyOffset[4];
132 /* The number of module dependencies at the moduleDependencyOffset. */
internal.h 110 file_ptr moduleDependencyOffset;
112 /* The number of module dependencies at the moduleDependencyOffset. */
  /toolchain/binutils/binutils-2.27/bfd/
nlmswap.h 62 dst->moduleDependencyOffset =
63 H_GET_32 (abfd, src->moduleDependencyOffset);
123 H_PUT_32 (abfd, src->moduleDependencyOffset,
124 dst->moduleDependencyOffset);
nlmcode.h     [all...]
  /toolchain/binutils/binutils-2.27/binutils/
nlmconv.c 989 nlm_fixed_header (outbfd)->moduleDependencyOffset =
    [all...]

Completed in 109 milliseconds