Home
last modified time | relevance | path

Searched refs:type_ptr (Results 1 – 9 of 9) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dparser-defs.h110 typedef struct type *type_ptr; typedef
111 DEF_VEC_P (type_ptr);
134 VEC (type_ptr) *typelist_val;
232 extern void push_typelist (VEC (type_ptr) *typelist);
H A Dc-exp.y160 VEC (type_ptr) *tvec;
172 static void check_parameter_typelist (VEC (type_ptr) *);
548 VEC (type_ptr) *type_list = $3;
550 LONGEST len = VEC_length (type_ptr, type_list);
555 VEC_iterate (type_ptr, type_list, i, type_elt);
560 VEC_free (type_ptr, type_list);
1385 VEC_safe_push (type_ptr, $1, NULL);
1394 VEC (type_ptr) *typelist = NULL;
1395 VEC_safe_push (type_ptr, typelist, $1);
1400 VEC_safe_push (type_ptr, $1, $3);
[all …]
H A Dada-varobj.c60 ada_varobj_decode_var (struct value **value_ptr, struct type **type_ptr) in ada_varobj_decode_var() argument
65 *type_ptr = ada_check_typedef (value_type (*value_ptr)); in ada_varobj_decode_var()
68 *type_ptr = ada_get_decoded_type (*type_ptr); in ada_varobj_decode_var()
H A Dparse.c1545 static VEC (type_ptr) * in VEC() argument
1619 push_typelist (VEC (type_ptr) *list) in push_typelist()
1715 VEC (type_ptr) *args = pop_typelist (); in follow_types()
1719 VEC_length (type_ptr, args), in follow_types()
1720 VEC_address (type_ptr, in follow_types()
1722 VEC_free (type_ptr, args); in follow_types()
H A Deval.c1405 struct type *type_ptr in evaluate_subexp_standard() local
1411 arg2 = value_cast (type_ptr, arg2); in evaluate_subexp_standard()
/dflybsd-src/contrib/gdb-7/bfd/
H A Delf.c3264 elf_symbol_type *type_ptr; in ignore_section_sym() local
3269 type_ptr = elf_symbol_from (abfd, sym); in ignore_section_sym()
3270 return ((type_ptr != NULL in ignore_section_sym()
3271 && type_ptr->internal_elf_sym.st_shndx != 0 in ignore_section_sym()
6716 elf_symbol_type *type_ptr; in swap_out_syms() local
6738 type_ptr = elf_symbol_from (abfd, syms[idx]); in swap_out_syms()
6747 if (type_ptr == NULL in swap_out_syms()
6748 || type_ptr->internal_elf_sym.st_value == 0) in swap_out_syms()
6751 sym.st_value = type_ptr->internal_elf_sym.st_value; in swap_out_syms()
6770 sym.st_size = type_ptr ? type_ptr->internal_elf_sym.st_size : 0; in swap_out_syms()
[all …]
/dflybsd-src/contrib/binutils-2.27/bfd/
H A Delf.c3879 elf_symbol_type *type_ptr; in ignore_section_sym() local
3884 type_ptr = elf_symbol_from (abfd, sym); in ignore_section_sym()
3885 return ((type_ptr != NULL in ignore_section_sym()
3886 && type_ptr->internal_elf_sym.st_shndx != 0 in ignore_section_sym()
7505 elf_symbol_type *type_ptr; in swap_out_syms() local
7526 type_ptr = elf_symbol_from (abfd, syms[idx]); in swap_out_syms()
7535 if (type_ptr == NULL in swap_out_syms()
7536 || type_ptr->internal_elf_sym.st_value == 0) in swap_out_syms()
7539 sym.st_value = type_ptr->internal_elf_sym.st_value; in swap_out_syms()
7558 sym.st_size = type_ptr ? type_ptr->internal_elf_sym.st_size : 0; in swap_out_syms()
[all …]
/dflybsd-src/contrib/binutils-2.34/bfd/
H A Delf.c4112 elf_symbol_type *type_ptr; in ignore_section_sym() local
4123 type_ptr = elf_symbol_from (abfd, sym); in ignore_section_sym()
4124 return ((type_ptr != NULL in ignore_section_sym()
4125 && type_ptr->internal_elf_sym.st_shndx != 0 in ignore_section_sym()
8120 elf_symbol_type *type_ptr; in swap_out_syms() local
8141 type_ptr = elf_symbol_from (abfd, syms[idx]); in swap_out_syms()
8150 if (type_ptr == NULL in swap_out_syms()
8151 || type_ptr->internal_elf_sym.st_value == 0) in swap_out_syms()
8154 sym.st_value = type_ptr->internal_elf_sym.st_value; in swap_out_syms()
8173 sym.st_size = type_ptr ? type_ptr->internal_elf_sym.st_size : 0; in swap_out_syms()
[all …]
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dmips-tfile.c931 AUXU *type_ptr; /* pointer to munge type info */ member
2086 forward_ref->type_ptr = aux_ptr; in add_aux_sym_tir()