HomeSort by: relevance | last modified time | path
    Searched defs:RELOC (Results 1 - 25 of 120) 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/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/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/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/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
  /src/sys/arch/bebox/stand/boot/
Makefile 36 CPPFLAGS+= -D_STANDALONE -DRELOC=${RELOC} -DUSE_SCAN
58 RELOC= 0x700000
67 -Ttext ${RELOC} ${OBJS} ${LIBS}
  /src/sys/arch/cesfic/cesfic/
pmap_bootstrap.c 48 #define RELOC(v, t) *((t*)((uintptr_t)&(v) + firstpa - KERNBASE))
113 RELOC(kernel_reloc_offset, vaddr_t) = firstpa;
117 if (RELOC(mmutype, int) == MMU_68040)
128 nptpages = RELOC(Sysptsize, int) +
129 howmany(RELOC(physmem, psize_t), NPTEPG);
164 if (RELOC(mmutype, int) == MMU_68040) {
361 if (RELOC(mmutype, int) == MMU_68040)
375 if (RELOC(mmutype, int) == MMU_68040) {
390 RELOC(Sysseg, st_entry_t *) =
392 RELOC(Sysseg_pa, paddr_t) = kstpa
    [all...]

Completed in 74 milliseconds

1 2 3 4 5