/frameworks/compile/mclinker/include/mcld/LD/ |
EhFrame.h | 44 /** \class CIE 46 * The CIE structure refers to LSB Core Spec 4.1, chap.10.6. Exception Frames. 48 class CIE : public RegionFragment 51 CIE(MemoryRegion& pRegion); 68 const CIE& pCIE, 71 const CIE& getCIE() const { return m_CIE; } 76 const CIE& m_CIE; 80 typedef std::vector<CIE*> CIEList; 115 /// addCIE - add a CIE entry in EhFrame 116 void addCIE(CIE& pCIE) [all...] |
EhFrameReader.h | 26 * the corresponding CIE and FDE entries. 46 CIE,
|
/external/elfutils/tests/ |
run-show-ciefde.sh | 33 CIE[0]: bytes_in_cie = 16, version = 1, augmenter = "" 34 CIE[0]: code_alignment_factor = 1 35 CIE[0]: data_alignment_factor = fffffffffffffffc 36 CIE[0]: return_address_register = 8 37 CIE[0]: bytes = 0c 04 04 88 01 00 00 48 CIE[0]: bytes_in_cie = 20, version = 1, augmenter = "eh" 49 CIE[0]: code_alignment_factor = 1 50 CIE[0]: data_alignment_factor = fffffffffffffffc 51 CIE[0]: return_address_register = 8 52 CIE[0]: bytes = 0c 04 04 88 0 [all...] |
/external/libffi/src/powerpc/ |
darwin.S | 195 .long 0x0 ; CIE Identifier Tag 196 .byte 0x1 ; CIE Version 197 .ascii "zR\0" ; CIE Augmentation 198 .byte 0x1 ; uleb128 0x1; CIE Code Alignment Factor 199 .byte 0x7c ; sleb128 -4; CIE Data Alignment Factor 200 .byte 0x41 ; CIE RA Column 214 .long LASFDE1-EH_frame1 ; FDE CIE offset
|
darwin_closure.S | 254 .long 0x0 ; CIE Identifier Tag 255 .byte 0x1 ; CIE Version 256 .ascii "zR\0" ; CIE Augmentation 257 .byte 0x1 ; uleb128 0x1; CIE Code Alignment Factor 258 .byte 0x7c ; sleb128 -4; CIE Data Alignment Factor 259 .byte 0x41 ; CIE RA Column 274 .long LASFDE1-EH_frame1 ; FDE CIE offset
|
linux64.S | 146 .4byte 0x0 # CIE Identifier Tag 147 .byte 0x1 # CIE Version 148 .ascii "zR\0" # CIE Augmentation 149 .uleb128 0x1 # CIE Code Alignment Factor 150 .sleb128 -8 # CIE Data Alignment Factor 151 .byte 0x41 # CIE RA Column 162 .4byte .LASFDE1-.Lframe1 # FDE CIE offset
|
linux64_closure.S | 203 .4byte 0x0 # CIE Identifier Tag 204 .byte 0x1 # CIE Version 205 .ascii "zR\0" # CIE Augmentation 206 .uleb128 0x1 # CIE Code Alignment Factor 207 .sleb128 -8 # CIE Data Alignment Factor 208 .byte 0x41 # CIE RA Column 219 .4byte .LASFDE1-.Lframe1 # FDE CIE offset
|
ppc_closure.S | 279 .4byte 0x0 # CIE Identifier Tag 280 .byte 0x1 # CIE Version 282 .ascii "zR\0" # CIE Augmentation 284 .ascii "\0" # CIE Augmentation 286 .uleb128 0x1 # CIE Code Alignment Factor 287 .sleb128 -4 # CIE Data Alignment Factor 288 .byte 0x41 # CIE RA Column 301 .4byte .LASFDE1-.Lframe1 # FDE CIE offset
|
/external/libffi/src/s390/ |
sysv.S | 159 .4byte 0x0 # CIE Identifier Tag 160 .byte 0x1 # CIE Version 161 .ascii "zR\0" # CIE Augmentation 162 .uleb128 0x1 # CIE Code Alignment Factor 163 .sleb128 -4 # CIE Data Alignment Factor 164 .byte 0xe # CIE RA Column 175 .4byte .LASFDE1-.Lframe1 # FDE CIE offset 214 .4byte .LASFDE2-.Lframe1 # FDE CIE offset 358 .4byte 0x0 # CIE Identifier Tag 359 .byte 0x1 # CIE Versio [all...] |
/frameworks/compile/mclinker/lib/LD/ |
EhFrame.cpp | 25 // EhFrame::CIE 27 EhFrame::CIE::CIE(MemoryRegion& pRegion) 35 const EhFrame::CIE& pCIE, 112 void EhFrame::addCIE(EhFrame::CIE& pCIE) 129 for (cie_iterator cie = pOther.cie_begin(); cie != pOther.cie_end(); ++cie) 130 m_CIEs.push_back(*cie);
|
EhFrameReader.cpp | 83 result.kind = CIE; 94 // {CIE, FDE, CIEt} 97 // (CIE FDE*)+ CIEt 104 // CIE \ / CIEt 108 // | CIE | 112 // CIE FDE Term Unknown 118 /* CIE FDE Term Unknown */ 172 // skip Length, Extended Length and CIE ID. 209 // we discard this CIE if the augumentation string is '\0' 211 EhFrame::CIE* cie = new EhFrame::CIE(pRegion) local 317 EhFrame::CIE* cie = new EhFrame::CIE(pRegion); local [all...] |
/external/libffi/src/alpha/ |
osf.S | 306 .4byte 0x0 # CIE Identifier Tag 307 .byte 0x1 # CIE Version 308 .ascii "zR\0" # CIE Augmentation 309 .byte 0x1 # uleb128 0x1; CIE Code Alignment Factor 310 .byte 0x78 # sleb128 -8; CIE Data Alignment Factor 311 .byte 26 # CIE RA Column 322 .4byte $LASFDE1-__FRAME_BEGIN__ # FDE CIE offset 346 .4byte $LASFDE3-__FRAME_BEGIN__ # FDE CIE offset
|
/external/libffi/src/sparc/ |
v8.S | 206 .uaword 0x0 ! CIE Identifier Tag 207 .byte 0x1 ! CIE Version 208 .ascii "zR\0" ! CIE Augmentation 209 .byte 0x1 ! uleb128 0x1; CIE Code Alignment Factor 210 .byte 0x80-WS ! sleb128 -WS; CIE Data Alignment Factor 211 .byte 0xf ! CIE RA Column 226 .uaword .LLASFDE1-.LLframe1 ! FDE CIE offset 249 .uaword .LLASFDE2-.LLframe1 ! FDE CIE offset
|
v9.S | 240 .uaword 0x0 ! CIE Identifier Tag 241 .byte 0x1 ! CIE Version 242 .ascii "zR\0" ! CIE Augmentation 243 .byte 0x1 ! uleb128 0x1; CIE Code Alignment Factor 244 .byte 0x78 ! sleb128 -8; CIE Data Alignment Factor 245 .byte 0xf ! CIE RA Column 260 .uaword .LLASFDE1-.LLframe1 ! FDE CIE offset 283 .uaword .LLASFDE2-.LLframe1 ! FDE CIE offset
|
/external/libffi/src/pa/ |
hpux32.S | 309 .word 0x0 ;# CIE Identifier Tag 310 .byte 0x1 ;# CIE Version 311 .ascii "\0" ;# CIE Augmentation 312 .uleb128 0x1 ;# CIE Code Alignment Factor 313 .sleb128 4 ;# CIE Data Alignment Factor 314 .byte 0x2 ;# CIE RA Column 323 .word L$ASFDE1-L$frame1 ;# FDE CIE offset 351 .word L$ASFDE2-L$frame1 ;# FDE CIE offset
|
linux.S | 298 .word 0x0 ;# CIE Identifier Tag 299 .byte 0x1 ;# CIE Version 300 .ascii "\0" ;# CIE Augmentation 301 .uleb128 0x1 ;# CIE Code Alignment Factor 302 .sleb128 4 ;# CIE Data Alignment Factor 303 .byte 0x2 ;# CIE RA Column 312 .word .LASFDE1-.Lframe1 ;# FDE CIE offset 340 .word .LASFDE2-.Lframe1 ;# FDE CIE offset
|
/external/llvm/lib/DebugInfo/ |
DWARFDebugFrame.cpp | 200 /// \brief DWARF Common Information Entry (CIE) 201 class CIE : public FrameEntry { 205 CIE(DataExtractor D, uint64_t Offset, uint64_t Length, uint8_t Version, 213 ~CIE() { 217 OS << format("%08x %08x %08x CIE", 248 // Each FDE has a CIE it's "linked to". Our FDE contains is constructed with 249 // an offset to the CIE (provided by parsing the FDE header). The CIE itself 263 OS << format("cie=%08x pc=%08x...%08x\n", 281 CIE *LinkedCIE [all...] |
/external/libffi/src/mips/ |
o32.S | 312 .4byte 0x0 # CIE Identifier Tag 313 .byte 0x1 # CIE Version 314 .ascii "zR\0" # CIE Augmentation 315 .uleb128 0x1 # CIE Code Alignment Factor 316 .sleb128 4 # CIE Data Alignment Factor 317 .byte 0x1f # CIE RA Column 328 .4byte $LASFDE0-$Lframe0 # FDE CIE offset 354 .4byte $LASFDE1-$Lframe0 # FDE CIE offset
|
n32.S | 481 .4byte 0x0 # CIE
|
/external/llvm/test/DebugInfo/SystemZ/ |
eh_frame.s | 25 # 00000000 0000001c 00000000 CIE 38 # 00000020 0000001c 00000024 FDE cie=00000000 pc=00000000..00000012
|
eh_frame_personality.s | 39 # 00000000 0000001c 00000000 CIE 52 # 00000020 0000001c 00000024 FDE cie=00000000 pc=00000000..00000012
|
/frameworks/compile/mclinker/include/mcld/ |
IRBuilder.h | 365 /// AppendEhFrame - To append a CIE to the given EhFrame pEhFram. 372 /// @param [in, out] pCIE The appended CIE entry. 375 static uint64_t AppendEhFrame(EhFrame::CIE& pCIE, EhFrame& pEhFrame);
|
/frameworks/compile/mclinker/lib/Core/ |
IRBuilder.cpp | 435 /// AppendEhFrame - To append a CIE to the given EhFrame pEhFram. 436 uint64_t IRBuilder::AppendEhFrame(EhFrame::CIE& pCIE, EhFrame& pEhFrame)
|
/external/valgrind/main/coregrind/m_debuginfo/ |
readdwarf.c | 274 applies for initial lengths for CIE/FDEs and probably in zillions 4011 Int cie; local [all...] |