Lines Matching refs:hdr
48 struct dwarf_eh_frame_hdr *hdr;
142 hdr = (struct dwarf_eh_frame_hdr *) (peh_hdr->p_offset
145 if (hdr->version != DW_EH_VERSION)
148 path, hdr->version);
154 addr = (unw_word_t) (uintptr_t) (hdr + 1);
166 &addr, hdr->eh_frame_ptr_enc, &pi,
172 &addr, hdr->fde_count_enc, &pi,
176 if (hdr->table_enc != (DW_EH_PE_datarel | DW_EH_PE_sdata4))
185 if (hdr->table_enc == DW_EH_PE_omit)
189 hdr->table_enc);
193 if (hdr->fde_count_enc == DW_EH_PE_omit)
195 if (hdr->eh_frame_ptr_enc == DW_EH_PE_omit)
221 + ((uintptr_t) hdr - (uintptr_t) ei->image