Searched refs:sv_elf_core_abi_vendor (Results 1 – 15 of 15) sorted by relevance
/freebsd/sys/amd64/amd64/ |
H A D | elf_machdep.c | 67 .sv_elf_core_abi_vendor = FREEBSD_ABI_VENDOR, 110 .sv_elf_core_abi_vendor = FREEBSD_ABI_VENDOR,
|
/freebsd/sys/powerpc/powerpc/ |
H A D | elf64_machdep.c | 74 .sv_elf_core_abi_vendor = FREEBSD_ABI_VENDOR, 116 .sv_elf_core_abi_vendor = FREEBSD_ABI_VENDOR,
|
H A D | elf32_machdep.c | 101 .sv_elf_core_abi_vendor = FREEBSD_ABI_VENDOR,
|
/freebsd/sys/compat/ia32/ |
H A D | ia32_sysvec.c | 115 .sv_elf_core_abi_vendor = FREEBSD_ABI_VENDOR,
|
/freebsd/sys/i386/i386/ |
H A D | elf_machdep.c | 63 .sv_elf_core_abi_vendor = FREEBSD_ABI_VENDOR,
|
/freebsd/sys/arm/arm/ |
H A D | elf_machdep.c | 73 .sv_elf_core_abi_vendor = FREEBSD_ABI_VENDOR,
|
/freebsd/sys/sys/ |
H A D | sysent.h | 115 const char *sv_elf_core_abi_vendor; member
|
/freebsd/sys/arm64/arm64/ |
H A D | elf32_machdep.c | 111 .sv_elf_core_abi_vendor = FREEBSD_ABI_VENDOR,
|
H A D | elf_machdep.c | 78 .sv_elf_core_abi_vendor = FREEBSD_ABI_VENDOR,
|
/freebsd/sys/riscv/riscv/ |
H A D | elf_machdep.c | 71 .sv_elf_core_abi_vendor = FREEBSD_ABI_VENDOR,
|
/freebsd/sys/kern/ |
H A D | imgact_elf.c | 2013 roundup2(strlen(sv->sv_elf_core_abi_vendor) + 1, ELF_NOTE_ROUNDSIZE) + in __elfN() 2042 roundup2(strlen(sv->sv_elf_core_abi_vendor) + 1, ELF_NOTE_ROUNDSIZE) + in __elfN() 2106 note.n_namesz = strlen(sv->sv_elf_core_abi_vendor) + 1; in __elfN() 2112 sbuf_bcat(sb, sv->sv_elf_core_abi_vendor, in __elfN() 2113 strlen(sv->sv_elf_core_abi_vendor) + 1); in __elfN()
|
/freebsd/sys/arm64/linux/ |
H A D | linux_sysvec.c | 435 .sv_elf_core_abi_vendor = LINUX_ABI_VENDOR,
|
/freebsd/sys/amd64/linux/ |
H A D | linux_sysvec.c | 688 .sv_elf_core_abi_vendor = LINUX_ABI_VENDOR,
|
/freebsd/sys/i386/linux/ |
H A D | linux_sysvec.c | 627 .sv_elf_core_abi_vendor = LINUX_ABI_VENDOR,
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_sysvec.c | 787 .sv_elf_core_abi_vendor = LINUX_ABI_VENDOR,
|