Searched refs:type_ptr (Results 1 – 9 of 9) sorted by relevance
62 ada_varobj_decode_var (struct value **value_ptr, struct type **type_ptr) in ada_varobj_decode_var() argument68 *type_ptr = ada_check_typedef ((*value_ptr)->type ()); in ada_varobj_decode_var()70 *type_ptr = ada_get_decoded_type (*type_ptr); in ada_varobj_decode_var()
817 struct type *type_ptr in evaluate_funcall() local823 lhs = value_cast (type_ptr, lhs); in evaluate_funcall()
1561 struct type *type_ptr in value_addr() local1569 arg2->deprecated_set_type (type_ptr); in value_addr()
5305 * parser-defs.h (type_ptr): New typedef. Define a VEC.
17090 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
4588 elf_symbol_type *type_ptr; in ignore_section_sym() local4603 type_ptr = elf_symbol_from (sym); in ignore_section_sym()4604 return ((type_ptr != NULL in ignore_section_sym()4605 && type_ptr->internal_elf_sym.st_shndx != 0 in ignore_section_sym()8920 elf_symbol_type *type_ptr; in swap_out_syms() local8941 type_ptr = elf_symbol_from (syms[idx]); in swap_out_syms()8950 if (type_ptr == NULL in swap_out_syms()8951 || type_ptr->internal_elf_sym.st_value == 0) in swap_out_syms()8954 sym.st_value = type_ptr->internal_elf_sym.st_value; in swap_out_syms()8973 sym.st_size = type_ptr ? type_ptr->internal_elf_sym.st_size : 0; in swap_out_syms()[all …]
9011 * elf.c (swap_out_syms): Check for null type_ptr.
8930 elf_symbol_type *type_ptr = elf_symbol_from (syms[idx]); in swap_out_syms() local8939 if (type_ptr == NULL in swap_out_syms()8940 || type_ptr->internal_elf_sym.st_value == 0) in swap_out_syms()8943 sym.st_value = type_ptr->internal_elf_sym.st_value; in swap_out_syms()8960 sym.st_size = type_ptr ? type_ptr->internal_elf_sym.st_size : 0; in swap_out_syms()8963 && type_ptr != NULL in swap_out_syms()8964 && type_ptr->internal_elf_sym.st_shndx != 0) in swap_out_syms()8969 shndx = type_ptr->internal_elf_sym.st_shndx; in swap_out_syms()8996 shndx = bed->symbol_section_index (abfd, type_ptr); in swap_out_syms()9065 if (type_ptr != NULL in swap_out_syms()[all …]