Home
last modified time | relevance | path

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

/external/elfutils/0.153/libdwfl/
Ddwfl_segment_report_module.c272 GElf_Addr module_end = 0; in dwfl_segment_report_module() local
410 if (module_end < vaddr_end) in dwfl_segment_report_module()
411 module_end = vaddr_end; in dwfl_segment_report_module()
449 module_end += bias; in dwfl_segment_report_module()
455 ndx = addr_segndx (dwfl, segment, module_end, true); in dwfl_segment_report_module()
552 if ((dynstr_vaddr < module_start || dynstr_vaddr >= module_end) in dwfl_segment_report_module()
554 && dynstr_vaddr + bias < module_end) in dwfl_segment_report_module()
557 if (unlikely (dynstr_vaddr + dynstrsz > module_end)) in dwfl_segment_report_module()
571 module_start, module_end); in dwfl_segment_report_module()
/external/clang/include/clang/Lex/
DModuleMap.h423 module_iterator module_end() const { return Modules.end(); } in module_end() function
/external/clang/lib/Lex/
DHeaderSearch.cpp1312 MEnd = ModMap.module_end(); in collectAllModules()
/external/clang/include/clang/Basic/
DTokenKinds.def712 ANNOTATION(module_end)
/external/clang/lib/Frontend/
DCompilerInstance.cpp1545 E = MMap.module_end(); I != E; ++I) { in loadGlobalModuleIndex()