https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229046
--- Comment #3 from Ed Maste <
ema...@freebsd.org> ---
release/picobsd/build/picobsd
used to find lib depends
i="`objdump -x ${tmp} | \
awk '$1 == "NEEDED" { print $2 }' | sort | uniq | tr
'\n' ' '`"
share/man/man5/elf.5
.Xr objdump 1 ,
sys/conf/
kern.pre.mk
seems to be a objcopy typo
# Architecture and output format arguments for objdump to convert image to
# object file
tools/debugscripts/kld_deb.py
j = popen2.popen4('objdump --section-headers "%s" | grep "\.text"' %
p)[0].read().strip().split()
tools/tools/shlib-compat/shlib-compat.py
usr.bin/ldd/sods.c
if (IS_ELF(*(const Elf32_Ehdr*) align_struct(file_base))) {
warnx("%s: this is an ELF program; use objdump to examine", fname);
usr.sbin/asf/asf.c
snprintf(ocbuf, sizeof(ocbuf),
"/usr/bin/objdump --section-headers %s", path);
usr.sbin/pmcannotate/pmcannotate.8
usr.sbin/pmcannotate/pmcannotate.c