OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cfsi_m_ix
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/coregrind/m_debuginfo/
storage.c
680
UInt
cfsi_m_ix
;
local
684
case 1:
cfsi_m_ix
= ((UChar*) di->
cfsi_m_ix
)[pos]; break;
685
case 2:
cfsi_m_ix
= ((UShort*) di->
cfsi_m_ix
)[pos]; break;
686
case 4:
cfsi_m_ix
= ((UInt*) di->
cfsi_m_ix
)[pos]; break;
689
if (
cfsi_m_ix
== 0)
692
return VG_(indexEltNumber) (di->cfsi_m_pool,
cfsi_m_ix
);
827
di->cfsi_rd[di->cfsi_used].
cfsi_m_ix
[
all
...]
priv_storage.h
357
UInt
cfsi_m_ix
;
member in struct:__anon26298
890
in
cfsi_m_ix
array. The size of
cfsi_m_ix
is equal to
891
cfsi_size*sizeof_cfsi_m_ix. The used portion of
cfsi_m_ix
is
892
cfsi_m_ix
[0] till
cfsi_m_ix
[(cfsi_used-1)*sizeof_cfsi_m_ix].
898
by ((UChar*)
cfsi_m_ix
)[i] if sizeof_cfsi_m_ix == 1
899
by ((UShort*)
cfsi_m_ix
)[i] if sizeof_cfsi_m_ix == 2
900
by ((UInt*)
cfsi_m_ix
)[i] if sizeof_cfsi_m_ix == 4.
906
a base in cfsi_base and a corresponding 0 index in
cfsi_m_ix
929
void*
cfsi_m_ix
; \/* Each index occupies sizeof_
cfsi_m_ix
bytes.
member in struct:_DebugInfo
[
all
...]
debuginfo.c
223
if (di->
cfsi_m_ix
) ML_(dinfo_free)(di->
cfsi_m_ix
);
[
all
...]
readelf.c
[
all
...]
Completed in 4707 milliseconds