Searched refs:debug_index (Results 1 – 2 of 2) sorted by relevance
3822 long *debug_index; in bfd_xcoff_size_dynamic_sections() local3840 debug_index = bfd_zalloc (sub, symcount * sizeof (long)); in bfd_xcoff_size_dynamic_sections()3841 if (debug_index == NULL) in bfd_xcoff_size_dynamic_sections()3843 xcoff_data (sub)->debug_indices = debug_index; in bfd_xcoff_size_dynamic_sections()3912 *debug_index = -2; in bfd_xcoff_size_dynamic_sections()3924 *debug_index = indx; in bfd_xcoff_size_dynamic_sections()3927 *debug_index = -1; in bfd_xcoff_size_dynamic_sections()3938 debug_index += sym.n_numaux + 1; in bfd_xcoff_size_dynamic_sections()4114 long *debug_index; in xcoff_link_input_bfd() local4161 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