Page MenuHomeFreeBSD

libdwarf: Handle .rel relocations
ClosedPublic

Authored by emaste on Feb 10 2015, 8:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 23, 5:26 AM
Unknown Object (File)
Tue, Apr 23, 5:24 AM
Unknown Object (File)
Tue, Apr 23, 5:20 AM
Unknown Object (File)
Thu, Apr 11, 3:15 PM
Unknown Object (File)
Mar 20 2024, 7:57 AM
Unknown Object (File)
Dec 23 2023, 12:32 PM
Unknown Object (File)
Dec 23 2023, 6:45 AM
Unknown Object (File)
Dec 20 2023, 12:12 AM

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).