| /openbsd-src/gnu/usr.bin/gcc/gcc/config/fr30/ |
| H A D | fr30.c | 722 tree type_ptr; local 726 type_ptr = build_pointer_type (type); 727 type_ptr_ptr = build_pointer_type (type_ptr); 733 t = build1 (INDIRECT_REF, type_ptr, t);
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBModule.cpp | 521 Type *type_ptr = symfile->ResolveTypeUID(uid); in GetTypeByID() local 522 if (type_ptr) in GetTypeByID() 523 return SBType(type_ptr->shared_from_this()); in GetTypeByID()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 435 Type *type_ptr = dwarf->GetDIEToType().lookup(die.GetDIE()); in ParseTypeFromDWARF() local 436 if (type_ptr == DIE_IS_BEING_PARSED) in ParseTypeFromDWARF() 438 if (type_ptr) in ParseTypeFromDWARF() 439 return type_ptr->shared_from_this(); in ParseTypeFromDWARF() 1046 Type *type_ptr = dwarf->GetDIEToType()[die.GetDIE()]; in ParseSubroutine() local 1047 if (type_ptr && type_ptr != DIE_IS_BEING_PARSED) { in ParseSubroutine() 1048 return type_ptr->shared_from_this(); in ParseSubroutine() 1172 Type *type_ptr = dwarf->GetDIEToType()[die.GetDIE()]; in ParseSubroutine() local 1173 if (type_ptr && type_ptr != DIE_IS_BEING_PARSED) { in ParseSubroutine() 1174 return type_ptr->shared_from_this(); in ParseSubroutine()
|
| H A D | SymbolFileDWARF.cpp | 2695 Type *type_ptr = GetDIEToType().lookup(die.GetDIE()); in GetTypeForDIE() local 2696 if (type_ptr == nullptr) { in GetTypeForDIE() 2716 } else if (type_ptr != DIE_IS_BEING_PARSED) { in GetTypeForDIE() 2718 type_sp = type_ptr->shared_from_this(); in GetTypeForDIE()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/ |
| H A D | DisassemblerLLVMC.cpp | 1690 const char *DisassemblerLLVMC::SymbolLookup(uint64_t value, uint64_t *type_ptr, in SymbolLookup() argument 1692 if (*type_ptr) { in SymbolLookup() 1701 if (*type_ptr == LLVMDisassembler_ReferenceType_In_ARM64_ADRP) { in SymbolLookup() 1705 *type_ptr = LLVMDisassembler_ReferenceType_InOut_None; in SymbolLookup() 1712 if (*type_ptr == LLVMDisassembler_ReferenceType_In_ARM64_ADDXri && in SymbolLookup() 1805 *type_ptr = LLVMDisassembler_ReferenceType_InOut_None; in SymbolLookup()
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | ipa-type-escape.c | 609 count_stars (tree* type_ptr) in count_stars() argument 611 tree type = *type_ptr; in count_stars() 620 *type_ptr = type; in count_stars()
|
| H A D | mips-tfile.c | 978 AUXU *type_ptr; /* pointer to munge type info */ member 2141 forward_ref->type_ptr = aux_ptr; in add_aux_sym_tir()
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | elf.c | 5460 elf_symbol_type *type_ptr; in swap_out_syms() local 5482 type_ptr = elf_symbol_from (abfd, syms[idx]); in swap_out_syms() 5491 if (type_ptr == NULL in swap_out_syms() 5492 || type_ptr->internal_elf_sym.st_value == 0) in swap_out_syms() 5495 sym.st_value = type_ptr->internal_elf_sym.st_value; in swap_out_syms() 5514 sym.st_size = type_ptr ? type_ptr->internal_elf_sym.st_size : 0; in swap_out_syms() 5517 && type_ptr != NULL in swap_out_syms() 5518 && type_ptr->internal_elf_sym.st_shndx != 0) in swap_out_syms() 5523 shndx = type_ptr->internal_elf_sym.st_shndx; in swap_out_syms() 5593 if (type_ptr != NULL in swap_out_syms() [all …]
|
| H A D | ChangeLog-0001 | 9011 * elf.c (swap_out_syms): Check for null type_ptr.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/arc/ |
| H A D | arc.c | 2281 tree type_ptr = build_pointer_type (type); local 2288 tree type_ptr_ptr = build_pointer_type (type_ptr); 2290 addr = build (INDIRECT_REF, type_ptr,
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/m32r/ |
| H A D | m32r.c | 1488 tree type_ptr, type_ptr_ptr; local 1492 type_ptr = build_pointer_type (type); 1493 type_ptr_ptr = build_pointer_type (type_ptr); 1500 t = build1 (INDIRECT_REF, type_ptr, t);
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | elf.c | 6321 elf_symbol_type *type_ptr; in swap_out_syms() local 6343 type_ptr = elf_symbol_from (abfd, syms[idx]); in swap_out_syms() 6352 if (type_ptr == NULL in swap_out_syms() 6353 || type_ptr->internal_elf_sym.st_value == 0) in swap_out_syms() 6356 sym.st_value = type_ptr->internal_elf_sym.st_value; in swap_out_syms() 6375 sym.st_size = type_ptr ? type_ptr->internal_elf_sym.st_size : 0; in swap_out_syms() 6378 && type_ptr != NULL in swap_out_syms() 6379 && type_ptr->internal_elf_sym.st_shndx != 0) in swap_out_syms() 6384 shndx = type_ptr->internal_elf_sym.st_shndx; in swap_out_syms() 6454 if (type_ptr != NULL in swap_out_syms() [all …]
|
| H A D | ChangeLog-0001 | 9011 * elf.c (swap_out_syms): Check for null type_ptr.
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.cpp | 661 empirical_type<lldb::addr_t> type_ptr; member 674 valid_ptrs = valid_ptrs && type_ptr.isValid() && *type_ptr.get() != 0x0; in ShouldRefresh() 1885 addr_t type_ptr = static_cast<lldb::addr_t>(result); in JITTypePointer() local 1886 alloc->type_ptr = type_ptr; in JITTypePointer() 1898 if (!alloc->type_ptr.isValid() || !alloc->context.isValid()) { in JITTypePacked() 1919 *alloc->context.get(), bits, *alloc->type_ptr.get()); in JITTypePacked()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | mips-tfile.c | 971 AUXU *type_ptr; /* pointer to munge type info */ member 2263 forward_ref->type_ptr = aux_ptr;
|