Searched refs:lastidx (Results 1 - 3 of 3) sorted by relevance
/third_party/elfutils/tests/ |
H A D | emptyfile.c | 43 size_t lastidx = stridx; in add_string() local 60 printf ("add_string: '%s', stridx: %zd, lastidx: %zd\n", in add_string() 61 str, stridx, lastidx); in add_string() 62 return lastidx; in add_string()
|
H A D | fillfile.c | 43 size_t lastidx = stridx; in add_strtab_entry() local 60 printf ("add_string: '%s', stridx: %zd, lastidx: %zd\n", in add_strtab_entry() 61 str, stridx, lastidx); in add_strtab_entry() 62 return lastidx; in add_strtab_entry()
|
H A D | elfstrtab.c | 110 size_t lastidx = stridx; in add_string() local 127 printf ("add_string: '%s', stridx: %zd, lastidx: %zd\n", in add_string() 128 str, stridx, lastidx); in add_string() 129 return lastidx; in add_string()
|
Completed in 2 milliseconds