Home
last modified time | relevance | path

Searched refs:objdump (Results 1 – 25 of 558) sorted by relevance

12345678910>>...23

/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/tools/llvm-objdump/
H A DBUILD.gn6 visibility = [ ":llvm-objdump" ]
11 visibility = [ ":llvm-objdump" ]
17 symlinks += [ "objdump" ]
22 deps = [ ":llvm-objdump" ]
23 source = "llvm-objdump"
28 # //:llvm-objdump depends on this symlink target, see comment in //BUILD.gn.
30 deps = [ ":llvm-objdump" ]
36 executable("llvm-objdump") {
63 "llvm-objdump.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DCMakeLists.txt25 add_llvm_tool(llvm-objdump
26 llvm-objdump.cpp
39 target_link_libraries(llvm-objdump PRIVATE ${XAR_LIB})
42 add_llvm_tool_symlink(llvm-otool llvm-objdump)
45 add_llvm_tool_symlink(objdump llvm-objdump)
H A DXCOFFDump.cpp22 Error objdump::getXCOFFRelocationValueString(const XCOFFObjectFile *Obj, in getXCOFFRelocationValueString()
47 objdump::getXCOFFSymbolCsectSMC(const XCOFFObjectFile *Obj, in getXCOFFSymbolCsectSMC()
57 bool objdump::isLabel(const XCOFFObjectFile *Obj, const SymbolRef &Sym) { in isLabel()
67 std::string objdump::getXCOFFSymbolDescription(const SymbolInfoTy &SymbolInfo, in getXCOFFSymbolDescription()
H A Dllvm-objdump.cpp87 using namespace llvm::objdump;
179 bool objdump::ArchiveHeaders;
180 bool objdump::Demangle;
181 bool objdump::Disassemble;
182 bool objdump::DisassembleAll;
183 bool objdump::SymbolDescription;
187 DIDumpType objdump::DwarfDumpType;
191 bool objdump::SectionContents;
193 bool objdump::PrintLines;
195 std::string objdump::MCPU;
[all …]
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dsanity.sh34 for i in size objdump nm ar strip ranlib ; do
39 for i in size objdump nm ar strip ranlib ; do
40 ${BIN}/objdump -ahifdrtxsl ${BIN}/$i > /dev/null
44 for i in size objdump nm ar strip ranlib ; do
54 for i in size objdump nm ar ranlib ; do
H A DNEWS5 * The objdump program has a new command line option -Z/--decompress which
9 In addition when objdump is displaying sections headers (via the -h/--headers
22 * objdump --visualize-jumps is now supported on s390 architecture.
26 - For objdump it can be enabled with "objdump -M insndesc ...".
46 gas, ld, readelf and objdump.
90 * addr2line and objdump --dwarf now support zstd compressed debug sections.
97 * readelf and objdump now have a newly added option --sframe which dumps the
104 * Add an option to objdump and readelf to prevent attempts to access debuginfod
110 * objdump now supports syntax highlighting of disassembler output for some
120 * Tools which display symbols or strings (readelf, strings, nm, objdump)
[all …]
H A DChangeLog-201958 * objdump.c (compare_section): New static var.
70 * testsuite/binutils-all/objdump.exp: Likewise.
79 * objdump.c (disassemble_data): Call disassemble_free_target.
83 * objdump.c (struct objdump_disasm_info): Delete "sec".
133 * objdump.c (dump_dwarf): Call new function instead of calling
153 * objdump.c (disassemble_data): Provide section parameter to
210 * objdump.c (usage): Correct --stop-address description.
366 * objdump.c (main): Fix tabdamage.
373 * objdump.c (dump_ctf): Use the default CTF archive member as the
394 * objdump.c (dump_ctf_archive_member): Dump the CTF header.
[all …]
H A DChangeLog-919731 * objdump.c (objdump_print_addr_with_sym): Remove call to
36 * objdump.c (objdump_print_addr_with_sym): Call disasm_symaddr()
97 * objdump.c (objdump_symbol_at_address): New function. Returns
138 * objdump.c (disassemble_data): Make "--prefix-addresses"
447 * objdump.c (disassemble_data): Don't exit if a file cannot be
474 * objdump.c (read_section_stabs): Likewise.
494 * objdump.c: Include "demangle.h".
504 * binutils.texi, objdump.1: Document -C/--demangle.
506 * objdump.c (usage): Mention --no-show-raw-insn.
509 * binutils.texi, objdump.1: Document --no-show-raw-insn.
[all …]
H A Dmakefile.vms55 OBJDUMPOBJS = objdump.obj,prdbg.obj,$(DEBUG_OBJS),$(ADDL_DEPS),$(OPCODES_DEP)
59 all: config.h size.exe strings.exe objdump.exe nm.exe addr2line.exe
73 objdump.exe: $(OBJDUMPOBJS)
74 link/exe=$@ objdump.obj,prdbg.obj,$(DEBUG_OBJS),$(ADDL_LIBS),$(OPCODES)
H A DChangeLog-201712 * testsuite/binutils-all/arc/objdump.exp (check_assembly): If
14 * testsuite/binutils-all/arm/objdump.exp: Don't return if assembly
16 * testsuite/binutils-all/bfin/objdump.exp: Likewise.
17 * testsuite/binutils-all/hppa/objdump.exp: Likewise.
18 * testsuite/binutils-all/m68k/objdump.exp: Likewise.
19 * testsuite/binutils-all/vax/objdump.exp: Likewise.
23 * testsuite/binutils-all/objdump.exp: Report assembly fails.
41 * testsuite/binutils-all/aarch64/objdump.d: New.
42 * testsuite/binutils-all/aarch64/objdump.s: New.
78 * objdump.c (dump_relocs_in_section): Also check the section's
[all …]
H A DChangeLog-020329 * objdump.c (disassemble_bytes): Subtract rel_offset from printed
70 readelf and objdump.
87 * objdump.c: Wrap long lines, init vars separately from decl.
93 * objdump.c (find_symbol_for_address): Change parameters so
129 * objdump.c: Revert rev 1.81 commit.
150 * objdump.c (display_file): Likewise.
183 * objdump.c: Likewise.
208 * objdump.c (read_section_stabs): Just read one section, return
320 * objdump.c: Refer to init_disassemble_info in comments.
326 * objdump.c (struct objdump_disasm_info): Add new fields
[all …]
H A DChangeLog25 * objdump.c (decompressed_dumps): New local variable.
36 * testsuite/binutils-all/objdump.s: Update expected output.
37 * testsuite/binutils-all/objdump.exp: Add test of -Z -s.
38 * testsuite/binutils-all/objdump.Zs: New file.
200 Rework layout to be similar to that from 'objdump -p'.
220 * objdump.c (wide_output): Change from local to global.
221 * objdump.h (wide_output): Prototype.
223 * testsuite/binutils-all/objdump.exp: Add a test of the new feature.
347 * objdump.c (load_specific_debug_section): Check for excessively
380 * doc/binutils.texi (objdump): Note that the -m option supports
[all …]
H A Dconfigure.com108 $ ALL_FILES="nm,strings,addr2line,size,objdump,prdbg" +-
142 $ write sys$output "Building objdump.exe"
143 $ OBJDUMP_OBJS="objdump.obj,prdbg.obj" + DEBUG_FILES + BULIBS_FILES +-
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dsanity.sh34 for i in size objdump nm ar strip ranlib ; do
39 for i in size objdump nm ar strip ranlib ; do
40 ${BIN}/objdump -ahifdrtxsl ${BIN}/$i > /dev/null
44 for i in size objdump nm ar strip ranlib ; do
54 for i in size objdump nm ar ranlib ; do
H A DChangeLog-201958 * objdump.c (compare_section): New static var.
70 * testsuite/binutils-all/objdump.exp: Likewise.
79 * objdump.c (disassemble_data): Call disassemble_free_target.
83 * objdump.c (struct objdump_disasm_info): Delete "sec".
133 * objdump.c (dump_dwarf): Call new function instead of calling
153 * objdump.c (disassemble_data): Provide section parameter to
210 * objdump.c (usage): Correct --stop-address description.
366 * objdump.c (main): Fix tabdamage.
373 * objdump.c (dump_ctf): Use the default CTF archive member as the
394 * objdump.c (dump_ctf_archive_member): Dump the CTF header.
[all …]
H A DChangeLog-919731 * objdump.c (objdump_print_addr_with_sym): Remove call to
36 * objdump.c (objdump_print_addr_with_sym): Call disasm_symaddr()
97 * objdump.c (objdump_symbol_at_address): New function. Returns
138 * objdump.c (disassemble_data): Make "--prefix-addresses"
447 * objdump.c (disassemble_data): Don't exit if a file cannot be
474 * objdump.c (read_section_stabs): Likewise.
494 * objdump.c: Include "demangle.h".
504 * binutils.texi, objdump.1: Document -C/--demangle.
506 * objdump.c (usage): Mention --no-show-raw-insn.
509 * binutils.texi, objdump.1: Document --no-show-raw-insn.
[all …]
H A Dmakefile.vms55 OBJDUMPOBJS = objdump.obj,prdbg.obj,$(DEBUG_OBJS),$(ADDL_DEPS),$(OPCODES_DEP)
59 all: config.h size.exe strings.exe objdump.exe nm.exe addr2line.exe
73 objdump.exe: $(OBJDUMPOBJS)
74 link/exe=$@ objdump.obj,prdbg.obj,$(DEBUG_OBJS),$(ADDL_LIBS),$(OPCODES)
H A DNEWS7 * Add an option to objdump and readelf to prevent attempts to access debuginfod
13 * objdump now supports syntax highlighting of disassembler output for some
23 * Tools which display symbols or strings (readelf, strings, nm, objdump)
63 * Readelf and objdump can now display and use the contents of .debug_sup
66 * Readelf and objdump will now follow links to separate debug info files by
69 --dwarf=no-follow-links options for objdump. Also the old behaviour can be
144 debuginfod, readelf and objdump can automatically query debuginfod
159 --visualize-jumps command line option for objdump. Currently supported by
178 * Add --source-comment[=<txt>] option to objdump which if present,
191 and --debug-dump=follow) and objdump (--dwarf=links and
[all …]
H A DChangeLog-201712 * testsuite/binutils-all/arc/objdump.exp (check_assembly): If
14 * testsuite/binutils-all/arm/objdump.exp: Don't return if assembly
16 * testsuite/binutils-all/bfin/objdump.exp: Likewise.
17 * testsuite/binutils-all/hppa/objdump.exp: Likewise.
18 * testsuite/binutils-all/m68k/objdump.exp: Likewise.
19 * testsuite/binutils-all/vax/objdump.exp: Likewise.
23 * testsuite/binutils-all/objdump.exp: Report assembly fails.
41 * testsuite/binutils-all/aarch64/objdump.d: New.
42 * testsuite/binutils-all/aarch64/objdump.s: New.
78 * objdump.c (dump_relocs_in_section): Also check the section's
[all …]
H A DChangeLog-020329 * objdump.c (disassemble_bytes): Subtract rel_offset from printed
70 readelf and objdump.
87 * objdump.c: Wrap long lines, init vars separately from decl.
93 * objdump.c (find_symbol_for_address): Change parameters so
129 * objdump.c: Revert rev 1.81 commit.
150 * objdump.c (display_file): Likewise.
183 * objdump.c: Likewise.
208 * objdump.c (read_section_stabs): Just read one section, return
320 * objdump.c: Refer to init_disassemble_info in comments.
326 * objdump.c (struct objdump_disasm_info): Add new fields
[all …]
H A Dconfigure.com108 $ ALL_FILES="nm,strings,addr2line,size,objdump,prdbg" +-
142 $ write sys$output "Building objdump.exe"
143 $ OBJDUMP_OBJS="objdump.obj,prdbg.obj" + DEBUG_FILES + BULIBS_FILES +-
/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Ddemangle_tree.py51 def process_file(path, objdump): argument
55 popen_args = [objdump, '-t', '-demangle', path]
83 def process_one_chunk(pool, chunk_size, objdump, context): argument
117 copier = functools.partial(process_file, objdump=objdump)
137 def process_pending_files(pool, chunk_size, objdump, context): argument
139 process_one_chunk(pool, chunk_size, objdump, context)
179 process_pending_files(pool, pool_size, args.objdump, context)
182 process_one_chunk(pool, pool_size, args.objdump, context)
/netbsd-src/external/apache2/llvm/bin/llvm-objdump/
H A DMakefile3 PROG_CXX= llvm-objdump
8 .PATH: ${LLVM_SRCDIR}/tools/llvm-objdump
10 SRCS= llvm-objdump.cpp \
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dcompare-debug80 for s in `objdump --section-headers "$file" | awk '{ print $2 }'`; do
97 && (objdump --help) 2>&1 | grep ' --\[*section-\]*headers' > /dev/null; then
114 for t in objdump readelf eu-readelf; do
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-objdump.rst1 llvm-objdump - LLVM's object file dumper
4 .. program:: llvm-objdump
9 :program:`llvm-objdump` [*commands*] [*options*] [*filenames...*]
13 The :program:`llvm-objdump` utility prints the contents of object files and
15 :program:`llvm-objdump` will attempt to read from *a.out*. If *-* is used as a
16 file name, :program:`llvm-objdump` will process a file on its standard input
98 Display the version of the :program:`llvm-objdump` executable. Does not stack
110 :program:`llvm-objdump` supports the following options:
247 Ignored for compatibility with GNU objdump.

12345678910>>...23