HomeSort by relevance Sort by last modified time
    Searched full:module_base (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
nm-pdb.c 69 ULONG64 module_base; member in struct:__anon14427
90 if (symbol_info->Address < ctx->module_base ||
116 static void ShowSymbolInfo(HANDLE process, ULONG64 module_base) {
120 printf("Load Address: %I64x\n", module_base);
123 getmoduleinfo_rv = SymGetModuleInfo64(process, module_base, &module_info);
186 ULONG64 module_base; local
237 module_base = SymLoadModuleEx(process, NULL, filename, NULL, 0, 0, NULL, 0);
238 if (!module_base) {
247 ShowSymbolInfo(process, module_base);
250 ctx.module_base = module_base
    [all...]
addr2line-pdb.c 54 ULONG64 module_base; local
114 module_base = SymLoadModuleEx(process, NULL, filename, NULL, 0, 0, NULL, 0);
115 if (!module_base) {
153 SymUnloadModule64(process, module_base);
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
nm-pdb.c 69 ULONG64 module_base; member in struct:__anon14476
90 if (symbol_info->Address < ctx->module_base ||
116 static void ShowSymbolInfo(HANDLE process, ULONG64 module_base) {
120 printf("Load Address: %I64x\n", module_base);
123 getmoduleinfo_rv = SymGetModuleInfo64(process, module_base, &module_info);
190 ULONG64 module_base; local
244 module_base = SymLoadModuleEx(process, NULL, filename, NULL, 0, 0, NULL, 0);
245 if (!module_base) {
254 ShowSymbolInfo(process, module_base);
257 ctx.module_base = module_base
    [all...]
addr2line-pdb.c 60 ULONG64 module_base; local
121 module_base = SymLoadModuleEx(process, NULL, filename, NULL, 0, 0, NULL, 0);
122 if (!module_base) {
160 SymUnloadModule64(process, module_base);
  /external/chromium_org/gin/shell/
gin_main.cc 35 std::vector<base::FilePath> module_base(1);
36 CHECK(file_util::GetCurrentDirectory(&module_base[0]));
37 return module_base;
  /external/chromium_org/sandbox/win/src/
sidestep_resolver.cc 21 const void* module_base; // Target module's base. member in struct:__anon10332::SmartThunk
93 thunk->module_base = target_module;
159 mov eax, [ebx]SmartThunk.module_base
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_py.py 235 module_base, filename): 'package' is a tuple of the path through
236 package-space to the module; 'module_base' is the bare (no
259 module_base = path[-1]
276 module_file = os.path.join(package_dir, module_base + ".py")
280 modules.append((package, module_base, module_file))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_py.py 235 module_base, filename): 'package' is a tuple of the path through
236 package-space to the module; 'module_base' is the bare (no
259 module_base = path[-1]
276 module_file = os.path.join(package_dir, module_base + ".py")
280 modules.append((package, module_base, module_file))

Completed in 104 milliseconds