Searched refs:de_offset_size (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/dtrace-118.1/libdwarf/
H A Dpro_init.c148 dbg->de_offset_size = (IS_64BIT(dbg) ? 8 : 4);
162 dbg->de_offset_size = (IS_64BIT(dbg) ? 4 : 4);
178 dbg->de_offset_size = (IS_64BIT(dbg) ? 8 : 4);
200 if (dbg->de_offset_size == 8) {
H A Dpro_reloc_stream.c83 if (reltarget_length == dbg->de_offset_size) {
131 if (reltarget_length == dbg->de_offset_size) {
H A Dpro_types.c112 uword_size = dbg->de_offset_size;
167 int uword_size = dbg->de_offset_size;
H A Dpro_die.c178 int uwordb_size = dbg->de_offset_size;
301 int uwordb_size = dbg->de_offset_size;
342 int uwordb_size = dbg->de_offset_size;
H A Dpro_opaque.h435 unsigned char de_offset_size; /* section offset. Here to member in struct:Dwarf_P_Debug_s
H A Dpro_expr.c445 dbg->de_offset_size);
446 operand_size = dbg->de_offset_size;
H A Dpro_arange.c143 int uword_size = dbg->de_offset_size;
H A Dpro_forms.c536 new_attr->ar_nbytes = dbg->de_offset_size;
537 new_attr->ar_reloc_len = dbg->de_offset_size;
H A Dpro_frame.c267 fde->fde_uwordb_size = dbg->de_offset_size;
H A Dpro_section.c457 int uwordb_size = dbg->de_offset_size;
902 int uwordb_size = dbg->de_offset_size;
1322 int uwordb_size = dbg->de_offset_size;

Completed in 79 milliseconds