HomeSort by relevance Sort by last modified time
    Searched defs:RELOC (Results 1 - 25 of 28) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/include/coff/
h8500.h 29 /* The external reloc has an offset field, because some of the reloc
42 #define RELOC struct external_reloc
tic30.h 29 /* The external reloc has an offset field, because some of the reloc
42 #define RELOC struct external_reloc
w65.h 29 /* The external reloc has an offset field, because some of the reloc
42 #define RELOC struct external_reloc
z8k.h 34 /* The external reloc has an offset field, because some of the reloc
47 #define RELOC struct external_reloc
h8300.h 37 /* The external reloc has an offset field, because some of the reloc
50 #define RELOC struct external_reloc
powerpc.h 57 #define RELOC struct external_reloc
x86_64.h 56 #define RELOC struct external_reloc
z80.h 59 #define RELOC struct external_reloc
i386.h 72 #define RELOC struct external_reloc
i860.h 57 #define RELOC struct external_reloc
m68k.h 74 #define RELOC struct external_reloc
we32k.h 60 #define RELOC struct external_reloc
ia64.h 87 #define RELOC struct external_reloc
mcore.h 69 #define RELOC struct external_reloc
mipspe.h 38 /* The external reloc has an offset field, because some of the reloc
49 #define RELOC struct external_reloc
apollo.h 102 #define RELOC struct external_reloc
arm.h 113 #define RELOC struct external_reloc
125 #define RELOC struct external_reloc
sh.h 47 /* The external reloc has an offset field, because some of the reloc
69 #define RELOC struct external_reloc
101 /* The switch table reloc types are used for relaxing. They are
104 The r_offset field holds the difference between the reloc address
110 /* The USES reloc type is used for relaxing. The compiler will
112 can relax. The r_offset field of the USES reloc holds the PC
117 /* The COUNT reloc type is used for relaxing. The assembler will
120 reloc holds the number of times the address is referenced in the
124 /* The ALIGN reloc type is used for relaxing. The r_offset field i
    [all...]
sparc.h 154 #define RELOC struct external_reloc
tic80.h 85 /* The external reloc has an offset field, because some of the reloc
97 #define RELOC struct external_reloc
m88k.h 194 #define RELOC struct external_reloc
i960.h 318 #define RELOC struct external_reloc
rs6k64.h 215 #define RELOC struct external_reloc
alpha.h 103 #define RELOC struct external_reloc
128 /* The r_type field in a reloc is one of the following values. */
150 /* Overloaded reloc value used by Net- and OpenBSD. */
  /hardware/intel/img/psb_video/src/
psb_cmdbuf.h 157 #define RELOC(dest, offset, buf) psb_cmdbuf_add_relocation(cmdbuf, (uint32_t*) &dest, buf, offset, 0XFFFFFFFF, 0, 0, 1)
269 do { *cmdbuf->cmd_idx++ = reg; RELOC(*cmdbuf->cmd_idx++, buffer_offset, buffer); } while (0)

Completed in 279 milliseconds

1 2