/system/core/libcorkscrew/ |
ptrace-arch.h | 24 #include <corkscrew/symbol_table.h> 39 symbol_table_t* symbol_table; member in struct:__anon62706
|
ptrace.c | 96 data->symbol_table = load_symbol_table(mi->name); 121 if (data->symbol_table) { 122 free_symbol_table(data->symbol_table); 146 if (data && data->symbol_table) { 147 symbol = find_symbol(data->symbol_table, addr - mi->start);
|
test.cpp | 2 #include <corkscrew/symbol_table.h>
|
Android.mk | 23 symbol_table.c
|
symbol_table.c | 20 #include <corkscrew/symbol_table.h>
|
backtrace.c | 24 #include <corkscrew/symbol_table.h>
|
/external/chromium_org/third_party/mesa/src/scons/ |
source_list.py | 16 self.symbol_table = {} 53 expanded += val[cur:deref_pos] + self.symbol_table[sym] 77 self.symbol_table[sym] = val 79 self.symbol_table[sym] += ' ' + val 81 if sym not in self.symbol_table: 82 self.symbol_table[sym] = val 127 return self.symbol_table 130 self.symbol_table[name] = value
|
/external/mesa3d/scons/ |
source_list.py | 16 self.symbol_table = {} 53 expanded += val[cur:deref_pos] + self.symbol_table[sym] 77 self.symbol_table[sym] = val 79 self.symbol_table[sym] += ' ' + val 81 if sym not in self.symbol_table: 82 self.symbol_table[sym] = val 127 return self.symbol_table 130 self.symbol_table[name] = value
|
/external/chromium_org/third_party/libjingle/source/talk/sound/ |
pulseaudiosoundsystem.cc | 156 symbol_table()->pa_stream_set_state_callback()(stream_, NULL, NULL); 157 if (symbol_table()->pa_stream_disconnect()(stream_) != 0) { 161 symbol_table()->pa_stream_unref()(stream_); 176 int re = symbol_table()->pa_stream_get_latency()(stream_, &latency, 199 PulseAudioSymbolTable *symbol_table() { function in class:cricket::PulseAudioStream 252 symbol_table()->pa_stream_set_overflow_callback()(stream, &OverflowCallback, 285 pa_operation *op = symbol_table()->pa_context_get_source_info_by_index()( 287 symbol_table()->pa_stream_get_device_index()(stream_.stream()), 342 uint32_t device_index = symbol_table()->pa_stream_get_device_index()( 345 pa_operation *op = symbol_table()->pa_context_get_source_info_by_index() 411 PulseAudioSymbolTable *symbol_table() { function in class:cricket::PulseAudioInputStream 802 PulseAudioSymbolTable *symbol_table() { function in class:cricket::PulseAudioOutputStream [all...] |
alsasoundsystem.cc | 115 frames = symbol_table()->snd_pcm_avail_update()(handle_); 125 int ready = symbol_table()->snd_pcm_wait()(handle_, wait_timeout_ms_); 138 frames = symbol_table()->snd_pcm_avail_update()(handle_); 157 int err = symbol_table()->snd_pcm_delay()(handle_, &delay); 174 err = symbol_table()->snd_pcm_recover()( 188 symbol_table()->snd_pcm_stream()(handle_) == SND_PCM_STREAM_CAPTURE) { 191 err = symbol_table()->snd_pcm_start()(handle_); 203 err = symbol_table()->snd_pcm_drop()(handle_); 208 err = symbol_table()->snd_pcm_close()(handle_); 218 AlsaSymbolTable *symbol_table() { function in class:cricket::AlsaStream [all...] |
/external/libsepol/include/sepol/policydb/ |
avrule_block.h | 34 extern int is_id_enabled(char *id, policydb_t * p, int symbol_table);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
cs46xx_dsp_spos.h | 96 struct dsp_symbol_desc symbol_table; member in struct:dsp_module_desc 148 struct dsp_symbol_desc symbol_table; /* currently availble loaded symbols in SP */ member in struct:dsp_spos_instance
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
cs46xx_dsp_spos.h | 96 struct dsp_symbol_desc symbol_table; member in struct:dsp_module_desc 148 struct dsp_symbol_desc symbol_table; /* currently availble loaded symbols in SP */ member in struct:dsp_spos_instance
|
/system/core/include/corkscrew/ |
backtrace.h | 29 #include <corkscrew/symbol_table.h>
|
ptrace.h | 23 #include <corkscrew/symbol_table.h>
|
/external/libsepol/src/ |
avrule_block.c | 153 int is_id_enabled(char *id, policydb_t * p, int symbol_table) 156 (scope_datum_t *) hashtab_search(p->scope[symbol_table].table, id);
|
/external/bison/src/ |
symtab.c | 581 static struct hash_table *symbol_table = NULL; variable in typeref:struct:hash_table 643 symbol_table = hash_initialize (HT_INITIAL_CAPACITY, 668 entry = hash_lookup (symbol_table, &probe); 675 if (!hash_insert (symbol_table, entry)) 765 hash_free (symbol_table); 792 size_t count = hash_get_n_entries (symbol_table); 796 hash_get_entries (symbol_table, (void**)symbols_sorted, count); 876 | FDEFINES. Set up vectors SYMBOL_TABLE, TAGS of symbols. |
|
/external/mesa3d/src/mesa/ |
Android.mk | 131 program/symbol_table.c 146 program/symbol_table.c
|
/art/runtime/ |
elf_file.cc | 443 SymbolTable** symbol_table = GetSymbolTable(section_type); local 444 if (*symbol_table != NULL || build_map) { 445 if (*symbol_table == NULL) { 447 *symbol_table = new SymbolTable; 461 std::pair<SymbolTable::iterator, bool> result = (*symbol_table)->insert(std::make_pair(name, &symbol)); 472 CHECK(*symbol_table != NULL); 473 SymbolTable::const_iterator it = (*symbol_table)->find(symbol_name); 474 if (it == (*symbol_table)->end()) {
|
utils.cc | 1016 symbol_table_t* symbol_table = NULL; local 1018 symbol_table = load_symbol_table(symbol->map_name); 1022 if (symbol_table != NULL) { 1023 elf_symbol = find_symbol(symbol_table, symbol->relative_pc); 1025 elf_symbol = find_symbol(symbol_table, frame->absolute_pc); 1042 free_symbol_table(symbol_table); [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
symbol-table.h | 327 SymbolTableIterator(const SymbolTable& symbol_table) { 328 impl_ = symbol_table.Impl();
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
pprof | [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
pprof | [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
wbnf.cpp | 522 if ((symbol_table = symbols)){ 523 symbol_table->put(varName, varRef); 532 if (symbol_table){ 534 symbol_table->find(var_name, &var_ref); 543 SymbolTable * symbol_table; member in class:Variable [all...] |
/external/icu4c/test/intltest/ |
wbnf.cpp | 522 if ((symbol_table = symbols)){ 523 symbol_table->put(varName, varRef); 532 if (symbol_table){ 534 symbol_table->find(var_name, &var_ref); 543 SymbolTable * symbol_table; member in class:Variable [all...] |