Searched refs:type_ptr (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dipa-type-escape.c613 count_stars (tree* type_ptr) argument
615 tree type = *type_ptr;
624 *type_ptr = type;
H A Dmips-tfile.c983 AUXU *type_ptr; /* pointer to munge type info */
2157 forward_ref->type_ptr = aux_ptr;
976 AUXU *type_ptr; /* pointer to munge type info */ member in struct:forward
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dipa-type-escape.c610 count_stars (tree* type_ptr) argument
612 tree type = *type_ptr;
621 *type_ptr = type;
H A Dmips-tfile.c985 AUXU *type_ptr; /* pointer to munge type info */
2159 forward_ref->type_ptr = aux_ptr;
978 AUXU *type_ptr; /* pointer to munge type info */ member in struct:forward
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf.c6563 elf_symbol_type *type_ptr;
6585 type_ptr = elf_symbol_from (abfd, syms[idx]);
6594 if (type_ptr == NULL
6595 || type_ptr->internal_elf_sym.st_value == 0)
6598 sym.st_value = type_ptr->internal_elf_sym.st_value;
6617 sym.st_size = type_ptr ? type_ptr->internal_elf_sym.st_size : 0;
6620 && type_ptr != NULL
6621 && type_ptr->internal_elf_sym.st_shndx != 0)
6626 shndx = type_ptr
6561 elf_symbol_type *type_ptr; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf.c6571 elf_symbol_type *type_ptr;
6593 type_ptr = elf_symbol_from (abfd, syms[idx]);
6602 if (type_ptr == NULL
6603 || type_ptr->internal_elf_sym.st_value == 0)
6606 sym.st_value = type_ptr->internal_elf_sym.st_value;
6625 sym.st_size = type_ptr ? type_ptr->internal_elf_sym.st_size : 0;
6628 && type_ptr != NULL
6629 && type_ptr->internal_elf_sym.st_shndx != 0)
6634 shndx = type_ptr
6569 elf_symbol_type *type_ptr; local
[all...]

Completed in 299 milliseconds