Home
last modified time | relevance | path

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

/art/compiler/debug/dwarf/
Dheaders.h82 uint64_t cie_address, // Absolute address of last CIE. in WriteFDE() argument
90 CHECK_GE(cie_address, section_address); in WriteFDE()
97 uint32_t cie_pointer = (buffer_address + buffer->size()) - cie_address; in WriteFDE()
101 uint32_t cie_pointer = cie_address - section_address; in WriteFDE()
/art/compiler/debug/
Delf_debug_frame_writer.h217 const Elf_Addr cie_address = cfi_address; in WriteCFISection() local
233 WriteFDE(is64bit, cfi_address, cie_address, in WriteCFISection()