Home
last modified time | relevance | path

Searched refs:saved_offset (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DELFHeader.cpp28 const lldb::offset_t saved_offset = *offset; in GetMaxU64() local
30 return *offset != saved_offset; in GetMaxU64()
36 lldb::offset_t saved_offset = *offset; in GetMaxU64() local
40 *offset = saved_offset; in GetMaxU64()
50 const lldb::offset_t saved_offset = *offset; in GetMaxS64() local
52 return *offset != saved_offset; in GetMaxS64()
58 lldb::offset_t saved_offset = *offset; in GetMaxS64() local
62 *offset = saved_offset; in GetMaxS64()
/external/llvm-project/lldb/source/Symbol/
DDWARFCallFrameInfo.cpp592 offset_t saved_offset = offset; in FDEToUnwindPlan() local
596 if (offset - saved_offset != aug_data_len) { in FDEToUnwindPlan()
601 offset = saved_offset; in FDEToUnwindPlan()