Lines Matching full:address
102 // initial location, but ignores the base address (selected by the upper
103 // nybble of the encoding), as it's a length, not an address that can be
120 CFISection &CFISection::EncodedPointer(uint64_t address,
128 // that ADDRESS is the address at which the pointer is stored --- in
132 // Find the base address to which this pointer is relative. The upper
145 // Make ADDRESS relative. Yes, this is appropriate even for "absptr"
147 address -= base;
153 // Append ADDRESS to this section in the appropriate form. For the
155 // unsigned encodings, because ADDRESS has already been extended to 64
159 Address(address);
163 ULEB128(address);
167 LEB128(address);
172 D16(address);
177 D32(address);
182 D64(address);