Searched defs:n_dname (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/m_debuginfo/
H A Ddebuginfo.c1604 puts its name (or as much as will fit) into dname[0 .. n_dname-1],
1608 /*OUT*/Char* dname, Int n_dname,
1612 vg_assert(n_dname > 1);
1615 data_addr, dname, n_dname,
1622 dname[n_dname-1] = 0;
1607 get_datasym_and_offset( Addr data_addr, Char* dname, Int n_dname, PtrdiffT* offset ) argument

Completed in 56 milliseconds