aboutsummaryrefslogtreecommitdiff
path: root/linker/linked_list.h
AgeCommit message (Expand)Author
2020-01-13Optimize GNU hash linking for large inputsRyan Prichard
2018-10-25Clean up bionic_macros.h a bit.Elliott Hughes
2018-09-25Add noexcept to move constructors and assignment operators.Chih-Hung Hsieh
2018-02-13Switch the rest of our internal headers to #pragma once.Elliott Hughes
2017-02-15Unify linker files under one license (BSD)Dimitry Ivanov
2017-02-10loader: fix d-tor call orderDimitry Ivanov
2016-03-28linker: hide the pointer to soinfoDimitry Ivanov
2015-11-15Introducing linker namespacesDmitriy Ivanov
2015-11-05Fix linked_list::remove_if()Dmitriy Ivanov
2015-04-16Support symbol versioningDmitriy Ivanov
2014-12-02Count references for groups instead of instancesDmitriy Ivanov
2014-10-31Fix symbol lookup order during relocationDmitriy Ivanov
2014-10-23Fix relocation to look for symbols in local groupDmitriy Ivanov
2014-09-08Load libraries in breadth-first orderDmitriy Ivanov
2014-09-02Implement LinkedList::visit()Dmitriy Ivanov
2014-08-29Erase elements in LinkedList::remove_ifDmitriy Ivanov
2014-08-26Enable __cxa_atexit && __cxa_finalize for linkerDmitriy Ivanov
2014-08-13Optimize symbol lookupDmitriy Ivanov
2014-07-29Fix dlsym(3) to do breadth first search.Dmitriy Ivanov
2014-06-03Turn on -Wunused and fix the mistakes it uncovers.Elliott Hughes
2014-05-14Improve detection of already loaded librariesDmitriy Ivanov