Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dada-varobj.c62 ada_varobj_decode_var (struct value **value_ptr, struct type **type_ptr) in ada_varobj_decode_var() argument
68 *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()
Deval.c817 struct type *type_ptr in evaluate_funcall() local
823 lhs = value_cast (type_ptr, lhs); in evaluate_funcall()
Dvalops.c1561 struct type *type_ptr in value_addr() local
1569 arg2->deprecated_set_type (type_ptr); in value_addr()
DChangeLog-20125305 * parser-defs.h (type_ptr): New typedef. Define a VEC.
DChangeLog-201917090 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf.c4588 elf_symbol_type *type_ptr; in ignore_section_sym() local
4603 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() local
8941 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 …]
DChangeLog-00019011 * elf.c (swap_out_syms): Check for null type_ptr.
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf.c8930 elf_symbol_type *type_ptr = elf_symbol_from (syms[idx]); in swap_out_syms() local
8939 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 …]
DChangeLog-00019011 * elf.c (swap_out_syms): Check for null type_ptr.