OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pdbimage
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/coregrind/m_debuginfo/
priv_readpdb.h
45
void*
pdbimage
,
readpdb.c
953
UChar*
pdbimage
; // image address
member in struct:pdb_reader
988
pdb->
pdbimage
+ block_list[i] * blocksize,
1009
pdb->
pdbimage
+ block_list[i]*blocksize, blocksize );
1014
static void* find_pdb_header( UChar*
pdbimage
,
1018
UChar* txteof = (UChar*)VG_(strchr)(
pdbimage
, '\032');
1021
if (0!=VG_(strncmp)(
pdbimage
, pdbtxt, -1+ sizeof(pdbtxt)))
1025
return (void*)((~3& (3+ (4+ 1+ (txteof -
pdbimage
)))) +
pdbimage
);
[
all
...]
debuginfo.c
1216
void*
pdbimage
= (void*)sr_Res(sres);
local
[
all
...]
Completed in 230 milliseconds