OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Eh_frame
(Results
1 - 4
of
4
) sorted by null
/toolchain/binutils/binutils-2.25/gold/
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
...]
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
...]
layout.h
60
class
Eh_frame
;
621
// .
eh_frame
section in OBJECT. SHDR is the section header.
639
// the optimized .
eh_frame
sections have been added to the output
644
// Add .
eh_frame
information for a PLT. The FDE must start with a
[
all
...]
layout.cc
[
all
...]
Completed in 191 milliseconds