Searched refs:index_ptr (Results 1 - 5 of 5) sorted by relevance

/external/lldb/source/Symbol/
H A DLineTable.cpp184 LineTable::FindLineEntryByAddress (const Address &so_addr, LineEntry& line_entry, uint32_t *index_ptr) argument
186 if (index_ptr != NULL )
187 *index_ptr = UINT32_MAX;
250 if (index_ptr != NULL && success)
251 *index_ptr = match_idx;
H A DSymtab.cpp870 SymbolWithFileAddress (SymbolSearchInfo *info, const uint32_t *index_ptr) argument
872 const Symbol *curr_symbol = info->symtab->SymbolAtIndex (index_ptr[0]);
888 info->match_index_ptr = index_ptr;
896 SymbolWithClosestFileAddress (SymbolSearchInfo *info, const uint32_t *index_ptr) argument
898 const Symbol *symbol = info->symtab->SymbolAtIndex (index_ptr[0]);
914 info->match_index_ptr = index_ptr;
/external/lldb/source/Commands/
H A DCommandObjectThread.cpp1023 uint32_t index_ptr = 0, end_ptr; local
1029 line_table->FindLineEntryByAddress (fun_start_addr, function_start, &index_ptr);
1037 while (index_ptr <= end_ptr)
1041 index_ptr = sc.comp_unit->FindLineEntry(index_ptr, line_number, sc.comp_unit, exact, &line_entry);
1042 if (index_ptr == UINT32_MAX)
1053 index_ptr++;
/external/lldb/include/lldb/Symbol/
H A DLineTable.h144 /// @param[out] index_ptr
153 FindLineEntryByAddress (const Address &so_addr, LineEntry& line_entry, uint32_t *index_ptr = NULL);
/external/iptables/libiptc/
H A Dlibiptc.c609 struct list_head *index_ptr, *next; local
613 index_ptr = iptcc_bsearch_chain_index(c->name, &idx, h);
615 debug("Del chain[%s] c->list:%p index_ptr:%p\n",
616 c->name, &c->list, index_ptr);
622 if (index_ptr == &c->list) { /* Chain used as index ptr */

Completed in 117 milliseconds