Home
last modified time | relevance | path

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

/art/compiler/debug/dwarf/
Dheaders.h81 uint64_t section_address, // Absolute address of the section. in WriteFDE() argument
90 CHECK_GE(cie_address, section_address); in WriteFDE()
91 CHECK_GE(buffer_address, section_address); in WriteFDE()
101 uint32_t cie_pointer = cie_address - section_address; in WriteFDE()
110 patch_locations->push_back(buffer_address + buffer->size() - section_address); in WriteFDE()