Home
last modified time | relevance | path

Searched refs:code_addr (Results 1 – 13 of 13) sorted by relevance

/linux/tools/perf/util/
H A Dgenelf_debug.c336 unsigned long code_addr) in emit_lineno_info() argument
360 emit_lne_set_address(be, (void *)code_addr); in emit_lineno_info()
410 unsigned long code_addr) in add_debug_line() argument
432 emit_lineno_info(be, ent, nr_entry, code_addr); in add_debug_line()
473 jit_process_debug_info(uint64_t code_addr, in jit_process_debug_info() argument
483 ent->addr = ent->addr - code_addr; in jit_process_debug_info()
495 jit_add_debug_info(Elf *e, uint64_t code_addr, void *debug, int nr_debug_entries) in jit_add_debug_info() argument
507 if (jit_process_debug_info(code_addr, debug, nr_debug_entries, &dl, &da, &di)) in jit_add_debug_info()
H A Djitdump.h71 uint64_t code_addr; member
102 uint64_t code_addr; member
H A Djitdump.c73 uint64_t code_addr, in jit_emit_elf() argument
97 ret = jit_write_elf(fd, code_addr, sym, (const void *)code, csize, debug, nr_debug_entries, in jit_emit_elf()
318 jr->info.code_addr = bswap_64(jr->info.code_addr); in jit_get_next_entry()
341 jr->load.code_addr = bswap_64(jr->load.code_addr); in jit_get_next_entry()
449 addr = jr->load.code_addr; in jit_repipe_code_load()
/linux/tools/perf/jvmti/
H A Dlibjvmti.c233 void const *code_addr, in compiled_method_load_cb() argument
244 uint64_t addr = (uint64_t)(uintptr_t)code_addr; in compiled_method_load_cb()
306 if (jvmti_write_code(jvmti_agent, str, addr, code_addr, code_size)) in compiled_method_load_cb()
326 void const *code_addr, in code_generated_cb() argument
329 uint64_t addr = (uint64_t)(unsigned long)code_addr; in code_generated_cb()
332 ret = jvmti_write_code(jvmti_agent, name, addr, code_addr, code_size); in code_generated_cb()
H A Djvmti_agent.c385 rec.code_addr = vma; in jvmti_write_code()
445 rec.code_addr = (uint64_t)(uintptr_t)code; in jvmti_write_debug_info()
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dpmu.h23 u32 code_addr; member
/linux/arch/mips/cavium-octeon/
H A Docteon_boot.h13 uint64_t code_addr; member
H A Dsmp.c394 boot_vect[coreid].code_addr = octeon_bootloader_entry_addr; in octeon_update_boot_vector()
/linux/tools/perf/Documentation/
H A Djitdump-specification.txt76 * uint64_t code_addr: code start address for the jitted code. By default vma = code_addr
122 * uint64_t code_addr: address of function for which the debug information is generated
127 * uint64_t code_addr: address of function for which the debug information is generated
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dpmu.c90 info->code_addr = info->boot_addr + info->boot_size; in nvbios_pmuRm()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dgm200.c102 pmu_code(init, pmu.code_addr_pmu, pmu.code_addr, pmu.code_size, true); in pmu_load()
/linux/tools/perf/tests/shell/
H A Dtest_intel_pt.sh369 .code_addr = (unsigned long)addr,
/linux/Documentation/bpf/standardization/
H A Dinstruction-set.rst744 0x4 dst = code_addr(imm) integer code address
755 * code_addr(imm) gets the address of the instruction at a specified relative offset in number of (6…