Searched refs:next_entry (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | UniqueCStringMap.h | 115 const Entry *next_entry = entry_ptr + 1; in FindNextValueForName() local 116 if (first_entry <= next_entry && next_entry < after_last_entry) { in FindNextValueForName() 117 if (next_entry->cstring == entry_ptr->cstring) in FindNextValueForName() 118 return next_entry; in FindNextValueForName()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/ |
| H A D | GDBRegistrationListener.cpp | 32 struct jit_code_entry *next_entry; member 143 JITCodeEntry->next_entry = NextEntry; in NotifyDebugger() 217 jit_code_entry* NextEntry = JITCodeEntry->next_entry; in deregisterObjectInternal() 223 PrevEntry->next_entry = NextEntry; in deregisterObjectInternal()
|
| /openbsd-src/gnu/llvm/llvm/tools/lli/ |
| H A D | ExecutionUtils.cpp | 31 struct jit_code_entry *next_entry; member 86 for (auto *Entry = Descriptor->first_entry; Entry; Entry = Entry->next_entry) in dumpDebugDescriptor() 96 for (auto *Entry = Descriptor->first_entry; Entry; Entry = Entry->next_entry) in dumpDebugObjects()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | JITLoaderGDB.cpp | 34 struct jit_code_entry *next_entry; member 90 E->next_entry = NextEntry; in registerJITLoaderGDBImpl()
|
| /openbsd-src/usr.bin/infocmp/ |
| H A D | infocmp.c | 447 #define next_entry (&(entries[extra++].tterm)) macro 469 b2 = next_entry->Booleans[idx]; in compare_predicate() 482 b2 = next_entry->Booleans[idx]; in compare_predicate() 498 b2 = next_entry->Booleans[idx]; in compare_predicate() 517 n2 = next_entry->Numbers[idx]; in compare_predicate() 529 n2 = next_entry->Numbers[idx]; in compare_predicate() 546 n2 = next_entry->Numbers[idx]; in compare_predicate() 565 s2 = next_entry->Strings[idx]; in compare_predicate() 578 s2 = next_entry->Strings[idx]; in compare_predicate() 594 s2 = next_entry->Strings[idx]; in compare_predicate()
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | DWARFCallFrameInfo.cpp | 441 dw_offset_t cie_id, next_entry, cie_offset; in GetFDEIndex() local 447 next_entry = current_entry + len + 12; in GetFDEIndex() 451 next_entry = current_entry + len + 4; in GetFDEIndex() 455 if (next_entry > m_cfi_data.GetByteSize() + 1) { in GetFDEIndex() 458 next_entry, current_entry)); in GetFDEIndex() 480 offset = next_entry; in GetFDEIndex() 520 offset = next_entry; in GetFDEIndex()
|
| H A D | CompactUnwindInfo.cpp | 469 uint32_t next_entry = m_unwindinfo_data.GetU32(&offset); // entry in BinarySearchCompressedSecondPage() local 470 next_func_offset = UNWIND_INFO_COMPRESSED_ENTRY_FUNC_OFFSET(next_entry); in BinarySearchCompressedSecondPage()
|
| H A D | Symtab.cpp | 978 FileRangeToIndexMap::Entry *next_entry = in InitAddressIndexes() local 980 addr_t next_base_addr = next_entry->GetRangeBase(); in InitAddressIndexes()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/ |
| H A D | JITLoaderGDB.cpp | 42 ptr_t next_entry; // pointer member 136 entry->next_entry = extractor.GetAddress(&offset); in ReadJITEntry() 395 jit_relevant_entry = (addr_t)jit_entry.next_entry; in ReadJITDescriptorImpl()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | som.c | 5462 while (lst_symbol.next_entry) in som_bfd_count_ar_symbols() 5466 if (bfd_seek (abfd, lst_filepos + lst_symbol.next_entry, SEEK_SET) in som_bfd_count_ar_symbols() 5577 while (lst_symbol.next_entry) in som_bfd_fill_in_ar_symbols() 5580 if (bfd_seek (abfd, lst_filepos + lst_symbol.next_entry, SEEK_SET) in som_bfd_fill_in_ar_symbols() 5970 curr_lst_sym->next_entry = 0; in som_bfd_ar_write_symbol_stuff() 5980 tmp->next_entry in som_bfd_ar_write_symbol_stuff()
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | som.c | 5539 while (lst_symbol.next_entry) 5543 if (bfd_seek (abfd, lst_filepos + lst_symbol.next_entry, SEEK_SET) 5655 while (lst_symbol.next_entry) 5658 if (bfd_seek (abfd, lst_filepos + lst_symbol.next_entry, SEEK_SET) 6050 curr_lst_sym->next_entry = 0; 6060 tmp->next_entry
|