Lines Matching full:uptr
28 bool GetObjectNameAndOffset(uptr addr, uptr *offset,
29 char filename[], uptr filename_size,
30 uptr *protection) {
39 uptr mmaped_size;
40 uptr len;
47 bool Next(uptr *start, uptr *end, uptr *offset,
48 char filename[], uptr filename_size, uptr *protection);
52 bool GetObjectNameAndOffset(uptr addr, uptr *offset,
53 char filename[], uptr filename_size,
54 uptr *protection);
62 static const uptr kProtectionRead = 1;
63 static const uptr kProtectionWrite = 2;
64 static const uptr kProtectionExecute = 4;
65 static const uptr kProtectionShared = 8;
72 bool IterateForObjectNameAndOffset(uptr addr, uptr *offset,
73 char filename[], uptr filename_size,
74 uptr *protection) {
76 uptr start, end, file_offset;
110 bool NextSegmentLoad(uptr *start, uptr *end, uptr *offset,
111 char filename[], uptr filename_size,
112 uptr *protection);