Home | History | Annotate | Download | only in sanitizer_common

Lines Matching refs:uptr

29   uptr address;
32 uptr module_offset;
34 static const uptr kUnknown = ~(uptr)0;
36 uptr function_offset;
56 void FillAddressAndModuleInfo(uptr addr, const char *mod_name,
57 uptr mod_offset) {
65 uptr address;
67 uptr module_offset;
69 uptr start;
70 uptr size;
92 virtual uptr SymbolizePC(uptr address, AddressInfo *frames, uptr max_frames) {
95 virtual bool SymbolizeData(uptr address, DataInfo *info) {
98 virtual bool GetModuleNameAndOffsetForPC(uptr pc, const char **module_name,
99 uptr *module_address) {