Lines Matching refs:MachORebaseEntry
3480 MachORebaseEntry::MachORebaseEntry(Error *E, const MachOObjectFile *O, in MachORebaseEntry() function in MachORebaseEntry
3485 void MachORebaseEntry::moveToFirst() { in moveToFirst()
3490 void MachORebaseEntry::moveToEnd() { in moveToEnd()
3496 void MachORebaseEntry::moveNext() { in moveNext()
3747 uint64_t MachORebaseEntry::readULEB128(const char **error) { in readULEB128()
3756 int32_t MachORebaseEntry::segmentIndex() const { return SegmentIndex; } in segmentIndex()
3758 uint64_t MachORebaseEntry::segmentOffset() const { return SegmentOffset; } in segmentOffset()
3760 StringRef MachORebaseEntry::typeName() const { in typeName()
3774 StringRef MachORebaseEntry::segmentName() const { in segmentName()
3780 StringRef MachORebaseEntry::sectionName() const { in sectionName()
3786 uint64_t MachORebaseEntry::address() const { in address()
3790 bool MachORebaseEntry::operator==(const MachORebaseEntry &Other) const { in operator ==()
3806 MachORebaseEntry Start(&Err, O, Opcodes, is64); in rebaseTable()
3809 MachORebaseEntry Finish(&Err, O, Opcodes, is64); in rebaseTable()