Home
last modified time | relevance | path

Searched refs:RELOC_REGISTER (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/sym/
HDsym_fw.h193 #define RELOC_REGISTER 0x60000000 macro
200 #define RADDR_1(label) (RELOC_REGISTER | REG(label))
201 #define RADDR_2(label,ofs) (RELOC_REGISTER | ((REG(label))+(ofs)))
HDsym_hipd.c2141 case RELOC_REGISTER: in sym_fw_bind_script()
/NextBSD/sys/dev/ncr/
HDncr.c1343 #define RELOC_REGISTER 0x60000000 macro
1351 #define RADDR(label) (RELOC_REGISTER | REG(label))
1352 #define FADDR(label,ofs)(RELOC_REGISTER | ((REG(label))+(ofs)))
3072 case RELOC_REGISTER: in ncr_script_copy_and_bind()