Home
last modified time | relevance | path

Searched refs:ventry (Results 1 – 14 of 14) sorted by relevance

/freebsd/usr.sbin/moused/moused/
H A Dutil-evdev.c76 static int cmp_entry(const void *vlookup, const void *ventry) in cmp_entry() argument
79 const struct name_entry *entry = ventry; in cmp_entry()
/freebsd/libexec/rtld-elf/riscv/
H A Dreloc.c54 req.ventry = NULL; in set_gp()
108 req.ventry = fetch_ventry(dstobj, ELF_R_SYM(rela->r_info)); in do_copy_relocations()
/freebsd/sys/i386/pci/
H A Dpci_cfgreg.c118 if (PCIbios.ventry == 0) { in pcibios_get_version()
123 if (bios32(&args, PCIbios.ventry, GSEL(GCODE_SEL, SEL_KPL))) { in pcibios_get_version()
H A Dpci_pir.c478 return (bios32(&args, PCIbios.ventry, GSEL(GCODE_SEL, SEL_KPL))); in pci_pir_biosroute()
/freebsd/sys/i386/include/pc/
H A Dbios.h302 vm_offset_t ventry; /* entrypoint in kernel virtual segment */ member
/freebsd/libexec/rtld-elf/
H A Drtld.c2047 ve = req.ventry = fetch_ventry(refobj, symnum); in find_symdef()
4033 req.ventry = ve; in do_dlsym()
4194 Ver_Entry ventry; in dlvsym() local
4196 ventry.name = version; in dlvsym()
4197 ventry.file = NULL; in dlvsym()
4198 ventry.hash = elf_hash(version); in dlvsym()
4199 ventry.flags = 0; in dlvsym()
4200 return (do_dlsym(handle, name, __builtin_return_address(0), &ventry, in dlvsym()
4982 if (req->ventry == NULL) { in matched_symbol()
5022 if (object_match_name(obj, req->ventry->name)) { in matched_symbol()
[all …]
H A Drtld.h346 const Ver_Entry *ventry; member
/freebsd/libexec/rtld-elf/amd64/
H A Dreloc.c90 req.ventry = fetch_ventry(dstobj, in do_copy_relocations()
/freebsd/libexec/rtld-elf/i386/
H A Dreloc.c87 req.ventry = fetch_ventry(dstobj, in do_copy_relocations()
/freebsd/libexec/rtld-elf/arm/
H A Dreloc.c55 req.ventry = fetch_ventry(dstobj, in do_copy_relocations()
/freebsd/libexec/rtld-elf/aarch64/
H A Dreloc.c147 req.ventry = fetch_ventry(dstobj, ELF_R_SYM(rela->r_info)); in do_copy_relocations()
/freebsd/sys/i386/i386/
H A Dbios.c180 ent->ventry = BIOS_PADDRTOVADDR(ent->base + ent->entry); in bios32_SDlookup()
/freebsd/libexec/rtld-elf/powerpc64/
H A Dreloc.c102 req.ventry = fetch_ventry(dstobj, ELF_R_SYM(rela->r_info)); in do_copy_relocations()
/freebsd/libexec/rtld-elf/powerpc/
H A Dreloc.c107 req.ventry = fetch_ventry(dstobj, ELF_R_SYM(rela->r_info)); in do_copy_relocations()