HomeSort by relevance Sort by last modified time
    Searched full:symbol_name (Results 51 - 75 of 131) sorted by null

1 23 4 5 6

  /external/protobuf/src/google/protobuf/
descriptor_database.cc 274 const string& symbol_name,
276 return MaybeCopy(index_.FindSymbol(symbol_name), output);
335 const string& symbol_name,
337 return MaybeParse(index_.FindSymbol(symbol_name), output);
341 const string& symbol_name,
343 pair<const void*, int> encoded_file = index_.FindSymbol(symbol_name);
407 const string& symbol_name,
409 const FileDescriptor* file = pool_.FindFileContainingSymbol(symbol_name);
473 const string& symbol_name,
476 if (sources_[i]->FindFileContainingSymbol(symbol_name, output))
    [all...]
descriptor_database.h 77 virtual bool FindFileContainingSymbol(const string& symbol_name,
145 bool FindFileContainingSymbol(const string& symbol_name,
284 bool FindNameOfFileContainingSymbol(const string& symbol_name,
290 bool FindFileContainingSymbol(const string& symbol_name,
319 bool FindFileContainingSymbol(const string& symbol_name,
348 bool FindFileContainingSymbol(const string& symbol_name,
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor_database.h 78 virtual bool FindFileContainingSymbol(const string& symbol_name,
146 bool FindFileContainingSymbol(const string& symbol_name,
285 bool FindNameOfFileContainingSymbol(const string& symbol_name,
291 bool FindFileContainingSymbol(const string& symbol_name,
320 bool FindFileContainingSymbol(const string& symbol_name,
349 bool FindFileContainingSymbol(const string& symbol_name,
  /external/chromium_org/native_client_sdk/src/libraries/xray/
report.c 61 const char* symbol_name; local
73 symbol_name = XRaySymbolGetName(symbol);
81 &space[256 - depth], symbol_name, annotation);
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_api.cpp 344 const char* symbol_name,
349 *symbol_address = wrap->LookupSymbol(symbol_name);
354 crazy_status_t crazy_linker_find_symbol(const char* symbol_name,
crazy_linker_elf_relocations.h 35 virtual void* Lookup(const char* symbol_name) = 0;
  /external/compiler-rt/lib/builtins/arm/
divmodsi4.S 56 bl SYMBOL_NAME(__udivmodsi4)
divsi3.S 51 bl SYMBOL_NAME(__udivsi3)
modsi3.S 50 bl SYMBOL_NAME(__umodsi3)
  /external/lldb/scripts/Python/interface/
SBFunction.i 30 symbol_name = symbol.GetName()
33 num=i, addr=load_addr, mod=mod_name, symbol=symbol_name, offset=symbol_offset)
  /external/lldb/test/functionalities/alias/
TestAliases.py 86 lldbutil.check_breakpoint_result (self, break_results, num_locations=1, symbol_name='foo', symbol_match_exact=False)
89 lldbutil.check_breakpoint_result (self, break_results, num_locations=1, symbol_name='sum', symbol_match_exact=False)
  /external/oprofile/libopagent/
opagent.h 72 * symbol_name: The name of the symbol being dynamically compiled.
89 int op_write_native_code(op_agent_t hdl, char const * symbol_name,
opagent.c 221 int op_write_native_code(op_agent_t hdl, char const * symbol_name,
236 sz_symb_name = strlen(symbol_name) + 1;
261 fwrite_unlocked(symbol_name, sz_symb_name, 1, dumpfile)) {
  /external/oprofile/opjitconv/
create_bfd.c 55 s->name = e->symbol_name;
164 e->code_size, e->symbol_name);
  /external/lldb/source/Symbol/
Symtab.cpp 630 Symtab::AppendSymbolIndexesWithName (const ConstString& symbol_name, std::vector<uint32_t>& indexes)
635 if (symbol_name)
637 const char *symbol_cstr = symbol_name.GetCString();
647 Symtab::AppendSymbolIndexesWithName (const ConstString& symbol_name, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& indexes)
652 if (symbol_name)
658 const char *symbol_cstr = symbol_name.GetCString();
673 Symtab::AppendSymbolIndexesWithNameAndType (const ConstString& symbol_name, SymbolType symbol_type, std::vector<uint32_t>& indexes)
677 if (AppendSymbolIndexesWithName(symbol_name, indexes) > 0)
692 Symtab::AppendSymbolIndexesWithNameAndType (const ConstString& symbol_name, SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& indexes)
696 if (AppendSymbolIndexesWithName(symbol_name, symbol_debug_type, symbol_visibility, indexes) > 0
    [all...]
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 88 const char *symbol_name; member in struct:SymbolMapValue
443 return !strcmp(((SymbolMapValue*)map_value)->symbol_name,
455 const char* symbol_name; local
461 symbol_name = symbol_names[0];
463 if (!list_find(symbol_map_head, symbol_name, symbol_names_match,
467 new_symbol_map_value->symbol_name = symbol_name;
494 const char* symbol_name; local
500 symbol_name = symbol_names[0];
502 if (list_find(head, symbol_name, symbol_names_match, &target_node))
    [all...]
  /external/lldb/source/Commands/
CommandObjectSource.cpp 189 symbol_name = option_arg;
221 symbol_name.clear();
240 std::string symbol_name; member in class:CommandObjectSourceList::CommandOptions
438 result.AppendErrorWithFormat("Could not find function info for: \"%s\".\n", m_options.symbol_name.c_str());
524 if (!m_options.symbol_name.empty())
527 ConstString name(m_options.symbol_name.c_str());
557 result.AppendErrorWithFormat("Could not find function named: \"%s\".\n", m_options.symbol_name.c_str());
    [all...]
  /external/oprofile/doc/
op-jit-devel.xml 74 int op_write_native_code(op_agent_t hdl, char const * symbol_name,
187 <paramdef>char const *<parameter>symbol_name</parameter></paramdef>
205 <parameter>symbol_name : </parameter>The name of the symbol being dynamically compiled.
  /ndk/sources/android/crazy_linker/src/
crazy_linker_library_list.cpp 80 void* LibraryList::FindSymbolFrom(const char* symbol_name, LibraryView* from) {
96 if (lookup_state.CheckSymbol(symbol_name, lib->GetCrazy()))
102 void* addr = lib->LookupSymbol(symbol_name);
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
fragments.swg 83 #define SWIG_AsVal_name(Type...) %symbol_name(AsVal, Type)
84 #define SWIG_AsPtr_name(Type...) %symbol_name(AsPtr, Type)
85 #define SWIG_From_name(Type...) %symbol_name(From, Type)
  /development/scripts/
stack_core.py 190 code_addr, area, symbol_present, symbol_name) = match.groups()
209 source_symbol = symbol.CallCppFilt(symbol_name)
233 (unused_, addr, value, area, symbol_present, symbol_name) = match.groups()
241 source_symbol = symbol.CallCppFilt(symbol_name)
  /external/chromium_org/third_party/android_crazy_linker/src/include/
crazy_linker.h 311 // Lookup a symbol's address by its |symbol_name| in a given library.
316 const char* symbol_name,
320 // |symbol_name| is the symbol name. On success, returns CRAZY_STATUS_SUCCESS
324 crazy_status_t crazy_linker_find_symbol(const char* symbol_name,
  /external/elfutils/0.153/src/
addr2line.c 384 const char *symbol_name = dwfl_module_getsym (mod, i, symbol, NULL); local
385 if (symbol_name == NULL || symbol_name[0] == '\0')
394 if (!strcmp (symbol_name, looking_for))
  /external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/
perf-annotate.txt 11 'perf annotate' [-i <file> | --input=file] [symbol_name]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
event.h 207 const char *symbol_name);

Completed in 1094 milliseconds

1 23 4 5 6