otd (3) --- object text dumper 09/10/84 | _U_s_a_g_e | otd | _D_e_s_c_r_i_p_t_i_o_n | 'Otd' is a program that reads relocatable binary files and | prints their contents in human-readable form. It is useful | for analyzing the output of high level language compilers. | You can use 'otd' to compare the quality of two compilers' | code generation phases, or for debugging your own compilers. | _E_x_a_m_p_l_e_s | otd hello.b | _M_e_s_s_a_g_e_s | "usage: otd ..." if called with not arguments. | "filename: can't open" if it can't open the file. | "bad object file" for a an object file format it does not | understand. | "inconsistent block size" | "unrecognized block type ..." | "block size ... exceeds buffer space" | _B_u_g_s | Does not read its standard input port if called with no | arguments. | _S_e_e _A_l_s_o | _V_C_G _U_s_e_r_'_s _G_u_i_d_e otd (3) - 1 - otd (3)