Fix argument passed to phdr_table_get_dynamic_section().
phdr_table_get_dynamic_section() expects to receive the load_bias_,
but ElfView::InitUnmapped() currently passes the load_address.
load_bias_ is calculated as
load_bias_ = load_address - min_vaddr;
As a result, the bug is only exposed when the crazy linker encounters
a library in which min_vaddr is not zero.
BUG=385553
Review URL: https://codereview.chromium.org/
491433003
Cr-Commit-Position: refs/heads/master@{#290837}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290837 0039d316-1c4b-4281-b951-d872f2087c98