OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:macho_img
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/coregrind/m_debuginfo/
readmacho.c
100
UChar*
macho_img
;
member in struct:__anon27765
202
ii->
macho_img
= ii->img;
249
ii->
macho_img
= ii->img + arch.offset;
276
if (ii->
macho_img
>= ii->img
277
&& ii->
macho_img
+ ii->macho_img_szB <= ii->img + ii->img_szB) {
284
mh = (struct MACH_HEADER *)ii->
macho_img
;
297
vg_assert(ii->
macho_img
);
300
vg_assert(ii->
macho_img
>= ii->img);
301
vg_assert(ii->
macho_img
+ ii->macho_img_szB <= ii->img + ii->img_szB);
715
vg_assert(ii.
macho_img
!= NULL && ii.macho_img_szB > 0)
[
all
...]
/external/valgrind/main/coregrind/
fixup_macho_loadcmds.c
151
UChar*
macho_img
;
member in struct:__anon27691
250
ii->
macho_img
= ii->img;
288
ii->
macho_img
= ii->img + arch.offset;
308
if (ii->
macho_img
>= ii->img
309
&& ii->
macho_img
+ ii->macho_img_szB <= ii->img + ii->img_szB) {
315
mh = (struct mach_header_64 *)ii->
macho_img
;
318
assert(ii->
macho_img
);
321
assert(ii->
macho_img
>= ii->img);
322
assert(ii->
macho_img
+ ii->macho_img_szB <= ii->img + ii->img_szB);
333
assert(ii->
macho_img
);
[
all
...]
Completed in 209 milliseconds