HomeSort by relevance Sort by last modified time
    Searched full:header_section (Results 1 - 1 of 1) sorted by null

  /art/compiler/debug/
elf_debug_frame_writer.h 245 auto* header_section = builder->GetEhFrameHdr(); local
246 header_section->Start();
247 uint32_t header_address = dchecked_integral_cast<int32_t>(header_section->GetAddress());
264 header_section->WriteFully(buffer.data(), buffer.size());
270 header_section->WriteFully(binary_search_table.data(), binary_search_table.size());
271 header_section->End();

Completed in 72 milliseconds