Symbol: AddressSize
headers/private/debugger/arch/Architecture.h
61
inline uint8 AddressSize() const { return fAddressSize; }
src/add-ons/kernel/file_systems/nfs4/Connection.cpp
128
if (inet_ntop(fAddress.ss_family, InAddr(), uAddr, AddressSize()) == NULL)
src/add-ons/kernel/file_systems/nfs4/Connection.cpp
675
address.AddressSize());
src/add-ons/kernel/file_systems/nfs4/Connection.cpp
684
fPeerAddress.AddressSize());
src/add-ons/kernel/file_systems/nfs4/Connection.cpp
731
address.AddressSize());
src/add-ons/kernel/file_systems/nfs4/Connection.h
37
socklen_t AddressSize() const;
src/apps/debugger/user_interface/gui/inspector_window/MemoryView.cpp
65
fTargetAddressSize = architecture->AddressSize() * 2;
src/kits/debugger/controllers/TeamDebugger.cpp
1875
if (fTeam->GetArchitecture()->AddressSize() == 4) {
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
1248
byteSize = fArchitecture->AddressSize();
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
1255
byteSize = fArchitecture->AddressSize();
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
651
fArchitecture->AddressSize(), fArchitecture->IsBigEndian(),
src/kits/debugger/debug_info/DwarfTeamDebugInfo.cpp
53
fManager = new(std::nothrow) DwarfManager(fArchitecture->AddressSize(), fArchitecture->IsBigEndian());
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1041
fTypeContext->AddressSize(), fTypeContext->IsBigEndian(),
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1071
fTypeContext->AddressSize(), fTypeContext->IsBigEndian(),
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1096
fTypeContext->AddressSize(), fTypeContext->IsBigEndian(),
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1138
fTypeContext->GetCompilationUnit()->AddressSize(), true, baseType);
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1387
_size = fTypeContext->GetCompilationUnit()->AddressSize();
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1404
fTypeContext->AddressSize(), fTypeContext->IsBigEndian(),
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
629
fTypeContext->AddressSize(), fTypeContext->IsBigEndian(),
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
640
fTypeContext->AddressSize(), fTypeContext->IsBigEndian(),
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
993
fTypeContext->AddressSize(), fTypeContext->IsBigEndian(),
src/kits/debugger/debug_info/DwarfTypes.cpp
1053
typeContext->AddressSize(), typeContext->IsBigEndian(),
src/kits/debugger/debug_info/DwarfTypes.cpp
1089
typeContext->AddressSize(), typeContext->IsBigEndian(),
src/kits/debugger/debug_info/DwarfTypes.cpp
1108
typeContext->AddressSize(), typeContext->IsBigEndian(),
src/kits/debugger/debug_info/DwarfTypes.cpp
172
return fCompilationUnit != NULL ? fCompilationUnit->AddressSize()
src/kits/debugger/debug_info/DwarfTypes.cpp
173
: fArchitecture->AddressSize();
src/kits/debugger/debug_info/DwarfTypes.cpp
262
resultType->SetByteSize(fTypeContext->GetArchitecture()->AddressSize());
src/kits/debugger/debug_info/DwarfTypes.cpp
386
typeContext->AddressSize(), typeContext->IsBigEndian(),
src/kits/debugger/debug_info/DwarfTypes.cpp
798
typeContext->AddressSize(), typeContext->IsBigEndian(),
src/kits/debugger/debug_info/DwarfTypes.cpp
814
typeContext->AddressSize(), typeContext->IsBigEndian(),
src/kits/debugger/debug_info/DwarfTypes.cpp
829
typeContext->AddressSize(), typeContext->IsBigEndian(),
src/kits/debugger/debug_info/DwarfTypes.h
84
uint8 AddressSize() const;
src/kits/debugger/dwarf/BaseUnit.h
51
uint8 AddressSize() const { return fAddressSize; }
src/kits/debugger/dwarf/CompilationUnit.h
74
return AddressSize() == 4 ? 0xffffffffULL : 0xffffffffffffffffULL;
src/kits/debugger/dwarf/DataReader.h
61
uint32 AddressSize() const
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
146
fDataReader.SetTo(expression, size, fContext->AddressSize(), fContext->IsBigEndian());
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
178
fDataReader.SetTo(expression, size, fContext->AddressSize(), fContext->IsBigEndian());
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
227
fDataReader.AddressSize(), fDataReader.IsBigEndian());
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
373
_DereferenceAddress(fContext->AddressSize());
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
381
_DereferenceAddressSpaceAddress(fContext->AddressSize());
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
392
if (fContext->AddressSize() == 4) {
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
437
if (fContext->AddressSize() == 4)
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
613
if (fContext->AddressSize() == 4) {
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
720
if (fContext->AddressSize() == 8) {
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
755
if (fContext->AddressSize() == 8) {
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
807
fDataReader.SetTo(block, size, savedReader.AddressSize(), savedReader.IsBigEndian());
src/kits/debugger/dwarf/DwarfExpressionEvaluator.h
29
uint8 AddressSize() const { return fAddressSize; }
src/kits/debugger/dwarf/DwarfFile.cpp
1292
unit->ContentSize(), unit->AddressSize(), unit->IsBigEndian());
src/kits/debugger/dwarf/DwarfFile.cpp
1336
unit->ContentSize(), unit->AddressSize(), unit->IsBigEndian());
src/kits/debugger/dwarf/DwarfFile.cpp
1482
unit->TotalSize(), unit->AddressSize(), unit->IsBigEndian());
src/kits/debugger/dwarf/DwarfFile.cpp
1597
if (addrBase + index * unit->AddressSize() >= fDebugAddressSection->Size()) {
src/kits/debugger/dwarf/DwarfFile.cpp
1603
+ addrBase + index * unit->AddressSize();
src/kits/debugger/dwarf/DwarfFile.cpp
1605
if (unit->AddressSize() == 8)
src/kits/debugger/dwarf/DwarfFile.cpp
2029
fDebugLineSection->Size() - offset, unit->AddressSize(), unit->IsBigEndian());
src/kits/debugger/dwarf/DwarfFile.cpp
2047
uint8 addressSize = unit->AddressSize();
src/kits/debugger/dwarf/DwarfFile.cpp
2308
unit != NULL ? unit->AddressSize() : addressSize,
src/kits/debugger/dwarf/DwarfFile.cpp
2535
unit != NULL ? unit->AddressSize() : addressSize,
src/kits/debugger/dwarf/DwarfFile.cpp
3178
fDebugLocationSection->Size() - offset, unit->AddressSize(), unit->IsBigEndian());
src/kits/debugger/dwarf/DwarfFile.cpp
740
fDebugRangesSection->Size() - offset, unit->AddressSize(), unit->IsBigEndian());
src/kits/debugger/value/value_nodes/AddressValueNode.cpp
63
if (valueLoader->GetArchitecture()->AddressSize() == 4) {
src/kits/debugger/value/value_nodes/BListValueNode.cpp
205
if (valueLoader->GetArchitecture()->AddressSize() == 4) {
src/kits/debugger/value/value_nodes/BListValueNode.cpp
79
uint8 addressSize = valueLoader->GetArchitecture()->AddressSize();
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
156
if (valueLoader->GetArchitecture()->AddressSize() == 4) {
src/kits/debugger/value/value_nodes/CStringValueNode.cpp
59
if (valueLoader->GetArchitecture()->AddressSize() == 4) {
src/kits/debugger/value/value_nodes/PointerToMemberValueNode.cpp
55
if (valueLoader->GetArchitecture()->AddressSize() == 4) {