Home
last modified time | relevance | path

Searched refs:libcpu (Results 1 – 23 of 23) sorted by relevance

/third_party/elfutils/libdw/
DMakefile.am110 ../libcpu/libcpu_pic.a libdw_pic.a ../libdwelf/libdwelf_pic.a \
147 libcpu_objects = $(shell $(AR) t ../libcpu/libcpu.a)
148 libdw_a_LIBADD += $(addprefix ../libcpu/,$(libcpu_objects))
DChangeLog298 (libdw_a_LIBADD): Add libebl, libebl_backends, and libcpu objects.
/third_party/elfutils/po/
DPOTFILES.in11 libcpu/i386_lex.l
12 libcpu/i386_parse.y
DChangeLog42 * POTFILES.in: Add libcpu/i386_lex.l, libcpu/i386_parse.y,
Dja.po98 #: libcpu/i386_lex.l:121
103 #: libcpu/i386_lex.l:122
108 #: libcpu/i386_parse.y:553
Dde.po105 #: libcpu/i386_lex.l:121
110 #: libcpu/i386_lex.l:122
115 #: libcpu/i386_parse.y:553
Duk.po109 #: libcpu/i386_lex.l:121
115 #: libcpu/i386_lex.l:122
121 #: libcpu/i386_parse.y:553
Dpl.po110 #: libcpu/i386_lex.l:121
115 #: libcpu/i386_lex.l:122
120 #: libcpu/i386_parse.y:553
Des.po108 #: libcpu/i386_lex.l:121
114 #: libcpu/i386_lex.l:122
120 #: libcpu/i386_parse.y:553
/third_party/elfutils/
DREADME_OpenHarmony.md12 libcpu/ cpu相关库源码
71 "//third_party/elfutils/libcpu",
DMakefile.am29 SUBDIRS = config lib libelf libcpu backends libebl libdwelf libdwfl libdw \ subdir
DBUILD.gn66 "//third_party/elfutils/libcpu",
Delfutils_config.gni128 "//third_party/elfutils/libcpu/bpf_disasm.c",
129 "//third_party/elfutils/libcpu/i386_disasm.c",
130 "//third_party/elfutils/libcpu/riscv_disasm.c",
131 "//third_party/elfutils/libcpu/x86_64_disasm.c",
DTODO53 * libcpu
DNEWS197 libcpu: Add RISC-V disassembler.
243 libcpu: Recognize bpf jump variants BPF_JLT, BPF_JLE, BPF_JSLT and BPF_JSLE.
738 libcpu: Add Intel SSE4 disassembler support
754 libcpu: disassembler fixes
797 libcpu: Implement x86 and x86-64 disassembler.
1402 libcpu: beginning
DChangeLog286 * Makefile.am (SUBDIRS): Reorder backends and libcpu before libebl to
Dconfigure.ac627 AC_CONFIG_FILES([libcpu/Makefile])
/third_party/elfutils/tests/
Drun-lfs-symbols.sh74 for dir in libelf libdw libasm libcpu src; do
DMakefile.am651 libebl = ../libebl/libebl.a ../backends/libebl_backends.a ../libcpu/libcpu.a
/third_party/elfutils/libcpu/
DMakefile.am41 noinst_LIBRARIES = libcpu.a libcpu_pic.a
DChangeLog63 * Makefile.am: Combine libcpu_{i386,x86_64,bpf}.a into libcpu.a.
64 Make libcpu.a non-PIC by default.
/third_party/elfutils/config/
Delfutils.spec.in488 - libcpu: Add RISC-V disassembler.
520 - libcpu: Recognize bpf jump variants BPF_JLT, BPF_JLE, BPF_JSLT
876 - libcpu: Add Intel SSE4 disassembler support
887 - libcpu: disassembler fixes
915 - libcpu: Implement x86 and x86-64 disassembler.
/third_party/elfutils/backends/
DChangeLog113 * Makefile.am: Replace libcpu_{i386,x86_64,bpf}.a with libcpu.a.
114 Replace libcpu.a with libcpu_pic.a.