Home
last modified time | relevance | path

Searched refs:dm_reloc_offset (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_module.c121 sym->st_value += (Elf_Addr) dmp->dm_reloc_offset; in dt_module_syminit32()
128 sym->st_value += (uintptr_t) dmp->dm_reloc_offset; in dt_module_syminit32()
173 sym->st_value += (Elf_Addr) dmp->dm_reloc_offset; in dt_module_syminit64()
180 sym->st_value += (uintptr_t) dmp->dm_reloc_offset; in dt_module_syminit64()
1291 dmp->dm_reloc_offset = (void *)mapbase; in dt_module_update()
1356 dmp->dm_reloc_offset = k_stat->address - ph.p_vaddr; in dt_module_update()
H A Ddt_impl.h146 caddr_t dm_reloc_offset; /* Symbol relocation offset. */ member