Searched refs:index_ptr (Results 1 – 7 of 7) sorted by relevance
| /trueos/contrib/xz/src/liblzma/common/ |
| HD | index_decoder.c | 37 lzma_index **index_ptr; member 188 *coder->index_ptr = coder->index; in index_decode() 244 coder->index_ptr = i; in index_decoder_reset()
|
| /trueos/contrib/llvm/tools/lldb/source/Symbol/ |
| HD | LineTable.cpp | 184 …eTable::FindLineEntryByAddress (const Address &so_addr, LineEntry& line_entry, uint32_t *index_ptr) in FindLineEntryByAddress() argument 186 if (index_ptr != NULL ) in FindLineEntryByAddress() 187 *index_ptr = UINT32_MAX; in FindLineEntryByAddress() 250 if (index_ptr != NULL && success) in FindLineEntryByAddress() 251 *index_ptr = match_idx; in FindLineEntryByAddress()
|
| HD | Symtab.cpp | 870 SymbolWithFileAddress (SymbolSearchInfo *info, const uint32_t *index_ptr) in SymbolWithFileAddress() argument 872 const Symbol *curr_symbol = info->symtab->SymbolAtIndex (index_ptr[0]); in SymbolWithFileAddress() 888 info->match_index_ptr = index_ptr; in SymbolWithFileAddress() 896 SymbolWithClosestFileAddress (SymbolSearchInfo *info, const uint32_t *index_ptr) in SymbolWithClosestFileAddress() argument 898 const Symbol *symbol = info->symtab->SymbolAtIndex (index_ptr[0]); in SymbolWithClosestFileAddress() 914 info->match_index_ptr = index_ptr; in SymbolWithClosestFileAddress()
|
| /trueos/contrib/llvm/tools/lldb/source/Commands/ |
| HD | CommandObjectThread.cpp | 1080 uint32_t index_ptr = 0, end_ptr; in DoExecute() local 1086 line_table->FindLineEntryByAddress (fun_start_addr, function_start, &index_ptr); in DoExecute() 1094 while (index_ptr <= end_ptr) in DoExecute() 1098 … index_ptr = sc.comp_unit->FindLineEntry(index_ptr, line_number, sc.comp_unit, exact, &line_entry); in DoExecute() 1099 if (index_ptr == UINT32_MAX) in DoExecute() 1110 index_ptr++; in DoExecute()
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| HD | LineTable.h | 153 …FindLineEntryByAddress (const Address &so_addr, LineEntry& line_entry, uint32_t *index_ptr = NULL);
|
| /trueos/contrib/binutils/gas/ |
| HD | ecoff.c | 847 struct ecoff_aux *index_ptr; /* index value to be filled in */ member 874 aux_t *index_ptr; /* pointer to store symbol index */ member 1629 psym->index_ptr = (aux_t *) NULL; in add_ecoff_symbol() 1743 pscope->lsym->index_ptr = in add_ecoff_symbol() 1969 forward_ref->index_ptr in add_aux_sym_tir() 4147 know (begin_ptr->index_ptr != (aux_t *) NULL); in ecoff_build_symbols() 4148 begin_ptr->index_ptr->data.isym = in ecoff_build_symbols() 4201 f->index_ptr->data.rndx.index = isym - ifilesym; in ecoff_build_symbols()
|
| /trueos/contrib/gcc/ |
| HD | mips-tfile.c | 977 AUXU *index_ptr; /* pointer to store symbol index */ member 2146 forward_ref->index_ptr in add_aux_sym_tir() 2276 f_cur->index_ptr->rndx.index = sym_index; in add_unknown_tag() 3304 f_cur->index_ptr->rndx.index = isym; in parse_def()
|