aboutsummaryrefslogtreecommitdiff
path: root/elf/tst-_dl_addr_inside_object.c
AgeCommit message (Collapse)Author
2016-09-30Bug 20292 - Simplify and test _dl_addr_inside_objectCarlos O'Donell
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.