Searched refs:addr_width (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/contrib/gdb/gdb/
H A Dsolib.c632 int addr_width; local
637 addr_width = 8 + 4;
642 addr_width = 16 + 4;
660 printf_unfiltered ("%-*s%-*s%-12s%s\n", addr_width, "From",
661 addr_width, "To", "Syms Read",
666 printf_unfiltered ("%-*s", addr_width,
672 printf_unfiltered ("%-*s", addr_width,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DVMRange.h82 uint32_t addr_width = 8) const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp431 int addr_width = 0; local
433 addr_width = target->GetArchitecture().GetAddressByteSize() * 2;
435 if (addr_width == 0)
436 addr_width = 16;
444 s.Printf("0x%*.*" PRIx64, addr_width, addr_width, vaddr);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DVMRange.cpp39 uint32_t addr_width) const {
41 addr_width);

Completed in 136 milliseconds