about summary refs log tree commit diff
path: root/elf/tst-_dl_addr_inside_object.c
Commit message (Collapse)AuthorAgeFilesLines
* Bug 20292 - Simplify and test _dl_addr_inside_objectCarlos O'Donell2016-09-301-0/+223
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.