Home
last modified time | relevance | path

Searched refs:debug_index (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dxcofflink.c4108 long *debug_index; in bfd_xcoff_build_dynamic_sections() local
4126 debug_index = bfd_zalloc (sub, symcount * sizeof (long)); in bfd_xcoff_build_dynamic_sections()
4127 if (debug_index == NULL) in bfd_xcoff_build_dynamic_sections()
4129 xcoff_data (sub)->debug_indices = debug_index; in bfd_xcoff_build_dynamic_sections()
4198 *debug_index = -2; in bfd_xcoff_build_dynamic_sections()
4210 *debug_index = indx; in bfd_xcoff_build_dynamic_sections()
4213 *debug_index = -1; in bfd_xcoff_build_dynamic_sections()
4224 debug_index += sym.n_numaux + 1; in bfd_xcoff_build_dynamic_sections()
5150 long *debug_index; in xcoff_link_input_bfd() local
5197 debug_index = xcoff_data (input_bfd)->debug_indices; in xcoff_link_input_bfd()
[all …]
H A DChangeLog-20093943 is null. Always allocate debug_index for other objects,
3944 and always go through the loop. Update the type of debug_index
3947 be kept. Set its debug_index to -2 if not.
3948 (xcoff_link_input_bfd): Update the type of debug_index after
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dxcofflink.c4097 long *debug_index; in bfd_xcoff_build_dynamic_sections() local
4115 debug_index = bfd_zalloc (sub, symcount * sizeof (long)); in bfd_xcoff_build_dynamic_sections()
4116 if (debug_index == NULL) in bfd_xcoff_build_dynamic_sections()
4118 xcoff_data (sub)->debug_indices = debug_index; in bfd_xcoff_build_dynamic_sections()
4189 *debug_index = -2; in bfd_xcoff_build_dynamic_sections()
4201 *debug_index = indx; in bfd_xcoff_build_dynamic_sections()
4204 *debug_index = -1; in bfd_xcoff_build_dynamic_sections()
4215 debug_index += sym.n_numaux + 1; in bfd_xcoff_build_dynamic_sections()
5141 long *debug_index; in xcoff_link_input_bfd() local
5188 debug_index = xcoff_data (input_bfd)->debug_indices; in xcoff_link_input_bfd()
[all …]
H A DChangeLog-20093943 is null. Always allocate debug_index for other objects,
3944 and always go through the loop. Update the type of debug_index
3947 be kept. Set its debug_index to -2 if not.
3948 (xcoff_link_input_bfd): Update the type of debug_index after
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-20093943 is null. Always allocate debug_index for other objects,
3944 and always go through the loop. Update the type of debug_index
3947 be kept. Set its debug_index to -2 if not.
3948 (xcoff_link_input_bfd): Update the type of debug_index after