Home
last modified time | relevance | path

Searched refs:buffer_address (Results 1 – 2 of 2) sorted by relevance

/art/compiler/debug/dwarf/
Dheaders.h87 uint64_t buffer_address, // Address of buffer in linked application. in WriteFDE() argument
91 CHECK_GE(buffer_address, section_address); in WriteFDE()
97 uint32_t cie_pointer = (buffer_address + buffer->size()) - cie_address; in WriteFDE()
106 code_address -= buffer_address + buffer->size(); in WriteFDE()
110 patch_locations->push_back(buffer_address + buffer->size() - section_address); in WriteFDE()
/art/compiler/debug/
Delf_debug_frame_writer.h218 Elf_Addr buffer_address = cfi_address; in WriteCFISection() local
222 buffer_address += buffer.size(); in WriteCFISection()
231 binary_search_table.push_back(dchecked_integral_cast<uint32_t>(buffer_address)); in WriteCFISection()
235 mi->cfi, format, buffer_address, &buffer, in WriteCFISection()
238 buffer_address += buffer.size(); in WriteCFISection()