mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-04-19 00:50:23 +00:00
Some debuggers/profilers use this metadata to determine which function a given instruction is in; without it they get can confused by local labels (if you haven't stripped those). On the other hand, some tools are still confused even with this metadata. e.g. this fixes `gdb`, but not `perf`. Currently only implemented for ELF. Signed-off-by: Anton Khirnov <anton@khirnov.net> |
||
|---|---|---|
| .. | ||
| aarch64 | ||
| arm | ||
| x86 | ||
| bswapdsp.c | ||
| checkasm.c | ||
| checkasm.h | ||
| dcadsp.c | ||
| fmtconvert.c | ||
| h264pred.c | ||
| h264qpel.c | ||
| hevc_mc.c | ||
| Makefile | ||
| synth_filter.c | ||
| v210enc.c | ||