Home
last modified time | relevance | path

Searched defs:LLD (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/testing/selftests/hid/
H A DMakefile111 LLD := lld macro
113 LLD := ld macro
/openbmc/linux/tools/testing/selftests/bpf/
H A DMakefile201 LLD := lld macro
203 LLD := $(shell command -v $(LD)) macro
/openbmc/qemu/disas/
H A Dnanomips.c8526 static char *LLD(uint64 instruction, Dis_info *info) in LLD() function