Searched refs:ventry (Results 1 – 14 of 14) sorted by relevance
| /freebsd/usr.sbin/moused/moused/ |
| H A D | util-evdev.c | 76 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 D | reloc.c | 54 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 D | pci_cfgreg.c | 118 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 D | pci_pir.c | 478 return (bios32(&args, PCIbios.ventry, GSEL(GCODE_SEL, SEL_KPL))); in pci_pir_biosroute()
|
| /freebsd/sys/i386/include/pc/ |
| H A D | bios.h | 302 vm_offset_t ventry; /* entrypoint in kernel virtual segment */ member
|
| /freebsd/libexec/rtld-elf/ |
| H A D | rtld.c | 2047 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 D | rtld.h | 346 const Ver_Entry *ventry; member
|
| /freebsd/libexec/rtld-elf/amd64/ |
| H A D | reloc.c | 90 req.ventry = fetch_ventry(dstobj, in do_copy_relocations()
|
| /freebsd/libexec/rtld-elf/i386/ |
| H A D | reloc.c | 87 req.ventry = fetch_ventry(dstobj, in do_copy_relocations()
|
| /freebsd/libexec/rtld-elf/arm/ |
| H A D | reloc.c | 55 req.ventry = fetch_ventry(dstobj, in do_copy_relocations()
|
| /freebsd/libexec/rtld-elf/aarch64/ |
| H A D | reloc.c | 147 req.ventry = fetch_ventry(dstobj, ELF_R_SYM(rela->r_info)); in do_copy_relocations()
|
| /freebsd/sys/i386/i386/ |
| H A D | bios.c | 180 ent->ventry = BIOS_PADDRTOVADDR(ent->base + ent->entry); in bios32_SDlookup()
|
| /freebsd/libexec/rtld-elf/powerpc64/ |
| H A D | reloc.c | 102 req.ventry = fetch_ventry(dstobj, ELF_R_SYM(rela->r_info)); in do_copy_relocations()
|
| /freebsd/libexec/rtld-elf/powerpc/ |
| H A D | reloc.c | 107 req.ventry = fetch_ventry(dstobj, ELF_R_SYM(rela->r_info)); in do_copy_relocations()
|