Home | History | Annotate | Download | only in dwarf

Lines Matching defs:address

62   // to various base address: the start of the .text section, the
63 // location holding the address itself, and so on. These allow the
80 // The starting address of this CFI section in memory, for
82 // that has is loaded into the program's address space.
85 // The starting address of this file's .text section, for DW_EH_PE_textrel.
88 // The starting address of this file's .got or .eh_frame_hdr section,
108 // Return this CFISection's address size.
172 // Append ADDRESS to this section, in the appropriate size and
174 CFISection &Address(uint64_t address) {
175 Section::Append(endianness(), address_size_, address);
178 CFISection &Address(Label address) {
179 Section::Append(endianness(), address_size_, address);
183 // Append ADDRESS to this section, using ENCODING and BASES. ENCODING
187 // encoding, assume that ADDRESS is where the true address is stored.
192 CFISection &EncodedPointer(uint64_t address) {
193 return EncodedPointer(address, pointer_encoding_, encoded_pointer_bases_);
195 CFISection &EncodedPointer(uint64_t address, DwarfPointerEncoding encoding) {
196 return EncodedPointer(address, encoding, encoded_pointer_bases_);
198 CFISection &EncodedPointer(uint64_t address, DwarfPointerEncoding encoding,
235 // The size of a machine address for the data in this section.
262 // If in_fde_ is true, this is its starting address. We use this for