Home
last modified time | relevance | path

Searched defs:structp (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gas/
Ddw2gencfi.c79 #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/dist/binutils/
Dprdbg.c997 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()
Dwrstabs.c1297 bool structp, unsigned int size) in stab_start_struct_type()
1431 bool structp, unsigned int size, in stab_start_class_type()
Ddebug.c1285 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()
Dstabs.c2127 bool structp, in parse_stab_struct_type()