Searched refs:offset_to_str (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | ClassFile.cc | 747 static char *offset_to_str (long long offset); 765 BinaryConstantPool::offset_to_str (long long offset) in offset_to_str() function in BinaryConstantPool 795 …Dprintf (DUMP_JAVA_CLASS, NTXT (" %3d %-25s %-25s"), i, offset_to_str (offsets[i]), type_name_to_s… in BinaryConstantPool() 890 i, types[i], offset_to_str (offsets[i]))); in BinaryConstantPool()
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | ClassFile.cc | 747 static char *offset_to_str (long long offset); 765 BinaryConstantPool::offset_to_str (long long offset) in offset_to_str() function in BinaryConstantPool 795 …Dprintf (DUMP_JAVA_CLASS, NTXT (" %3d %-25s %-25s"), i, offset_to_str (offsets[i]), type_name_to_s… in BinaryConstantPool() 890 i, types[i], offset_to_str (offsets[i]))); in BinaryConstantPool()
|