Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jun 2018 16:23:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 229046] [meta] objdump removal tracking PR
Message-ID:  <bug-229046-227-GzZRFXlbWO@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-229046-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-229046-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229046

--- Comment #3 from Ed Maste <emaste@freebsd.org> ---
release/picobsd/build/picobsd
used to find lib depends

                i=3D"`objdump -x ${tmp} | \
                        awk '$1 =3D=3D "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 =3D 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

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229046-227-GzZRFXlbWO>