repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
rtlwifi: rtl8192{c,u}: Remove CamelCase variables
[linux/fpc-iii.git]
/
tools
/
build
/
feature
/
test-disassembler-four-args.c
blob
45ce65cfddf05601047e643de8897e2d8c27bc67
1
// SPDX-License-Identifier: GPL-2.0
2
#include <bfd.h>
3
#include <dis-asm.h>
4
5
int
main
(
void
)
6
{
7
bfd
*
abfd
=
bfd_openr
(
NULL
,
NULL
);
8
9
disassembler
(
bfd_get_arch
(
abfd
),
10
bfd_big_endian
(
abfd
),
11
bfd_get_mach
(
abfd
),
12
abfd
);
13
14
return
0
;
15
}