Home | History | Annotate | Download | only in libopagent

Lines Matching refs:code

3  * Interface to report symbol names and dynamically generated code to Oprofile
222 uint64_t vma, void const * code, unsigned int const size)
241 rec.code_addr = (u64) (uintptr_t) code;
242 rec.total_size = code ? sizeof(rec) + sz_symb_name + size :
257 /* Write record, symbol name, code (optionally), and (if necessary)
262 if (code)
263 fwrite_unlocked(code, size, 1, dumpfile);
266 /* Always flush to ensure conversion code to elf will see
278 int op_write_debug_line_info(op_agent_t hdl, void const * code,
302 rec.code_addr = (uint64_t)(uintptr_t)code;