Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic symbols for dummy object file #24

Open
skintigh opened this issue Mar 17, 2014 · 0 comments
Open

Dynamic symbols for dummy object file #24

skintigh opened this issue Mar 17, 2014 · 0 comments

Comments

@skintigh
Copy link

./tools/dish/DummyObjectFile.cpp:59

    //TODO: Implement?
    report_fatal_error("Dynamic symbols unimplemented in DummyObjectFile");
  }

  section_iterator DummyObjectFile::begin_sections() const {
    DataRefImpl ret;
    ret.p = intptr_t(this->Data);
    return section_iterator(SectionRef(ret, this));
  }

  section_iterator DummyObjectFile::end_sections() const {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant