Home
last modified time | relevance | path

Searched refs:addr_width (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dsolib.c632 int addr_width; in info_sharedlibrary_command() local
637 addr_width = 8 + 4; in info_sharedlibrary_command()
642 addr_width = 16 + 4; in info_sharedlibrary_command()
660 printf_unfiltered ("%-*s%-*s%-12s%s\n", addr_width, "From", in info_sharedlibrary_command()
661 addr_width, "To", "Syms Read", in info_sharedlibrary_command()
666 printf_unfiltered ("%-*s", addr_width, in info_sharedlibrary_command()
672 printf_unfiltered ("%-*s", addr_width, in info_sharedlibrary_command()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DVMRange.cpp39 void VMRange::Dump(Stream *s, lldb::addr_t offset, uint32_t addr_width) const { in Dump()
41 addr_width); in Dump()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DVMRange.h88 uint32_t addr_width = 8) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DFormatEntity.cpp443 int addr_width = 0; in DumpAddress() local
445 addr_width = target->GetArchitecture().GetAddressByteSize() * 2; in DumpAddress()
447 if (addr_width == 0) in DumpAddress()
448 addr_width = 16; in DumpAddress()
456 s.Printf("0x%*.*" PRIx64, addr_width, addr_width, vaddr); in DumpAddress()
/freebsd-12.1/sys/dev/bwn/
H A Dif_bwn.c7127 u_int addrext_shift, addr_width; in bwn_dma_attach() local
7148 addr_width = BHND_DMA_ADDR_32BIT; in bwn_dma_attach()
7155 addr_width = BHND_DMA_ADDR_32BIT; in bwn_dma_attach()
7162 addr_width = BHND_DMA_ADDR_64BIT; in bwn_dma_attach()
7173 error = bhnd_get_dma_translation(sc->sc_dev, addr_width, 0, &dmat, in bwn_dma_attach()