aboutsummaryrefslogtreecommitdiff
path: root/elf/dl-addr-obj.c
AgeCommit message (Collapse)AuthorFilesLines
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-09-30Bug 20292 - Simplify and test _dl_addr_inside_objectCarlos O'Donell1-0/+75
The function _dl_addr_inside_object is simplified by removing the conditional 'reladdr - l->l_phdr[n].p_vaddr >= 0' which is always true. The function is refactored into it's own object file and a unit test added to verify the correct behaviour of the function.