Home
last modified time | relevance | path

Searched defs:module_end (Results 1 – 4 of 4) sorted by relevance

/external/elfutils/libdwfl/
Ddwfl_segment_report_module.c136 handle_file_note (GElf_Addr module_start, GElf_Addr module_end, in handle_file_note()
435 GElf_Addr module_end = 0; in dwfl_segment_report_module() local
/external/v8/src/wasm/
Dmodule-decoder.cc178 ModuleDecoder(Zone* zone, const byte* module_start, const byte* module_end, in ModuleDecoder()
1084 Vector<const byte> FindSection(const byte* module_start, const byte* module_end, in FindSection()
1110 const byte* module_end, bool verify_functions, in DecodeWasmModule()
1166 const byte* module_end) { in DecodeWasmFunctionOffsets()
Dwasm-module.h185 const byte* module_end = nullptr; // end address for the module bytes member
/external/clang/include/clang/Lex/
DModuleMap.h529 module_iterator module_end() const { return Modules.end(); } in module_end() function