Searched hist:d133198b4b7cd74205157bacef0eeb5c17508491 (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | dwarf_reloc.c | diff d133198b4b7cd74205157bacef0eeb5c17508491 Thu Feb 12 03:08:44 CET 2015 Ed Maste <emaste@FreeBSD.org> libdwarf: Handle .rel relocations
Some architectures use .rel relocations (for debug data), so they must be handled.
This was discovered from ctfconvert on ARM object files. The lack of relocation handling caused all string lookups to return the string at offset 0 in .debug_str, typically "FreeBSD clang version ..."
Reviewed by: gnn, imp, rpaulo (earlier version) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D1819
|
H A D | libdwarf.c | diff d133198b4b7cd74205157bacef0eeb5c17508491 Thu Feb 12 03:08:44 CET 2015 Ed Maste <emaste@FreeBSD.org> libdwarf: Handle .rel relocations
Some architectures use .rel relocations (for debug data), so they must be handled.
This was discovered from ctfconvert on ARM object files. The lack of relocation handling caused all string lookups to return the string at offset 0 in .debug_str, typically "FreeBSD clang version ..."
Reviewed by: gnn, imp, rpaulo (earlier version) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D1819
|
H A D | dwarf_set_reloc_application.3 | diff d133198b4b7cd74205157bacef0eeb5c17508491 Thu Feb 12 03:08:44 CET 2015 Ed Maste <emaste@FreeBSD.org> libdwarf: Handle .rel relocations
Some architectures use .rel relocations (for debug data), so they must be handled.
This was discovered from ctfconvert on ARM object files. The lack of relocation handling caused all string lookups to return the string at offset 0 in .debug_str, typically "FreeBSD clang version ..."
Reviewed by: gnn, imp, rpaulo (earlier version) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D1819
|
H A D | libdwarf_elf_init.c | diff d133198b4b7cd74205157bacef0eeb5c17508491 Thu Feb 12 03:08:44 CET 2015 Ed Maste <emaste@FreeBSD.org> libdwarf: Handle .rel relocations
Some architectures use .rel relocations (for debug data), so they must be handled.
This was discovered from ctfconvert on ARM object files. The lack of relocation handling caused all string lookups to return the string at offset 0 in .debug_str, typically "FreeBSD clang version ..."
Reviewed by: gnn, imp, rpaulo (earlier version) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D1819
|
H A D | _libdwarf.h | diff d133198b4b7cd74205157bacef0eeb5c17508491 Thu Feb 12 03:08:44 CET 2015 Ed Maste <emaste@FreeBSD.org> libdwarf: Handle .rel relocations
Some architectures use .rel relocations (for debug data), so they must be handled.
This was discovered from ctfconvert on ARM object files. The lack of relocation handling caused all string lookups to return the string at offset 0 in .debug_str, typically "FreeBSD clang version ..."
Reviewed by: gnn, imp, rpaulo (earlier version) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D1819
|