HomeSort by relevance Sort by last modified time
    Searched refs:index_ptr (Results 1 - 5 of 5) sorted by null

  /external/lldb/source/Symbol/
LineTable.cpp 184 LineTable::FindLineEntryByAddress (const Address &so_addr, LineEntry& line_entry, uint32_t *index_ptr)
186 if (index_ptr != NULL )
187 *index_ptr = UINT32_MAX;
250 if (index_ptr != NULL && success)
251 *index_ptr = match_idx;
Symtab.cpp 870 SymbolWithFileAddress (SymbolSearchInfo *info, const uint32_t *index_ptr)
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)
898 const Symbol *symbol = info->symtab->SymbolAtIndex (index_ptr[0]);
    [all...]
  /external/lldb/source/Commands/
CommandObjectThread.cpp 1023 uint32_t index_ptr = 0, end_ptr; local
    [all...]
  /external/lldb/include/lldb/Symbol/
LineTable.h 144 /// @param[out] index_ptr
153 FindLineEntryByAddress (const Address &so_addr, LineEntry& line_entry, uint32_t *index_ptr = NULL);
  /external/iptables/libiptc/
libiptc.c 609 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 */
    [all...]

Completed in 240 milliseconds