Searched refs:addr_width (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | solib.c | 632 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-stable/contrib/llvm-project/lldb/source/Utility/ |
| D | VMRange.cpp | 39 uint32_t addr_width) const { in Dump() 41 addr_width); in Dump()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/ |
| D | VMRange.h | 82 uint32_t addr_width = 8) const;
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Core/ |
| D | FormatEntity.cpp | 427 int addr_width = 0; in DumpAddressAndContent() local 429 addr_width = target->GetArchitecture().GetAddressByteSize() * 2; in DumpAddressAndContent() 431 if (addr_width == 0) in DumpAddressAndContent() 432 addr_width = 16; in DumpAddressAndContent() 440 s.Printf("0x%*.*" PRIx64, addr_width, addr_width, vaddr); in DumpAddressAndContent()
|
| /freebsd-12-stable/sys/dev/bwn/ |
| D | if_bwn.c | 7132 u_int addrext_shift, addr_width; in bwn_dma_attach() local 7153 addr_width = BHND_DMA_ADDR_32BIT; in bwn_dma_attach() 7160 addr_width = BHND_DMA_ADDR_32BIT; in bwn_dma_attach() 7167 addr_width = BHND_DMA_ADDR_64BIT; in bwn_dma_attach() 7177 error = bhnd_get_dma_translation(sc->sc_dev, addr_width, 0, &dmat, in bwn_dma_attach()
|