Searched refs:aligned_address (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Expression/ |
| H A D | IRMemoryMap.cpp | 297 lldb::addr_t aligned_address = LLDB_INVALID_ADDRESS; in Malloc() local 389 aligned_address = (allocation_address + mask) & (~mask); in Malloc() 392 std::piecewise_construct, std::forward_as_tuple(aligned_address), in Malloc() 393 std::forward_as_tuple(allocation_address, aligned_address, in Malloc() 399 WriteMemory(aligned_address, zero_buf.data(), size, write_error); in Malloc() 424 (uint64_t)permissions, policy_string, aligned_address); in Malloc() 427 return aligned_address; in Malloc()
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-xtensa.c | 6702 addressT aligned_address; local 6734 aligned_address = get_widen_aligned_address (fragP, address); 6735 desired_diff = aligned_address - address; 6958 addressT aligned_address; local 6961 aligned_address = get_noop_aligned_address (fragp, fragp->fr_address + 6963 fill_size = aligned_address - (fragp->fr_address + fragp->fr_fix);
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-xtensa.c | 9019 addressT aligned_address; in convert_frag_align_next_opcode() local 9023 aligned_address = get_noop_aligned_address (fragp, fragp->fr_address + in convert_frag_align_next_opcode() 9025 fill_size = aligned_address - (fragp->fr_address + fragp->fr_fix); in convert_frag_align_next_opcode()
|