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

/external/valgrind/main/coregrind/m_debuginfo/
H A Ddebuginfo.c1561 puts its name (or as much as will fit) into dname[0 .. n_dname-1],
1565 /*OUT*/Char* dname, Int n_dname,
1569 vg_assert(n_dname > 1);
1572 data_addr, dname, n_dname,
1579 dname[n_dname-1] = 0;
1564 get_datasym_and_offset( Addr data_addr, Char* dname, Int n_dname, PtrdiffT* offset ) argument

Completed in 58 milliseconds