Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Ddwfl_segment_report_module.c133 handle_file_note (GElf_Addr module_start, GElf_Addr module_end, in handle_file_note() argument
179 if (firstix != -1 && mstart < module_end) in handle_file_note()
181 if (mend >= module_end) in handle_file_note()
441 GElf_Addr module_end = 0; in dwfl_segment_report_module() local
597 if (module_end < vaddr_end) in dwfl_segment_report_module()
598 module_end = vaddr_end; in dwfl_segment_report_module()
640 module_end += bias; in dwfl_segment_report_module()
656 if (module_start <= module->l_ld && module->l_ld < module_end) in dwfl_segment_report_module()
664 && module->l_ld < module_end + fixup) in dwfl_segment_report_module()
667 module_end += fixup; in dwfl_segment_report_module()
[all …]
/external/v8/src/wasm/
Dmodule-decoder.h64 const byte* module_end, bool verify_functions, ModuleOrigin origin,
98 const byte* module_end);
103 void DecodeFunctionNames(const byte* module_start, const byte* module_end,
110 void DecodeLocalNames(const byte* module_start, const byte* module_end,
Dmodule-decoder.cc255 const byte* module_end, ModuleOrigin origin) in ModuleDecoderImpl() argument
256 : Decoder(module_start, module_end), in ModuleDecoderImpl()
1393 const byte* module_start, const byte* module_end, in DecodeWasmModule() argument
1400 size_t size = module_end - module_start; in DecodeWasmModule()
1401 if (module_start > module_end) return ModuleResult::Error("start > end"); in DecodeWasmModule()
1410 ModuleDecoderImpl decoder(enabled, module_start, module_end, origin); in DecodeWasmModule()
1631 void DecodeFunctionNames(const byte* module_start, const byte* module_end, in DecodeFunctionNames() argument
1636 Decoder decoder(module_start, module_end); in DecodeFunctionNames()
1666 void DecodeLocalNames(const byte* module_start, const byte* module_end, in DecodeLocalNames() argument
1671 Decoder decoder(module_start, module_end); in DecodeLocalNames()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DIRObjectFile.h58 module_iterator module_end() const { return module_iterator(Mods.end()); } in module_end() function
61 return make_range(module_begin(), module_end()); in modules()
/external/boringssl/src/crypto/fipsmodule/
DFIPS.md79 In this diagram, the integrity check hashes from `module_start` to `module_end`. Since this does no…
100 …ls that delimit the module's code and data (called `module_start` and `module_end` in the diagram …
105 … function within the module calculates an HMAC from `module_start` to `module_end` using a fixed, …
119 …art.o` and `fips_end.o`, in order to establish the `module_start` and `module_end` values. BoringC…
/external/clang/include/clang/Lex/
DModuleMap.h529 module_iterator module_end() const { return Modules.end(); } in module_end() function
/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()