MCPcopy Create free account

hub / github.com/ZHYfeng/Generate_Linux_Kernel_Bitcode / functions

Functions36 in github.com/ZHYfeng/Generate_Linux_Kernel_Bitcode

↓ 4 callersFunctiongetCmd
get cmd from *.cmd file
v6.1/KernelBitcode.go:73
↓ 4 callersFunctiongetCmd
get cmd from *.cmd file
v5.12/KernelBitcode.go:73
↓ 4 callersFunctiongetCmd
get cmd from *.cmd file
v6.6/KernelBitcode.go:73
↓ 2 callersFunctionbuild
find all *.cmd file and handle the cmd in them
v6.1/KernelBitcode.go:368
↓ 2 callersFunctionbuild
find all *.cmd file and handle the cmd in them
v5.12/KernelBitcode.go:373
↓ 2 callersFunctionbuild
find all *.cmd file and handle the cmd in them
v6.6/KernelBitcode.go:368
↓ 2 callersFunctiongenerateScript
(path string, cmd string)
v6.1/KernelBitcode.go:494
↓ 2 callersFunctiongenerateScript
(path string, cmd string)
v5.12/KernelBitcode.go:485
↓ 2 callersFunctiongenerateScript
(path string, cmd string)
v6.6/KernelBitcode.go:494
↓ 2 callersFunctionhandleLD
use llvm-link to link all bitcode
v6.1/KernelBitcode.go:282
↓ 2 callersFunctionhandleLD
use llvm-link to link all bitcode
v5.12/KernelBitcode.go:274
↓ 2 callersFunctionhandleLD
use llvm-link to link all bitcode
v6.6/KernelBitcode.go:282
↓ 1 callersFunctionexecute_commands_concurrently
(commands, max_workers)
compile_commands.py:39
↓ 1 callersFunctionhandleCC
for CC cmd, use " -save-temps=obj" or " -emit-llvm" to generate llvm bitcode
v6.1/KernelBitcode.go:119
↓ 1 callersFunctionhandleCC
for CC cmd, use " -save-temps=obj" or " -emit-llvm" to generate llvm bitcode
v5.12/KernelBitcode.go:119
↓ 1 callersFunctionhandleCC
for CC cmd, use " -save-temps=obj" or " -emit-llvm" to generate llvm bitcode
v6.6/KernelBitcode.go:119
↓ 1 callersFunctionhandleKO
handle .ko for external modules
v6.1/KernelBitcode.go:345
↓ 1 callersFunctionhandleKO
handle .ko for external modules
v5.12/KernelBitcode.go:350
↓ 1 callersFunctionhandleKO
handle .ko for external modules
v6.6/KernelBitcode.go:345
↓ 1 callersFunctionhandleLTO
handler *.lto for external modules
v6.1/KernelBitcode.go:321
↓ 1 callersFunctionhandleLTO
handler *.lto for external modules
v5.12/KernelBitcode.go:326
↓ 1 callersFunctionhandleLTO
handler *.lto for external modules
v6.6/KernelBitcode.go:321
↓ 1 callersFunctionhandleOBJCOPY
handle llvm-objcopy cmd
v6.1/KernelBitcode.go:251
↓ 1 callersFunctionhandleOBJCOPY
handle llvm-objcopy cmd
v5.12/KernelBitcode.go:243
↓ 1 callersFunctionhandleOBJCOPY
handle llvm-objcopy cmd
v6.6/KernelBitcode.go:251
↓ 1 callersFunctionhandleSTRIP
handle llvm-strip cmd
v6.1/KernelBitcode.go:267
↓ 1 callersFunctionhandleSTRIP
handle llvm-strip cmd
v5.12/KernelBitcode.go:259
↓ 1 callersFunctionhandleSTRIP
handle llvm-strip cmd
v6.6/KernelBitcode.go:267
↓ 1 callersFunctionhandleSuffixCCWithLD
handler LD cmd in *.o.cmd @file_name in *.o.cmd includes the related file need to get the name from that file
v6.1/KernelBitcode.go:180
↓ 1 callersFunctionhandleSuffixCCWithLD
handler LD cmd in *.o.cmd @file_name in *.o.cmd includes the related file need to get the name from that file
v5.12/KernelBitcode.go:180
↓ 1 callersFunctionhandleSuffixCCWithLD
handler LD cmd in *.o.cmd @file_name in *.o.cmd includes the related file need to get the name from that file
v6.6/KernelBitcode.go:180
↓ 1 callersFunctionpreprocess_command
(command)
compile_commands.py:7
Functionexecute_command
(command)
compile_commands.py:31
Functionmain
collect compile cmd from *.cmd files in kernel get cmd to generate llvm bitcode
v6.1/KernelBitcode.go:518
Functionmain
collect compile cmd from *.cmd files in kernel get cmd to generate llvm bitcode
v5.12/KernelBitcode.go:509
Functionmain
collect compile cmd from *.cmd files in kernel get cmd to generate llvm bitcode
v6.6/KernelBitcode.go:518