Searched refs:FDE (Results 1 – 3 of 3) sorted by relevance
48 using FDE = typename ElfDebugReader<ElfTypes>::FDE; in WriteMinidebugInfo() typedef99 std::deque<std::pair<const FDE*, const CIE*>> entries; in WriteMinidebugInfo()110 [&](const FDE* fde, const CIE* cie) { entries.emplace_back(std::make_pair(fde, cie)); }); in WriteMinidebugInfo()113 constexpr size_t opcode_offset = sizeof(FDE); in WriteMinidebugInfo()120 const FDE* fde = entry.first; in WriteMinidebugInfo()122 FDE new_header = *fde; in WriteMinidebugInfo()124 debug_frame->WriteFully(&new_header, sizeof(FDE)); in WriteMinidebugInfo()125 debug_frame->WriteFully(fde->data() + sizeof(FDE), fde->size() - sizeof(FDE)); in WriteMinidebugInfo()
58 struct FDE : public CFI { struct165 const FDE* fde = Read<FDE>(debug_frame->sh_offset + offset); in VisitDebugFrame()
216 [&](const Reader::FDE* fde, [[maybe_unused]] const Reader::CIE* cie) { in MakeElfFileForJIT()310 [&](const Reader::FDE* fde, [[maybe_unused]] const Reader::CIE* cie) { in PackElfFileForJIT()