Searched refs:RELOC (Results 1 - 25 of 25) sorted by relevance

/freebsd-10.0-release/contrib/binutils/include/coff/
H A Dpowerpc.h56 #define RELOC struct external_reloc macro
H A Dmipspe.h48 #define RELOC struct external_reloc macro
H A Dx86_64.h55 #define RELOC struct external_reloc macro
H A Di386.h69 #define RELOC struct external_reloc macro
H A Darm.h112 #define RELOC struct external_reloc macro
124 #define RELOC struct external_reloc macro
H A Dia64.h86 #define RELOC struct external_reloc macro
H A Dsh.h68 #define RELOC struct external_reloc macro
H A Dsparc.h153 #define RELOC struct external_reloc macro
H A Dti.h438 #define SECTION_RELATIVE_ABSOLUTE_SYMBOL_P(RELOC, SECT) \
439 ((*(RELOC)->sym_ptr_ptr)->section->output_section == (SECT) \
440 && (RELOC)->howto->name[0] == 'A')
460 #define RELOC struct external_reloc macro
H A Drs6000.h208 #define RELOC struct external_reloc macro
H A Drs6k64.h212 #define RELOC struct external_reloc macro
H A Dalpha.h102 #define RELOC struct external_reloc macro
H A Dmips.h65 #define RELOC struct external_reloc macro
/freebsd-10.0-release/sys/boot/powerpc/ofw/
H A Dconf.c119 vm_offset_t reloc = RELOC;
H A DMakefile75 RELOC?= 0x1C00000 macro
76 CFLAGS+= -DRELOC=${RELOC}
/freebsd-10.0-release/sys/boot/powerpc/ps3/
H A Dconf.c123 vm_offset_t reloc = RELOC;
H A DMakefile85 RELOC?= 0x0 macro
86 CFLAGS+= -DRELOC=${RELOC}
/freebsd-10.0-release/contrib/binutils/bfd/
H A Daout-arm.c188 #define MY_put_reloc(BFD, EXT, IDX, VAL, HOWTO, RELOC) \
189 MY (put_reloc) (BFD, EXT, IDX, VAL, HOWTO, RELOC)
H A Dcoff-mips.c298 const RELOC *ext = (RELOC *) ext_ptr;
337 RELOC *ext = (RELOC *) dst;
H A Dpe-mips.c520 RELOC *reloc_src = (RELOC *) src;
H A Dcoff-alpha.c545 const RELOC *ext = (RELOC *) ext_ptr;
593 RELOC *ext = (RELOC *) dst;
H A Dcoffswap.h218 RELOC *reloc_src = (RELOC *) src;
H A Dpeicode.h129 RELOC *reloc_src = (RELOC *) src;
H A Dcoffcode.h539 /* skip RELOC */
4840 RELOC *native_relocs;
4856 native_relocs = (RELOC *) buy_and_read (abfd, asect->rel_filepos, amt);
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-alpha.c406 #define DEF(NAME, RELOC, REQ, ALLOW) \
407 { #NAME, sizeof(#NAME)-1, O_##NAME, RELOC, REQ, ALLOW}

Completed in 199 milliseconds