Lines Matching defs:fde_encoding
217 // FDE's encoding is FDE_ENCODING, return the output address of the
226 unsigned char fde_encoding)
233 bool is_signed = (fde_encoding & elfcpp::DW_EH_PE_signed) != 0;
234 int pc_size = fde_encoding & 7;
269 switch (fde_encoding & 0x70)
288 gold_assert((fde_encoding & elfcpp::DW_EH_PE_indirect) == 0);
330 // Eh_frame section within the output section. FDE_ENCODING is the
339 section_offset_type cie_offset, unsigned char fde_encoding,
393 eh_frame_hdr->record_fde(output_offset + offset, fde_encoding);
486 unsigned char fde_encoding = this->fde_encoding_;
492 fde_encoding));
496 fde_encoding, eh_frame_hdr);
798 unsigned char fde_encoding = elfcpp::DW_EH_PE_absptr;
813 fde_encoding = *p;
814 switch (fde_encoding & 7)
925 Cie cie(object, shndx, (pcie - 8) - pcontents, fde_encoding,
1212 (*p).fde_encoding,