Searched refs:ventry (Results 1 – 13 of 13) sorted by relevance
/freebsd/libexec/rtld-elf/riscv/ |
H A D | reloc.c | 61 req.ventry = NULL; in set_gp() 115 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 | 2026 ve = req.ventry = fetch_ventry(refobj, symnum); in find_symdef() 3947 req.ventry = ve; in do_dlsym() 4108 Ver_Entry ventry; in dlvsym() local 4110 ventry.name = version; in dlvsym() 4111 ventry.file = NULL; in dlvsym() 4112 ventry.hash = elf_hash(version); in dlvsym() 4113 ventry.flags = 0; in dlvsym() 4114 return (do_dlsym(handle, name, __builtin_return_address(0), &ventry, in dlvsym() 4898 if (req->ventry == NULL) { in matched_symbol() 4938 if (object_match_name(obj, req->ventry->name)) { in matched_symbol() [all …]
|
H A D | rtld.h | 345 const Ver_Entry *ventry; member
|
/freebsd/libexec/rtld-elf/arm/ |
H A D | reloc.c | 55 req.ventry = fetch_ventry(dstobj, in do_copy_relocations()
|
/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/aarch64/ |
H A D | reloc.c | 154 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()
|