OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:img_szb
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/coregrind/m_debuginfo/
readmacho.c
92
image is mapped into img[0 ..
img_szB
-1]. */
94
SizeT
img_szB
;
99
memory that falls entirely inside img[0 ..
img_szB
-1]. */
144
vg_assert(ii->
img_szB
> 0);
145
sres = VG_(am_munmap_valgrind)( (Addr)ii->img, ii->
img_szB
);
191
ii->
img_szB
= size;
194
/* Now it's mapped in and we have .img and .
img_szB
set. Look for
203
ii->macho_img_szB = ii->
img_szB
;
206
if (ii->
img_szB
< sizeof(struct fat_header)) {
220
if (ii->
img_szB
< sizeof(struct fat_header
[
all
...]
Completed in 402 milliseconds