orc: make more functions static
authorTim-Philipp Müller <tim@centricular.com>
Fri, 27 Apr 2018 23:06:03 +0000 (00:06 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 27 Apr 2018 23:26:11 +0000 (00:26 +0100)
commit37cca8fe7af921add357d4d584bd94017f52f4ee
tree3f227e1a377e03eeab90758f8beb98d76365aee9
parentcf50348a685323bf94b0daf5660b2ca5faf2e013
orc: make more functions static

All of these are only used internally and are
not in any header files, but were still exported
by accident because they start with orc_*.
16 files changed:
orc/orcbytecode.c
orc/orccodemem.c
orc/orccompiler.c
orc/orccpu-x86.c
orc/orcmips.c
orc/orcpowerpc.c
orc/orcprogram-altivec.c
orc/orcprogram-arm.c
orc/orcprogram-c.c
orc/orcprogram-c64x-c.c
orc/orcprogram-mips.c
orc/orcprogram-mmx.c
orc/orcprogram-neon.c
orc/orcprogram-sse.c
orc/orcrules-neon.c
orc/orcx86insn.c