cregit-Linux how code gets into the kernel

Release 4.18 tools/build/feature/test-disassembler-four-args.c

// SPDX-License-Identifier: GPL-2.0
#include <bfd.h>
#include <dis-asm.h>


int main(void) { bfd *abfd = bfd_openr(NULL, NULL); disassembler(bfd_get_arch(abfd), bfd_big_endian(abfd), bfd_get_mach(abfd), abfd); return 0; }

Contributors

PersonTokensPropCommitsCommitProp
Roman Gushchin41100.00%1100.00%
Total41100.00%1100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Roman Gushchin48100.00%1100.00%
Total48100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.