/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | dw2gencfi.c | 79 #define CUR_SEG(structp) structp->cur_seg argument 80 #define SET_CUR_SEG(structp, seg) structp->cur_seg = seg argument 81 #define HANDLED(structp) structp->handled argument 82 #define SET_HANDLED(structp, val) structp->handled = val argument 84 #define CUR_SEG(structp) NULL argument 85 #define SET_CUR_SEG(structp, seg) (void) (0 && seg) argument 86 #define HANDLED(structp) 0 argument 87 #define SET_HANDLED(structp, val) (void) (0 && val) argument
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | dw2gencfi.c | 89 #define CUR_SEG(structp) structp->cur_seg argument 90 #define SET_CUR_SEG(structp, seg) structp->cur_seg = seg argument 91 #define HANDLED(structp) structp->handled argument 92 #define SET_HANDLED(structp, val) structp->handled = val argument 94 #define CUR_SEG(structp) NULL argument 95 #define SET_CUR_SEG(structp, seg) (void) (0 && seg) argument 96 #define HANDLED(structp) 0 argument 97 #define SET_HANDLED(structp, val) (void) (0 && val) argument
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | prdbg.c | 997 bool structp, unsigned int size) in pr_start_struct_type() 1170 bool structp, unsigned int size, in pr_start_class_type() 1991 bool structp, in tg_start_struct_type() 2086 bool structp, unsigned int size, in tg_start_class_type()
|
H A D | wrstabs.c | 1297 bool structp, unsigned int size) in stab_start_struct_type() 1431 bool structp, unsigned int size, in stab_start_class_type()
|
H A D | debug.c | 1285 debug_make_struct_type (void *handle, bool structp, bfd_vma size, in debug_make_struct_type() 1315 debug_make_object_type (void *handle, bool structp, bfd_vma size, in debug_make_object_type()
|
H A D | stabs.c | 2127 bool structp, in parse_stab_struct_type()
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | prdbg.c | 1005 bool structp, unsigned int size) in pr_start_struct_type() 1179 bool structp, unsigned int size, in pr_start_class_type() 1988 bool structp, in tg_start_struct_type() 2075 bool structp, unsigned int size, in tg_start_class_type()
|
H A D | wrstabs.c | 1312 bool structp, unsigned int size) in stab_start_struct_type() 1449 bool structp, unsigned int size, in stab_start_class_type()
|
H A D | debug.c | 1278 debug_make_struct_type (void *handle, bool structp, bfd_vma size, in debug_make_struct_type() 1309 debug_make_object_type (void *handle, bool structp, bfd_vma size, in debug_make_object_type()
|
H A D | stabs.c | 2100 bool structp, in parse_stab_struct_type()
|