OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cur_beg
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_mac.cc
29
uptr
cur_beg
, cur_end, cur_offset;
local
34
memory_mapping.Next(&
cur_beg
, &cur_end, &cur_offset,
48
cur_module = new(mem) LoadedModule(cur_name,
cur_beg
);
51
cur_module->addAddressRange(
cur_beg
, cur_end);
sanitizer_symbolizer_linux_libcdep.cc
81
uptr
cur_beg
= info->dlpi_addr + phdr->p_vaddr;
82
uptr cur_end =
cur_beg
+ phdr->p_memsz;
83
cur_module->addAddressRange(
cur_beg
, cur_end);
Completed in 22 milliseconds