Searched refs:stab_string_size (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Dsubsegs.h98 unsigned long stab_string_size; member in union:segment_info_struct::__anon1728
H A Dstabs.c105 retval = seg_info (seg)->stabu.stab_string_size;
111 retval = seg_info (seg)->stabu.stab_string_size = 1;
120 seg_info (seg)->stabu.stab_string_size += length + 1;
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dsubsegs.h98 unsigned long stab_string_size; member in union:segment_info_struct::__anon412
H A Dstabs.c105 retval = seg_info (seg)->stabu.stab_string_size;
111 retval = seg_info (seg)->stabu.stab_string_size = 1;
120 seg_info (seg)->stabu.stab_string_size += length + 1;
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Dsubsegs.h98 unsigned long stab_string_size; member in union:segment_info_struct::__anon1020
H A Dstabs.c105 retval = seg_info (seg)->stabu.stab_string_size;
111 retval = seg_info (seg)->stabu.stab_string_size = 1;
120 seg_info (seg)->stabu.stab_string_size += length + 1;
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-alpha.c3580 /* Reuse stab_string_size to store the size of the section. */
3581 cur_size = seg_info (sec)->stabu.stab_string_size;
3588 seg_info (sec)->stabu.stab_string_size = (int)size;
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-alpha.c3578 /* Reuse stab_string_size to store the size of the section. */
3579 cur_size = seg_info (sec)->stabu.stab_string_size;
3586 seg_info (sec)->stabu.stab_string_size = (int)size;
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-alpha.c3578 /* Reuse stab_string_size to store the size of the section. */
3579 cur_size = seg_info (sec)->stabu.stab_string_size;
3586 seg_info (sec)->stabu.stab_string_size = (int)size;

Completed in 170 milliseconds