Home
last modified time | relevance | path

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

/aosp_15_r20/external/elfutils/libdwfl/
H A Ddwfl_segment_report_module.c146 handle_file_note (GElf_Addr module_start, GElf_Addr module_end, in handle_file_note() argument
192 if (firstix != -1 && mstart < module_end) in handle_file_note()
194 if (mend >= module_end) in handle_file_note()
481 GElf_Addr module_end = 0; in dwfl_segment_report_module() local
674 if (module_end < vaddr_end) in dwfl_segment_report_module()
675 module_end = vaddr_end; in dwfl_segment_report_module()
689 module_end += bias; in dwfl_segment_report_module()
705 if (module_start <= module->l_ld && module->l_ld < module_end) in dwfl_segment_report_module()
713 && module->l_ld < module_end + fixup) in dwfl_segment_report_module()
716 module_end += fixup; in dwfl_segment_report_module()
[all …]
/aosp_15_r20/external/AFLplusplus/utils/qbdi_mode/
H A Dtemplate.cpp45 rword module_end = 0; variable
169 if (pc >= module_base && pc <= module_end) { in bbcallback()
214 module_end = map.range.end; in main()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
H A DIRObjectFile.h52 module_iterator module_end() const { return module_iterator(Mods.end()); } in module_end() function
55 return make_range(module_begin(), module_end()); in modules()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DIRObjectFile.h54 module_iterator module_end() const { return module_iterator(Mods.end()); } in module_end() function
57 return make_range(module_begin(), module_end()); in modules()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
DIRObjectFile.h54 module_iterator module_end() const { return module_iterator(Mods.end()); } in module_end() function
57 return make_range(module_begin(), module_end()); in modules()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DIRObjectFile.h54 module_iterator module_end() const { return module_iterator(Mods.end()); } in module_end() function
57 return make_range(module_begin(), module_end()); in modules()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DIRObjectFile.h54 module_iterator module_end() const { return module_iterator(Mods.end()); } in module_end() function
57 return make_range(module_begin(), module_end()); in modules()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A 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()
/aosp_15_r20/development/tools/compare_cts_reports/
H A Dgenerate_spread_sheet.py182 module_end = ((row_index == len(compare_results) - 1) or
209 if module_end:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Lex/
DModuleMap.h737 module_iterator module_end() const { return Modules.end(); } in module_end() function
739 return {module_begin(), module_end()}; in modules()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Lex/
DModuleMap.h738 module_iterator module_end() const { return Modules.end(); } in module_end() function
740 return {module_begin(), module_end()}; in modules()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Lex/
DModuleMap.h737 module_iterator module_end() const { return Modules.end(); } in module_end() function
739 return {module_begin(), module_end()}; in modules()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Lex/
DModuleMap.h737 module_iterator module_end() const { return Modules.end(); } in module_end() function
739 return {module_begin(), module_end()}; in modules()
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/
H A DFIPS.md94 In this diagram, the integrity check hashes from `module_start` to `module_end`. Since this does no…
115 …ls that delimit the module's code and data (called `module_start` and `module_end` in the diagram …
120 … function within the module calculates an HMAC from `module_start` to `module_end` using a fixed, …
134 …art.o` and `fips_end.o`, in order to establish the `module_start` and `module_end` values. BoringC…
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/
H A DFIPS.md95 In this diagram, the integrity check hashes from `module_start` to `module_end`. Since this does no…
116 …ls that delimit the module's code and data (called `module_start` and `module_end` in the diagram …
121 … function within the module calculates an HMAC from `module_start` to `module_end` using a fixed, …
135 …art.o` and `fips_end.o`, in order to establish the `module_start` and `module_end` values. BoringC…
/aosp_15_r20/external/clang/include/clang/Lex/
H A DModuleMap.h529 module_iterator module_end() const { return Modules.end(); } in module_end() function
/aosp_15_r20/external/clang/lib/Lex/
H A DHeaderSearch.cpp1383 MEnd = ModMap.module_end(); in collectAllModules()
/aosp_15_r20/external/clang/include/clang/Basic/
H A DTokenKinds.def780 ANNOTATION(module_end)
/aosp_15_r20/external/clang/lib/Frontend/
H A DCompilerInstance.cpp1709 E = MMap.module_end(); I != E; ++I) { in loadGlobalModuleIndex()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/
DTokenKinds.def979 ANNOTATION(module_end)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/
DTokenKinds.def988 ANNOTATION(module_end)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/
DTokenKinds.def984 ANNOTATION(module_end)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/
DTokenKinds.def984 ANNOTATION(module_end)