HomeSort by relevance Sort by last modified time
    Searched defs:Eh_frame (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
ehframe.h 39 class Eh_frame;
51 Eh_frame_hdr(Output_section* eh_frame_section, const Eh_frame*);
53 // Record that we found an unrecognized .eh_frame section.
87 // .eh_frame section, and the FDE encoding.
151 // The .eh_frame section.
153 // The .eh_frame section data.
154 const Eh_frame* eh_frame_data_;
155 // Data from the FDEs in the .eh_frame sections.
157 // Whether we found any .eh_frame sections which we could not
355 // This class manages .eh_frame sections. It discards duplicat
    [all...]
ehframe.cc 61 // of the exception frame section (.eh_frame). This pointer is
82 const Eh_frame* eh_frame_data)
153 // .eh_frame section.
165 // some of the .eh_frame sections, so we can't write out the
180 // We have the offsets of the FDEs in the .eh_frame section. We
215 // Given the offset FDE_OFFSET of an FDE in the .eh_frame section, and
216 // the contents of the .eh_frame section EH_FRAME_CONTENTS, where the
265 // All other cases were rejected in Eh_frame::read_cie.
284 // to reject them by returning false in Eh_frame::read_cie.
293 // Given an array of FDE offsets in the .eh_frame section, return a
    [all...]

Completed in 532 milliseconds