Searched refs:disassembler (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/usr.sbin/acpi/
H A DMakefile.inc17 ${ACPICA_DIR}/components/disassembler \
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanTracer.cpp142 Disassembler *disassembler = GetDisassembler(); local
143 if (disassembler) {
154 disassembler->DecodeInstructions(pc_addr, extractor, 0, 1, false,
157 disassembler->DecodeInstructions(Address(pc), extractor, 0, 1, false,
160 InstructionList &instruction_list = disassembler->GetInstructionList();
H A DStackFrame.cpp1475 /// \param [in] disassembler
1476 /// A disassembler containing instructions valid up to the current PC.
1489 int64_t offset, Disassembler &disassembler,
1537 disassembler.GetInstructionList().GetIndexOfInstructionAtAddress(pc);
1546 // disassembler should do for us.
1548 disassembler.GetInstructionList().GetInstructionAtIndex(ii);
1649 source_path = DoGuessValueAt(frame, origin_register, 0, disassembler,
1660 DoGuessValueAt(frame, origin_register, origin_offset, disassembler,
1488 DoGuessValueAt(StackFrame &frame, ConstString reg, int64_t offset, Disassembler &disassembler, VariableList &variables, const Address &pc) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp175 // is the only disassembler plugin we have...
234 DisassemblerSP disassembler = local
237 if (!disassembler) {
249 } else if (flavor_string != nullptr && !disassembler->FlavorValidForArchSpec(
252 "invalid disassembler flavor \"%s\", using default.\n", flavor_string);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp9 #define DEBUG_TYPE "hexagon-disassembler"
42 /// Hexagon disassembler for all Hexagon platforms.
81 static HexagonDisassembler const &disassembler(void const *Decoder) { function in namespace:__anon2218
86 HexagonDisassembler const &Disassembler = disassembler(Decoder);
721 HexagonDisassembler const &Disassembler = disassembler(Decoder);
730 HexagonDisassembler const &Disassembler = disassembler(Decoder);
740 HexagonDisassembler const &Disassembler = disassembler(Decoder);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h154 virtual size_t Decode(const Disassembler &disassembler,
342 size_t Decode(const Disassembler &disassembler, const DataExtractor &data,
374 // have various internal uses of the disassembler fail because the global
377 // FlavorValidForArchSpec method on the disassembler they got back.
/freebsd-11-stable/contrib/gdb/include/
H A Ddis-asm.h83 display insns. If this is NULL, the target disassembler function
96 /* For use by the disassembler.
98 The bottom 16 bits are for the internal use of the disassembler. */
178 /* Command line options specific to the target disassembler. */
264 /* Fetch the disassembler for a given BFD, if that support is available. */
265 extern disassembler_ftype disassembler (bfd *);
271 /* Document any target specific options available from the disassembler. */
/freebsd-11-stable/contrib/binutils/include/
H A Ddis-asm.h86 display insns. If this is NULL, the target disassembler function
105 /* For use by the disassembler.
107 The bottom 16 bits are for the internal use of the disassembler. */
183 /* Whether the disassembler always needs the relocations. */
202 /* Command line options specific to the target disassembler. */
300 /* Fetch the disassembler for a given BFD, if that support is available. */
301 extern disassembler_ftype disassembler (bfd *);
307 /* Document any target specific options available from the disassembler. */
/freebsd-11-stable/contrib/binutils/opcodes/
H A Ddisassemble.c93 disassembler (abfd) function
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp166 size_t Decode(const lldb_private::Disassembler &disassembler,
237 // disassembler to parse it and get the size.
399 /// Grants exclusive access to the disassembler and initializes it with the
415 /// Evaluates to true if this scope contains a valid disassembler.
1117 // so the disassembler will return all instruction. Without it we will see a
1213 // thumb instruction disassembler.
1223 /* Create alternate disassembler for MIPS16 and microMIPS */
1317 int DisassemblerLLVMC::OpInfoCallback(void *disassembler, uint64_t pc, argument
1320 return static_cast<DisassemblerLLVMC *>(disassembler)
1324 const char *DisassemblerLLVMC::SymbolLookupCallback(void *disassembler, argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp1312 size_t PseudoInstruction::Decode(const lldb_private::Disassembler &disassembler, argument
/freebsd-11-stable/contrib/binutils/binutils/
H A Dobjdump.c25 their own, or inside libraries. It is commonly used as a disassembler,
49 supplied by the disassembler() function. */
123 /* Extra info to pass to the section disassembler and address printing
139 /* Target specific options to the disassembler. */
210 -M, --disassembler-options=OPT Pass text OPT on to the disassembler\n\
260 {"disassembler-options", required_argument, NULL, 'M'},
904 /* Print VMA to INFO. This function is passed to the disassembler
1461 disassembler function which just returns the length
1959 /* Use libopcodes to locate a suitable disassembler
[all...]
/freebsd-11-stable/lib/clang/libllvm/
H A DMakefile1707 DisassemblerTables/-gen-disassembler \

Completed in 235 milliseconds