Home | History | Annotate | Download | only in ItaniumABI

Lines Matching refs:Address

49                                                      Address &dynamic_address)
52 // in the object. That will point to the "address point" within the vtable (not the beginning of the
53 // vtable.) We can then look up the symbol containing this "address point" and that symbol's name
55 // The second pointer above the "address point" is the "offset_to_top". We'll use that to get the
64 // First job, pull out the address at 0 offset from the object.
96 // Now find the symbol that contains this address:
99 Address address_point_address;
231 // The offset_to_top is two pointers above the address.
232 Address offset_to_top_address = address_point_address;
253 // above the original address.