Searched refs:param_offset (Results 1 – 9 of 9) sorted by relevance
/netbsd/external/gpl3/gdb/dist/gold/ |
H A D | s390.cc | 4718 section_offset_type param_offset = 0; in do_calls_non_split() local 4810 param_offset = sym->input_value() + reloc.get_r_addend() - 2 in do_calls_non_split() 4837 if (convert_to_section_size_type(param_offset + size / 8) > param_view_size) in do_calls_non_split() 4839 frame_size = elfcpp::Swap<size, true>::readval(param_view + param_offset); in do_calls_non_split() 4849 elfcpp::Swap<size, true>::writeval(param_view + param_offset, frame_size); in do_calls_non_split()
|
/netbsd/external/gpl3/binutils/dist/gold/ |
H A D | s390.cc | 4727 section_offset_type param_offset = 0; in do_calls_non_split() local 4819 param_offset = sym->input_value() + reloc.get_r_addend() - 2 in do_calls_non_split() 4846 if (convert_to_section_size_type(param_offset + size / 8) > param_view_size) in do_calls_non_split() 4848 frame_size = elfcpp::Swap<size, true>::readval(param_view + param_offset); in do_calls_non_split() 4858 elfcpp::Swap<size, true>::writeval(param_view + param_offset, frame_size); in do_calls_non_split()
|
/netbsd/external/gpl3/binutils.old/dist/gold/ |
H A D | s390.cc | 4718 section_offset_type param_offset = 0; in do_calls_non_split() local 4810 param_offset = sym->input_value() + reloc.get_r_addend() - 2 in do_calls_non_split() 4837 if (convert_to_section_size_type(param_offset + size / 8) > param_view_size) in do_calls_non_split() 4839 frame_size = elfcpp::Swap<size, true>::readval(param_view + param_offset); in do_calls_non_split() 4849 elfcpp::Swap<size, true>::writeval(param_view + param_offset, frame_size); in do_calls_non_split()
|
/netbsd/external/gpl3/gdb.old/dist/gold/ |
H A D | s390.cc | 4718 section_offset_type param_offset = 0; in do_calls_non_split() local 4810 param_offset = sym->input_value() + reloc.get_r_addend() - 2 in do_calls_non_split() 4837 if (convert_to_section_size_type(param_offset + size / 8) > param_view_size) in do_calls_non_split() 4839 frame_size = elfcpp::Swap<size, true>::readval(param_view + param_offset); in do_calls_non_split() 4849 elfcpp::Swap<size, true>::writeval(param_view + param_offset, frame_size); in do_calls_non_split()
|
/netbsd/sys/netinet/ |
H A D | sctp_output.c | 2894 int param_offset, int *abort_processing, struct sctp_chunkhdr *cp) in sctp_arethere_unrecognized_parameters() argument 2928 at = param_offset; in sctp_arethere_unrecognized_parameters()
|
/netbsd/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2012 | 5974 (struct call_site.parameter.u): New field param_offset.
|
H A D | ChangeLog-2017 | 15389 (union call_site_parameter_u): Rename "param_offset" field to
|
/netbsd/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2012 | 5974 (struct call_site.parameter.u): New field param_offset.
|
H A D | ChangeLog-2017 | 15389 (union call_site_parameter_u): Rename "param_offset" field to
|