[Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
[このトピックはプレリリース版のため将来変更される可能性があります。また、プレースホルダとしてブランクのトピックが含まれています。]
Most symbols have a defined ___location within the image file. A symbol's ___location is specified with a value from the LocationType enumeration. The symbol may support additional properties depending on its ___location.
The following table shows the most commonly used ___location types and their additional properties.
Location type |
Additional properties |
---|---|
LocIsNull |
none |
LocIsStatic |
IDiaSymbol::get_addressSection IDiaSymbol::get_relativeVirtualAddress (if relative virtual addresses are enabled) IDiaSymbol::get_virtualAddress (if the image base has been set to nonzero) |
LocIsTLS |
|
LocIsRegRel |
|
LocIsThisRel |
|
LocIsEnregistered |
|
LocIsBitField |
|
LocIsSlot |
|
LocIsIlRel |
|
LocInMetaData |
|
LocIsConstant |
See Also
IDiaSymbol::get_addressOffset
IDiaSymbol::get_addressSection
IDiaSymbol::get_bitPosition
IDiaSymbol::get_length
IDiaSymbol::get_locationType
IDiaSymbol::get_offset
IDiaSymbol::get_registerId
IDiaSymbol::get_relativeVirtualAddress
IDiaSymbol::get_slot
IDiaSymbol::get_token
IDiaSymbol::get_value
IDiaSymbol::get_virtualAddress
LocationType
Symbols and Symbol Tags