HomeFreeBSD

Take r313504 into account when recomputing the string table length.

Description

Take r313504 into account when recomputing the string table length.

When we encounter a USDT probe in a weak symbol, we emit an alias for
the probe function symbol. Such aliases are named differently from the
aliases we emit for probes in local functions, so make sure to take that
difference into account when resizing the output object file's string
table. Otherwise, we underrun the string table buffer.

PR: 223680

Details

Provenance
markjAuthored on
Parents
rS325885: MFC 324993:
Branches
Unknown
Tags
Unknown