Searched refs:fde_offset (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | ehframe.h | 60 record_fde(section_offset_type fde_offset, unsigned char fde_encoding) in record_fde() argument 63 this->fde_offsets_.push_back(std::make_pair(fde_offset, fde_encoding)); in record_fde() 142 section_offset_type fde_offset, unsigned char fde_encoding);
|
| H A D | ehframe.cc | 225 section_offset_type fde_offset, in get_fde_pc() argument 230 const unsigned char* p = eh_frame_contents + fde_offset + 8; in get_fde_pc() 275 pc += eh_frame_address + fde_offset + 8; in get_fde_pc()
|
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | ehframe.h | 60 record_fde(section_offset_type fde_offset, unsigned char fde_encoding) in record_fde() argument 63 this->fde_offsets_.push_back(std::make_pair(fde_offset, fde_encoding)); in record_fde() 142 section_offset_type fde_offset, unsigned char fde_encoding);
|
| H A D | ehframe.cc | 225 section_offset_type fde_offset, in get_fde_pc() argument 230 const unsigned char* p = eh_frame_contents + fde_offset + 8; in get_fde_pc() 275 pc += eh_frame_address + fde_offset + 8; in get_fde_pc()
|
| /netbsd-src/external/bsd/elftoolchain/dist/libdwarf/ |
| H A D | dwarf_frame.c | 196 Dwarf_Signed *cie_index, Dwarf_Off *fde_offset, Dwarf_Error *error) in dwarf_get_fde_range() argument 204 cie_index == NULL || fde_offset == NULL) { in dwarf_get_fde_range() 215 *fde_offset = fde->fde_offset; in dwarf_get_fde_range()
|
| H A D | libdwarf_frame.c | 324 fde->fde_offset = *off; in _dwarf_frame_add_fde() 344 if (cieoff == fde->fde_offset) { in _dwarf_frame_add_fde() 397 fde->fde_instlen = fde->fde_offset + 4 + length - *off; in _dwarf_frame_add_fde() 399 fde->fde_instlen = fde->fde_offset + 12 + length - *off; in _dwarf_frame_add_fde() 409 " fde_instlen=%ju off=%ju\n", fde->fde_offset, fde->fde_length, in _dwarf_frame_add_fde() 1495 fde->fde_offset = offset = ds->ds_size; in _dwarf_frame_gen_fde() 1527 len = ds->ds_size - fde->fde_offset - 4; in _dwarf_frame_gen_fde()
|
| H A D | _libdwarf.h | 246 Dwarf_Unsigned fde_offset; /* Offset of the FDE. */ member
|