John Baldwin 2ef404ba00 MFC 308456: Pass the correct flag to find_symdef() from _rtld_bind().
When symbol versioning was added to rtld, the boolean 'in_plt' argument
to find_symdef() was converted to a bitmask of flags.  The first flag
added was 'SYMLOOK_IN_PLT' which replaced the 'in_plt' bool.  This
happened to still work by accident as SYMLOOK_IN_PLT had the value of 1
which is the same as 'true', so there should be no functional change.
2016-12-01 20:36:48 +00:00
..
2016-10-21 08:35:20 +00:00
2016-02-27 02:11:00 +00:00
MFH
2016-03-02 16:14:46 +00:00
2016-06-14 16:55:05 +00:00
MFH
2016-03-02 16:14:46 +00:00
2016-10-19 17:18:48 +00:00