OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Cie
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/gold/
ehframe.h
187
// the offset to the
CIE
.
209
// encoding, from the
CIE
. Round up the bytes to ADDRALIGN if
249
// A FDE plus some info from a
CIE
to allow later writing of the FDE.
264
// This class holds a
CIE
.
266
class
Cie
269
Cie
(Relobj* object, unsigned int shndx, section_offset_type input_offset,
281
~
Cie
();
283
// We permit copying a
CIE
when there are no FDEs. This is
285
Cie
(const
Cie
& cie
[
all
...]
ehframe.cc
229
//
CIE
. The PC follows.
329
// offset of the
CIE
in OVIEW. OUTPUT_OFFSET is the offset of the
331
// encoding, from the
CIE
. ADDRALIGN is the required alignment.
347
// length word and the
CIE
offset.
352
// does include the offset to the
CIE
.
356
// Write the offset to the
CIE
as a 32-bit word. This is the
358
//
CIE
address.
398
// Class
Cie
.
402
Cie
::~
Cie
()
[
all
...]
Completed in 40 milliseconds