HomeSort by: relevance | last modified time | path
    Searched defs:RELOC (Results 1 - 25 of 119) sorted by relevancy

1 2 3 4 5

  /src/external/bsd/nvi/dist/common/
dldb.c 11 #define RELOC(func,returntype,args,proto,types) \
21 RELOC(db_create,int,(a,b,c),(DB **, DB_ENV *, u_int32_t),
23 RELOC(db_env_create,int,(a,b),(DB_ENV **, u_int32_t),DB_ENV ** a;u_int32_t b;);
24 RELOC(db_strerror,char *,(a),(int),int a;)
  /src/sys/arch/alpha/stand/standtest/
Makefile 8 RELOC = ${STANDPROG_LOAD_ADDRESS}
24 ${LD} -Ttext ${RELOC} -N -e start -o ${PROG}.sym \
  /src/sys/arch/evbarm/stand/gzboot/ADI_BRH_flash_0x00140000/
Makefile 6 RELOC= 0x00140000
  /src/sys/arch/evbarm/stand/gzboot/GEMINI_dram_0x01600000/
Makefile 6 RELOC= 0x01600000
  /src/sys/arch/evbarm/stand/gzboot/IQ80310_flash_0x00080000/
Makefile 6 RELOC= 0x00080000
  /src/sys/arch/evbarm/stand/gzboot/IQ80321_flash_0xf0080000/
Makefile 6 RELOC= 0xf0080000
  /src/sys/arch/evbarm/stand/gzboot/NSLU2_dram_0x01d00000/
Makefile 17 RELOC= 0x01d00000
  /src/sys/arch/evbarm/stand/gzboot/SMDK2410_flash_0x00000000/
Makefile 6 RELOC= 0x00000000
  /src/sys/arch/evbarm/stand/gzboot/SMDK2800_flash_0x00000000/
Makefile 6 RELOC= 0x00000000
  /src/sys/arch/evbarm/stand/gzboot/SMDK2800_flash_0x00100000/
Makefile 6 RELOC= 0x00100000
  /src/sys/arch/evbarm/stand/gzboot/TS7200_flash_0x60660000/
Makefile 6 RELOC= 0x60660000
  /src/sys/arch/virt68k/virt68k/
locore.s 83 #define RELOC(var, ar) _RELOC(_C_LABEL(var), ar)
119 * is used by the RELOC() macro.
125 RELOC(edata,%a0) | clear out BSS
142 RELOC(bootinfo_startup1,%a0)
152 RELOC(pmap_bootstrap1,%a0)
  /src/sys/arch/i386/stand/dosboot/
Makefile 9 RELOC= 0x100
  /src/sys/arch/i386/stand/pxeboot/
Makefile 9 RELOC= 0x0
  /src/sys/arch/mvme68k/stand/sboot/
Makefile 11 RELOC= 0x4000
  /src/sys/arch/next68k/next68k/
locore.s 138 #define RELOC(var, ar) _RELOC(_C_LABEL(var), ar)
166 moveal #NEXT_RAMBASE,%a5 | amount to RELOC by.
167 RELOC(lowram,%a0) | store base of memory.
178 RELOC(next68k_bootargs,%a0)
184 * except %a5 are free. %a5 is used by the RELOC() macro on hp300
199 RELOC(mmutype, %a0) | no, we have 68030
201 RELOC(cputype, %a0)
203 RELOC(machineid, %a0)
224 RELOC(mmutype, %a0)
226 RELOC(cputype, %a0
    [all...]
  /src/external/gpl3/binutils/dist/include/coff/
tic30.h 29 /* The external reloc has an offset field, because some of the reloc
42 #define RELOC struct external_reloc
x86.h 56 #define RELOC struct external_reloc
  /src/external/gpl3/binutils.old/dist/include/coff/
tic30.h 29 /* The external reloc has an offset field, because some of the reloc
42 #define RELOC struct external_reloc
x86.h 56 #define RELOC struct external_reloc
  /src/external/gpl3/gdb.old/dist/include/coff/
tic30.h 29 /* The external reloc has an offset field, because some of the reloc
42 #define RELOC struct external_reloc
  /src/external/gpl3/gdb/dist/include/coff/
tic30.h 29 /* The external reloc has an offset field, because some of the reloc
42 #define RELOC struct external_reloc
  /src/sys/arch/luna68k/luna68k/
locore.s 84 #define RELOC(var,ar) _RELOC(_C_LABEL(var), ar)
106 RELOC(edata,%a0) | clear out BSS
113 RELOC(boothowto,%a0)
115 RELOC(bootdev,%a0)
117 RELOC(lowram,%a0)
123 RELOC(memavail,%a0)
129 RELOC(hwplanemask,%a0)
150 RELOC(cputype,%a0)
152 RELOC(mmutype,%a0)
154 RELOC(fputype,%a0
    [all...]
  /src/sys/arch/evbarm/stand/bootimx23/
Makefile 31 RELOC= 0x00000000
46 ${LD} -N -Ttext ${RELOC} -Bstatic -e ${ENTRY} -o ${.TARGET} \
  /src/sys/arch/next68k/stand/boot/
Makefile 23 RELOC= 4380000
73 ${LD} -N -Ttext ${RELOC} -e start srt0.o ${OBJS} ${LIBS} -o $@.elf

Completed in 24 milliseconds

1 2 3 4 5