Home
last modified time | relevance | path

Searched refs:TARGET_INT_BIT (Results 1 – 25 of 25) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
HDm2-lang.c211 TARGET_INT_BIT / TARGET_CHAR_BIT, in m2_create_fundamental_type()
262 TARGET_INT_BIT / TARGET_CHAR_BIT, in m2_create_fundamental_type()
267 TARGET_INT_BIT / TARGET_CHAR_BIT, in m2_create_fundamental_type()
272 TARGET_INT_BIT / TARGET_CHAR_BIT, in m2_create_fundamental_type()
277 TARGET_INT_BIT / TARGET_CHAR_BIT, in m2_create_fundamental_type()
452 init_type (TYPE_CODE_INT, TARGET_INT_BIT / TARGET_CHAR_BIT, in _initialize_m2_language()
456 init_type (TYPE_CODE_INT, TARGET_INT_BIT / TARGET_CHAR_BIT, in _initialize_m2_language()
468 init_type (TYPE_CODE_BOOL, TARGET_INT_BIT / TARGET_CHAR_BIT, in _initialize_m2_language()
HDp-lang.c287 TARGET_INT_BIT / TARGET_CHAR_BIT, in pascal_create_fundamental_type()
328 TARGET_INT_BIT / TARGET_CHAR_BIT, in pascal_create_fundamental_type()
333 TARGET_INT_BIT / TARGET_CHAR_BIT, in pascal_create_fundamental_type()
338 TARGET_INT_BIT / TARGET_CHAR_BIT, in pascal_create_fundamental_type()
HDf-lang.c304 TARGET_INT_BIT / TARGET_CHAR_BIT, in f_create_fundamental_type()
309 TARGET_INT_BIT / TARGET_CHAR_BIT, in f_create_fundamental_type()
314 TARGET_INT_BIT / TARGET_CHAR_BIT, in f_create_fundamental_type()
319 TARGET_INT_BIT / TARGET_CHAR_BIT, in f_create_fundamental_type()
396 TARGET_INT_BIT / TARGET_CHAR_BIT, in f_create_fundamental_type()
521 init_type (TYPE_CODE_INT, TARGET_INT_BIT / TARGET_CHAR_BIT, in build_fortran_types()
526 init_type (TYPE_CODE_BOOL, TARGET_INT_BIT / TARGET_CHAR_BIT, in build_fortran_types()
HDc-lang.c220 TARGET_INT_BIT / TARGET_CHAR_BIT, in c_create_fundamental_type()
266 TARGET_INT_BIT / TARGET_CHAR_BIT, in c_create_fundamental_type()
271 TARGET_INT_BIT / TARGET_CHAR_BIT, in c_create_fundamental_type()
276 TARGET_INT_BIT / TARGET_CHAR_BIT, in c_create_fundamental_type()
HDf-exp.y753 if ((TARGET_INT_BIT != TARGET_LONG_BIT
754 && ((n >> 2) >> (TARGET_INT_BIT-2))) /* Avoid shift warning */
763 high_bit = ((ULONGEST)1) << (TARGET_INT_BIT-1);
HDobjc-lang.c463 TARGET_INT_BIT / TARGET_CHAR_BIT, in objc_create_fundamental_type()
504 TARGET_INT_BIT / TARGET_CHAR_BIT, in objc_create_fundamental_type()
509 TARGET_INT_BIT / TARGET_CHAR_BIT, in objc_create_fundamental_type()
514 TARGET_INT_BIT / TARGET_CHAR_BIT, in objc_create_fundamental_type()
HDstabsread.c973 init_type (TYPE_CODE_INT, TARGET_INT_BIT / TARGET_CHAR_BIT, in define_symbol()
978 init_type (TYPE_CODE_INT, TARGET_INT_BIT / TARGET_CHAR_BIT, in define_symbol()
2829 && FIELD_BITSIZE (fip->list->field) == TARGET_INT_BIT) in read_one_struct_field()
3522 TYPE_LENGTH (type) = TARGET_INT_BIT / HOST_CHAR_BIT; in read_enum_type()
3900 return init_type (TYPE_CODE_INT, TARGET_INT_BIT / TARGET_CHAR_BIT, in read_range_type()
3973 init_type (TYPE_CODE_INT, TARGET_INT_BIT / TARGET_CHAR_BIT, in read_range_type()
HDf-exp.c2127 if ((TARGET_INT_BIT != TARGET_LONG_BIT
2128 && ((n >> 2) >> (TARGET_INT_BIT-2))) /* Avoid shift warning */
2137 high_bit = ((ULONGEST)1) << (TARGET_INT_BIT-1);
HDp-exp.y936 && (un >> (TARGET_INT_BIT - 2)) == 0)
938 high_bit = ((ULONGEST)1) << (TARGET_INT_BIT-1);
HDobjc-exp.y1161 && (un >> (TARGET_INT_BIT - 2)) == 0)
1163 high_bit = ((unsigned LONGEST)1) << (TARGET_INT_BIT-1);
HDc-exp.y1216 && (un >> (TARGET_INT_BIT - 2)) == 0)
1218 high_bit = ((ULONGEST)1) << (TARGET_INT_BIT-1);
HDada-lex.l503 if ((result >> (TARGET_INT_BIT-1)) == 0)
HDada-lang.c8047 init_type (TYPE_CODE_INT, TARGET_INT_BIT / TARGET_CHAR_BIT, in _initialize_ada_language()
8071 init_type (TYPE_CODE_INT, TARGET_INT_BIT / TARGET_CHAR_BIT, in _initialize_ada_language()
8074 init_type (TYPE_CODE_INT, TARGET_INT_BIT / TARGET_CHAR_BIT, in _initialize_ada_language()
8135 TARGET_INT_BIT / TARGET_CHAR_BIT, in ada_create_fundamental_type()
8176 TARGET_INT_BIT / TARGET_CHAR_BIT, in ada_create_fundamental_type()
8180 …type = init_type (TYPE_CODE_INT, TARGET_INT_BIT / TARGET_CHAR_BIT, 0, "integer", objfile); /* FIXM… in ada_create_fundamental_type()
8184 TARGET_INT_BIT / TARGET_CHAR_BIT, in ada_create_fundamental_type()
HDp-exp.c2258 && (un >> (TARGET_INT_BIT - 2)) == 0)
2260 high_bit = ((ULONGEST)1) << (TARGET_INT_BIT-1);
HDparse.c1264 init_type (TYPE_CODE_INT, TARGET_INT_BIT / HOST_CHAR_BIT, 0, in build_parse()
HDgdbarch.h114 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (TARGET_INT_BIT)
117 #if !defined (TARGET_INT_BIT)
118 #define TARGET_INT_BIT (gdbarch_int_bit (current_gdbarch)) macro
HDobjc-exp.c2803 && (un >> (TARGET_INT_BIT - 2)) == 0)
2805 high_bit = ((unsigned LONGEST)1) << (TARGET_INT_BIT-1);
HDc-exp.c2846 && (un >> (TARGET_INT_BIT - 2)) == 0)
2848 high_bit = ((ULONGEST)1) << (TARGET_INT_BIT-1);
HDgdbarch.c475 current_gdbarch->ptr_bit = TARGET_INT_BIT; in gdbarch_alloc()
2270 #ifdef TARGET_INT_BIT in gdbarch_dump()
2273 XSTRING (TARGET_INT_BIT)); in gdbarch_dump()
2276 TARGET_INT_BIT); in gdbarch_dump()
HDmdebugread.c1088 TYPE_LENGTH (t) = TARGET_INT_BIT / HOST_CHAR_BIT; in parse_symbol()
4980 TARGET_INT_BIT / TARGET_CHAR_BIT, in _initialize_mdebugread()
4994 init_type (TYPE_CODE_INT, TARGET_INT_BIT / HOST_CHAR_BIT, 0, in _initialize_mdebugread()
HDgdbtypes.c3170 init_type (TYPE_CODE_INT, TARGET_INT_BIT / TARGET_CHAR_BIT, in build_gdbtypes()
3174 init_type (TYPE_CODE_INT, TARGET_INT_BIT / TARGET_CHAR_BIT, in build_gdbtypes()
HDcoffread.c2082 TYPE_LENGTH (type) = TARGET_INT_BIT / TARGET_CHAR_BIT; /* Assume ints */ in coff_read_enum_type()
HDxcoffread.c3031 init_type (TYPE_CODE_INT, TARGET_INT_BIT / HOST_CHAR_BIT, 0, in _initialize_xcoffread()
HDdwarf2read.c5691 TARGET_INT_BIT / HOST_CHAR_BIT, 0, in new_symbol()
/freebsd-11-stable/contrib/gdb/gdb/doc/
HDgdbint.texinfo3917 @item TARGET_INT_BIT
3918 @findex TARGET_INT_BIT
3936 Number of bits in a pointer; defaults to @code{TARGET_INT_BIT}.