Searched refs:debug_index (Results 1 – 5 of 5) sorted by relevance
4108 long *debug_index; in bfd_xcoff_build_dynamic_sections() local4126 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() local5197 debug_index = xcoff_data (input_bfd)->debug_indices; in xcoff_link_input_bfd()[all …]
3943 is null. Always allocate debug_index for other objects,3944 and always go through the loop. Update the type of debug_index3947 be kept. Set its debug_index to -2 if not.3948 (xcoff_link_input_bfd): Update the type of debug_index after
4097 long *debug_index; in bfd_xcoff_build_dynamic_sections() local4115 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() local5188 debug_index = xcoff_data (input_bfd)->debug_indices; in xcoff_link_input_bfd()[all …]