Searched defs:GetMaxS64 (Results 1 - 2 of 2) sorted by relevance
/external/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ELFHeader.cpp | 25 // GetMaxU64 and GetMaxS64 wrap the similarly named methods from DataExtractor 59 GetMaxS64(const lldb_private::DataExtractor &data, function 65 *value = data.GetMaxS64(offset, byte_size); 70 GetMaxS64(const lldb_private::DataExtractor &data, function 80 if (GetMaxS64(data, offset, value, byte_size) == false) 418 return GetMaxS64(data, offset, &d_tag, byte_size, 2); 459 if (GetMaxS64(data, offset, &r_addend, byte_size) == false)
|
/external/lldb/source/Core/ |
H A D | DataExtractor.cpp | 679 DataExtractor::GetMaxS64 (offset_t *offset_ptr, size_t size) const function in class:DataExtractor 713 int64_t sval64 = GetMaxS64 (offset_ptr, size);
|
Completed in 1706 milliseconds