Searched refs:section_address (Results 1 – 1 of 1) sorted by relevance
81 uint64_t section_address, // Absolute address of the section. in WriteFDE() argument90 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()