freebsd-src/stand/common
Warner Losh ce18e19394 stand: only compute symidx on x86
We only use symidx on x86, so only compute it on x86 to fix a set but
not used warning on aarch64.

Sponsored by:		Netflix
Reviewed by:		kevans
Differential Revision:	https://reviews.freebsd.org/D38246
2023-02-02 13:04:05 -07:00
..
bcache.c
boot.c stand: Remove a double word in a source code comment 2022-04-09 09:27:34 +02:00
bootstrap.h stand: Separate base and cli parts of nvstore 2023-01-13 14:22:38 -07:00
commands.c stand: Move quit command to common commands 2022-07-30 04:48:35 -06:00
console.c
dev_net.c stand: Use c99 structure initialization for network device 2022-07-24 16:53:34 -06:00
dev_net.h
devopen.c geli: Move check for DEVT_DISK into geli_probe_and_attach 2022-10-22 19:47:24 -06:00
disk.c stand: parsedev API change: devspec now points to start of full device name 2022-11-30 15:30:33 -07:00
disk.h stand: Change disk_parsedev() API 2022-11-30 15:30:31 -07:00
gfx_fb.c stand: Nuke double-semicolons 2022-11-02 09:34:54 -06:00
gfx_fb.h
gfx_fb_stub.c
help.common
install.c
interp.c stand: Add interp_has_builtin_cmd to see if we have a command 2022-09-01 11:08:19 -06:00
interp_backslash.c
interp_forth.c
interp_lua.c
interp_parse.c
interp_simple.c
isapnp.c stand: Fix a common typo in source code comments 2022-06-05 09:49:51 +02:00
isapnp.h
load_elf.c loader: fix elf lookup_symbol type filtering 2022-10-13 22:07:52 -05:00
load_elf32.c
load_elf32_obj.c
load_elf64.c
load_elf64_obj.c
load_elf_obj.c
ls.c
Makefile.depend
md.c loader: md: Use default func for fmtdev and parsedev 2023-01-27 19:06:25 +01:00
merge_help.awk
metadata.c stand: fix mismerge 2022-09-16 10:54:04 -06:00
misc.c stand: create common set_currdev 2023-01-11 15:15:15 -07:00
modinfo.c kboot: Add md_addr to metadata 2022-12-04 13:52:22 -07:00
modinfo.h stand: update prototypes for md_load and md_load64 2022-12-05 16:59:58 -07:00
module.c
newvers.sh
nvstore.c stand: Separate base and cli parts of nvstore 2023-01-13 14:22:38 -07:00
part.c
part.h
paths.h
pnp.c
rbx.h
readin.h
reloc_elf.c stand: only compute symidx on x86 2023-02-02 13:04:05 -07:00
reloc_elf32.c
reloc_elf64.c
self_reloc.c
tslog.c
vdisk.c stand: For all disk drivers, connect dv_parsedev to disk_parsedev 2022-11-30 15:30:32 -07:00
zfs_cmd.c