Page MenuHomeFreeBSD

libdwarf: Handle .rel relocations
ClosedPublic

Authored by emaste on Feb 10 2015, 8:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 10, 11:54 PM
Unknown Object (File)
Thu, Oct 9, 10:53 PM
Unknown Object (File)
Sat, Oct 4, 4:34 PM
Unknown Object (File)
Tue, Sep 23, 1:49 AM
Unknown Object (File)
Sun, Sep 21, 10:26 PM
Unknown Object (File)
Sun, Sep 21, 1:56 AM
Unknown Object (File)
Sep 16 2025, 12:17 AM
Unknown Object (File)
Sep 13 2025, 10:34 PM

Details

Summary

Some architectures have .rel relocations for debug data, so handle it in addition to .rela.

Issue discovered from ctfconvert on un-linked ARM object files.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste retitled this revision from to libdwarf: Handle .rel relocations.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added a reviewer: gnn.
emaste added a subscriber: Unknown Object (MLST).
rpaulo added a reviewer: rpaulo.
rpaulo added a subscriber: rpaulo.

Reviewed.

This revision is now accepted and ready to land.Feb 11 2015, 7:19 PM
emaste edited edge metadata.

Refactor common parts of .rel and .rela handling, based on feedback about non-obvious size==0 return from _dwarf_get_reloc_size

This revision now requires review to proceed.Feb 11 2015, 8:00 PM
gnn edited edge metadata.
This revision is now accepted and ready to land.Feb 11 2015, 10:40 PM
imp added a reviewer: imp.
emaste updated this revision to Diff 3742.

Closed by commit rS278611 (authored by @emaste).