HomeSort by: relevance | last modified time | path
    Searched defs:type_ptr (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gdb/dist/libctf/
ctf-dedup.c 3157 void *type_ptr; local
3202 NULL, &type_ptr))
3203 return (ctf_id_t) (uintptr_t) type_ptr;
3210 hval, NULL, &type_ptr))
3211 return (ctf_id_t) (uintptr_t) type_ptr;
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-dedup.c 3131 void *type_ptr; local
3176 NULL, &type_ptr))
3177 return (ctf_id_t) (uintptr_t) type_ptr;
3184 hval, NULL, &type_ptr))
3185 return (ctf_id_t) (uintptr_t) type_ptr;
  /src/external/gpl3/binutils/dist/libctf/
ctf-dedup.c 3312 void *type_ptr; local
3357 NULL, &type_ptr))
3358 return (ctf_id_t) (uintptr_t) type_ptr;
3365 hval, NULL, &type_ptr))
3366 return (ctf_id_t) (uintptr_t) type_ptr;
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-dedup.c 3312 void *type_ptr; local
3357 NULL, &type_ptr))
3358 return (ctf_id_t) (uintptr_t) type_ptr;
3365 hval, NULL, &type_ptr))
3366 return (ctf_id_t) (uintptr_t) type_ptr;
  /src/external/gpl3/gdb/dist/gdb/
eval.c 844 struct type *type_ptr
850 lhs = value_cast (type_ptr, lhs);
842 struct type *type_ptr local
valops.c 1560 struct type *type_ptr local
1568 arg2->deprecated_set_type (type_ptr);
  /src/external/gpl3/gdb.old/dist/gdb/
eval.c 819 struct type *type_ptr
825 lhs = value_cast (type_ptr, lhs);
817 struct type *type_ptr local
valops.c 1561 struct type *type_ptr local
1569 arg2->deprecated_set_type (type_ptr);
  /src/external/gpl3/binutils/dist/bfd/
elf.c 8867 elf_symbol_type *type_ptr = elf_symbol_from (syms[idx]);
8876 if (type_ptr == NULL
8877 || type_ptr->internal_elf_sym.st_value == 0)
8880 sym.st_value = type_ptr->internal_elf_sym.st_value;
8897 sym.st_size = type_ptr ? type_ptr->internal_elf_sym.st_size : 0;
8900 && type_ptr != NULL
8901 && type_ptr->internal_elf_sym.st_shndx != 0)
8906 shndx = type_ptr->internal_elf_sym.st_shndx;
8933 shndx = bed->symbol_section_index (abfd, type_ptr);
8865 elf_symbol_type *type_ptr = elf_symbol_from (syms[idx]); local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf.c 8793 elf_symbol_type *type_ptr = elf_symbol_from (syms[idx]);
8802 if (type_ptr == NULL
8803 || type_ptr->internal_elf_sym.st_value == 0)
8806 sym.st_value = type_ptr->internal_elf_sym.st_value;
8823 sym.st_size = type_ptr ? type_ptr->internal_elf_sym.st_size : 0;
8826 && type_ptr != NULL
8827 && type_ptr->internal_elf_sym.st_shndx != 0)
8832 shndx = type_ptr->internal_elf_sym.st_shndx;
8859 shndx = bed->symbol_section_index (abfd, type_ptr);
8791 elf_symbol_type *type_ptr = elf_symbol_from (syms[idx]); local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf.c 8762 elf_symbol_type *type_ptr = elf_symbol_from (syms[idx]);
8771 if (type_ptr == NULL
8772 || type_ptr->internal_elf_sym.st_value == 0)
8775 sym.st_value = type_ptr->internal_elf_sym.st_value;
8792 sym.st_size = type_ptr ? type_ptr->internal_elf_sym.st_size : 0;
8795 && type_ptr != NULL
8796 && type_ptr->internal_elf_sym.st_shndx != 0)
8801 shndx = type_ptr->internal_elf_sym.st_shndx;
8828 shndx = bed->symbol_section_index (abfd, type_ptr);
8760 elf_symbol_type *type_ptr = elf_symbol_from (syms[idx]); local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf.c 8932 elf_symbol_type *type_ptr = elf_symbol_from (syms[idx]);
8941 if (type_ptr == NULL
8942 || type_ptr->internal_elf_sym.st_value == 0)
8945 sym.st_value = type_ptr->internal_elf_sym.st_value;
8962 sym.st_size = type_ptr ? type_ptr->internal_elf_sym.st_size : 0;
8965 && type_ptr != NULL
8966 && type_ptr->internal_elf_sym.st_shndx != 0)
8971 shndx = type_ptr->internal_elf_sym.st_shndx;
8998 shndx = bed->symbol_section_index (abfd, type_ptr);
8930 elf_symbol_type *type_ptr = elf_symbol_from (syms[idx]); local
    [all...]

Completed in 68 milliseconds