Searched refs:LOVAL (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/sys/arch/sparc64/include/ |
| D | elf_support.h | 61 #define LOVAL(v, s) (((v) >> (s)) & 0x000003ffU) in sparc_write_branch() macro 76 where[1] = JMP | LOVAL(value, 0); in sparc_write_branch() 127 where[3] = JMP | LOVAL(value, 0); in sparc_write_branch() 146 where[1] = OR | (LOVAL(neg, 0)+1); in sparc_write_branch() 169 where[2] = OR | LOVAL(value, 32); in sparc_write_branch() 172 where[5] = JMP | LOVAL(value, 0); in sparc_write_branch() 181 #undef LOVAL in sparc_write_branch()
|
| /netbsd/src/sys/arch/sparc/include/ |
| D | elf_support.h | 43 #define LOVAL(v, s) (((v) >> (s)) & 0x000003ffU) in sparc_write_branch() macro 57 where[1] = JMP | LOVAL(value, 0); in sparc_write_branch() 62 #undef LOVAL in sparc_write_branch()
|
| /netbsd/src/libexec/ld.elf_so/arch/sparc64/ |
| D | mdreloc.c | 210 #define LOVAL(v, s) (((v) >> (s)) & 0x000003ff) macro 239 pltgot[3] = OR_l0_l0 | LOVAL(proc, 32); in _rtld_install_plt() 242 pltgot[6] = JMPL_l0_o0 | LOVAL(proc, 0); in _rtld_install_plt()
|