Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Ddwfl_segment_report_module.c268 GElf_Addr module_end = 0; in dwfl_segment_report_module() local
403 if (module_end < vaddr_end) in dwfl_segment_report_module()
404 module_end = vaddr_end; in dwfl_segment_report_module()
442 module_end += bias; in dwfl_segment_report_module()
450 ndx = addr_segndx (dwfl, segment, module_end); in dwfl_segment_report_module()
531 if (unlikely (dynstr_vaddr + dynstrsz > module_end)) in dwfl_segment_report_module()
545 module_start, module_end); in dwfl_segment_report_module()
/external/clang/include/clang/Lex/
DModuleMap.h233 module_iterator module_end() const { return Modules.end(); } in module_end() function
/external/clang/lib/Lex/
DHeaderSearch.cpp1030 MEnd = ModMap.module_end(); in collectAllModules()