Home
last modified time | relevance | path

Searched refs:hex_style (Results 1 – 19 of 19) sorted by relevance

/dports/devel/srecord/srecord-1.64/srecord/output/file/
H A Dasm.cc68 if (hex_style) in ~output_file_asm()
133 if (hex_style) in ~output_file_asm()
176 if (hex_style) in ~output_file_asm()
214 hex_style(false) in output_file_asm()
242 hex_style = true; in command_line()
250 hex_style = true; in command_line()
260 hex_style = true; in command_line()
265 hex_style = false; in command_line()
289 if (hex_style) in emit_byte()
327 if (hex_style) in emit_word()
H A Dc.cc456 hex_style(true), in output_file_c()
503 hex_style = true; in command_line()
514 hex_style = true; in command_line()
519 hex_style = false; in command_line()
589 if (hex_style) in emit_byte()
616 if (hex_style) in emit_word()
643 if (hex_style) in format_address()
H A Dasm.h183 bool hex_style; variable
H A Dc.h177 bool hex_style; variable
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Folly/folly/
H A DString.h216 bool hex_style = false);
219 OutputString backslashify(StringPiece input, bool hex_style = false) {
221 backslashify(input, output, hex_style);
H A DString-inl.h510 bool hex_style) { in backslashify() argument
519 if (hex_style) { in backslashify()
/dports/devel/folly/folly-2021.12.27.00/folly/
H A DString.h192 folly::StringPiece input, OutputString& output, bool hex_style = false);
195 OutputString backslashify(StringPiece input, bool hex_style = false) {
197 backslashify(input, output, hex_style);
H A DString-inl.h502 folly::StringPiece input, OutputString& output, bool hex_style) { in backslashify() argument
511 if (hex_style) { in backslashify()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp60 void SetStyle(bool use_hex_immed, HexImmediateStyle hex_style);
235 Disassembler::HexImmediateStyle hex_style = Disassembler::eHexStyleC; in CalculateMnemonicOperandsAndComment() local
241 hex_style = target->GetHexImmediateStyle(); in CalculateMnemonicOperandsAndComment()
260 mc_disasm_ptr->SetStyle(use_hex_immediates, hex_style); in CalculateMnemonicOperandsAndComment()
1003 bool use_hex_immed, HexImmediateStyle hex_style) { in SetStyle() argument
1005 switch (hex_style) { in SetStyle()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp60 void SetStyle(bool use_hex_immed, HexImmediateStyle hex_style);
235 Disassembler::HexImmediateStyle hex_style = Disassembler::eHexStyleC; in CalculateMnemonicOperandsAndComment() local
241 hex_style = target->GetHexImmediateStyle(); in CalculateMnemonicOperandsAndComment()
260 mc_disasm_ptr->SetStyle(use_hex_immediates, hex_style); in CalculateMnemonicOperandsAndComment()
1002 bool use_hex_immed, HexImmediateStyle hex_style) { in SetStyle() argument
1004 switch (hex_style) { in SetStyle()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp60 void SetStyle(bool use_hex_immed, HexImmediateStyle hex_style);
235 Disassembler::HexImmediateStyle hex_style = Disassembler::eHexStyleC; in CalculateMnemonicOperandsAndComment() local
241 hex_style = target->GetHexImmediateStyle(); in CalculateMnemonicOperandsAndComment()
260 mc_disasm_ptr->SetStyle(use_hex_immediates, hex_style); in CalculateMnemonicOperandsAndComment()
1002 bool use_hex_immed, HexImmediateStyle hex_style) { in SetStyle() argument
1004 switch (hex_style) { in SetStyle()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp60 void SetStyle(bool use_hex_immed, HexImmediateStyle hex_style);
235 Disassembler::HexImmediateStyle hex_style = Disassembler::eHexStyleC; in CalculateMnemonicOperandsAndComment() local
241 hex_style = target->GetHexImmediateStyle(); in CalculateMnemonicOperandsAndComment()
260 mc_disasm_ptr->SetStyle(use_hex_immediates, hex_style); in CalculateMnemonicOperandsAndComment()
1003 bool use_hex_immed, HexImmediateStyle hex_style) { in SetStyle() argument
1005 switch (hex_style) { in SetStyle()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp60 void SetStyle(bool use_hex_immed, HexImmediateStyle hex_style);
235 Disassembler::HexImmediateStyle hex_style = Disassembler::eHexStyleC; in CalculateMnemonicOperandsAndComment() local
241 hex_style = target->GetHexImmediateStyle(); in CalculateMnemonicOperandsAndComment()
260 mc_disasm_ptr->SetStyle(use_hex_immediates, hex_style); in CalculateMnemonicOperandsAndComment()
1003 bool use_hex_immed, HexImmediateStyle hex_style) { in SetStyle() argument
1005 switch (hex_style) { in SetStyle()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp60 void SetStyle(bool use_hex_immed, HexImmediateStyle hex_style);
235 Disassembler::HexImmediateStyle hex_style = Disassembler::eHexStyleC; in CalculateMnemonicOperandsAndComment() local
241 hex_style = target->GetHexImmediateStyle(); in CalculateMnemonicOperandsAndComment()
260 mc_disasm_ptr->SetStyle(use_hex_immediates, hex_style); in CalculateMnemonicOperandsAndComment()
1002 bool use_hex_immed, HexImmediateStyle hex_style) { in SetStyle() argument
1004 switch (hex_style) { in SetStyle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp60 void SetStyle(bool use_hex_immed, HexImmediateStyle hex_style);
235 Disassembler::HexImmediateStyle hex_style = Disassembler::eHexStyleC; in CalculateMnemonicOperandsAndComment() local
241 hex_style = target->GetHexImmediateStyle(); in CalculateMnemonicOperandsAndComment()
260 mc_disasm_ptr->SetStyle(use_hex_immediates, hex_style); in CalculateMnemonicOperandsAndComment()
1002 bool use_hex_immed, HexImmediateStyle hex_style) { in SetStyle() argument
1004 switch (hex_style) { in SetStyle()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp60 void SetStyle(bool use_hex_immed, HexImmediateStyle hex_style);
235 Disassembler::HexImmediateStyle hex_style = Disassembler::eHexStyleC;
241 hex_style = target->GetHexImmediateStyle();
260 mc_disasm_ptr->SetStyle(use_hex_immediates, hex_style);
1003 bool use_hex_immed, HexImmediateStyle hex_style) {
1005 switch (hex_style) {
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp60 void SetStyle(bool use_hex_immed, HexImmediateStyle hex_style);
247 Disassembler::HexImmediateStyle hex_style = Disassembler::eHexStyleC; in CalculateMnemonicOperandsAndComment() local
253 hex_style = target->GetHexImmediateStyle(); in CalculateMnemonicOperandsAndComment()
272 mc_disasm_ptr->SetStyle(use_hex_immediates, hex_style); in CalculateMnemonicOperandsAndComment()
1021 bool use_hex_immed, HexImmediateStyle hex_style) { in SetStyle() argument
1023 switch (hex_style) { in SetStyle()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp58 void SetStyle(bool use_hex_immed, HexImmediateStyle hex_style);
291 Disassembler::HexImmediateStyle hex_style = Disassembler::eHexStyleC; in CalculateMnemonicOperandsAndComment() local
297 hex_style = target->GetHexImmediateStyle(); in CalculateMnemonicOperandsAndComment()
316 mc_disasm_ptr->SetStyle(use_hex_immediates, hex_style); in CalculateMnemonicOperandsAndComment()
1054 bool use_hex_immed, HexImmediateStyle hex_style) { in SetStyle() argument
1056 switch (hex_style) { in SetStyle()
/dports/devel/radare2/radare2-5.1.1/libr/util/
H A Dprint.c843 bool hex_style = false; in r_print_hexdump() local
855 hex_style = p->flags & R_PRINT_FLAGS_STYLE; in r_print_hexdump()
920 const char *space = hex_style? ".": " "; in r_print_hexdump()
933 if (hex_style) { in r_print_hexdump()
1012 if (!hex_style) { in r_print_hexdump()
1107 const char *hl = (hex_style && p && p->offname (p->user, addr + j))? Color_INVERT: NULL; in r_print_hexdump()