Home
last modified time | relevance | path

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

12

/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dgdbtypes.c3794 const struct objfile_type *
3798 struct objfile_type *objfile_type in objfile_type() local
3801 if (objfile_type) in objfile_type()
3802 return objfile_type; in objfile_type()
3805 1, struct objfile_type); in objfile_type()
3811 objfile_type->builtin_void in objfile_type()
3816 objfile_type->builtin_char in objfile_type()
3829 objfile_type->builtin_short in objfile_type()
3837 objfile_type->builtin_int in objfile_type()
3845 objfile_type->builtin_long in objfile_type()
[all …]
H A Dcoffread.c1766 index_type = objfile_type (objfile)->builtin_int; in decode_type()
1836 return objfile_type (objfile)->builtin_void; in decode_base_type()
1841 return objfile_type (objfile)->builtin_void; in decode_base_type()
1845 return objfile_type (objfile)->builtin_char; in decode_base_type()
1848 return objfile_type (objfile)->builtin_short; in decode_base_type()
1851 return objfile_type (objfile)->builtin_int; in decode_base_type()
1857 return objfile_type (objfile)->builtin_long_long; in decode_base_type()
1859 return objfile_type (objfile)->builtin_long; in decode_base_type()
1862 return objfile_type (objfile)->builtin_float; in decode_base_type()
1865 return objfile_type (objfile)->builtin_double; in decode_base_type()
[all …]
H A Dparse.c515 write_exp_elt_type (objfile_type (objfile)->builtin_core_addr); in write_exp_msymbol()
523 write_exp_elt_type (objfile_type (objfile)->nodebug_tls_symbol); in write_exp_msymbol()
534 write_exp_elt_type (objfile_type (objfile)->nodebug_text_symbol); in write_exp_msymbol()
538 write_exp_elt_type (objfile_type (objfile) in write_exp_msymbol()
546 write_exp_elt_type (objfile_type (objfile)->nodebug_data_symbol); in write_exp_msymbol()
550 write_exp_elt_type (objfile_type (objfile)->nodebug_got_plt_symbol); in write_exp_msymbol()
554 write_exp_elt_type (objfile_type (objfile)->nodebug_unknown_symbol); in write_exp_msymbol()
H A Dstabsread.c291 temp_type = objfile_type (objfile)->builtin_error; in dbx_lookup_type()
784 dbl_type = objfile_type (objfile)->builtin_double; in define_symbol()
864 objfile_type (objfile)->builtin_int, in define_symbol()
867 objfile_type (objfile)->builtin_char, in define_symbol()
984 ptype = objfile_type (objfile)->builtin_int; in define_symbol()
1076 ? objfile_type (objfile)->builtin_unsigned_int in define_symbol()
1077 : objfile_type (objfile)->builtin_int; in define_symbol()
1496 return objfile_type (objfile)->builtin_error; in error_type()
2074 return objfile_type (objfile)->builtin_error; in rs6000_builtin_type()
4237 index_type = objfile_type (objfile)->builtin_int; in read_range_type()
[all …]
H A Dmdebugread.c643 SYMBOL_TYPE (s) = objfile_type (objfile)->nodebug_data_symbol; in parse_symbol()
693 SYMBOL_TYPE (s) = objfile_type (objfile)->builtin_int; in parse_symbol()
736 t = objfile_type (objfile)->builtin_int; in parse_symbol()
1147 SYMBOL_TYPE (s) = objfile_type (current_objfile)->builtin_void; in parse_symbol()
1371 tp = objfile_type (objfile)->builtin_void; in basic_type()
1377 TYPE_TARGET_TYPE (tp) = objfile_type (objfile)->builtin_void; in basic_type()
1469 tp = objfile_type (objfile)->builtin_void; in basic_type()
1495 TYPE_TARGET_TYPE (tp) = objfile_type (objfile)->builtin_void; in basic_type()
1861 indx = objfile_type (current_objfile)->builtin_int; in upgrade_type()
2014 = lookup_function_type (objfile_type (pst->objfile)->builtin_int); in parse_procedure()
[all …]
H A Dgdbtypes.h1206 struct objfile_type struct
1241 extern const struct objfile_type *objfile_type (struct objfile *objfile); argument
H A Dxcoffread.c1517 SYMBOL_TYPE (sym) = objfile_type (objfile)->nodebug_text_symbol; in process_xcoff_symbol()
1530 SYMBOL_TYPE (sym) = objfile_type (objfile)->nodebug_data_symbol; in process_xcoff_symbol()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dgdbtypes.c3929 const struct objfile_type *
3933 struct objfile_type *objfile_type in objfile_type() local
3936 if (objfile_type) in objfile_type()
3937 return objfile_type; in objfile_type()
3940 1, struct objfile_type); in objfile_type()
3946 objfile_type->builtin_void in objfile_type()
3951 objfile_type->builtin_char in objfile_type()
3964 objfile_type->builtin_short in objfile_type()
3972 objfile_type->builtin_int in objfile_type()
3980 objfile_type->builtin_long in objfile_type()
[all …]
H A Dcoffread.c1761 index_type = objfile_type (objfile)->builtin_int; in decode_type()
1831 return objfile_type (objfile)->builtin_void; in decode_base_type()
1836 return objfile_type (objfile)->builtin_void; in decode_base_type()
1840 return objfile_type (objfile)->builtin_char; in decode_base_type()
1843 return objfile_type (objfile)->builtin_short; in decode_base_type()
1846 return objfile_type (objfile)->builtin_int; in decode_base_type()
1852 return objfile_type (objfile)->builtin_long_long; in decode_base_type()
1854 return objfile_type (objfile)->builtin_long; in decode_base_type()
1857 return objfile_type (objfile)->builtin_float; in decode_base_type()
1860 return objfile_type (objfile)->builtin_double; in decode_base_type()
[all …]
H A Dparse.c536 write_exp_elt_type (objfile_type (objfile)->builtin_core_addr); in write_exp_msymbol()
544 write_exp_elt_type (objfile_type (objfile)->nodebug_tls_symbol); in write_exp_msymbol()
555 write_exp_elt_type (objfile_type (objfile)->nodebug_text_symbol); in write_exp_msymbol()
559 write_exp_elt_type (objfile_type (objfile) in write_exp_msymbol()
567 write_exp_elt_type (objfile_type (objfile)->nodebug_data_symbol); in write_exp_msymbol()
571 write_exp_elt_type (objfile_type (objfile)->nodebug_got_plt_symbol); in write_exp_msymbol()
575 write_exp_elt_type (objfile_type (objfile)->nodebug_unknown_symbol); in write_exp_msymbol()
H A Dstabsread.c290 temp_type = objfile_type (objfile)->builtin_error; in dbx_lookup_type()
783 dbl_type = objfile_type (objfile)->builtin_double; in define_symbol()
863 objfile_type (objfile)->builtin_int, in define_symbol()
866 objfile_type (objfile)->builtin_char, in define_symbol()
983 ptype = objfile_type (objfile)->builtin_int; in define_symbol()
1075 ? objfile_type (objfile)->builtin_unsigned_int in define_symbol()
1076 : objfile_type (objfile)->builtin_int; in define_symbol()
1495 return objfile_type (objfile)->builtin_error; in error_type()
2071 return objfile_type (objfile)->builtin_error; in rs6000_builtin_type()
4234 index_type = objfile_type (objfile)->builtin_int; in read_range_type()
[all …]
H A Dmdebugread.c644 SYMBOL_TYPE (s) = objfile_type (objfile)->nodebug_data_symbol; in parse_symbol()
694 SYMBOL_TYPE (s) = objfile_type (objfile)->builtin_int; in parse_symbol()
737 t = objfile_type (objfile)->builtin_int; in parse_symbol()
1149 SYMBOL_TYPE (s) = objfile_type (mdebugread_objfile)->builtin_void; in parse_symbol()
1373 tp = objfile_type (objfile)->builtin_void; in basic_type()
1379 TYPE_TARGET_TYPE (tp) = objfile_type (objfile)->builtin_void; in basic_type()
1471 tp = objfile_type (objfile)->builtin_void; in basic_type()
1497 TYPE_TARGET_TYPE (tp) = objfile_type (objfile)->builtin_void; in basic_type()
1864 indx = objfile_type (mdebugread_objfile)->builtin_int; in upgrade_type()
2017 = lookup_function_type (objfile_type (pst->objfile)->builtin_int); in parse_procedure()
[all …]
H A Dgdbtypes.h1348 struct objfile_type struct
1383 extern const struct objfile_type *objfile_type (struct objfile *objfile); argument
/dports/devel/gdb/gdb-11.1/gdb/compile/
H A Dcompile-cplus-symbols.c292 type = objfile_type (objfile)->nodebug_text_symbol; in convert_symbol_bmsym()
299 type = objfile_type (objfile)->nodebug_text_symbol; in convert_symbol_bmsym()
308 type = objfile_type (objfile)->nodebug_data_symbol; in convert_symbol_bmsym()
313 type = objfile_type (objfile)->nodebug_got_plt_symbol; in convert_symbol_bmsym()
318 type = objfile_type (objfile)->nodebug_unknown_symbol; in convert_symbol_bmsym()
H A Dcompile-c-symbols.c281 type = objfile_type (objfile)->nodebug_text_symbol; in convert_symbol_bmsym()
286 type = objfile_type (objfile)->nodebug_text_gnu_ifunc_symbol; in convert_symbol_bmsym()
295 type = objfile_type (objfile)->nodebug_data_symbol; in convert_symbol_bmsym()
300 type = objfile_type (objfile)->nodebug_got_plt_symbol; in convert_symbol_bmsym()
305 type = objfile_type (objfile)->nodebug_unknown_symbol; in convert_symbol_bmsym()
H A Dcompile-c-types.c168 target_type = objfile_type (type->objfile_owner ())->builtin_int; in convert_func()
327 fallback = objfile_type (type->objfile_owner ())->builtin_int; in convert_type_basic()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dparse.c144 return objfile_type (objfile)->nodebug_tls_symbol; in find_minsym_type_and_address()
155 return objfile_type (objfile)->nodebug_text_symbol; in find_minsym_type_and_address()
158 return objfile_type (objfile)->nodebug_text_gnu_ifunc_symbol; in find_minsym_type_and_address()
164 return objfile_type (objfile)->nodebug_data_symbol; in find_minsym_type_and_address()
167 return objfile_type (objfile)->nodebug_got_plt_symbol; in find_minsym_type_and_address()
170 return objfile_type (objfile)->nodebug_unknown_symbol; in find_minsym_type_and_address()
H A Dcoffread.c1774 index_type = objfile_type (objfile)->builtin_int;
1841 return objfile_type (objfile)->builtin_void;
1846 return objfile_type (objfile)->builtin_void;
1850 return objfile_type (objfile)->builtin_char;
1853 return objfile_type (objfile)->builtin_short;
1856 return objfile_type (objfile)->builtin_int;
1862 return objfile_type (objfile)->builtin_long_long;
1864 return objfile_type (objfile)->builtin_long;
1867 return objfile_type (objfile)->builtin_float;
1870 return objfile_type (objfile)->builtin_double;
[all …]
H A Dgdbtypes.c6185 const struct objfile_type *
6189 struct objfile_type *objfile_type = objfile_type_data.get (objfile);
6191 if (objfile_type)
6192 return objfile_type;
6195 1, struct objfile_type);
6201 objfile_type->builtin_void
6203 objfile_type->builtin_char
6213 objfile_type->builtin_short
6219 objfile_type->builtin_int
6225 objfile_type->builtin_long
[all …]
H A Dctfread.c403 t = objfile_type (ccp->of)->builtin_error;
494 SYMBOL_TYPE (sym) = objfile_type (objfile)->builtin_int;
704 struct type *void_type = objfile_type (of)->builtin_void;
819 idx_type = objfile_type (objfile)->builtin_int;
852 base_type = objfile_type (objfile)->builtin_error;
876 base_type = objfile_type (objfile)->builtin_error;
902 base_type = objfile_type (objfile)->builtin_error;
948 target_type = objfile_type (ccp->of)->builtin_error;
1155 type = objfile_type (ccp->of)->builtin_error;
1208 struct type *void_type = objfile_type (ccp->of)->builtin_void;
H A Dstabsread.c316 temp_type = objfile_type (objfile)->builtin_error; in dbx_lookup_type()
800 dbl_type = objfile_type (objfile)->builtin_double; in define_symbol()
881 objfile_type (objfile)->builtin_int, in define_symbol()
884 objfile_type (objfile)->builtin_char, in define_symbol()
1003 ptype = objfile_type (objfile)->builtin_int; in define_symbol()
1095 ? objfile_type (objfile)->builtin_unsigned_int in define_symbol()
1096 : objfile_type (objfile)->builtin_int); in define_symbol()
1463 return objfile_type (objfile)->builtin_error; in error_type()
2035 return objfile_type (objfile)->builtin_error;
4142 index_type = objfile_type (objfile)->builtin_int;
[all …]
H A Dmdebugread.c572 SYMBOL_TYPE (s) = objfile_type (objfile)->nodebug_data_symbol; in add_data_symbol()
709 SYMBOL_TYPE (s) = objfile_type (objfile)->builtin_int; in parse_symbol()
751 t = objfile_type (objfile)->builtin_int; in parse_symbol()
1159 SYMBOL_TYPE (s) = objfile_type (mdebugread_objfile)->builtin_void; in parse_symbol()
1386 tp = objfile_type (objfile)->builtin_void;
1391 objfile_type (objfile)->builtin_void);
1465 tp = objfile_type (objfile)->builtin_void;
1486 objfile_type (objfile)->builtin_void);
1844 indx = objfile_type (mdebugread_objfile)->builtin_int;
1994 = lookup_function_type (objfile_type (pst->objfile)->builtin_int);
[all …]
H A Dgdbtypes.h2218 struct objfile_type struct
2256 extern const struct objfile_type *objfile_type (struct objfile *objfile); argument
H A Dxcoffread.c1575 SYMBOL_TYPE (sym) = objfile_type (objfile)->nodebug_text_symbol;
1588 SYMBOL_TYPE (sym) = objfile_type (objfile)->nodebug_data_symbol;
/dports/devel/gdb/gdb-11.1/gdb/dwarf2/
H A Dcu.c81 struct type *void_type = objfile_type (objfile)->builtin_void; in addr_type()

12