Searched refs:tmp_addr (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf32-d30v.c | 43 bfd_vma tmp_addr = 0; in bfd_elf_d30v_reloc() local 96 tmp_addr = input_section->output_section->vma in bfd_elf_d30v_reloc() 99 relocation -= tmp_addr; in bfd_elf_d30v_reloc() 121 relocation = (relocation + tmp_addr) & 0xffffffff; in bfd_elf_d30v_reloc()
|
H A D | ChangeLog-9899 | 5065 * elf32-d30v.c (bfd_elf_d30v_reloc): Initialize tmp_addr. Fully
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elf32-d30v.c | 265 bfd_vma tmp_addr = 0; local 319 tmp_addr = input_section->output_section->vma + input_section->output_offset 321 relocation -= tmp_addr; 343 relocation = (relocation + tmp_addr) & 0xffffffff;
|
H A D | ChangeLog-9899 | 5065 * elf32-d30v.c (bfd_elf_d30v_reloc): Initialize tmp_addr. Fully
|
/openbsd/sys/dev/pci/drm/amd/amdgpu/ |
H A D | umc_v8_10.c | 191 uint64_t tmp_addr; in umc_v8_10_swizzle_mode_na_to_pa() local 196 tmp_addr = SWIZZLE_MODE_TMP_ADDR(na, channel_num, channel_idx); in umc_v8_10_swizzle_mode_na_to_pa() 197 *soc_pa = SWIZZLE_MODE_ADDR_HI(tmp_addr, col_bit) | in umc_v8_10_swizzle_mode_na_to_pa() 199 SWIZZLE_MODE_ADDR_LOW(tmp_addr, col_bit) | in umc_v8_10_swizzle_mode_na_to_pa()
|
/openbsd/usr.bin/ssh/ |
H A D | addr.c | 332 struct xaddr tmp_addr, tmp_mask, tmp_result; in addr_host_is_all0s() local 334 memcpy(&tmp_addr, a, sizeof(tmp_addr)); in addr_host_is_all0s() 337 if (addr_and(&tmp_result, &tmp_addr, &tmp_mask) == -1) in addr_host_is_all0s()
|
/openbsd/gnu/llvm/lldb/source/Commands/ |
H A D | CommandObjectThread.cpp | 832 lldb::addr_t tmp_addr = OptionArgParser::ToAddress( in SetOptionValue() local 835 m_until_addrs.push_back(tmp_addr); in SetOptionValue()
|