/aosp_15_r20/external/elfutils/libdwfl/ |
H A D | dwfl_segment_report_module.c | 146 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 D | template.cpp | 45 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 D | IRObjectFile.h | 52 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/ |
D | IRObjectFile.h | 54 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/ |
D | IRObjectFile.h | 54 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/ |
D | IRObjectFile.h | 54 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/ |
D | IRObjectFile.h | 54 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 D | IRObjectFile.h | 56 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 D | generate_spread_sheet.py | 182 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/ |
D | ModuleMap.h | 737 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/ |
D | ModuleMap.h | 738 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/ |
D | ModuleMap.h | 737 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/ |
D | ModuleMap.h | 737 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 D | FIPS.md | 94 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 D | FIPS.md | 95 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 D | ModuleMap.h | 529 module_iterator module_end() const { return Modules.end(); } in module_end() function
|
/aosp_15_r20/external/clang/lib/Lex/ |
H A D | HeaderSearch.cpp | 1383 MEnd = ModMap.module_end(); in collectAllModules()
|
/aosp_15_r20/external/clang/include/clang/Basic/ |
H A D | TokenKinds.def | 780 ANNOTATION(module_end)
|
/aosp_15_r20/external/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 1709 E = MMap.module_end(); I != E; ++I) { in loadGlobalModuleIndex()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/ |
D | TokenKinds.def | 979 ANNOTATION(module_end)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/ |
D | TokenKinds.def | 988 ANNOTATION(module_end)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/ |
D | TokenKinds.def | 984 ANNOTATION(module_end)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/ |
D | TokenKinds.def | 984 ANNOTATION(module_end)
|