Page MenuHomeFreeBSD

libdwarf: Handle .rel relocations
ClosedPublic

Authored by emaste on Feb 10 2015, 8:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 26, 7:37 PM
Unknown Object (File)
Sun, May 18, 2:23 AM
Unknown Object (File)
Thu, May 15, 12:10 PM
Unknown Object (File)
Tue, May 6, 10:24 PM
Unknown Object (File)
Apr 21 2025, 7:39 AM
Unknown Object (File)
Apr 21 2025, 6:08 AM
Unknown Object (File)
Apr 18 2025, 1:37 PM
Unknown Object (File)
Apr 16 2025, 1:06 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).