Home
last modified time | relevance | path

Searched refs:module_end (Results 1 – 16 of 16) sorted by relevance

/external/elfutils/libdwfl/
Ddwfl_segment_report_module.c148 handle_file_note (GElf_Addr module_start, GElf_Addr module_end, in handle_file_note() argument
194 if (firstix != -1 && mstart < module_end) in handle_file_note()
196 if (mend >= module_end) in handle_file_note()
456 GElf_Addr module_end = 0; in dwfl_segment_report_module() local
633 if (module_end < vaddr_end) in dwfl_segment_report_module()
634 module_end = vaddr_end; in dwfl_segment_report_module()
651 module_end += bias; in dwfl_segment_report_module()
667 if (module_start <= module->l_ld && module->l_ld < module_end) in dwfl_segment_report_module()
675 && module->l_ld < module_end + fixup) in dwfl_segment_report_module()
678 module_end += fixup; in dwfl_segment_report_module()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DIRObjectFile.h56 module_iterator module_end() const { return module_iterator(Mods.end()); } in module_end() function
59 return make_range(module_begin(), module_end()); in modules()
/external/llvm-project/llvm/include/llvm/Object/
DIRObjectFile.h56 module_iterator module_end() const { return module_iterator(Mods.end()); } in module_end() function
59 return make_range(module_begin(), module_end()); in modules()
/external/clang/include/clang/Lex/
DModuleMap.h529 module_iterator module_end() const { return Modules.end(); } in module_end() function
/external/boringssl/src/crypto/fipsmodule/
DFIPS.md108 In this diagram, the integrity check hashes from `module_start` to `module_end`. Since this does no…
129 …ls that delimit the module's code and data (called `module_start` and `module_end` in the diagram …
134 … function within the module calculates an HMAC from `module_start` to `module_end` using a fixed, …
148 …art.o` and `fips_end.o`, in order to establish the `module_start` and `module_end` values. BoringC…
/external/llvm-project/clang-tools-extra/modularize/
DCoverageChecker.cpp198 E = ModMap->module_end(); in collectModuleHeaders()
DModularizeUtilities.cpp327 E = ModMap->module_end(); in collectModuleMapHeaders()
/external/llvm-project/clang/include/clang/Lex/
DModuleMap.h698 module_iterator module_end() const { return Modules.end(); } in module_end() function
/external/llvm-project/mlir/include/mlir/Dialect/GPU/
DGPUOps.td720 gpu.module_end
735 def GPU_ModuleEndOp : GPU_Op<"module_end", [
/external/clang/lib/Lex/
DHeaderSearch.cpp1383 MEnd = ModMap.module_end(); in collectAllModules()
/external/clang/include/clang/Basic/
DTokenKinds.def780 ANNOTATION(module_end)
/external/clang/lib/Frontend/
DCompilerInstance.cpp1709 E = MMap.module_end(); I != E; ++I) { in loadGlobalModuleIndex()
/external/llvm-project/clang/lib/Lex/
DHeaderSearch.cpp1730 MEnd = ModMap.module_end(); in collectAllModules()
DModuleMap.cpp1762 for (auto E = Map.module_begin(); E != Map.module_end(); ++E) { in diagnosePrivateModules()
/external/llvm-project/clang/include/clang/Basic/
DTokenKinds.def881 ANNOTATION(module_end)
/external/llvm-project/clang/lib/Frontend/
DCompilerInstance.cpp2164 E = MMap.module_end(); I != E; ++I) { in loadGlobalModuleIndex()