OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sec_names
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/coregrind/m_debuginfo/
storage.c
94
UChar**
sec_names
= sym->
sec_names
;
local
96
if (
sec_names
)
97
vg_assert(
sec_names
);
104
sym->pri_name,
sec_names
? " " : "" );
105
if (
sec_names
) {
106
while (*
sec_names
) {
107
VG_(printf)("%s%s", *
sec_names
, *(
sec_names
+1) ? " " : "");
108
sec_names
++
[
all
...]
priv_storage.h
50
::
sec_names
is NULL. If there are other names, these are stored in
51
::
sec_names
, which is a NULL terminated vector holding the names.
61
sec_names
[]. This has the convenient side effect that, in the
63
sec_names
[] does not need to be allocated.
70
UChar**
sec_names
; /* NULL, or a NULL term'd array of other names */
member in struct:__anon27706
815
name, so there is no auxiliary ::
sec_names
vector to duplicate.
[
all
...]
debuginfo.c
220
sec_names
arrays that might exist. */
224
if (sym->
sec_names
)
225
ML_(dinfo_free)(sym->
sec_names
);
1786
UChar**
sec_names
= si->symtab[i].
sec_names
;
local
[
all
...]
Completed in 143 milliseconds