Lines Matching full:pfde
197 unsigned char* pfde = oview + 12;
202 elfcpp::Swap<32, big_endian>::writeval(pfde,
204 elfcpp::Swap<32, big_endian>::writeval(pfde + 4,
206 pfde += 8;
209 gold_assert(pfde - oview == oview_size);
981 const unsigned char* pfde,
986 // OFFSET is the distance between the 4 bytes before PFDE to the
989 unsigned int cie_offset = (pfde - 4 - pcontents) - offset + 8;
1018 if (relocs->advance(pfde - pcontents) > 0)
1020 if (relocs->next_offset() != pfde - pcontents)
1033 pc_value = elfcpp::Swap<16, big_endian>::readval(pfde);
1036 pc_value = elfcpp::Swap<32, big_endian>::readval(pfde);
1039 pc_value = elfcpp::Swap_unaligned<64, big_endian>::readval(pfde);
1049 object->add_merge_mapping(this, shndx, (pfde - 8) - pcontents,
1050 pfdeend - (pfde - 8), -1);
1092 address_range = elfcpp::Swap<16, big_endian>::readval(pfde + 2);
1095 address_range = elfcpp::Swap<32, big_endian>::readval(pfde + 4);
1098 address_range = elfcpp::Swap_unaligned<64, big_endian>::readval(pfde + 8);
1108 object->add_merge_mapping(this, shndx, (pfde - 8) - pcontents,
1109 pfdeend - (pfde - 8), -1);
1113 cie->add_fde(new Fde(object, shndx, (pfde - 8) - pcontents,
1114 pfde, pfdeend - pfde));