HomeSort by relevance Sort by last modified time
    Searched full:fdes (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/elfutils/libdw/
cfi.h 39 Dwarf_Off offset; /* Our position, as seen in FDEs' CIE_pointer. */
53 uint8_t fde_encoding; /* DW_EH_PE_* for addresses in FDEs. */
56 bool sized_augmentation_data; /* Saw 'z': FDEs have self-sized data. */
95 /* Search tree for the FDEs, indexed by PC address. */
195 /* Enter a CIE encountered while reading through for FDEs. */
cie.c 186 /* Enter a CIE encountered while reading through for FDEs. */
fde.c 118 We've recorded the number of data bytes in FDEs. */
  /toolchain/binutils/binutils-2.27/gold/
ehframe.h 43 // the PT_GNU_EH_FRAME segment to find the list of FDEs. This saves
155 // Data from the FDEs in the .eh_frame sections.
239 // The only linker generated FDEs are for PLT sections, and this
284 // We permit copying a CIE when there are no FDEs. This is
301 // Return the number of FDEs.
307 // followed by all its FDEs. ADDRALIGN is the required address
317 // POST_FDES stashes FDEs created after mappings were done, for later
352 // List of FDEs.
408 // Return the number of FDEs.
ehframe.cc 164 // There are no FDEs, or we didn't recognize the format of the
180 // We have the offsets of the FDEs in the .eh_frame section. We
450 // POST_FDES stashes FDEs created after mappings were done, for later
486 // Write out the associated FDEs.
505 // rewrite the FDEs to point to the merged CIE. This is worthwhile
506 // because in a typical C++ program many FDEs in many different object
759 // these. We can still read the FDEs.
901 // a global symbol. We can still read the FDEs.
1024 // corresponding FDEs. In that case, gold will have discarded
    [all...]
target.cc 208 // Return address and size to plug into eh_frame FDEs associated with a PLT.
  /frameworks/compile/mclinker/include/mcld/LD/
EhFrameReader.h 34 /// CIEs and FDEs
37 /// @return if we read all CIEs and FDEs successfully, return true. Otherwise,
  /toolchain/binutils/binutils-2.27/gas/
dw2gencfi.h 161 /* For out of line tables and FDEs. */
166 /* The list of all FDEs that have been collected. */
  /external/llvm/test/MC/MachO/ARM/
empty-function-nop.ll 6 ; Empty functions need a NOP in them for MachO to prevent DWARF FDEs from
  /external/libunwind/include/
dwarf-eh.h 39 Frame Descriptor Entries (FDEs) in the .eh_frame. The contents of
88 then the entire CIE as well all associated FDEs must be ignored.
95 string as far as FDEs are concerned is as follows:
  /external/google-breakpad/src/client/linux/handler/
exception_handler.cc 493 if (sys_pipe(fdes) == -1) {
503 // Ensure fdes[0] and fdes[1] are invalid file descriptors.
504 fdes[0] = fdes[1] = -1;
511 sys_close(fdes[0]);
512 sys_close(fdes[1]);
522 sys_close(fdes[0]);
523 sys_close(fdes[1]);
542 r = HANDLE_EINTR(sys_write(fdes[1], &okToContinueMessage, sizeof(char)))
    [all...]
exception_handler.h 265 int fdes[2]; member in class:google_breakpad::ExceptionHandler
  /external/curl/lib/
curl_setup.h 357 # define lseek(fdes,offset,whence) _lseeki64(fdes, offset, whence)
359 # define fstat(fdes,stp) _fstati64(fdes, stp)
376 # define lseek(fdes,offset,whence) _lseek(fdes, (long)offset, whence)
377 # define fstat(fdes,stp) _fstat(fdes, stp)
  /external/llvm/docs/
Lexicon.rst 54 Common Information Entry. A kind of CFI used to reduce the size of FDEs.
56 the FDEs. Each FDE then points to its CIE.
  /prebuilts/go/darwin-x86/src/syscall/
zsysnum_openbsd_386.go 38 SYS_GETPEERNAME = 31 // { int sys_getpeername(int fdes, struct sockaddr *asa, \
39 SYS_GETSOCKNAME = 32 // { int sys_getsockname(int fdes, struct sockaddr *asa, \
zsysnum_openbsd_amd64.go 38 SYS_GETPEERNAME = 31 // { int sys_getpeername(int fdes, struct sockaddr *asa, \
39 SYS_GETSOCKNAME = 32 // { int sys_getsockname(int fdes, struct sockaddr *asa, \
zsysnum_openbsd_arm.go 39 SYS_GETPEERNAME = 31 // { int sys_getpeername(int fdes, struct sockaddr *asa, \
40 SYS_GETSOCKNAME = 32 // { int sys_getsockname(int fdes, struct sockaddr *asa, \
  /prebuilts/go/linux-x86/src/syscall/
zsysnum_openbsd_386.go 38 SYS_GETPEERNAME = 31 // { int sys_getpeername(int fdes, struct sockaddr *asa, \
39 SYS_GETSOCKNAME = 32 // { int sys_getsockname(int fdes, struct sockaddr *asa, \
zsysnum_openbsd_amd64.go 38 SYS_GETPEERNAME = 31 // { int sys_getpeername(int fdes, struct sockaddr *asa, \
39 SYS_GETSOCKNAME = 32 // { int sys_getsockname(int fdes, struct sockaddr *asa, \
zsysnum_openbsd_arm.go 39 SYS_GETPEERNAME = 31 // { int sys_getpeername(int fdes, struct sockaddr *asa, \
40 SYS_GETSOCKNAME = 32 // { int sys_getsockname(int fdes, struct sockaddr *asa, \
  /external/libunwind_llvm/src/
Unwind_AppleExtras.cpp 152 // FDEs acquire exclusive access to libgcc_object_info
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
eh-frame2-n32.d 12 # Initial PCs for the FDEs attached to CIE 0xb8
eh-frame1-n32.d 12 # Initial PCs for the FDEs attached to CIE 0xbc
  /toolchain/binutils/binutils-2.27/bfd/
elf-eh-frame.c 626 /* Go through the section contents and work out how many FDEs and
904 /* Chain together the FDEs for each section. */
1147 /* Mark all the relocations against FDEs that relate to code in input
1148 section SEC. The FDEs belong to .eh_frame section EH_FRAME, whose
    [all...]
  /external/google-breakpad/src/common/dwarf/
cfi_assembler.h 72 // FDEs to the user, but does provide EncodedPointer, to emit

Completed in 677 milliseconds

1 2 3 4