HomeSort by: relevance | last modified time | path
    Searched defs:eh_frame_ptr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
dwarf.c 9548 /* Strictly speaking this is the encoding format of the eh_frame_ptr field below. */
9561 uint64_t eh_frame_ptr = get_encoded_eh_value (ptr_enc, start, end, & len); local
9564 warn (_("unable to read eh_frame_ptr field in .eh_frame_hdr section\n"));
9567 printf (_(" Start of frame section: %#" PRIx64), eh_frame_ptr);
9569 uint64_t offset_eh_frame_ptr = encoded_eh_offset (ptr_enc, section, 4, eh_frame_ptr);
9570 if (offset_eh_frame_ptr != eh_frame_ptr)
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf.c 9465 /* Strictly speaking this is the encoding format of the eh_frame_ptr field below. */
9478 uint64_t eh_frame_ptr = get_encoded_eh_value (ptr_enc, start, end, & len); local
9481 warn (_("unable to read eh_frame_ptr field in .eh_frame_hdr section\n"));
9484 printf (_(" Start of frame section: %#" PRIx64), eh_frame_ptr);
9486 uint64_t offset_eh_frame_ptr = encoded_eh_offset (ptr_enc, section, 4, eh_frame_ptr);
9487 if (offset_eh_frame_ptr != eh_frame_ptr)

Completed in 61 milliseconds