Home
last modified time | relevance | path

Searched refs:readelf (Results 1 – 25 of 48) sorted by relevance

12

/freebsd-12.1/contrib/binutils/binutils/po/
H A Dbinutils.pot3204 #: readelf.c:703 readelf.c:731 readelf.c:775 readelf.c:803
3208 #: readelf.c:714 readelf.c:742 readelf.c:786 readelf.c:814
3260 #: readelf.c:1198 readelf.c:1200 readelf.c:1318 readelf.c:1320 readelf.c:1329
3415 #: readelf.c:2817 readelf.c:2845 readelf.c:2849 readelf.c:9898
3562 #: readelf.c:3348 readelf.c:3643 readelf.c:3684 readelf.c:3743 readelf.c:3806
3563 #: readelf.c:4429 readelf.c:4453 readelf.c:5731 readelf.c:5775 readelf.c:5973
3564 #: readelf.c:7007 readelf.c:7021 readelf.c:7378 readelf.c:7394 readelf.c:7533
3565 #: readelf.c:7558 readelf.c:8746 readelf.c:8938 readelf.c:9279 readelf.c:9690
3708 #: readelf.c:4046 readelf.c:4530 readelf.c:4765 readelf.c:5073 readelf.c:5488
3887 #: readelf.c:4730 readelf.c:5149 readelf.c:5163 readelf.c:5503
[all …]
H A DPOTFILES.in45 readelf.c
/freebsd-12.1/contrib/libstdc++/scripts/
H A Dextract_symvers42 readelf="readelf --symbols"
43 if readelf --help | grep -- --wide > /dev/null; then
44 readelf="$readelf --wide"
55 ${readelf} ${lib} | sed '/\.dynsym/,/^$/p;d' | egrep -v ' (LOCAL|UND) ' |\
/freebsd-12.1/contrib/binutils/binutils/
H A DChangeLog-0001264 * readelf.c: Include elf/mmix.h.
336 * readelf.c (error): Likewise.
341 * readelf.c (do_wide): New.
674 (readelf.1): Likewise.
763 * readelf.c: Restore formatting.
778 * readelf.1: Likewise.
1099 * readelf.c: Fix formatting.
1354 * readelf.c: Include elf/cris.h.
1834 * readelf.c (usage): Likewise.
1871 * readelf.c (usage): Likewise.
[all …]
H A DChangeLog-989960 * readelf.c (enum print_mode): New type.
242 * readelf.c: Include "elf/pj.h".
587 * readelf.c (dump_relocations): Fix typo.
601 * readelf.c: Include "elf/i960.h".
858 * readelf.c: Fix compile time warings.
1011 * readelf.c: Add support for the FR30.
1382 (HFILES): Remove readelf.h.
1402 * readelf.h: Removed - no longer needed.
1403 * Makefile.in: Remove readelf.c's dependency upon readelf.h.
1491 * readelf.h: New file: Header file for readelf.c
[all …]
H A DChangeLog-20063 * readelf.c (get_machine_flags): Handle EF_M68K_CPU32_FIDO_A.
19 * readelf.c: Update uses of EF_M68K_*.
44 * readelf.c: Add SPU support.
109 * readelf.c: Add support for Score binaries.
110 * Makefile.am: Update readelf's dependencies.
124 * readelf.c (const_strneq): New macro.
245 * doc/binutils.texi (readelf): Fix spelling typo.
341 (readelf.1): Likewise.
368 * readelf.c (arm_attr_tag_VFP_arch): Add VFPv3.
476 * readelf.c (get_machine_flags): Adjust.
[all …]
H A DChangeLog-020370 readelf and objdump.
71 * doc/binutils.texi (readelf): Likewise.
185 * readelf.c: Likewise.
631 * readelf.c (byte_get_signed): New.
773 * readelf.c: Include "elf/xtensa.h".
793 * readelf.c: Include "libiberty.h".
981 * readelf.c: Include elf/ppc64.h.
1350 * readelf.c: Include elf/i370.h.
1424 * readelf.c: Include "elf/ip2k.h".
1468 * readelf.c: Include "elf/vax.h".
[all …]
H A Dembedspu.sh99 find_prog readelf
101 if which readelf > /dev/null 2> /dev/null; then
102 prog=readelf
H A DChangeLog24 * readelf.c (display_power_gnu_attribute, process_power_specific):
30 * readelf.c (display_mips_gnu_attribute): New.
35 * readelf.c (display_gnu_attribute): New.
181 * readelf.c (process_program_headers): Ignore .dynamic of type
388 * readelf.c (slurp_rela_relocs): Add newline to end of error
413 * readelf.c (debug_apply_rela_addends): Do nothing for SH.
571 * embedspu.sh: Add -W to readelf invocation.
594 * readelf.c (dump_relocations): Don't check for
599 * Makefile.am (readelf.o): Depends on $(INCDIR)/elf/mep.h.
609 * readelf.c: Include "elf/mep.h".
[all …]
H A DNEWS18 * Add "-x NAME" to readelf in addition to "-x NUMBER".
30 * Add "-t/--section-details" to readelf to display section details.
41 * Add "-N/--full-section-name" to readelf to display full section name.
54 * Add "-g/--section-groups" to readelf to display section groups.
61 * readelf can now display address ranges from .debug_range sections. This
85 * readelf can now parse archives.
115 * readelf can handle the extensions to the DWARF2 spec used by the Unified
135 * readelf: Add --wide option to not break section header or segment listing
142 * readelf: Support added for DWARF 2.1 extensions. Support added for
192 * New program: readelf. This displays the contents of ELF format files,
/freebsd-12.1/contrib/elftoolchain/readelf/
H A Dreadelf.c150 struct readelf { struct
2202 dump_ehdr(struct readelf *re) in dump_ehdr()
2400 dump_phdr(struct readelf *re) in dump_phdr()
2537 dump_shdr(struct readelf *re) in dump_shdr()
3140 dump_reloc(struct readelf *re) in dump_reloc()
3499 dump_hash(struct readelf *re) in dump_hash()
3519 dump_notes(struct readelf *re) in dump_notes()
3885 dump_ver(struct readelf *re) in dump_ver()
6720 hex_dump(struct readelf *re) in hex_dump()
6778 str_dump(struct readelf *re) in str_dump()
[all …]
H A DMakefile5 PROG= readelf
6 SRCS= readelf.c
13 MAN1= readelf.1
/freebsd-12.1/usr.bin/readelf/
H A DMakefile4 READELFDIR= ${ELFTCDIR}/readelf
8 PROG= readelf
9 SRCS= readelf.c
/freebsd-12.1/contrib/binutils/binutils/doc/
H A DMakefile.am26 readelf.1 \
99 readelf.1: $(binutils_TEXI) $(binutils_TEXINFOS)
101 -$(TEXI2POD) $(MANCONF) -Dreadelf < $(binutils_TEXI) > readelf.pod
102 -($(POD2MAN) readelf.pod | sed -e '/^.if n .na/d' > [email protected]$$$$ && \
104 rm -f readelf.pod
H A DMakefile.in248 readelf.1 \
649 readelf.1: $(binutils_TEXI) $(binutils_TEXINFOS)
651 -$(TEXI2POD) $(MANCONF) -Dreadelf < $(binutils_TEXI) > readelf.pod
652 -($(POD2MAN) readelf.pod | sed -e '/^.if n .na/d' > [email protected]$$$$ && \
654 rm -f readelf.pod
/freebsd-12.1/contrib/file/src/
H A DMakefile.am11 encoding.c compress.c is_tar.c readelf.c print.c fsmagic.c \
12 funcs.c file.h readelf.h tar.h apptype.c der.c der.h \
H A DMakefile.in139 ascmagic.lo encoding.lo compress.lo is_tar.lo readelf.lo \
346 encoding.c compress.c is_tar.c readelf.c print.c fsmagic.c \
347 funcs.c file.h readelf.h tar.h apptype.c der.c der.h \
522 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readelf.Plo@am__quote@
/freebsd-12.1/contrib/elftoolchain/common/
H A Dnative-elf-format22 LC_ALL=C readelf -h ${tmp_o} | awk '
/freebsd-12.1/targets/pseudo/toolchain/
H A DMakefile.depend18 usr.bin/readelf \
/freebsd-12.1/contrib/netbsd-tests/usr.bin/ld/
H A Dt_section.sh69 readelf -S test |
H A Dt_script.sh194 readelf -S "$1" |
/freebsd-12.1/share/mk/
H A Dlocal.gendirdeps.mk40 Nusr.bin/readelf \
/freebsd-12.1/tools/build/
H A Dcheck-links.sh72 for lib in $(readelf -d $1 | awk '$2 ~ /\(?NEEDED\)?/ { sub(/\[/,"",$NF); sub(/\]/,"",$NF); print $…
/freebsd-12.1/lib/libmagic/
H A DMakefile18 is_tar.c magic.c print.c readcdf.c readelf.c seccomp.c softmagic.c
/freebsd-12.1/contrib/file/
H A DMAINT41 readelf.c file_tryelf()

12