Searched refs:end_addr_offset (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Ddis-buf.c35 size_t end_addr_offset = length / opb; local
41 || memaddr - info->buffer_vma + end_addr_offset > max_addr_offset
43 || memaddr + end_addr_offset > info->stop_vma)))
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Ddis-buf.c35 size_t end_addr_offset = length / opb; local
41 || memaddr - info->buffer_vma + end_addr_offset > max_addr_offset
43 || memaddr + end_addr_offset > info->stop_vma)))
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Ddis-buf.c35 size_t end_addr_offset = length / opb; local
41 || memaddr - info->buffer_vma + end_addr_offset > max_addr_offset
43 || memaddr + end_addr_offset > info->stop_vma)))
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Ddis-buf.c35 size_t end_addr_offset = length / opb; local
41 || memaddr - info->buffer_vma + end_addr_offset > max_addr_offset
43 || memaddr + end_addr_offset > info->stop_vma)))
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DDisasm.cc113 size_t end_addr_offset = length / opb; local
118 || memaddr - info->buffer_vma + end_addr_offset > max_addr_offset
120 || memaddr + end_addr_offset > info->stop_vma)))
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DDisasm.cc113 size_t end_addr_offset = length / opb; local
118 || memaddr - info->buffer_vma + end_addr_offset > max_addr_offset
120 || memaddr + end_addr_offset > info->stop_vma)))
/netbsd-current/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dloongarch.cc5673 HOST_WIDE_INT end_addr_offset, static_chain_offset, target_function_offset; local
5677 end_addr_offset = TRAMPOLINE_CODE_SIZE;
5678 static_chain_offset = end_addr_offset;
5684 = loongarch_force_binary (Pmode, PLUS, addr, GEN_INT (end_addr_offset));
/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dunwind.c138 size_t end_addr_offset = length / opb; local
143 || memaddr - info->buffer_vma + end_addr_offset > max_addr_offset
145 || memaddr + end_addr_offset > info->stop_vma)))
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dunwind.c138 size_t end_addr_offset = length / opb; local
143 || memaddr - info->buffer_vma + end_addr_offset > max_addr_offset
145 || memaddr + end_addr_offset > info->stop_vma)))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c21166 HOST_WIDE_INT end_addr_offset, static_chain_offset, target_function_offset;
21170 end_addr_offset = mips_trampoline_code_size ();
21171 static_chain_offset = end_addr_offset;
21176 end_addr = mips_force_binary (Pmode, PLUS, addr, GEN_INT (end_addr_offset));
21257 target_function_offset - end_addr_offset,
21268 static_chain_offset - end_addr_offset,
21088 HOST_WIDE_INT end_addr_offset, static_chain_offset, target_function_offset; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc21341 HOST_WIDE_INT end_addr_offset, static_chain_offset, target_function_offset;
21345 end_addr_offset = mips_trampoline_code_size ();
21346 static_chain_offset = end_addr_offset;
21351 end_addr = mips_force_binary (Pmode, PLUS, addr, GEN_INT (end_addr_offset));
21432 target_function_offset - end_addr_offset,
21443 static_chain_offset - end_addr_offset,

Completed in 598 milliseconds