PE/COFF regression in base of code and data calculation
[deliverable/binutils-gdb.git] / binutils / readelf.c
... / ...
CommitLineData
1/* readelf.c -- display contents of an ELF format file
2 Copyright (C) 1998-2016 Free Software Foundation, Inc.
3
4 Originally developed by Eric Youngdale <eric@andante.jic.com>
5 Modifications by Nick Clifton <nickc@redhat.com>
6
7 This file is part of GNU Binutils.
8
9 This program is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 3 of the License, or
12 (at your option) any later version.
13
14 This program is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
18
19 You should have received a copy of the GNU General Public License
20 along with this program; if not, write to the Free Software
21 Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
22 02110-1301, USA. */
23\f
24/* The difference between readelf and objdump:
25
26 Both programs are capable of displaying the contents of ELF format files,
27 so why does the binutils project have two file dumpers ?
28
29 The reason is that objdump sees an ELF file through a BFD filter of the
30 world; if BFD has a bug where, say, it disagrees about a machine constant
31 in e_flags, then the odds are good that it will remain internally
32 consistent. The linker sees it the BFD way, objdump sees it the BFD way,
33 GAS sees it the BFD way. There was need for a tool to go find out what
34 the file actually says.
35
36 This is why the readelf program does not link against the BFD library - it
37 exists as an independent program to help verify the correct working of BFD.
38
39 There is also the case that readelf can provide more information about an
40 ELF file than is provided by objdump. In particular it can display DWARF
41 debugging information which (at the moment) objdump cannot. */
42\f
43#include "sysdep.h"
44#include <assert.h>
45#include <time.h>
46#include <zlib.h>
47#ifdef HAVE_WCHAR_H
48#include <wchar.h>
49#endif
50
51#if __GNUC__ >= 2
52/* Define BFD64 here, even if our default architecture is 32 bit ELF
53 as this will allow us to read in and parse 64bit and 32bit ELF files.
54 Only do this if we believe that the compiler can support a 64 bit
55 data type. For now we only rely on GCC being able to do this. */
56#define BFD64
57#endif
58
59#include "bfd.h"
60#include "bucomm.h"
61#include "elfcomm.h"
62#include "dwarf.h"
63
64#include "elf/common.h"
65#include "elf/external.h"
66#include "elf/internal.h"
67
68
69/* Included here, before RELOC_MACROS_GEN_FUNC is defined, so that
70 we can obtain the H8 reloc numbers. We need these for the
71 get_reloc_size() function. We include h8.h again after defining
72 RELOC_MACROS_GEN_FUNC so that we get the naming function as well. */
73
74#include "elf/h8.h"
75#undef _ELF_H8_H
76
77/* Undo the effects of #including reloc-macros.h. */
78
79#undef START_RELOC_NUMBERS
80#undef RELOC_NUMBER
81#undef FAKE_RELOC
82#undef EMPTY_RELOC
83#undef END_RELOC_NUMBERS
84#undef _RELOC_MACROS_H
85
86/* The following headers use the elf/reloc-macros.h file to
87 automatically generate relocation recognition functions
88 such as elf_mips_reloc_type() */
89
90#define RELOC_MACROS_GEN_FUNC
91
92#include "elf/aarch64.h"
93#include "elf/alpha.h"
94#include "elf/arc.h"
95#include "elf/arm.h"
96#include "elf/avr.h"
97#include "elf/bfin.h"
98#include "elf/cr16.h"
99#include "elf/cris.h"
100#include "elf/crx.h"
101#include "elf/d10v.h"
102#include "elf/d30v.h"
103#include "elf/dlx.h"
104#include "elf/epiphany.h"
105#include "elf/fr30.h"
106#include "elf/frv.h"
107#include "elf/ft32.h"
108#include "elf/h8.h"
109#include "elf/hppa.h"
110#include "elf/i386.h"
111#include "elf/i370.h"
112#include "elf/i860.h"
113#include "elf/i960.h"
114#include "elf/ia64.h"
115#include "elf/ip2k.h"
116#include "elf/lm32.h"
117#include "elf/iq2000.h"
118#include "elf/m32c.h"
119#include "elf/m32r.h"
120#include "elf/m68k.h"
121#include "elf/m68hc11.h"
122#include "elf/mcore.h"
123#include "elf/mep.h"
124#include "elf/metag.h"
125#include "elf/microblaze.h"
126#include "elf/mips.h"
127#include "elf/mmix.h"
128#include "elf/mn10200.h"
129#include "elf/mn10300.h"
130#include "elf/moxie.h"
131#include "elf/mt.h"
132#include "elf/msp430.h"
133#include "elf/nds32.h"
134#include "elf/nios2.h"
135#include "elf/or1k.h"
136#include "elf/pj.h"
137#include "elf/ppc.h"
138#include "elf/ppc64.h"
139#include "elf/rl78.h"
140#include "elf/rx.h"
141#include "elf/s390.h"
142#include "elf/score.h"
143#include "elf/sh.h"
144#include "elf/sparc.h"
145#include "elf/spu.h"
146#include "elf/tic6x.h"
147#include "elf/tilegx.h"
148#include "elf/tilepro.h"
149#include "elf/v850.h"
150#include "elf/vax.h"
151#include "elf/visium.h"
152#include "elf/x86-64.h"
153#include "elf/xc16x.h"
154#include "elf/xgate.h"
155#include "elf/xstormy16.h"
156#include "elf/xtensa.h"
157
158#include "getopt.h"
159#include "libiberty.h"
160#include "safe-ctype.h"
161#include "filenames.h"
162
163#ifndef offsetof
164#define offsetof(TYPE, MEMBER) ((size_t) &(((TYPE *) 0)->MEMBER))
165#endif
166
167typedef struct elf_section_list
168{
169 Elf_Internal_Shdr * hdr;
170 struct elf_section_list * next;
171} elf_section_list;
172
173char * program_name = "readelf";
174static unsigned long archive_file_offset;
175static unsigned long archive_file_size;
176static bfd_size_type current_file_size;
177static unsigned long dynamic_addr;
178static bfd_size_type dynamic_size;
179static size_t dynamic_nent;
180static char * dynamic_strings;
181static unsigned long dynamic_strings_length;
182static char * string_table;
183static unsigned long string_table_length;
184static unsigned long num_dynamic_syms;
185static Elf_Internal_Sym * dynamic_symbols;
186static Elf_Internal_Syminfo * dynamic_syminfo;
187static unsigned long dynamic_syminfo_offset;
188static unsigned int dynamic_syminfo_nent;
189static char program_interpreter[PATH_MAX];
190static bfd_vma dynamic_info[DT_ENCODING];
191static bfd_vma dynamic_info_DT_GNU_HASH;
192static bfd_vma version_info[16];
193static Elf_Internal_Ehdr elf_header;
194static Elf_Internal_Shdr * section_headers;
195static Elf_Internal_Phdr * program_headers;
196static Elf_Internal_Dyn * dynamic_section;
197static elf_section_list * symtab_shndx_list;
198static int show_name;
199static int do_dynamic;
200static int do_syms;
201static int do_dyn_syms;
202static int do_reloc;
203static int do_sections;
204static int do_section_groups;
205static int do_section_details;
206static int do_segments;
207static int do_unwind;
208static int do_using_dynamic;
209static int do_header;
210static int do_dump;
211static int do_version;
212static int do_histogram;
213static int do_debugging;
214static int do_arch;
215static int do_notes;
216static int do_archive_index;
217static int is_32bit_elf;
218static int decompress_dumps;
219
220struct group_list
221{
222 struct group_list * next;
223 unsigned int section_index;
224};
225
226struct group
227{
228 struct group_list * root;
229 unsigned int group_index;
230};
231
232static size_t group_count;
233static struct group * section_groups;
234static struct group ** section_headers_groups;
235
236
237/* Flag bits indicating particular types of dump. */
238#define HEX_DUMP (1 << 0) /* The -x command line switch. */
239#define DISASS_DUMP (1 << 1) /* The -i command line switch. */
240#define DEBUG_DUMP (1 << 2) /* The -w command line switch. */
241#define STRING_DUMP (1 << 3) /* The -p command line switch. */
242#define RELOC_DUMP (1 << 4) /* The -R command line switch. */
243
244typedef unsigned char dump_type;
245
246/* A linked list of the section names for which dumps were requested. */
247struct dump_list_entry
248{
249 char * name;
250 dump_type type;
251 struct dump_list_entry * next;
252};
253static struct dump_list_entry * dump_sects_byname;
254
255/* A dynamic array of flags indicating for which sections a dump
256 has been requested via command line switches. */
257static dump_type * cmdline_dump_sects = NULL;
258static unsigned int num_cmdline_dump_sects = 0;
259
260/* A dynamic array of flags indicating for which sections a dump of
261 some kind has been requested. It is reset on a per-object file
262 basis and then initialised from the cmdline_dump_sects array,
263 the results of interpreting the -w switch, and the
264 dump_sects_byname list. */
265static dump_type * dump_sects = NULL;
266static unsigned int num_dump_sects = 0;
267
268
269/* How to print a vma value. */
270typedef enum print_mode
271{
272 HEX,
273 DEC,
274 DEC_5,
275 UNSIGNED,
276 PREFIX_HEX,
277 FULL_HEX,
278 LONG_HEX
279}
280print_mode;
281
282/* Versioned symbol info. */
283enum versioned_symbol_info
284{
285 symbol_undefined,
286 symbol_hidden,
287 symbol_public
288};
289
290static const char *get_symbol_version_string
291 (FILE *file, int is_dynsym, const char *strtab,
292 unsigned long int strtab_size, unsigned int si,
293 Elf_Internal_Sym *psym, enum versioned_symbol_info *sym_info,
294 unsigned short *vna_other);
295
296#define UNKNOWN -1
297
298#define SECTION_NAME(X) \
299 ((X) == NULL ? _("<none>") \
300 : string_table == NULL ? _("<no-name>") \
301 : ((X)->sh_name >= string_table_length ? _("<corrupt>") \
302 : string_table + (X)->sh_name))
303
304#define DT_VERSIONTAGIDX(tag) (DT_VERNEEDNUM - (tag)) /* Reverse order! */
305
306#define GET_ELF_SYMBOLS(file, section, sym_count) \
307 (is_32bit_elf ? get_32bit_elf_symbols (file, section, sym_count) \
308 : get_64bit_elf_symbols (file, section, sym_count))
309
310#define VALID_DYNAMIC_NAME(offset) ((dynamic_strings != NULL) && (offset < dynamic_strings_length))
311/* GET_DYNAMIC_NAME asssumes that VALID_DYNAMIC_NAME has
312 already been called and verified that the string exists. */
313#define GET_DYNAMIC_NAME(offset) (dynamic_strings + offset)
314
315#define REMOVE_ARCH_BITS(ADDR) \
316 do \
317 { \
318 if (elf_header.e_machine == EM_ARM) \
319 (ADDR) &= ~1; \
320 } \
321 while (0)
322\f
323/* Retrieve NMEMB structures, each SIZE bytes long from FILE starting at OFFSET +
324 the offset of the current archive member, if we are examining an archive.
325 Put the retrieved data into VAR, if it is not NULL. Otherwise allocate a buffer
326 using malloc and fill that. In either case return the pointer to the start of
327 the retrieved data or NULL if something went wrong. If something does go wrong
328 and REASON is not NULL then emit an error message using REASON as part of the
329 context. */
330
331static void *
332get_data (void * var, FILE * file, unsigned long offset, bfd_size_type size,
333 bfd_size_type nmemb, const char * reason)
334{
335 void * mvar;
336 bfd_size_type amt = size * nmemb;
337
338 if (size == 0 || nmemb == 0)
339 return NULL;
340
341 /* If the size_t type is smaller than the bfd_size_type, eg because
342 you are building a 32-bit tool on a 64-bit host, then make sure
343 that when the sizes are cast to (size_t) no information is lost. */
344 if (sizeof (size_t) < sizeof (bfd_size_type)
345 && ( (bfd_size_type) ((size_t) size) != size
346 || (bfd_size_type) ((size_t) nmemb) != nmemb))
347 {
348 if (reason)
349 error (_("Size truncation prevents reading 0x%llx elements of size 0x%llx for %s\n"),
350 (unsigned long long) nmemb, (unsigned long long) size, reason);
351 return NULL;
352 }
353
354 /* Check for size overflow. */
355 if (amt < nmemb)
356 {
357 if (reason)
358 error (_("Size overflow prevents reading 0x%llx elements of size 0x%llx for %s\n"),
359 (unsigned long long) nmemb, (unsigned long long) size, reason);
360 return NULL;
361 }
362
363 /* Be kind to memory chekers (eg valgrind, address sanitizer) by not
364 attempting to allocate memory when the read is bound to fail. */
365 if (amt > current_file_size
366 || offset + archive_file_offset + amt > current_file_size)
367 {
368 if (reason)
369 error (_("Reading 0x%llx bytes extends past end of file for %s\n"),
370 (unsigned long long) amt, reason);
371 return NULL;
372 }
373
374 if (fseek (file, archive_file_offset + offset, SEEK_SET))
375 {
376 if (reason)
377 error (_("Unable to seek to 0x%lx for %s\n"),
378 (unsigned long) archive_file_offset + offset, reason);
379 return NULL;
380 }
381
382 mvar = var;
383 if (mvar == NULL)
384 {
385 /* Check for overflow. */
386 if (nmemb < (~(bfd_size_type) 0 - 1) / size)
387 /* + 1 so that we can '\0' terminate invalid string table sections. */
388 mvar = malloc ((size_t) amt + 1);
389
390 if (mvar == NULL)
391 {
392 if (reason)
393 error (_("Out of memory allocating 0x%llx bytes for %s\n"),
394 (unsigned long long) amt, reason);
395 return NULL;
396 }
397
398 ((char *) mvar)[amt] = '\0';
399 }
400
401 if (fread (mvar, (size_t) size, (size_t) nmemb, file) != nmemb)
402 {
403 if (reason)
404 error (_("Unable to read in 0x%llx bytes of %s\n"),
405 (unsigned long long) amt, reason);
406 if (mvar != var)
407 free (mvar);
408 return NULL;
409 }
410
411 return mvar;
412}
413
414/* Print a VMA value. */
415
416static int
417print_vma (bfd_vma vma, print_mode mode)
418{
419 int nc = 0;
420
421 switch (mode)
422 {
423 case FULL_HEX:
424 nc = printf ("0x");
425 /* Drop through. */
426
427 case LONG_HEX:
428#ifdef BFD64
429 if (is_32bit_elf)
430 return nc + printf ("%8.8" BFD_VMA_FMT "x", vma);
431#endif
432 printf_vma (vma);
433 return nc + 16;
434
435 case DEC_5:
436 if (vma <= 99999)
437 return printf ("%5" BFD_VMA_FMT "d", vma);
438 /* Drop through. */
439
440 case PREFIX_HEX:
441 nc = printf ("0x");
442 /* Drop through. */
443
444 case HEX:
445 return nc + printf ("%" BFD_VMA_FMT "x", vma);
446
447 case DEC:
448 return printf ("%" BFD_VMA_FMT "d", vma);
449
450 case UNSIGNED:
451 return printf ("%" BFD_VMA_FMT "u", vma);
452 }
453 return 0;
454}
455
456/* Display a symbol on stdout. Handles the display of control characters and
457 multibye characters (assuming the host environment supports them).
458
459 Display at most abs(WIDTH) characters, truncating as necessary, unless do_wide is true.
460
461 If WIDTH is negative then ensure that the output is at least (- WIDTH) characters,
462 padding as necessary.
463
464 Returns the number of emitted characters. */
465
466static unsigned int
467print_symbol (int width, const char *symbol)
468{
469 bfd_boolean extra_padding = FALSE;
470 int num_printed = 0;
471#ifdef HAVE_MBSTATE_T
472 mbstate_t state;
473#endif
474 int width_remaining;
475
476 if (width < 0)
477 {
478 /* Keep the width positive. This also helps. */
479 width = - width;
480 extra_padding = TRUE;
481 }
482 assert (width != 0);
483
484 if (do_wide)
485 /* Set the remaining width to a very large value.
486 This simplifies the code below. */
487 width_remaining = INT_MAX;
488 else
489 width_remaining = width;
490
491#ifdef HAVE_MBSTATE_T
492 /* Initialise the multibyte conversion state. */
493 memset (& state, 0, sizeof (state));
494#endif
495
496 while (width_remaining)
497 {
498 size_t n;
499 const char c = *symbol++;
500
501 if (c == 0)
502 break;
503
504 /* Do not print control characters directly as they can affect terminal
505 settings. Such characters usually appear in the names generated
506 by the assembler for local labels. */
507 if (ISCNTRL (c))
508 {
509 if (width_remaining < 2)
510 break;
511
512 printf ("^%c", c + 0x40);
513 width_remaining -= 2;
514 num_printed += 2;
515 }
516 else if (ISPRINT (c))
517 {
518 putchar (c);
519 width_remaining --;
520 num_printed ++;
521 }
522 else
523 {
524#ifdef HAVE_MBSTATE_T
525 wchar_t w;
526#endif
527 /* Let printf do the hard work of displaying multibyte characters. */
528 printf ("%.1s", symbol - 1);
529 width_remaining --;
530 num_printed ++;
531
532#ifdef HAVE_MBSTATE_T
533 /* Try to find out how many bytes made up the character that was
534 just printed. Advance the symbol pointer past the bytes that
535 were displayed. */
536 n = mbrtowc (& w, symbol - 1, MB_CUR_MAX, & state);
537#else
538 n = 1;
539#endif
540 if (n != (size_t) -1 && n != (size_t) -2 && n > 0)
541 symbol += (n - 1);
542 }
543 }
544
545 if (extra_padding && num_printed < width)
546 {
547 /* Fill in the remaining spaces. */
548 printf ("%-*s", width - num_printed, " ");
549 num_printed = width;
550 }
551
552 return num_printed;
553}
554
555/* Returns a pointer to a static buffer containing a printable version of
556 the given section's name. Like print_symbol, except that it does not try
557 to print multibyte characters, it just interprets them as hex values. */
558
559static const char *
560printable_section_name (const Elf_Internal_Shdr * sec)
561{
562#define MAX_PRINT_SEC_NAME_LEN 128
563 static char sec_name_buf [MAX_PRINT_SEC_NAME_LEN + 1];
564 const char * name = SECTION_NAME (sec);
565 char * buf = sec_name_buf;
566 char c;
567 unsigned int remaining = MAX_PRINT_SEC_NAME_LEN;
568
569 while ((c = * name ++) != 0)
570 {
571 if (ISCNTRL (c))
572 {
573 if (remaining < 2)
574 break;
575
576 * buf ++ = '^';
577 * buf ++ = c + 0x40;
578 remaining -= 2;
579 }
580 else if (ISPRINT (c))
581 {
582 * buf ++ = c;
583 remaining -= 1;
584 }
585 else
586 {
587 static char hex[17] = "0123456789ABCDEF";
588
589 if (remaining < 4)
590 break;
591 * buf ++ = '<';
592 * buf ++ = hex[(c & 0xf0) >> 4];
593 * buf ++ = hex[c & 0x0f];
594 * buf ++ = '>';
595 remaining -= 4;
596 }
597
598 if (remaining == 0)
599 break;
600 }
601
602 * buf = 0;
603 return sec_name_buf;
604}
605
606static const char *
607printable_section_name_from_index (unsigned long ndx)
608{
609 if (ndx >= elf_header.e_shnum)
610 return _("<corrupt>");
611
612 return printable_section_name (section_headers + ndx);
613}
614
615/* Return a pointer to section NAME, or NULL if no such section exists. */
616
617static Elf_Internal_Shdr *
618find_section (const char * name)
619{
620 unsigned int i;
621
622 for (i = 0; i < elf_header.e_shnum; i++)
623 if (streq (SECTION_NAME (section_headers + i), name))
624 return section_headers + i;
625
626 return NULL;
627}
628
629/* Return a pointer to a section containing ADDR, or NULL if no such
630 section exists. */
631
632static Elf_Internal_Shdr *
633find_section_by_address (bfd_vma addr)
634{
635 unsigned int i;
636
637 for (i = 0; i < elf_header.e_shnum; i++)
638 {
639 Elf_Internal_Shdr *sec = section_headers + i;
640 if (addr >= sec->sh_addr && addr < sec->sh_addr + sec->sh_size)
641 return sec;
642 }
643
644 return NULL;
645}
646
647static Elf_Internal_Shdr *
648find_section_by_type (unsigned int type)
649{
650 unsigned int i;
651
652 for (i = 0; i < elf_header.e_shnum; i++)
653 {
654 Elf_Internal_Shdr *sec = section_headers + i;
655 if (sec->sh_type == type)
656 return sec;
657 }
658
659 return NULL;
660}
661
662/* Return a pointer to section NAME, or NULL if no such section exists,
663 restricted to the list of sections given in SET. */
664
665static Elf_Internal_Shdr *
666find_section_in_set (const char * name, unsigned int * set)
667{
668 unsigned int i;
669
670 if (set != NULL)
671 {
672 while ((i = *set++) > 0)
673 if (streq (SECTION_NAME (section_headers + i), name))
674 return section_headers + i;
675 }
676
677 return find_section (name);
678}
679
680/* Read an unsigned LEB128 encoded value from p. Set *PLEN to the number of
681 bytes read. */
682
683static inline unsigned long
684read_uleb128 (unsigned char *data,
685 unsigned int *length_return,
686 const unsigned char * const end)
687{
688 return read_leb128 (data, length_return, FALSE, end);
689}
690
691/* Return true if the current file is for IA-64 machine and OpenVMS ABI.
692 This OS has so many departures from the ELF standard that we test it at
693 many places. */
694
695static inline int
696is_ia64_vms (void)
697{
698 return elf_header.e_machine == EM_IA_64
699 && elf_header.e_ident[EI_OSABI] == ELFOSABI_OPENVMS;
700}
701
702/* Guess the relocation size commonly used by the specific machines. */
703
704static int
705guess_is_rela (unsigned int e_machine)
706{
707 switch (e_machine)
708 {
709 /* Targets that use REL relocations. */
710 case EM_386:
711 case EM_IAMCU:
712 case EM_960:
713 case EM_ARM:
714 case EM_D10V:
715 case EM_CYGNUS_D10V:
716 case EM_DLX:
717 case EM_MIPS:
718 case EM_MIPS_RS3_LE:
719 case EM_CYGNUS_M32R:
720 case EM_SCORE:
721 case EM_XGATE:
722 return FALSE;
723
724 /* Targets that use RELA relocations. */
725 case EM_68K:
726 case EM_860:
727 case EM_AARCH64:
728 case EM_ADAPTEVA_EPIPHANY:
729 case EM_ALPHA:
730 case EM_ALTERA_NIOS2:
731 case EM_ARC:
732 case EM_ARC_COMPACT:
733 case EM_ARC_COMPACT2:
734 case EM_AVR:
735 case EM_AVR_OLD:
736 case EM_BLACKFIN:
737 case EM_CR16:
738 case EM_CRIS:
739 case EM_CRX:
740 case EM_D30V:
741 case EM_CYGNUS_D30V:
742 case EM_FR30:
743 case EM_FT32:
744 case EM_CYGNUS_FR30:
745 case EM_CYGNUS_FRV:
746 case EM_H8S:
747 case EM_H8_300:
748 case EM_H8_300H:
749 case EM_IA_64:
750 case EM_IP2K:
751 case EM_IP2K_OLD:
752 case EM_IQ2000:
753 case EM_LATTICEMICO32:
754 case EM_M32C_OLD:
755 case EM_M32C:
756 case EM_M32R:
757 case EM_MCORE:
758 case EM_CYGNUS_MEP:
759 case EM_METAG:
760 case EM_MMIX:
761 case EM_MN10200:
762 case EM_CYGNUS_MN10200:
763 case EM_MN10300:
764 case EM_CYGNUS_MN10300:
765 case EM_MOXIE:
766 case EM_MSP430:
767 case EM_MSP430_OLD:
768 case EM_MT:
769 case EM_NDS32:
770 case EM_NIOS32:
771 case EM_OR1K:
772 case EM_PPC64:
773 case EM_PPC:
774 case EM_RL78:
775 case EM_RX:
776 case EM_S390:
777 case EM_S390_OLD:
778 case EM_SH:
779 case EM_SPARC:
780 case EM_SPARC32PLUS:
781 case EM_SPARCV9:
782 case EM_SPU:
783 case EM_TI_C6000:
784 case EM_TILEGX:
785 case EM_TILEPRO:
786 case EM_V800:
787 case EM_V850:
788 case EM_CYGNUS_V850:
789 case EM_VAX:
790 case EM_VISIUM:
791 case EM_X86_64:
792 case EM_L1OM:
793 case EM_K1OM:
794 case EM_XSTORMY16:
795 case EM_XTENSA:
796 case EM_XTENSA_OLD:
797 case EM_MICROBLAZE:
798 case EM_MICROBLAZE_OLD:
799 return TRUE;
800
801 case EM_68HC05:
802 case EM_68HC08:
803 case EM_68HC11:
804 case EM_68HC16:
805 case EM_FX66:
806 case EM_ME16:
807 case EM_MMA:
808 case EM_NCPU:
809 case EM_NDR1:
810 case EM_PCP:
811 case EM_ST100:
812 case EM_ST19:
813 case EM_ST7:
814 case EM_ST9PLUS:
815 case EM_STARCORE:
816 case EM_SVX:
817 case EM_TINYJ:
818 default:
819 warn (_("Don't know about relocations on this machine architecture\n"));
820 return FALSE;
821 }
822}
823
824static int
825slurp_rela_relocs (FILE * file,
826 unsigned long rel_offset,
827 unsigned long rel_size,
828 Elf_Internal_Rela ** relasp,
829 unsigned long * nrelasp)
830{
831 Elf_Internal_Rela * relas;
832 size_t nrelas;
833 unsigned int i;
834
835 if (is_32bit_elf)
836 {
837 Elf32_External_Rela * erelas;
838
839 erelas = (Elf32_External_Rela *) get_data (NULL, file, rel_offset, 1,
840 rel_size, _("32-bit relocation data"));
841 if (!erelas)
842 return 0;
843
844 nrelas = rel_size / sizeof (Elf32_External_Rela);
845
846 relas = (Elf_Internal_Rela *) cmalloc (nrelas,
847 sizeof (Elf_Internal_Rela));
848
849 if (relas == NULL)
850 {
851 free (erelas);
852 error (_("out of memory parsing relocs\n"));
853 return 0;
854 }
855
856 for (i = 0; i < nrelas; i++)
857 {
858 relas[i].r_offset = BYTE_GET (erelas[i].r_offset);
859 relas[i].r_info = BYTE_GET (erelas[i].r_info);
860 relas[i].r_addend = BYTE_GET_SIGNED (erelas[i].r_addend);
861 }
862
863 free (erelas);
864 }
865 else
866 {
867 Elf64_External_Rela * erelas;
868
869 erelas = (Elf64_External_Rela *) get_data (NULL, file, rel_offset, 1,
870 rel_size, _("64-bit relocation data"));
871 if (!erelas)
872 return 0;
873
874 nrelas = rel_size / sizeof (Elf64_External_Rela);
875
876 relas = (Elf_Internal_Rela *) cmalloc (nrelas,
877 sizeof (Elf_Internal_Rela));
878
879 if (relas == NULL)
880 {
881 free (erelas);
882 error (_("out of memory parsing relocs\n"));
883 return 0;
884 }
885
886 for (i = 0; i < nrelas; i++)
887 {
888 relas[i].r_offset = BYTE_GET (erelas[i].r_offset);
889 relas[i].r_info = BYTE_GET (erelas[i].r_info);
890 relas[i].r_addend = BYTE_GET_SIGNED (erelas[i].r_addend);
891
892 /* The #ifdef BFD64 below is to prevent a compile time
893 warning. We know that if we do not have a 64 bit data
894 type that we will never execute this code anyway. */
895#ifdef BFD64
896 if (elf_header.e_machine == EM_MIPS
897 && elf_header.e_ident[EI_DATA] != ELFDATA2MSB)
898 {
899 /* In little-endian objects, r_info isn't really a
900 64-bit little-endian value: it has a 32-bit
901 little-endian symbol index followed by four
902 individual byte fields. Reorder INFO
903 accordingly. */
904 bfd_vma inf = relas[i].r_info;
905 inf = (((inf & 0xffffffff) << 32)
906 | ((inf >> 56) & 0xff)
907 | ((inf >> 40) & 0xff00)
908 | ((inf >> 24) & 0xff0000)
909 | ((inf >> 8) & 0xff000000));
910 relas[i].r_info = inf;
911 }
912#endif /* BFD64 */
913 }
914
915 free (erelas);
916 }
917 *relasp = relas;
918 *nrelasp = nrelas;
919 return 1;
920}
921
922static int
923slurp_rel_relocs (FILE * file,
924 unsigned long rel_offset,
925 unsigned long rel_size,
926 Elf_Internal_Rela ** relsp,
927 unsigned long * nrelsp)
928{
929 Elf_Internal_Rela * rels;
930 size_t nrels;
931 unsigned int i;
932
933 if (is_32bit_elf)
934 {
935 Elf32_External_Rel * erels;
936
937 erels = (Elf32_External_Rel *) get_data (NULL, file, rel_offset, 1,
938 rel_size, _("32-bit relocation data"));
939 if (!erels)
940 return 0;
941
942 nrels = rel_size / sizeof (Elf32_External_Rel);
943
944 rels = (Elf_Internal_Rela *) cmalloc (nrels, sizeof (Elf_Internal_Rela));
945
946 if (rels == NULL)
947 {
948 free (erels);
949 error (_("out of memory parsing relocs\n"));
950 return 0;
951 }
952
953 for (i = 0; i < nrels; i++)
954 {
955 rels[i].r_offset = BYTE_GET (erels[i].r_offset);
956 rels[i].r_info = BYTE_GET (erels[i].r_info);
957 rels[i].r_addend = 0;
958 }
959
960 free (erels);
961 }
962 else
963 {
964 Elf64_External_Rel * erels;
965
966 erels = (Elf64_External_Rel *) get_data (NULL, file, rel_offset, 1,
967 rel_size, _("64-bit relocation data"));
968 if (!erels)
969 return 0;
970
971 nrels = rel_size / sizeof (Elf64_External_Rel);
972
973 rels = (Elf_Internal_Rela *) cmalloc (nrels, sizeof (Elf_Internal_Rela));
974
975 if (rels == NULL)
976 {
977 free (erels);
978 error (_("out of memory parsing relocs\n"));
979 return 0;
980 }
981
982 for (i = 0; i < nrels; i++)
983 {
984 rels[i].r_offset = BYTE_GET (erels[i].r_offset);
985 rels[i].r_info = BYTE_GET (erels[i].r_info);
986 rels[i].r_addend = 0;
987
988 /* The #ifdef BFD64 below is to prevent a compile time
989 warning. We know that if we do not have a 64 bit data
990 type that we will never execute this code anyway. */
991#ifdef BFD64
992 if (elf_header.e_machine == EM_MIPS
993 && elf_header.e_ident[EI_DATA] != ELFDATA2MSB)
994 {
995 /* In little-endian objects, r_info isn't really a
996 64-bit little-endian value: it has a 32-bit
997 little-endian symbol index followed by four
998 individual byte fields. Reorder INFO
999 accordingly. */
1000 bfd_vma inf = rels[i].r_info;
1001 inf = (((inf & 0xffffffff) << 32)
1002 | ((inf >> 56) & 0xff)
1003 | ((inf >> 40) & 0xff00)
1004 | ((inf >> 24) & 0xff0000)
1005 | ((inf >> 8) & 0xff000000));
1006 rels[i].r_info = inf;
1007 }
1008#endif /* BFD64 */
1009 }
1010
1011 free (erels);
1012 }
1013 *relsp = rels;
1014 *nrelsp = nrels;
1015 return 1;
1016}
1017
1018/* Returns the reloc type extracted from the reloc info field. */
1019
1020static unsigned int
1021get_reloc_type (bfd_vma reloc_info)
1022{
1023 if (is_32bit_elf)
1024 return ELF32_R_TYPE (reloc_info);
1025
1026 switch (elf_header.e_machine)
1027 {
1028 case EM_MIPS:
1029 /* Note: We assume that reloc_info has already been adjusted for us. */
1030 return ELF64_MIPS_R_TYPE (reloc_info);
1031
1032 case EM_SPARCV9:
1033 return ELF64_R_TYPE_ID (reloc_info);
1034
1035 default:
1036 return ELF64_R_TYPE (reloc_info);
1037 }
1038}
1039
1040/* Return the symbol index extracted from the reloc info field. */
1041
1042static bfd_vma
1043get_reloc_symindex (bfd_vma reloc_info)
1044{
1045 return is_32bit_elf ? ELF32_R_SYM (reloc_info) : ELF64_R_SYM (reloc_info);
1046}
1047
1048static inline bfd_boolean
1049uses_msp430x_relocs (void)
1050{
1051 return
1052 elf_header.e_machine == EM_MSP430 /* Paranoia. */
1053 /* GCC uses osabi == ELFOSBI_STANDALONE. */
1054 && (((elf_header.e_flags & EF_MSP430_MACH) == E_MSP430_MACH_MSP430X)
1055 /* TI compiler uses ELFOSABI_NONE. */
1056 || (elf_header.e_ident[EI_OSABI] == ELFOSABI_NONE));
1057}
1058
1059/* Display the contents of the relocation data found at the specified
1060 offset. */
1061
1062static void
1063dump_relocations (FILE * file,
1064 unsigned long rel_offset,
1065 unsigned long rel_size,
1066 Elf_Internal_Sym * symtab,
1067 unsigned long nsyms,
1068 char * strtab,
1069 unsigned long strtablen,
1070 int is_rela,
1071 int is_dynsym)
1072{
1073 unsigned int i;
1074 Elf_Internal_Rela * rels;
1075
1076 if (is_rela == UNKNOWN)
1077 is_rela = guess_is_rela (elf_header.e_machine);
1078
1079 if (is_rela)
1080 {
1081 if (!slurp_rela_relocs (file, rel_offset, rel_size, &rels, &rel_size))
1082 return;
1083 }
1084 else
1085 {
1086 if (!slurp_rel_relocs (file, rel_offset, rel_size, &rels, &rel_size))
1087 return;
1088 }
1089
1090 if (is_32bit_elf)
1091 {
1092 if (is_rela)
1093 {
1094 if (do_wide)
1095 printf (_(" Offset Info Type Sym. Value Symbol's Name + Addend\n"));
1096 else
1097 printf (_(" Offset Info Type Sym.Value Sym. Name + Addend\n"));
1098 }
1099 else
1100 {
1101 if (do_wide)
1102 printf (_(" Offset Info Type Sym. Value Symbol's Name\n"));
1103 else
1104 printf (_(" Offset Info Type Sym.Value Sym. Name\n"));
1105 }
1106 }
1107 else
1108 {
1109 if (is_rela)
1110 {
1111 if (do_wide)
1112 printf (_(" Offset Info Type Symbol's Value Symbol's Name + Addend\n"));
1113 else
1114 printf (_(" Offset Info Type Sym. Value Sym. Name + Addend\n"));
1115 }
1116 else
1117 {
1118 if (do_wide)
1119 printf (_(" Offset Info Type Symbol's Value Symbol's Name\n"));
1120 else
1121 printf (_(" Offset Info Type Sym. Value Sym. Name\n"));
1122 }
1123 }
1124
1125 for (i = 0; i < rel_size; i++)
1126 {
1127 const char * rtype;
1128 bfd_vma offset;
1129 bfd_vma inf;
1130 bfd_vma symtab_index;
1131 bfd_vma type;
1132
1133 offset = rels[i].r_offset;
1134 inf = rels[i].r_info;
1135
1136 type = get_reloc_type (inf);
1137 symtab_index = get_reloc_symindex (inf);
1138
1139 if (is_32bit_elf)
1140 {
1141 printf ("%8.8lx %8.8lx ",
1142 (unsigned long) offset & 0xffffffff,
1143 (unsigned long) inf & 0xffffffff);
1144 }
1145 else
1146 {
1147#if BFD_HOST_64BIT_LONG
1148 printf (do_wide
1149 ? "%16.16lx %16.16lx "
1150 : "%12.12lx %12.12lx ",
1151 offset, inf);
1152#elif BFD_HOST_64BIT_LONG_LONG
1153#ifndef __MSVCRT__
1154 printf (do_wide
1155 ? "%16.16llx %16.16llx "
1156 : "%12.12llx %12.12llx ",
1157 offset, inf);
1158#else
1159 printf (do_wide
1160 ? "%16.16I64x %16.16I64x "
1161 : "%12.12I64x %12.12I64x ",
1162 offset, inf);
1163#endif
1164#else
1165 printf (do_wide
1166 ? "%8.8lx%8.8lx %8.8lx%8.8lx "
1167 : "%4.4lx%8.8lx %4.4lx%8.8lx ",
1168 _bfd_int64_high (offset),
1169 _bfd_int64_low (offset),
1170 _bfd_int64_high (inf),
1171 _bfd_int64_low (inf));
1172#endif
1173 }
1174
1175 switch (elf_header.e_machine)
1176 {
1177 default:
1178 rtype = NULL;
1179 break;
1180
1181 case EM_AARCH64:
1182 rtype = elf_aarch64_reloc_type (type);
1183 break;
1184
1185 case EM_M32R:
1186 case EM_CYGNUS_M32R:
1187 rtype = elf_m32r_reloc_type (type);
1188 break;
1189
1190 case EM_386:
1191 case EM_IAMCU:
1192 rtype = elf_i386_reloc_type (type);
1193 break;
1194
1195 case EM_68HC11:
1196 case EM_68HC12:
1197 rtype = elf_m68hc11_reloc_type (type);
1198 break;
1199
1200 case EM_68K:
1201 rtype = elf_m68k_reloc_type (type);
1202 break;
1203
1204 case EM_960:
1205 rtype = elf_i960_reloc_type (type);
1206 break;
1207
1208 case EM_AVR:
1209 case EM_AVR_OLD:
1210 rtype = elf_avr_reloc_type (type);
1211 break;
1212
1213 case EM_OLD_SPARCV9:
1214 case EM_SPARC32PLUS:
1215 case EM_SPARCV9:
1216 case EM_SPARC:
1217 rtype = elf_sparc_reloc_type (type);
1218 break;
1219
1220 case EM_SPU:
1221 rtype = elf_spu_reloc_type (type);
1222 break;
1223
1224 case EM_V800:
1225 rtype = v800_reloc_type (type);
1226 break;
1227 case EM_V850:
1228 case EM_CYGNUS_V850:
1229 rtype = v850_reloc_type (type);
1230 break;
1231
1232 case EM_D10V:
1233 case EM_CYGNUS_D10V:
1234 rtype = elf_d10v_reloc_type (type);
1235 break;
1236
1237 case EM_D30V:
1238 case EM_CYGNUS_D30V:
1239 rtype = elf_d30v_reloc_type (type);
1240 break;
1241
1242 case EM_DLX:
1243 rtype = elf_dlx_reloc_type (type);
1244 break;
1245
1246 case EM_SH:
1247 rtype = elf_sh_reloc_type (type);
1248 break;
1249
1250 case EM_MN10300:
1251 case EM_CYGNUS_MN10300:
1252 rtype = elf_mn10300_reloc_type (type);
1253 break;
1254
1255 case EM_MN10200:
1256 case EM_CYGNUS_MN10200:
1257 rtype = elf_mn10200_reloc_type (type);
1258 break;
1259
1260 case EM_FR30:
1261 case EM_CYGNUS_FR30:
1262 rtype = elf_fr30_reloc_type (type);
1263 break;
1264
1265 case EM_CYGNUS_FRV:
1266 rtype = elf_frv_reloc_type (type);
1267 break;
1268
1269 case EM_FT32:
1270 rtype = elf_ft32_reloc_type (type);
1271 break;
1272
1273 case EM_MCORE:
1274 rtype = elf_mcore_reloc_type (type);
1275 break;
1276
1277 case EM_MMIX:
1278 rtype = elf_mmix_reloc_type (type);
1279 break;
1280
1281 case EM_MOXIE:
1282 rtype = elf_moxie_reloc_type (type);
1283 break;
1284
1285 case EM_MSP430:
1286 if (uses_msp430x_relocs ())
1287 {
1288 rtype = elf_msp430x_reloc_type (type);
1289 break;
1290 }
1291 case EM_MSP430_OLD:
1292 rtype = elf_msp430_reloc_type (type);
1293 break;
1294
1295 case EM_NDS32:
1296 rtype = elf_nds32_reloc_type (type);
1297 break;
1298
1299 case EM_PPC:
1300 rtype = elf_ppc_reloc_type (type);
1301 break;
1302
1303 case EM_PPC64:
1304 rtype = elf_ppc64_reloc_type (type);
1305 break;
1306
1307 case EM_MIPS:
1308 case EM_MIPS_RS3_LE:
1309 rtype = elf_mips_reloc_type (type);
1310 break;
1311
1312 case EM_ALPHA:
1313 rtype = elf_alpha_reloc_type (type);
1314 break;
1315
1316 case EM_ARM:
1317 rtype = elf_arm_reloc_type (type);
1318 break;
1319
1320 case EM_ARC:
1321 case EM_ARC_COMPACT:
1322 case EM_ARC_COMPACT2:
1323 rtype = elf_arc_reloc_type (type);
1324 break;
1325
1326 case EM_PARISC:
1327 rtype = elf_hppa_reloc_type (type);
1328 break;
1329
1330 case EM_H8_300:
1331 case EM_H8_300H:
1332 case EM_H8S:
1333 rtype = elf_h8_reloc_type (type);
1334 break;
1335
1336 case EM_OR1K:
1337 rtype = elf_or1k_reloc_type (type);
1338 break;
1339
1340 case EM_PJ:
1341 case EM_PJ_OLD:
1342 rtype = elf_pj_reloc_type (type);
1343 break;
1344 case EM_IA_64:
1345 rtype = elf_ia64_reloc_type (type);
1346 break;
1347
1348 case EM_CRIS:
1349 rtype = elf_cris_reloc_type (type);
1350 break;
1351
1352 case EM_860:
1353 rtype = elf_i860_reloc_type (type);
1354 break;
1355
1356 case EM_X86_64:
1357 case EM_L1OM:
1358 case EM_K1OM:
1359 rtype = elf_x86_64_reloc_type (type);
1360 break;
1361
1362 case EM_S370:
1363 rtype = i370_reloc_type (type);
1364 break;
1365
1366 case EM_S390_OLD:
1367 case EM_S390:
1368 rtype = elf_s390_reloc_type (type);
1369 break;
1370
1371 case EM_SCORE:
1372 rtype = elf_score_reloc_type (type);
1373 break;
1374
1375 case EM_XSTORMY16:
1376 rtype = elf_xstormy16_reloc_type (type);
1377 break;
1378
1379 case EM_CRX:
1380 rtype = elf_crx_reloc_type (type);
1381 break;
1382
1383 case EM_VAX:
1384 rtype = elf_vax_reloc_type (type);
1385 break;
1386
1387 case EM_VISIUM:
1388 rtype = elf_visium_reloc_type (type);
1389 break;
1390
1391 case EM_ADAPTEVA_EPIPHANY:
1392 rtype = elf_epiphany_reloc_type (type);
1393 break;
1394
1395 case EM_IP2K:
1396 case EM_IP2K_OLD:
1397 rtype = elf_ip2k_reloc_type (type);
1398 break;
1399
1400 case EM_IQ2000:
1401 rtype = elf_iq2000_reloc_type (type);
1402 break;
1403
1404 case EM_XTENSA_OLD:
1405 case EM_XTENSA:
1406 rtype = elf_xtensa_reloc_type (type);
1407 break;
1408
1409 case EM_LATTICEMICO32:
1410 rtype = elf_lm32_reloc_type (type);
1411 break;
1412
1413 case EM_M32C_OLD:
1414 case EM_M32C:
1415 rtype = elf_m32c_reloc_type (type);
1416 break;
1417
1418 case EM_MT:
1419 rtype = elf_mt_reloc_type (type);
1420 break;
1421
1422 case EM_BLACKFIN:
1423 rtype = elf_bfin_reloc_type (type);
1424 break;
1425
1426 case EM_CYGNUS_MEP:
1427 rtype = elf_mep_reloc_type (type);
1428 break;
1429
1430 case EM_CR16:
1431 rtype = elf_cr16_reloc_type (type);
1432 break;
1433
1434 case EM_MICROBLAZE:
1435 case EM_MICROBLAZE_OLD:
1436 rtype = elf_microblaze_reloc_type (type);
1437 break;
1438
1439 case EM_RL78:
1440 rtype = elf_rl78_reloc_type (type);
1441 break;
1442
1443 case EM_RX:
1444 rtype = elf_rx_reloc_type (type);
1445 break;
1446
1447 case EM_METAG:
1448 rtype = elf_metag_reloc_type (type);
1449 break;
1450
1451 case EM_XC16X:
1452 case EM_C166:
1453 rtype = elf_xc16x_reloc_type (type);
1454 break;
1455
1456 case EM_TI_C6000:
1457 rtype = elf_tic6x_reloc_type (type);
1458 break;
1459
1460 case EM_TILEGX:
1461 rtype = elf_tilegx_reloc_type (type);
1462 break;
1463
1464 case EM_TILEPRO:
1465 rtype = elf_tilepro_reloc_type (type);
1466 break;
1467
1468 case EM_XGATE:
1469 rtype = elf_xgate_reloc_type (type);
1470 break;
1471
1472 case EM_ALTERA_NIOS2:
1473 rtype = elf_nios2_reloc_type (type);
1474 break;
1475 }
1476
1477 if (rtype == NULL)
1478 printf (_("unrecognized: %-7lx"), (unsigned long) type & 0xffffffff);
1479 else
1480 printf (do_wide ? "%-22.22s" : "%-17.17s", rtype);
1481
1482 if (elf_header.e_machine == EM_ALPHA
1483 && rtype != NULL
1484 && streq (rtype, "R_ALPHA_LITUSE")
1485 && is_rela)
1486 {
1487 switch (rels[i].r_addend)
1488 {
1489 case LITUSE_ALPHA_ADDR: rtype = "ADDR"; break;
1490 case LITUSE_ALPHA_BASE: rtype = "BASE"; break;
1491 case LITUSE_ALPHA_BYTOFF: rtype = "BYTOFF"; break;
1492 case LITUSE_ALPHA_JSR: rtype = "JSR"; break;
1493 case LITUSE_ALPHA_TLSGD: rtype = "TLSGD"; break;
1494 case LITUSE_ALPHA_TLSLDM: rtype = "TLSLDM"; break;
1495 case LITUSE_ALPHA_JSRDIRECT: rtype = "JSRDIRECT"; break;
1496 default: rtype = NULL;
1497 }
1498 if (rtype)
1499 printf (" (%s)", rtype);
1500 else
1501 {
1502 putchar (' ');
1503 printf (_("<unknown addend: %lx>"),
1504 (unsigned long) rels[i].r_addend);
1505 }
1506 }
1507 else if (symtab_index)
1508 {
1509 if (symtab == NULL || symtab_index >= nsyms)
1510 printf (_(" bad symbol index: %08lx"), (unsigned long) symtab_index);
1511 else
1512 {
1513 Elf_Internal_Sym * psym;
1514 const char * version_string;
1515 enum versioned_symbol_info sym_info;
1516 unsigned short vna_other;
1517
1518 psym = symtab + symtab_index;
1519
1520 version_string
1521 = get_symbol_version_string (file, is_dynsym,
1522 strtab, strtablen,
1523 symtab_index,
1524 psym,
1525 &sym_info,
1526 &vna_other);
1527
1528 printf (" ");
1529
1530 if (ELF_ST_TYPE (psym->st_info) == STT_GNU_IFUNC)
1531 {
1532 const char * name;
1533 unsigned int len;
1534 unsigned int width = is_32bit_elf ? 8 : 14;
1535
1536 /* Relocations against GNU_IFUNC symbols do not use the value
1537 of the symbol as the address to relocate against. Instead
1538 they invoke the function named by the symbol and use its
1539 result as the address for relocation.
1540
1541 To indicate this to the user, do not display the value of
1542 the symbol in the "Symbols's Value" field. Instead show
1543 its name followed by () as a hint that the symbol is
1544 invoked. */
1545
1546 if (strtab == NULL
1547 || psym->st_name == 0
1548 || psym->st_name >= strtablen)
1549 name = "??";
1550 else
1551 name = strtab + psym->st_name;
1552
1553 len = print_symbol (width, name);
1554 if (version_string)
1555 printf (sym_info == symbol_public ? "@@%s" : "@%s",
1556 version_string);
1557 printf ("()%-*s", len <= width ? (width + 1) - len : 1, " ");
1558 }
1559 else
1560 {
1561 print_vma (psym->st_value, LONG_HEX);
1562
1563 printf (is_32bit_elf ? " " : " ");
1564 }
1565
1566 if (psym->st_name == 0)
1567 {
1568 const char * sec_name = "<null>";
1569 char name_buf[40];
1570
1571 if (ELF_ST_TYPE (psym->st_info) == STT_SECTION)
1572 {
1573 if (psym->st_shndx < elf_header.e_shnum)
1574 sec_name = SECTION_NAME (section_headers + psym->st_shndx);
1575 else if (psym->st_shndx == SHN_ABS)
1576 sec_name = "ABS";
1577 else if (psym->st_shndx == SHN_COMMON)
1578 sec_name = "COMMON";
1579 else if ((elf_header.e_machine == EM_MIPS
1580 && psym->st_shndx == SHN_MIPS_SCOMMON)
1581 || (elf_header.e_machine == EM_TI_C6000
1582 && psym->st_shndx == SHN_TIC6X_SCOMMON))
1583 sec_name = "SCOMMON";
1584 else if (elf_header.e_machine == EM_MIPS
1585 && psym->st_shndx == SHN_MIPS_SUNDEFINED)
1586 sec_name = "SUNDEF";
1587 else if ((elf_header.e_machine == EM_X86_64
1588 || elf_header.e_machine == EM_L1OM
1589 || elf_header.e_machine == EM_K1OM)
1590 && psym->st_shndx == SHN_X86_64_LCOMMON)
1591 sec_name = "LARGE_COMMON";
1592 else if (elf_header.e_machine == EM_IA_64
1593 && elf_header.e_ident[EI_OSABI] == ELFOSABI_HPUX
1594 && psym->st_shndx == SHN_IA_64_ANSI_COMMON)
1595 sec_name = "ANSI_COM";
1596 else if (is_ia64_vms ()
1597 && psym->st_shndx == SHN_IA_64_VMS_SYMVEC)
1598 sec_name = "VMS_SYMVEC";
1599 else
1600 {
1601 sprintf (name_buf, "<section 0x%x>",
1602 (unsigned int) psym->st_shndx);
1603 sec_name = name_buf;
1604 }
1605 }
1606 print_symbol (22, sec_name);
1607 }
1608 else if (strtab == NULL)
1609 printf (_("<string table index: %3ld>"), psym->st_name);
1610 else if (psym->st_name >= strtablen)
1611 printf (_("<corrupt string table index: %3ld>"), psym->st_name);
1612 else
1613 {
1614 print_symbol (22, strtab + psym->st_name);
1615 if (version_string)
1616 printf (sym_info == symbol_public ? "@@%s" : "@%s",
1617 version_string);
1618 }
1619
1620 if (is_rela)
1621 {
1622 bfd_vma off = rels[i].r_addend;
1623
1624 if ((bfd_signed_vma) off < 0)
1625 printf (" - %" BFD_VMA_FMT "x", - off);
1626 else
1627 printf (" + %" BFD_VMA_FMT "x", off);
1628 }
1629 }
1630 }
1631 else if (is_rela)
1632 {
1633 bfd_vma off = rels[i].r_addend;
1634
1635 printf ("%*c", is_32bit_elf ? 12 : 20, ' ');
1636 if ((bfd_signed_vma) off < 0)
1637 printf ("-%" BFD_VMA_FMT "x", - off);
1638 else
1639 printf ("%" BFD_VMA_FMT "x", off);
1640 }
1641
1642 if (elf_header.e_machine == EM_SPARCV9
1643 && rtype != NULL
1644 && streq (rtype, "R_SPARC_OLO10"))
1645 printf (" + %lx", (unsigned long) ELF64_R_TYPE_DATA (inf));
1646
1647 putchar ('\n');
1648
1649#ifdef BFD64
1650 if (! is_32bit_elf && elf_header.e_machine == EM_MIPS)
1651 {
1652 bfd_vma type2 = ELF64_MIPS_R_TYPE2 (inf);
1653 bfd_vma type3 = ELF64_MIPS_R_TYPE3 (inf);
1654 const char * rtype2 = elf_mips_reloc_type (type2);
1655 const char * rtype3 = elf_mips_reloc_type (type3);
1656
1657 printf (" Type2: ");
1658
1659 if (rtype2 == NULL)
1660 printf (_("unrecognized: %-7lx"),
1661 (unsigned long) type2 & 0xffffffff);
1662 else
1663 printf ("%-17.17s", rtype2);
1664
1665 printf ("\n Type3: ");
1666
1667 if (rtype3 == NULL)
1668 printf (_("unrecognized: %-7lx"),
1669 (unsigned long) type3 & 0xffffffff);
1670 else
1671 printf ("%-17.17s", rtype3);
1672
1673 putchar ('\n');
1674 }
1675#endif /* BFD64 */
1676 }
1677
1678 free (rels);
1679}
1680
1681static const char *
1682get_mips_dynamic_type (unsigned long type)
1683{
1684 switch (type)
1685 {
1686 case DT_MIPS_RLD_VERSION: return "MIPS_RLD_VERSION";
1687 case DT_MIPS_TIME_STAMP: return "MIPS_TIME_STAMP";
1688 case DT_MIPS_ICHECKSUM: return "MIPS_ICHECKSUM";
1689 case DT_MIPS_IVERSION: return "MIPS_IVERSION";
1690 case DT_MIPS_FLAGS: return "MIPS_FLAGS";
1691 case DT_MIPS_BASE_ADDRESS: return "MIPS_BASE_ADDRESS";
1692 case DT_MIPS_MSYM: return "MIPS_MSYM";
1693 case DT_MIPS_CONFLICT: return "MIPS_CONFLICT";
1694 case DT_MIPS_LIBLIST: return "MIPS_LIBLIST";
1695 case DT_MIPS_LOCAL_GOTNO: return "MIPS_LOCAL_GOTNO";
1696 case DT_MIPS_CONFLICTNO: return "MIPS_CONFLICTNO";
1697 case DT_MIPS_LIBLISTNO: return "MIPS_LIBLISTNO";
1698 case DT_MIPS_SYMTABNO: return "MIPS_SYMTABNO";
1699 case DT_MIPS_UNREFEXTNO: return "MIPS_UNREFEXTNO";
1700 case DT_MIPS_GOTSYM: return "MIPS_GOTSYM";
1701 case DT_MIPS_HIPAGENO: return "MIPS_HIPAGENO";
1702 case DT_MIPS_RLD_MAP: return "MIPS_RLD_MAP";
1703 case DT_MIPS_RLD_MAP_REL: return "MIPS_RLD_MAP_REL";
1704 case DT_MIPS_DELTA_CLASS: return "MIPS_DELTA_CLASS";
1705 case DT_MIPS_DELTA_CLASS_NO: return "MIPS_DELTA_CLASS_NO";
1706 case DT_MIPS_DELTA_INSTANCE: return "MIPS_DELTA_INSTANCE";
1707 case DT_MIPS_DELTA_INSTANCE_NO: return "MIPS_DELTA_INSTANCE_NO";
1708 case DT_MIPS_DELTA_RELOC: return "MIPS_DELTA_RELOC";
1709 case DT_MIPS_DELTA_RELOC_NO: return "MIPS_DELTA_RELOC_NO";
1710 case DT_MIPS_DELTA_SYM: return "MIPS_DELTA_SYM";
1711 case DT_MIPS_DELTA_SYM_NO: return "MIPS_DELTA_SYM_NO";
1712 case DT_MIPS_DELTA_CLASSSYM: return "MIPS_DELTA_CLASSSYM";
1713 case DT_MIPS_DELTA_CLASSSYM_NO: return "MIPS_DELTA_CLASSSYM_NO";
1714 case DT_MIPS_CXX_FLAGS: return "MIPS_CXX_FLAGS";
1715 case DT_MIPS_PIXIE_INIT: return "MIPS_PIXIE_INIT";
1716 case DT_MIPS_SYMBOL_LIB: return "MIPS_SYMBOL_LIB";
1717 case DT_MIPS_LOCALPAGE_GOTIDX: return "MIPS_LOCALPAGE_GOTIDX";
1718 case DT_MIPS_LOCAL_GOTIDX: return "MIPS_LOCAL_GOTIDX";
1719 case DT_MIPS_HIDDEN_GOTIDX: return "MIPS_HIDDEN_GOTIDX";
1720 case DT_MIPS_PROTECTED_GOTIDX: return "MIPS_PROTECTED_GOTIDX";
1721 case DT_MIPS_OPTIONS: return "MIPS_OPTIONS";
1722 case DT_MIPS_INTERFACE: return "MIPS_INTERFACE";
1723 case DT_MIPS_DYNSTR_ALIGN: return "MIPS_DYNSTR_ALIGN";
1724 case DT_MIPS_INTERFACE_SIZE: return "MIPS_INTERFACE_SIZE";
1725 case DT_MIPS_RLD_TEXT_RESOLVE_ADDR: return "MIPS_RLD_TEXT_RESOLVE_ADDR";
1726 case DT_MIPS_PERF_SUFFIX: return "MIPS_PERF_SUFFIX";
1727 case DT_MIPS_COMPACT_SIZE: return "MIPS_COMPACT_SIZE";
1728 case DT_MIPS_GP_VALUE: return "MIPS_GP_VALUE";
1729 case DT_MIPS_AUX_DYNAMIC: return "MIPS_AUX_DYNAMIC";
1730 case DT_MIPS_PLTGOT: return "MIPS_PLTGOT";
1731 case DT_MIPS_RWPLT: return "MIPS_RWPLT";
1732 default:
1733 return NULL;
1734 }
1735}
1736
1737static const char *
1738get_sparc64_dynamic_type (unsigned long type)
1739{
1740 switch (type)
1741 {
1742 case DT_SPARC_REGISTER: return "SPARC_REGISTER";
1743 default:
1744 return NULL;
1745 }
1746}
1747
1748static const char *
1749get_ppc_dynamic_type (unsigned long type)
1750{
1751 switch (type)
1752 {
1753 case DT_PPC_GOT: return "PPC_GOT";
1754 case DT_PPC_OPT: return "PPC_OPT";
1755 default:
1756 return NULL;
1757 }
1758}
1759
1760static const char *
1761get_ppc64_dynamic_type (unsigned long type)
1762{
1763 switch (type)
1764 {
1765 case DT_PPC64_GLINK: return "PPC64_GLINK";
1766 case DT_PPC64_OPD: return "PPC64_OPD";
1767 case DT_PPC64_OPDSZ: return "PPC64_OPDSZ";
1768 case DT_PPC64_OPT: return "PPC64_OPT";
1769 default:
1770 return NULL;
1771 }
1772}
1773
1774static const char *
1775get_parisc_dynamic_type (unsigned long type)
1776{
1777 switch (type)
1778 {
1779 case DT_HP_LOAD_MAP: return "HP_LOAD_MAP";
1780 case DT_HP_DLD_FLAGS: return "HP_DLD_FLAGS";
1781 case DT_HP_DLD_HOOK: return "HP_DLD_HOOK";
1782 case DT_HP_UX10_INIT: return "HP_UX10_INIT";
1783 case DT_HP_UX10_INITSZ: return "HP_UX10_INITSZ";
1784 case DT_HP_PREINIT: return "HP_PREINIT";
1785 case DT_HP_PREINITSZ: return "HP_PREINITSZ";
1786 case DT_HP_NEEDED: return "HP_NEEDED";
1787 case DT_HP_TIME_STAMP: return "HP_TIME_STAMP";
1788 case DT_HP_CHECKSUM: return "HP_CHECKSUM";
1789 case DT_HP_GST_SIZE: return "HP_GST_SIZE";
1790 case DT_HP_GST_VERSION: return "HP_GST_VERSION";
1791 case DT_HP_GST_HASHVAL: return "HP_GST_HASHVAL";
1792 case DT_HP_EPLTREL: return "HP_GST_EPLTREL";
1793 case DT_HP_EPLTRELSZ: return "HP_GST_EPLTRELSZ";
1794 case DT_HP_FILTERED: return "HP_FILTERED";
1795 case DT_HP_FILTER_TLS: return "HP_FILTER_TLS";
1796 case DT_HP_COMPAT_FILTERED: return "HP_COMPAT_FILTERED";
1797 case DT_HP_LAZYLOAD: return "HP_LAZYLOAD";
1798 case DT_HP_BIND_NOW_COUNT: return "HP_BIND_NOW_COUNT";
1799 case DT_PLT: return "PLT";
1800 case DT_PLT_SIZE: return "PLT_SIZE";
1801 case DT_DLT: return "DLT";
1802 case DT_DLT_SIZE: return "DLT_SIZE";
1803 default:
1804 return NULL;
1805 }
1806}
1807
1808static const char *
1809get_ia64_dynamic_type (unsigned long type)
1810{
1811 switch (type)
1812 {
1813 case DT_IA_64_PLT_RESERVE: return "IA_64_PLT_RESERVE";
1814 case DT_IA_64_VMS_SUBTYPE: return "VMS_SUBTYPE";
1815 case DT_IA_64_VMS_IMGIOCNT: return "VMS_IMGIOCNT";
1816 case DT_IA_64_VMS_LNKFLAGS: return "VMS_LNKFLAGS";
1817 case DT_IA_64_VMS_VIR_MEM_BLK_SIZ: return "VMS_VIR_MEM_BLK_SIZ";
1818 case DT_IA_64_VMS_IDENT: return "VMS_IDENT";
1819 case DT_IA_64_VMS_NEEDED_IDENT: return "VMS_NEEDED_IDENT";
1820 case DT_IA_64_VMS_IMG_RELA_CNT: return "VMS_IMG_RELA_CNT";
1821 case DT_IA_64_VMS_SEG_RELA_CNT: return "VMS_SEG_RELA_CNT";
1822 case DT_IA_64_VMS_FIXUP_RELA_CNT: return "VMS_FIXUP_RELA_CNT";
1823 case DT_IA_64_VMS_FIXUP_NEEDED: return "VMS_FIXUP_NEEDED";
1824 case DT_IA_64_VMS_SYMVEC_CNT: return "VMS_SYMVEC_CNT";
1825 case DT_IA_64_VMS_XLATED: return "VMS_XLATED";
1826 case DT_IA_64_VMS_STACKSIZE: return "VMS_STACKSIZE";
1827 case DT_IA_64_VMS_UNWINDSZ: return "VMS_UNWINDSZ";
1828 case DT_IA_64_VMS_UNWIND_CODSEG: return "VMS_UNWIND_CODSEG";
1829 case DT_IA_64_VMS_UNWIND_INFOSEG: return "VMS_UNWIND_INFOSEG";
1830 case DT_IA_64_VMS_LINKTIME: return "VMS_LINKTIME";
1831 case DT_IA_64_VMS_SEG_NO: return "VMS_SEG_NO";
1832 case DT_IA_64_VMS_SYMVEC_OFFSET: return "VMS_SYMVEC_OFFSET";
1833 case DT_IA_64_VMS_SYMVEC_SEG: return "VMS_SYMVEC_SEG";
1834 case DT_IA_64_VMS_UNWIND_OFFSET: return "VMS_UNWIND_OFFSET";
1835 case DT_IA_64_VMS_UNWIND_SEG: return "VMS_UNWIND_SEG";
1836 case DT_IA_64_VMS_STRTAB_OFFSET: return "VMS_STRTAB_OFFSET";
1837 case DT_IA_64_VMS_SYSVER_OFFSET: return "VMS_SYSVER_OFFSET";
1838 case DT_IA_64_VMS_IMG_RELA_OFF: return "VMS_IMG_RELA_OFF";
1839 case DT_IA_64_VMS_SEG_RELA_OFF: return "VMS_SEG_RELA_OFF";
1840 case DT_IA_64_VMS_FIXUP_RELA_OFF: return "VMS_FIXUP_RELA_OFF";
1841 case DT_IA_64_VMS_PLTGOT_OFFSET: return "VMS_PLTGOT_OFFSET";
1842 case DT_IA_64_VMS_PLTGOT_SEG: return "VMS_PLTGOT_SEG";
1843 case DT_IA_64_VMS_FPMODE: return "VMS_FPMODE";
1844 default:
1845 return NULL;
1846 }
1847}
1848
1849static const char *
1850get_alpha_dynamic_type (unsigned long type)
1851{
1852 switch (type)
1853 {
1854 case DT_ALPHA_PLTRO: return "ALPHA_PLTRO";
1855 default:
1856 return NULL;
1857 }
1858}
1859
1860static const char *
1861get_score_dynamic_type (unsigned long type)
1862{
1863 switch (type)
1864 {
1865 case DT_SCORE_BASE_ADDRESS: return "SCORE_BASE_ADDRESS";
1866 case DT_SCORE_LOCAL_GOTNO: return "SCORE_LOCAL_GOTNO";
1867 case DT_SCORE_SYMTABNO: return "SCORE_SYMTABNO";
1868 case DT_SCORE_GOTSYM: return "SCORE_GOTSYM";
1869 case DT_SCORE_UNREFEXTNO: return "SCORE_UNREFEXTNO";
1870 case DT_SCORE_HIPAGENO: return "SCORE_HIPAGENO";
1871 default:
1872 return NULL;
1873 }
1874}
1875
1876static const char *
1877get_tic6x_dynamic_type (unsigned long type)
1878{
1879 switch (type)
1880 {
1881 case DT_C6000_GSYM_OFFSET: return "C6000_GSYM_OFFSET";
1882 case DT_C6000_GSTR_OFFSET: return "C6000_GSTR_OFFSET";
1883 case DT_C6000_DSBT_BASE: return "C6000_DSBT_BASE";
1884 case DT_C6000_DSBT_SIZE: return "C6000_DSBT_SIZE";
1885 case DT_C6000_PREEMPTMAP: return "C6000_PREEMPTMAP";
1886 case DT_C6000_DSBT_INDEX: return "C6000_DSBT_INDEX";
1887 default:
1888 return NULL;
1889 }
1890}
1891
1892static const char *
1893get_nios2_dynamic_type (unsigned long type)
1894{
1895 switch (type)
1896 {
1897 case DT_NIOS2_GP: return "NIOS2_GP";
1898 default:
1899 return NULL;
1900 }
1901}
1902
1903static const char *
1904get_dynamic_type (unsigned long type)
1905{
1906 static char buff[64];
1907
1908 switch (type)
1909 {
1910 case DT_NULL: return "NULL";
1911 case DT_NEEDED: return "NEEDED";
1912 case DT_PLTRELSZ: return "PLTRELSZ";
1913 case DT_PLTGOT: return "PLTGOT";
1914 case DT_HASH: return "HASH";
1915 case DT_STRTAB: return "STRTAB";
1916 case DT_SYMTAB: return "SYMTAB";
1917 case DT_RELA: return "RELA";
1918 case DT_RELASZ: return "RELASZ";
1919 case DT_RELAENT: return "RELAENT";
1920 case DT_STRSZ: return "STRSZ";
1921 case DT_SYMENT: return "SYMENT";
1922 case DT_INIT: return "INIT";
1923 case DT_FINI: return "FINI";
1924 case DT_SONAME: return "SONAME";
1925 case DT_RPATH: return "RPATH";
1926 case DT_SYMBOLIC: return "SYMBOLIC";
1927 case DT_REL: return "REL";
1928 case DT_RELSZ: return "RELSZ";
1929 case DT_RELENT: return "RELENT";
1930 case DT_PLTREL: return "PLTREL";
1931 case DT_DEBUG: return "DEBUG";
1932 case DT_TEXTREL: return "TEXTREL";
1933 case DT_JMPREL: return "JMPREL";
1934 case DT_BIND_NOW: return "BIND_NOW";
1935 case DT_INIT_ARRAY: return "INIT_ARRAY";
1936 case DT_FINI_ARRAY: return "FINI_ARRAY";
1937 case DT_INIT_ARRAYSZ: return "INIT_ARRAYSZ";
1938 case DT_FINI_ARRAYSZ: return "FINI_ARRAYSZ";
1939 case DT_RUNPATH: return "RUNPATH";
1940 case DT_FLAGS: return "FLAGS";
1941
1942 case DT_PREINIT_ARRAY: return "PREINIT_ARRAY";
1943 case DT_PREINIT_ARRAYSZ: return "PREINIT_ARRAYSZ";
1944
1945 case DT_CHECKSUM: return "CHECKSUM";
1946 case DT_PLTPADSZ: return "PLTPADSZ";
1947 case DT_MOVEENT: return "MOVEENT";
1948 case DT_MOVESZ: return "MOVESZ";
1949 case DT_FEATURE: return "FEATURE";
1950 case DT_POSFLAG_1: return "POSFLAG_1";
1951 case DT_SYMINSZ: return "SYMINSZ";
1952 case DT_SYMINENT: return "SYMINENT"; /* aka VALRNGHI */
1953
1954 case DT_ADDRRNGLO: return "ADDRRNGLO";
1955 case DT_CONFIG: return "CONFIG";
1956 case DT_DEPAUDIT: return "DEPAUDIT";
1957 case DT_AUDIT: return "AUDIT";
1958 case DT_PLTPAD: return "PLTPAD";
1959 case DT_MOVETAB: return "MOVETAB";
1960 case DT_SYMINFO: return "SYMINFO"; /* aka ADDRRNGHI */
1961
1962 case DT_VERSYM: return "VERSYM";
1963
1964 case DT_TLSDESC_GOT: return "TLSDESC_GOT";
1965 case DT_TLSDESC_PLT: return "TLSDESC_PLT";
1966 case DT_RELACOUNT: return "RELACOUNT";
1967 case DT_RELCOUNT: return "RELCOUNT";
1968 case DT_FLAGS_1: return "FLAGS_1";
1969 case DT_VERDEF: return "VERDEF";
1970 case DT_VERDEFNUM: return "VERDEFNUM";
1971 case DT_VERNEED: return "VERNEED";
1972 case DT_VERNEEDNUM: return "VERNEEDNUM";
1973
1974 case DT_AUXILIARY: return "AUXILIARY";
1975 case DT_USED: return "USED";
1976 case DT_FILTER: return "FILTER";
1977
1978 case DT_GNU_PRELINKED: return "GNU_PRELINKED";
1979 case DT_GNU_CONFLICT: return "GNU_CONFLICT";
1980 case DT_GNU_CONFLICTSZ: return "GNU_CONFLICTSZ";
1981 case DT_GNU_LIBLIST: return "GNU_LIBLIST";
1982 case DT_GNU_LIBLISTSZ: return "GNU_LIBLISTSZ";
1983 case DT_GNU_HASH: return "GNU_HASH";
1984
1985 default:
1986 if ((type >= DT_LOPROC) && (type <= DT_HIPROC))
1987 {
1988 const char * result;
1989
1990 switch (elf_header.e_machine)
1991 {
1992 case EM_MIPS:
1993 case EM_MIPS_RS3_LE:
1994 result = get_mips_dynamic_type (type);
1995 break;
1996 case EM_SPARCV9:
1997 result = get_sparc64_dynamic_type (type);
1998 break;
1999 case EM_PPC:
2000 result = get_ppc_dynamic_type (type);
2001 break;
2002 case EM_PPC64:
2003 result = get_ppc64_dynamic_type (type);
2004 break;
2005 case EM_IA_64:
2006 result = get_ia64_dynamic_type (type);
2007 break;
2008 case EM_ALPHA:
2009 result = get_alpha_dynamic_type (type);
2010 break;
2011 case EM_SCORE:
2012 result = get_score_dynamic_type (type);
2013 break;
2014 case EM_TI_C6000:
2015 result = get_tic6x_dynamic_type (type);
2016 break;
2017 case EM_ALTERA_NIOS2:
2018 result = get_nios2_dynamic_type (type);
2019 break;
2020 default:
2021 result = NULL;
2022 break;
2023 }
2024
2025 if (result != NULL)
2026 return result;
2027
2028 snprintf (buff, sizeof (buff), _("Processor Specific: %lx"), type);
2029 }
2030 else if (((type >= DT_LOOS) && (type <= DT_HIOS))
2031 || (elf_header.e_machine == EM_PARISC
2032 && (type >= OLD_DT_LOOS) && (type <= OLD_DT_HIOS)))
2033 {
2034 const char * result;
2035
2036 switch (elf_header.e_machine)
2037 {
2038 case EM_PARISC:
2039 result = get_parisc_dynamic_type (type);
2040 break;
2041 case EM_IA_64:
2042 result = get_ia64_dynamic_type (type);
2043 break;
2044 default:
2045 result = NULL;
2046 break;
2047 }
2048
2049 if (result != NULL)
2050 return result;
2051
2052 snprintf (buff, sizeof (buff), _("Operating System specific: %lx"),
2053 type);
2054 }
2055 else
2056 snprintf (buff, sizeof (buff), _("<unknown>: %lx"), type);
2057
2058 return buff;
2059 }
2060}
2061
2062static char *
2063get_file_type (unsigned e_type)
2064{
2065 static char buff[32];
2066
2067 switch (e_type)
2068 {
2069 case ET_NONE: return _("NONE (None)");
2070 case ET_REL: return _("REL (Relocatable file)");
2071 case ET_EXEC: return _("EXEC (Executable file)");
2072 case ET_DYN: return _("DYN (Shared object file)");
2073 case ET_CORE: return _("CORE (Core file)");
2074
2075 default:
2076 if ((e_type >= ET_LOPROC) && (e_type <= ET_HIPROC))
2077 snprintf (buff, sizeof (buff), _("Processor Specific: (%x)"), e_type);
2078 else if ((e_type >= ET_LOOS) && (e_type <= ET_HIOS))
2079 snprintf (buff, sizeof (buff), _("OS Specific: (%x)"), e_type);
2080 else
2081 snprintf (buff, sizeof (buff), _("<unknown>: %x"), e_type);
2082 return buff;
2083 }
2084}
2085
2086static char *
2087get_machine_name (unsigned e_machine)
2088{
2089 static char buff[64]; /* XXX */
2090
2091 switch (e_machine)
2092 {
2093 case EM_NONE: return _("None");
2094 case EM_AARCH64: return "AArch64";
2095 case EM_M32: return "WE32100";
2096 case EM_SPARC: return "Sparc";
2097 case EM_SPU: return "SPU";
2098 case EM_386: return "Intel 80386";
2099 case EM_68K: return "MC68000";
2100 case EM_88K: return "MC88000";
2101 case EM_IAMCU: return "Intel MCU";
2102 case EM_860: return "Intel 80860";
2103 case EM_MIPS: return "MIPS R3000";
2104 case EM_S370: return "IBM System/370";
2105 case EM_MIPS_RS3_LE: return "MIPS R4000 big-endian";
2106 case EM_OLD_SPARCV9: return "Sparc v9 (old)";
2107 case EM_PARISC: return "HPPA";
2108 case EM_PPC_OLD: return "Power PC (old)";
2109 case EM_SPARC32PLUS: return "Sparc v8+" ;
2110 case EM_960: return "Intel 90860";
2111 case EM_PPC: return "PowerPC";
2112 case EM_PPC64: return "PowerPC64";
2113 case EM_FR20: return "Fujitsu FR20";
2114 case EM_FT32: return "FTDI FT32";
2115 case EM_RH32: return "TRW RH32";
2116 case EM_MCORE: return "MCORE";
2117 case EM_ARM: return "ARM";
2118 case EM_OLD_ALPHA: return "Digital Alpha (old)";
2119 case EM_SH: return "Renesas / SuperH SH";
2120 case EM_SPARCV9: return "Sparc v9";
2121 case EM_TRICORE: return "Siemens Tricore";
2122 case EM_ARC: return "ARC";
2123 case EM_ARC_COMPACT: return "ARCompact";
2124 case EM_ARC_COMPACT2: return "ARCv2";
2125 case EM_H8_300: return "Renesas H8/300";
2126 case EM_H8_300H: return "Renesas H8/300H";
2127 case EM_H8S: return "Renesas H8S";
2128 case EM_H8_500: return "Renesas H8/500";
2129 case EM_IA_64: return "Intel IA-64";
2130 case EM_MIPS_X: return "Stanford MIPS-X";
2131 case EM_COLDFIRE: return "Motorola Coldfire";
2132 case EM_ALPHA: return "Alpha";
2133 case EM_CYGNUS_D10V:
2134 case EM_D10V: return "d10v";
2135 case EM_CYGNUS_D30V:
2136 case EM_D30V: return "d30v";
2137 case EM_CYGNUS_M32R:
2138 case EM_M32R: return "Renesas M32R (formerly Mitsubishi M32r)";
2139 case EM_CYGNUS_V850:
2140 case EM_V800: return "Renesas V850 (using RH850 ABI)";
2141 case EM_V850: return "Renesas V850";
2142 case EM_CYGNUS_MN10300:
2143 case EM_MN10300: return "mn10300";
2144 case EM_CYGNUS_MN10200:
2145 case EM_MN10200: return "mn10200";
2146 case EM_MOXIE: return "Moxie";
2147 case EM_CYGNUS_FR30:
2148 case EM_FR30: return "Fujitsu FR30";
2149 case EM_CYGNUS_FRV: return "Fujitsu FR-V";
2150 case EM_PJ_OLD:
2151 case EM_PJ: return "picoJava";
2152 case EM_MMA: return "Fujitsu Multimedia Accelerator";
2153 case EM_PCP: return "Siemens PCP";
2154 case EM_NCPU: return "Sony nCPU embedded RISC processor";
2155 case EM_NDR1: return "Denso NDR1 microprocesspr";
2156 case EM_STARCORE: return "Motorola Star*Core processor";
2157 case EM_ME16: return "Toyota ME16 processor";
2158 case EM_ST100: return "STMicroelectronics ST100 processor";
2159 case EM_TINYJ: return "Advanced Logic Corp. TinyJ embedded processor";
2160 case EM_PDSP: return "Sony DSP processor";
2161 case EM_PDP10: return "Digital Equipment Corp. PDP-10";
2162 case EM_PDP11: return "Digital Equipment Corp. PDP-11";
2163 case EM_FX66: return "Siemens FX66 microcontroller";
2164 case EM_ST9PLUS: return "STMicroelectronics ST9+ 8/16 bit microcontroller";
2165 case EM_ST7: return "STMicroelectronics ST7 8-bit microcontroller";
2166 case EM_68HC16: return "Motorola MC68HC16 Microcontroller";
2167 case EM_68HC12: return "Motorola MC68HC12 Microcontroller";
2168 case EM_68HC11: return "Motorola MC68HC11 Microcontroller";
2169 case EM_68HC08: return "Motorola MC68HC08 Microcontroller";
2170 case EM_68HC05: return "Motorola MC68HC05 Microcontroller";
2171 case EM_SVX: return "Silicon Graphics SVx";
2172 case EM_ST19: return "STMicroelectronics ST19 8-bit microcontroller";
2173 case EM_VAX: return "Digital VAX";
2174 case EM_VISIUM: return "CDS VISIUMcore processor";
2175 case EM_AVR_OLD:
2176 case EM_AVR: return "Atmel AVR 8-bit microcontroller";
2177 case EM_CRIS: return "Axis Communications 32-bit embedded processor";
2178 case EM_JAVELIN: return "Infineon Technologies 32-bit embedded cpu";
2179 case EM_FIREPATH: return "Element 14 64-bit DSP processor";
2180 case EM_ZSP: return "LSI Logic's 16-bit DSP processor";
2181 case EM_MMIX: return "Donald Knuth's educational 64-bit processor";
2182 case EM_HUANY: return "Harvard Universitys's machine-independent object format";
2183 case EM_PRISM: return "Vitesse Prism";
2184 case EM_X86_64: return "Advanced Micro Devices X86-64";
2185 case EM_L1OM: return "Intel L1OM";
2186 case EM_K1OM: return "Intel K1OM";
2187 case EM_S390_OLD:
2188 case EM_S390: return "IBM S/390";
2189 case EM_SCORE: return "SUNPLUS S+Core";
2190 case EM_XSTORMY16: return "Sanyo XStormy16 CPU core";
2191 case EM_OR1K: return "OpenRISC 1000";
2192 case EM_CRX: return "National Semiconductor CRX microprocessor";
2193 case EM_ADAPTEVA_EPIPHANY: return "Adapteva EPIPHANY";
2194 case EM_DLX: return "OpenDLX";
2195 case EM_IP2K_OLD:
2196 case EM_IP2K: return "Ubicom IP2xxx 8-bit microcontrollers";
2197 case EM_IQ2000: return "Vitesse IQ2000";
2198 case EM_XTENSA_OLD:
2199 case EM_XTENSA: return "Tensilica Xtensa Processor";
2200 case EM_VIDEOCORE: return "Alphamosaic VideoCore processor";
2201 case EM_TMM_GPP: return "Thompson Multimedia General Purpose Processor";
2202 case EM_NS32K: return "National Semiconductor 32000 series";
2203 case EM_TPC: return "Tenor Network TPC processor";
2204 case EM_ST200: return "STMicroelectronics ST200 microcontroller";
2205 case EM_MAX: return "MAX Processor";
2206 case EM_CR: return "National Semiconductor CompactRISC";
2207 case EM_F2MC16: return "Fujitsu F2MC16";
2208 case EM_MSP430: return "Texas Instruments msp430 microcontroller";
2209 case EM_LATTICEMICO32: return "Lattice Mico32";
2210 case EM_M32C_OLD:
2211 case EM_M32C: return "Renesas M32c";
2212 case EM_MT: return "Morpho Techologies MT processor";
2213 case EM_BLACKFIN: return "Analog Devices Blackfin";
2214 case EM_SE_C33: return "S1C33 Family of Seiko Epson processors";
2215 case EM_SEP: return "Sharp embedded microprocessor";
2216 case EM_ARCA: return "Arca RISC microprocessor";
2217 case EM_UNICORE: return "Unicore";
2218 case EM_EXCESS: return "eXcess 16/32/64-bit configurable embedded CPU";
2219 case EM_DXP: return "Icera Semiconductor Inc. Deep Execution Processor";
2220 case EM_NIOS32: return "Altera Nios";
2221 case EM_ALTERA_NIOS2: return "Altera Nios II";
2222 case EM_C166:
2223 case EM_XC16X: return "Infineon Technologies xc16x";
2224 case EM_M16C: return "Renesas M16C series microprocessors";
2225 case EM_DSPIC30F: return "Microchip Technology dsPIC30F Digital Signal Controller";
2226 case EM_CE: return "Freescale Communication Engine RISC core";
2227 case EM_TSK3000: return "Altium TSK3000 core";
2228 case EM_RS08: return "Freescale RS08 embedded processor";
2229 case EM_ECOG2: return "Cyan Technology eCOG2 microprocessor";
2230 case EM_DSP24: return "New Japan Radio (NJR) 24-bit DSP Processor";
2231 case EM_VIDEOCORE3: return "Broadcom VideoCore III processor";
2232 case EM_SE_C17: return "Seiko Epson C17 family";
2233 case EM_TI_C6000: return "Texas Instruments TMS320C6000 DSP family";
2234 case EM_TI_C2000: return "Texas Instruments TMS320C2000 DSP family";
2235 case EM_TI_C5500: return "Texas Instruments TMS320C55x DSP family";
2236 case EM_MMDSP_PLUS: return "STMicroelectronics 64bit VLIW Data Signal Processor";
2237 case EM_CYPRESS_M8C: return "Cypress M8C microprocessor";
2238 case EM_R32C: return "Renesas R32C series microprocessors";
2239 case EM_TRIMEDIA: return "NXP Semiconductors TriMedia architecture family";
2240 case EM_QDSP6: return "QUALCOMM DSP6 Processor";
2241 case EM_8051: return "Intel 8051 and variants";
2242 case EM_STXP7X: return "STMicroelectronics STxP7x family";
2243 case EM_NDS32: return "Andes Technology compact code size embedded RISC processor family";
2244 case EM_ECOG1X: return "Cyan Technology eCOG1X family";
2245 case EM_MAXQ30: return "Dallas Semiconductor MAXQ30 Core microcontrollers";
2246 case EM_XIMO16: return "New Japan Radio (NJR) 16-bit DSP Processor";
2247 case EM_MANIK: return "M2000 Reconfigurable RISC Microprocessor";
2248 case EM_CRAYNV2: return "Cray Inc. NV2 vector architecture";
2249 case EM_CYGNUS_MEP: return "Toshiba MeP Media Engine";
2250 case EM_CR16:
2251 case EM_MICROBLAZE:
2252 case EM_MICROBLAZE_OLD: return "Xilinx MicroBlaze";
2253 case EM_RL78: return "Renesas RL78";
2254 case EM_RX: return "Renesas RX";
2255 case EM_METAG: return "Imagination Technologies Meta processor architecture";
2256 case EM_MCST_ELBRUS: return "MCST Elbrus general purpose hardware architecture";
2257 case EM_ECOG16: return "Cyan Technology eCOG16 family";
2258 case EM_ETPU: return "Freescale Extended Time Processing Unit";
2259 case EM_SLE9X: return "Infineon Technologies SLE9X core";
2260 case EM_AVR32: return "Atmel Corporation 32-bit microprocessor family";
2261 case EM_STM8: return "STMicroeletronics STM8 8-bit microcontroller";
2262 case EM_TILE64: return "Tilera TILE64 multicore architecture family";
2263 case EM_TILEPRO: return "Tilera TILEPro multicore architecture family";
2264 case EM_TILEGX: return "Tilera TILE-Gx multicore architecture family";
2265 case EM_CUDA: return "NVIDIA CUDA architecture";
2266 case EM_XGATE: return "Motorola XGATE embedded processor";
2267 default:
2268 snprintf (buff, sizeof (buff), _("<unknown>: 0x%x"), e_machine);
2269 return buff;
2270 }
2271}
2272
2273static void
2274decode_ARC_machine_flags (unsigned e_flags, unsigned e_machine, char buf[])
2275{
2276 /* ARC has two machine types EM_ARC_COMPACT and EM_ARC_COMPACT2. Some
2277 other compilers don't a specific architecture type in the e_flags, and
2278 instead use EM_ARC_COMPACT for old ARC600, ARC601, and ARC700
2279 architectures, and switch to EM_ARC_COMPACT2 for newer ARCEM and ARCHS
2280 architectures.
2281
2282 Th GNU tools follows this use of EM_ARC_COMPACT and EM_ARC_COMPACT2,
2283 but also sets a specific architecture type in the e_flags field.
2284
2285 However, when decoding the flags we don't worry if we see an
2286 unexpected pairing, for example EM_ARC_COMPACT machine type, with
2287 ARCEM architecture type. */
2288
2289 switch (e_flags & EF_ARC_MACH_MSK)
2290 {
2291 /* We only expect these to occur for EM_ARC_COMPACT2. */
2292 case EF_ARC_CPU_ARCV2EM:
2293 strcat (buf, ", ARC EM");
2294 break;
2295 case EF_ARC_CPU_ARCV2HS:
2296 strcat (buf, ", ARC HS");
2297 break;
2298
2299 /* We only expect these to occur for EM_ARC_COMPACT. */
2300 case E_ARC_MACH_ARC600:
2301 strcat (buf, ", ARC600");
2302 break;
2303 case E_ARC_MACH_ARC601:
2304 strcat (buf, ", ARC601");
2305 break;
2306 case E_ARC_MACH_ARC700:
2307 strcat (buf, ", ARC700");
2308 break;
2309 case E_ARC_MACH_NPS400:
2310 strcat (buf, ", NPS400");
2311 break;
2312
2313 /* The only times we should end up here are (a) A corrupt ELF, (b) A
2314 new ELF with new architecture being read by an old version of
2315 readelf, or (c) An ELF built with non-GNU compiler that does not
2316 set the architecture in the e_flags. */
2317 default:
2318 if (e_machine == EM_ARC_COMPACT)
2319 strcat (buf, ", Unknown ARCompact");
2320 else
2321 strcat (buf, ", Unknown ARC");
2322 break;
2323 }
2324
2325 switch (e_flags & EF_ARC_OSABI_MSK)
2326 {
2327 case E_ARC_OSABI_ORIG:
2328 strcat (buf, ", (ABI:legacy)");
2329 break;
2330 case E_ARC_OSABI_V2:
2331 strcat (buf, ", (ABI:v2)");
2332 break;
2333 /* Only upstream 3.9+ kernels will support ARCv2 ISA. */
2334 case E_ARC_OSABI_V3:
2335 strcat (buf, ", v3 no-legacy-syscalls ABI");
2336 break;
2337 default:
2338 strcat (buf, ", unrecognised ARC OSABI flag");
2339 break;
2340 }
2341}
2342
2343static void
2344decode_ARM_machine_flags (unsigned e_flags, char buf[])
2345{
2346 unsigned eabi;
2347 int unknown = 0;
2348
2349 eabi = EF_ARM_EABI_VERSION (e_flags);
2350 e_flags &= ~ EF_ARM_EABIMASK;
2351
2352 /* Handle "generic" ARM flags. */
2353 if (e_flags & EF_ARM_RELEXEC)
2354 {
2355 strcat (buf, ", relocatable executable");
2356 e_flags &= ~ EF_ARM_RELEXEC;
2357 }
2358
2359 /* Now handle EABI specific flags. */
2360 switch (eabi)
2361 {
2362 default:
2363 strcat (buf, ", <unrecognized EABI>");
2364 if (e_flags)
2365 unknown = 1;
2366 break;
2367
2368 case EF_ARM_EABI_VER1:
2369 strcat (buf, ", Version1 EABI");
2370 while (e_flags)
2371 {
2372 unsigned flag;
2373
2374 /* Process flags one bit at a time. */
2375 flag = e_flags & - e_flags;
2376 e_flags &= ~ flag;
2377
2378 switch (flag)
2379 {
2380 case EF_ARM_SYMSARESORTED: /* Conflicts with EF_ARM_INTERWORK. */
2381 strcat (buf, ", sorted symbol tables");
2382 break;
2383
2384 default:
2385 unknown = 1;
2386 break;
2387 }
2388 }
2389 break;
2390
2391 case EF_ARM_EABI_VER2:
2392 strcat (buf, ", Version2 EABI");
2393 while (e_flags)
2394 {
2395 unsigned flag;
2396
2397 /* Process flags one bit at a time. */
2398 flag = e_flags & - e_flags;
2399 e_flags &= ~ flag;
2400
2401 switch (flag)
2402 {
2403 case EF_ARM_SYMSARESORTED: /* Conflicts with EF_ARM_INTERWORK. */
2404 strcat (buf, ", sorted symbol tables");
2405 break;
2406
2407 case EF_ARM_DYNSYMSUSESEGIDX:
2408 strcat (buf, ", dynamic symbols use segment index");
2409 break;
2410
2411 case EF_ARM_MAPSYMSFIRST:
2412 strcat (buf, ", mapping symbols precede others");
2413 break;
2414
2415 default:
2416 unknown = 1;
2417 break;
2418 }
2419 }
2420 break;
2421
2422 case EF_ARM_EABI_VER3:
2423 strcat (buf, ", Version3 EABI");
2424 break;
2425
2426 case EF_ARM_EABI_VER4:
2427 strcat (buf, ", Version4 EABI");
2428 while (e_flags)
2429 {
2430 unsigned flag;
2431
2432 /* Process flags one bit at a time. */
2433 flag = e_flags & - e_flags;
2434 e_flags &= ~ flag;
2435
2436 switch (flag)
2437 {
2438 case EF_ARM_BE8:
2439 strcat (buf, ", BE8");
2440 break;
2441
2442 case EF_ARM_LE8:
2443 strcat (buf, ", LE8");
2444 break;
2445
2446 default:
2447 unknown = 1;
2448 break;
2449 }
2450 break;
2451 }
2452 break;
2453
2454 case EF_ARM_EABI_VER5:
2455 strcat (buf, ", Version5 EABI");
2456 while (e_flags)
2457 {
2458 unsigned flag;
2459
2460 /* Process flags one bit at a time. */
2461 flag = e_flags & - e_flags;
2462 e_flags &= ~ flag;
2463
2464 switch (flag)
2465 {
2466 case EF_ARM_BE8:
2467 strcat (buf, ", BE8");
2468 break;
2469
2470 case EF_ARM_LE8:
2471 strcat (buf, ", LE8");
2472 break;
2473
2474 case EF_ARM_ABI_FLOAT_SOFT: /* Conflicts with EF_ARM_SOFT_FLOAT. */
2475 strcat (buf, ", soft-float ABI");
2476 break;
2477
2478 case EF_ARM_ABI_FLOAT_HARD: /* Conflicts with EF_ARM_VFP_FLOAT. */
2479 strcat (buf, ", hard-float ABI");
2480 break;
2481
2482 default:
2483 unknown = 1;
2484 break;
2485 }
2486 }
2487 break;
2488
2489 case EF_ARM_EABI_UNKNOWN:
2490 strcat (buf, ", GNU EABI");
2491 while (e_flags)
2492 {
2493 unsigned flag;
2494
2495 /* Process flags one bit at a time. */
2496 flag = e_flags & - e_flags;
2497 e_flags &= ~ flag;
2498
2499 switch (flag)
2500 {
2501 case EF_ARM_INTERWORK:
2502 strcat (buf, ", interworking enabled");
2503 break;
2504
2505 case EF_ARM_APCS_26:
2506 strcat (buf, ", uses APCS/26");
2507 break;
2508
2509 case EF_ARM_APCS_FLOAT:
2510 strcat (buf, ", uses APCS/float");
2511 break;
2512
2513 case EF_ARM_PIC:
2514 strcat (buf, ", position independent");
2515 break;
2516
2517 case EF_ARM_ALIGN8:
2518 strcat (buf, ", 8 bit structure alignment");
2519 break;
2520
2521 case EF_ARM_NEW_ABI:
2522 strcat (buf, ", uses new ABI");
2523 break;
2524
2525 case EF_ARM_OLD_ABI:
2526 strcat (buf, ", uses old ABI");
2527 break;
2528
2529 case EF_ARM_SOFT_FLOAT:
2530 strcat (buf, ", software FP");
2531 break;
2532
2533 case EF_ARM_VFP_FLOAT:
2534 strcat (buf, ", VFP");
2535 break;
2536
2537 case EF_ARM_MAVERICK_FLOAT:
2538 strcat (buf, ", Maverick FP");
2539 break;
2540
2541 default:
2542 unknown = 1;
2543 break;
2544 }
2545 }
2546 }
2547
2548 if (unknown)
2549 strcat (buf,_(", <unknown>"));
2550}
2551
2552static void
2553decode_AVR_machine_flags (unsigned e_flags, char buf[], size_t size)
2554{
2555 --size; /* Leave space for null terminator. */
2556
2557 switch (e_flags & EF_AVR_MACH)
2558 {
2559 case E_AVR_MACH_AVR1:
2560 strncat (buf, ", avr:1", size);
2561 break;
2562 case E_AVR_MACH_AVR2:
2563 strncat (buf, ", avr:2", size);
2564 break;
2565 case E_AVR_MACH_AVR25:
2566 strncat (buf, ", avr:25", size);
2567 break;
2568 case E_AVR_MACH_AVR3:
2569 strncat (buf, ", avr:3", size);
2570 break;
2571 case E_AVR_MACH_AVR31:
2572 strncat (buf, ", avr:31", size);
2573 break;
2574 case E_AVR_MACH_AVR35:
2575 strncat (buf, ", avr:35", size);
2576 break;
2577 case E_AVR_MACH_AVR4:
2578 strncat (buf, ", avr:4", size);
2579 break;
2580 case E_AVR_MACH_AVR5:
2581 strncat (buf, ", avr:5", size);
2582 break;
2583 case E_AVR_MACH_AVR51:
2584 strncat (buf, ", avr:51", size);
2585 break;
2586 case E_AVR_MACH_AVR6:
2587 strncat (buf, ", avr:6", size);
2588 break;
2589 case E_AVR_MACH_AVRTINY:
2590 strncat (buf, ", avr:100", size);
2591 break;
2592 case E_AVR_MACH_XMEGA1:
2593 strncat (buf, ", avr:101", size);
2594 break;
2595 case E_AVR_MACH_XMEGA2:
2596 strncat (buf, ", avr:102", size);
2597 break;
2598 case E_AVR_MACH_XMEGA3:
2599 strncat (buf, ", avr:103", size);
2600 break;
2601 case E_AVR_MACH_XMEGA4:
2602 strncat (buf, ", avr:104", size);
2603 break;
2604 case E_AVR_MACH_XMEGA5:
2605 strncat (buf, ", avr:105", size);
2606 break;
2607 case E_AVR_MACH_XMEGA6:
2608 strncat (buf, ", avr:106", size);
2609 break;
2610 case E_AVR_MACH_XMEGA7:
2611 strncat (buf, ", avr:107", size);
2612 break;
2613 default:
2614 strncat (buf, ", avr:<unknown>", size);
2615 break;
2616 }
2617
2618 size -= strlen (buf);
2619 if (e_flags & EF_AVR_LINKRELAX_PREPARED)
2620 strncat (buf, ", link-relax", size);
2621}
2622
2623static void
2624decode_NDS32_machine_flags (unsigned e_flags, char buf[], size_t size)
2625{
2626 unsigned abi;
2627 unsigned arch;
2628 unsigned config;
2629 unsigned version;
2630 int has_fpu = 0;
2631 int r = 0;
2632
2633 static const char *ABI_STRINGS[] =
2634 {
2635 "ABI v0", /* use r5 as return register; only used in N1213HC */
2636 "ABI v1", /* use r0 as return register */
2637 "ABI v2", /* use r0 as return register and don't reserve 24 bytes for arguments */
2638 "ABI v2fp", /* for FPU */
2639 "AABI",
2640 "ABI2 FP+"
2641 };
2642 static const char *VER_STRINGS[] =
2643 {
2644 "Andes ELF V1.3 or older",
2645 "Andes ELF V1.3.1",
2646 "Andes ELF V1.4"
2647 };
2648 static const char *ARCH_STRINGS[] =
2649 {
2650 "",
2651 "Andes Star v1.0",
2652 "Andes Star v2.0",
2653 "Andes Star v3.0",
2654 "Andes Star v3.0m"
2655 };
2656
2657 abi = EF_NDS_ABI & e_flags;
2658 arch = EF_NDS_ARCH & e_flags;
2659 config = EF_NDS_INST & e_flags;
2660 version = EF_NDS32_ELF_VERSION & e_flags;
2661
2662 memset (buf, 0, size);
2663
2664 switch (abi)
2665 {
2666 case E_NDS_ABI_V0:
2667 case E_NDS_ABI_V1:
2668 case E_NDS_ABI_V2:
2669 case E_NDS_ABI_V2FP:
2670 case E_NDS_ABI_AABI:
2671 case E_NDS_ABI_V2FP_PLUS:
2672 /* In case there are holes in the array. */
2673 r += snprintf (buf + r, size - r, ", %s", ABI_STRINGS[abi >> EF_NDS_ABI_SHIFT]);
2674 break;
2675
2676 default:
2677 r += snprintf (buf + r, size - r, ", <unrecognized ABI>");
2678 break;
2679 }
2680
2681 switch (version)
2682 {
2683 case E_NDS32_ELF_VER_1_2:
2684 case E_NDS32_ELF_VER_1_3:
2685 case E_NDS32_ELF_VER_1_4:
2686 r += snprintf (buf + r, size - r, ", %s", VER_STRINGS[version >> EF_NDS32_ELF_VERSION_SHIFT]);
2687 break;
2688
2689 default:
2690 r += snprintf (buf + r, size - r, ", <unrecognized ELF version number>");
2691 break;
2692 }
2693
2694 if (E_NDS_ABI_V0 == abi)
2695 {
2696 /* OLD ABI; only used in N1213HC, has performance extension 1. */
2697 r += snprintf (buf + r, size - r, ", Andes Star v1.0, N1213HC, MAC, PERF1");
2698 if (arch == E_NDS_ARCH_STAR_V1_0)
2699 r += snprintf (buf + r, size -r, ", 16b"); /* has 16-bit instructions */
2700 return;
2701 }
2702
2703 switch (arch)
2704 {
2705 case E_NDS_ARCH_STAR_V1_0:
2706 case E_NDS_ARCH_STAR_V2_0:
2707 case E_NDS_ARCH_STAR_V3_0:
2708 case E_NDS_ARCH_STAR_V3_M:
2709 r += snprintf (buf + r, size - r, ", %s", ARCH_STRINGS[arch >> EF_NDS_ARCH_SHIFT]);
2710 break;
2711
2712 default:
2713 r += snprintf (buf + r, size - r, ", <unrecognized architecture>");
2714 /* ARCH version determines how the e_flags are interpreted.
2715 If it is unknown, we cannot proceed. */
2716 return;
2717 }
2718
2719 /* Newer ABI; Now handle architecture specific flags. */
2720 if (arch == E_NDS_ARCH_STAR_V1_0)
2721 {
2722 if (config & E_NDS32_HAS_MFUSR_PC_INST)
2723 r += snprintf (buf + r, size -r, ", MFUSR_PC");
2724
2725 if (!(config & E_NDS32_HAS_NO_MAC_INST))
2726 r += snprintf (buf + r, size -r, ", MAC");
2727
2728 if (config & E_NDS32_HAS_DIV_INST)
2729 r += snprintf (buf + r, size -r, ", DIV");
2730
2731 if (config & E_NDS32_HAS_16BIT_INST)
2732 r += snprintf (buf + r, size -r, ", 16b");
2733 }
2734 else
2735 {
2736 if (config & E_NDS32_HAS_MFUSR_PC_INST)
2737 {
2738 if (version <= E_NDS32_ELF_VER_1_3)
2739 r += snprintf (buf + r, size -r, ", [B8]");
2740 else
2741 r += snprintf (buf + r, size -r, ", EX9");
2742 }
2743
2744 if (config & E_NDS32_HAS_MAC_DX_INST)
2745 r += snprintf (buf + r, size -r, ", MAC_DX");
2746
2747 if (config & E_NDS32_HAS_DIV_DX_INST)
2748 r += snprintf (buf + r, size -r, ", DIV_DX");
2749
2750 if (config & E_NDS32_HAS_16BIT_INST)
2751 {
2752 if (version <= E_NDS32_ELF_VER_1_3)
2753 r += snprintf (buf + r, size -r, ", 16b");
2754 else
2755 r += snprintf (buf + r, size -r, ", IFC");
2756 }
2757 }
2758
2759 if (config & E_NDS32_HAS_EXT_INST)
2760 r += snprintf (buf + r, size -r, ", PERF1");
2761
2762 if (config & E_NDS32_HAS_EXT2_INST)
2763 r += snprintf (buf + r, size -r, ", PERF2");
2764
2765 if (config & E_NDS32_HAS_FPU_INST)
2766 {
2767 has_fpu = 1;
2768 r += snprintf (buf + r, size -r, ", FPU_SP");
2769 }
2770
2771 if (config & E_NDS32_HAS_FPU_DP_INST)
2772 {
2773 has_fpu = 1;
2774 r += snprintf (buf + r, size -r, ", FPU_DP");
2775 }
2776
2777 if (config & E_NDS32_HAS_FPU_MAC_INST)
2778 {
2779 has_fpu = 1;
2780 r += snprintf (buf + r, size -r, ", FPU_MAC");
2781 }
2782
2783 if (has_fpu)
2784 {
2785 switch ((config & E_NDS32_FPU_REG_CONF) >> E_NDS32_FPU_REG_CONF_SHIFT)
2786 {
2787 case E_NDS32_FPU_REG_8SP_4DP:
2788 r += snprintf (buf + r, size -r, ", FPU_REG:8/4");
2789 break;
2790 case E_NDS32_FPU_REG_16SP_8DP:
2791 r += snprintf (buf + r, size -r, ", FPU_REG:16/8");
2792 break;
2793 case E_NDS32_FPU_REG_32SP_16DP:
2794 r += snprintf (buf + r, size -r, ", FPU_REG:32/16");
2795 break;
2796 case E_NDS32_FPU_REG_32SP_32DP:
2797 r += snprintf (buf + r, size -r, ", FPU_REG:32/32");
2798 break;
2799 }
2800 }
2801
2802 if (config & E_NDS32_HAS_AUDIO_INST)
2803 r += snprintf (buf + r, size -r, ", AUDIO");
2804
2805 if (config & E_NDS32_HAS_STRING_INST)
2806 r += snprintf (buf + r, size -r, ", STR");
2807
2808 if (config & E_NDS32_HAS_REDUCED_REGS)
2809 r += snprintf (buf + r, size -r, ", 16REG");
2810
2811 if (config & E_NDS32_HAS_VIDEO_INST)
2812 {
2813 if (version <= E_NDS32_ELF_VER_1_3)
2814 r += snprintf (buf + r, size -r, ", VIDEO");
2815 else
2816 r += snprintf (buf + r, size -r, ", SATURATION");
2817 }
2818
2819 if (config & E_NDS32_HAS_ENCRIPT_INST)
2820 r += snprintf (buf + r, size -r, ", ENCRP");
2821
2822 if (config & E_NDS32_HAS_L2C_INST)
2823 r += snprintf (buf + r, size -r, ", L2C");
2824}
2825
2826static char *
2827get_machine_flags (unsigned e_flags, unsigned e_machine)
2828{
2829 static char buf[1024];
2830
2831 buf[0] = '\0';
2832
2833 if (e_flags)
2834 {
2835 switch (e_machine)
2836 {
2837 default:
2838 break;
2839
2840 case EM_ARC_COMPACT2:
2841 case EM_ARC_COMPACT:
2842 decode_ARC_machine_flags (e_flags, e_machine, buf);
2843 break;
2844
2845 case EM_ARM:
2846 decode_ARM_machine_flags (e_flags, buf);
2847 break;
2848
2849 case EM_AVR:
2850 decode_AVR_machine_flags (e_flags, buf, sizeof buf);
2851 break;
2852
2853 case EM_BLACKFIN:
2854 if (e_flags & EF_BFIN_PIC)
2855 strcat (buf, ", PIC");
2856
2857 if (e_flags & EF_BFIN_FDPIC)
2858 strcat (buf, ", FDPIC");
2859
2860 if (e_flags & EF_BFIN_CODE_IN_L1)
2861 strcat (buf, ", code in L1");
2862
2863 if (e_flags & EF_BFIN_DATA_IN_L1)
2864 strcat (buf, ", data in L1");
2865
2866 break;
2867
2868 case EM_CYGNUS_FRV:
2869 switch (e_flags & EF_FRV_CPU_MASK)
2870 {
2871 case EF_FRV_CPU_GENERIC:
2872 break;
2873
2874 default:
2875 strcat (buf, ", fr???");
2876 break;
2877
2878 case EF_FRV_CPU_FR300:
2879 strcat (buf, ", fr300");
2880 break;
2881
2882 case EF_FRV_CPU_FR400:
2883 strcat (buf, ", fr400");
2884 break;
2885 case EF_FRV_CPU_FR405:
2886 strcat (buf, ", fr405");
2887 break;
2888
2889 case EF_FRV_CPU_FR450:
2890 strcat (buf, ", fr450");
2891 break;
2892
2893 case EF_FRV_CPU_FR500:
2894 strcat (buf, ", fr500");
2895 break;
2896 case EF_FRV_CPU_FR550:
2897 strcat (buf, ", fr550");
2898 break;
2899
2900 case EF_FRV_CPU_SIMPLE:
2901 strcat (buf, ", simple");
2902 break;
2903 case EF_FRV_CPU_TOMCAT:
2904 strcat (buf, ", tomcat");
2905 break;
2906 }
2907 break;
2908
2909 case EM_68K:
2910 if ((e_flags & EF_M68K_ARCH_MASK) == EF_M68K_M68000)
2911 strcat (buf, ", m68000");
2912 else if ((e_flags & EF_M68K_ARCH_MASK) == EF_M68K_CPU32)
2913 strcat (buf, ", cpu32");
2914 else if ((e_flags & EF_M68K_ARCH_MASK) == EF_M68K_FIDO)
2915 strcat (buf, ", fido_a");
2916 else
2917 {
2918 char const * isa = _("unknown");
2919 char const * mac = _("unknown mac");
2920 char const * additional = NULL;
2921
2922 switch (e_flags & EF_M68K_CF_ISA_MASK)
2923 {
2924 case EF_M68K_CF_ISA_A_NODIV:
2925 isa = "A";
2926 additional = ", nodiv";
2927 break;
2928 case EF_M68K_CF_ISA_A:
2929 isa = "A";
2930 break;
2931 case EF_M68K_CF_ISA_A_PLUS:
2932 isa = "A+";
2933 break;
2934 case EF_M68K_CF_ISA_B_NOUSP:
2935 isa = "B";
2936 additional = ", nousp";
2937 break;
2938 case EF_M68K_CF_ISA_B:
2939 isa = "B";
2940 break;
2941 case EF_M68K_CF_ISA_C:
2942 isa = "C";
2943 break;
2944 case EF_M68K_CF_ISA_C_NODIV:
2945 isa = "C";
2946 additional = ", nodiv";
2947 break;
2948 }
2949 strcat (buf, ", cf, isa ");
2950 strcat (buf, isa);
2951 if (additional)
2952 strcat (buf, additional);
2953 if (e_flags & EF_M68K_CF_FLOAT)
2954 strcat (buf, ", float");
2955 switch (e_flags & EF_M68K_CF_MAC_MASK)
2956 {
2957 case 0:
2958 mac = NULL;
2959 break;
2960 case EF_M68K_CF_MAC:
2961 mac = "mac";
2962 break;
2963 case EF_M68K_CF_EMAC:
2964 mac = "emac";
2965 break;
2966 case EF_M68K_CF_EMAC_B:
2967 mac = "emac_b";
2968 break;
2969 }
2970 if (mac)
2971 {
2972 strcat (buf, ", ");
2973 strcat (buf, mac);
2974 }
2975 }
2976 break;
2977
2978 case EM_CYGNUS_MEP:
2979 switch (e_flags & EF_MEP_CPU_MASK)
2980 {
2981 case EF_MEP_CPU_MEP: strcat (buf, ", generic MeP"); break;
2982 case EF_MEP_CPU_C2: strcat (buf, ", MeP C2"); break;
2983 case EF_MEP_CPU_C3: strcat (buf, ", MeP C3"); break;
2984 case EF_MEP_CPU_C4: strcat (buf, ", MeP C4"); break;
2985 case EF_MEP_CPU_C5: strcat (buf, ", MeP C5"); break;
2986 case EF_MEP_CPU_H1: strcat (buf, ", MeP H1"); break;
2987 default: strcat (buf, _(", <unknown MeP cpu type>")); break;
2988 }
2989
2990 switch (e_flags & EF_MEP_COP_MASK)
2991 {
2992 case EF_MEP_COP_NONE: break;
2993 case EF_MEP_COP_AVC: strcat (buf, ", AVC coprocessor"); break;
2994 case EF_MEP_COP_AVC2: strcat (buf, ", AVC2 coprocessor"); break;
2995 case EF_MEP_COP_FMAX: strcat (buf, ", FMAX coprocessor"); break;
2996 case EF_MEP_COP_IVC2: strcat (buf, ", IVC2 coprocessor"); break;
2997 default: strcat (buf, _("<unknown MeP copro type>")); break;
2998 }
2999
3000 if (e_flags & EF_MEP_LIBRARY)
3001 strcat (buf, ", Built for Library");
3002
3003 if (e_flags & EF_MEP_INDEX_MASK)
3004 sprintf (buf + strlen (buf), ", Configuration Index: %#x",
3005 e_flags & EF_MEP_INDEX_MASK);
3006
3007 if (e_flags & ~ EF_MEP_ALL_FLAGS)
3008 sprintf (buf + strlen (buf), _(", unknown flags bits: %#x"),
3009 e_flags & ~ EF_MEP_ALL_FLAGS);
3010 break;
3011
3012 case EM_PPC:
3013 if (e_flags & EF_PPC_EMB)
3014 strcat (buf, ", emb");
3015
3016 if (e_flags & EF_PPC_RELOCATABLE)
3017 strcat (buf, _(", relocatable"));
3018
3019 if (e_flags & EF_PPC_RELOCATABLE_LIB)
3020 strcat (buf, _(", relocatable-lib"));
3021 break;
3022
3023 case EM_PPC64:
3024 if (e_flags & EF_PPC64_ABI)
3025 {
3026 char abi[] = ", abiv0";
3027
3028 abi[6] += e_flags & EF_PPC64_ABI;
3029 strcat (buf, abi);
3030 }
3031 break;
3032
3033 case EM_V800:
3034 if ((e_flags & EF_RH850_ABI) == EF_RH850_ABI)
3035 strcat (buf, ", RH850 ABI");
3036
3037 if (e_flags & EF_V800_850E3)
3038 strcat (buf, ", V3 architecture");
3039
3040 if ((e_flags & (EF_RH850_FPU_DOUBLE | EF_RH850_FPU_SINGLE)) == 0)
3041 strcat (buf, ", FPU not used");
3042
3043 if ((e_flags & (EF_RH850_REGMODE22 | EF_RH850_REGMODE32)) == 0)
3044 strcat (buf, ", regmode: COMMON");
3045
3046 if ((e_flags & (EF_RH850_GP_FIX | EF_RH850_GP_NOFIX)) == 0)
3047 strcat (buf, ", r4 not used");
3048
3049 if ((e_flags & (EF_RH850_EP_FIX | EF_RH850_EP_NOFIX)) == 0)
3050 strcat (buf, ", r30 not used");
3051
3052 if ((e_flags & (EF_RH850_TP_FIX | EF_RH850_TP_NOFIX)) == 0)
3053 strcat (buf, ", r5 not used");
3054
3055 if ((e_flags & (EF_RH850_REG2_RESERVE | EF_RH850_REG2_NORESERVE)) == 0)
3056 strcat (buf, ", r2 not used");
3057
3058 for (e_flags &= 0xFFFF; e_flags; e_flags &= ~ (e_flags & - e_flags))
3059 {
3060 switch (e_flags & - e_flags)
3061 {
3062 case EF_RH850_FPU_DOUBLE: strcat (buf, ", double precision FPU"); break;
3063 case EF_RH850_FPU_SINGLE: strcat (buf, ", single precision FPU"); break;
3064 case EF_RH850_REGMODE22: strcat (buf, ", regmode:22"); break;
3065 case EF_RH850_REGMODE32: strcat (buf, ", regmode:23"); break;
3066 case EF_RH850_GP_FIX: strcat (buf, ", r4 fixed"); break;
3067 case EF_RH850_GP_NOFIX: strcat (buf, ", r4 free"); break;
3068 case EF_RH850_EP_FIX: strcat (buf, ", r30 fixed"); break;
3069 case EF_RH850_EP_NOFIX: strcat (buf, ", r30 free"); break;
3070 case EF_RH850_TP_FIX: strcat (buf, ", r5 fixed"); break;
3071 case EF_RH850_TP_NOFIX: strcat (buf, ", r5 free"); break;
3072 case EF_RH850_REG2_RESERVE: strcat (buf, ", r2 fixed"); break;
3073 case EF_RH850_REG2_NORESERVE: strcat (buf, ", r2 free"); break;
3074 default: break;
3075 }
3076 }
3077 break;
3078
3079 case EM_V850:
3080 case EM_CYGNUS_V850:
3081 switch (e_flags & EF_V850_ARCH)
3082 {
3083 case E_V850E3V5_ARCH:
3084 strcat (buf, ", v850e3v5");
3085 break;
3086 case E_V850E2V3_ARCH:
3087 strcat (buf, ", v850e2v3");
3088 break;
3089 case E_V850E2_ARCH:
3090 strcat (buf, ", v850e2");
3091 break;
3092 case E_V850E1_ARCH:
3093 strcat (buf, ", v850e1");
3094 break;
3095 case E_V850E_ARCH:
3096 strcat (buf, ", v850e");
3097 break;
3098 case E_V850_ARCH:
3099 strcat (buf, ", v850");
3100 break;
3101 default:
3102 strcat (buf, _(", unknown v850 architecture variant"));
3103 break;
3104 }
3105 break;
3106
3107 case EM_M32R:
3108 case EM_CYGNUS_M32R:
3109 if ((e_flags & EF_M32R_ARCH) == E_M32R_ARCH)
3110 strcat (buf, ", m32r");
3111 break;
3112
3113 case EM_MIPS:
3114 case EM_MIPS_RS3_LE:
3115 if (e_flags & EF_MIPS_NOREORDER)
3116 strcat (buf, ", noreorder");
3117
3118 if (e_flags & EF_MIPS_PIC)
3119 strcat (buf, ", pic");
3120
3121 if (e_flags & EF_MIPS_CPIC)
3122 strcat (buf, ", cpic");
3123
3124 if (e_flags & EF_MIPS_UCODE)
3125 strcat (buf, ", ugen_reserved");
3126
3127 if (e_flags & EF_MIPS_ABI2)
3128 strcat (buf, ", abi2");
3129
3130 if (e_flags & EF_MIPS_OPTIONS_FIRST)
3131 strcat (buf, ", odk first");
3132
3133 if (e_flags & EF_MIPS_32BITMODE)
3134 strcat (buf, ", 32bitmode");
3135
3136 if (e_flags & EF_MIPS_NAN2008)
3137 strcat (buf, ", nan2008");
3138
3139 if (e_flags & EF_MIPS_FP64)
3140 strcat (buf, ", fp64");
3141
3142 switch ((e_flags & EF_MIPS_MACH))
3143 {
3144 case E_MIPS_MACH_3900: strcat (buf, ", 3900"); break;
3145 case E_MIPS_MACH_4010: strcat (buf, ", 4010"); break;
3146 case E_MIPS_MACH_4100: strcat (buf, ", 4100"); break;
3147 case E_MIPS_MACH_4111: strcat (buf, ", 4111"); break;
3148 case E_MIPS_MACH_4120: strcat (buf, ", 4120"); break;
3149 case E_MIPS_MACH_4650: strcat (buf, ", 4650"); break;
3150 case E_MIPS_MACH_5400: strcat (buf, ", 5400"); break;
3151 case E_MIPS_MACH_5500: strcat (buf, ", 5500"); break;
3152 case E_MIPS_MACH_SB1: strcat (buf, ", sb1"); break;
3153 case E_MIPS_MACH_9000: strcat (buf, ", 9000"); break;
3154 case E_MIPS_MACH_LS2E: strcat (buf, ", loongson-2e"); break;
3155 case E_MIPS_MACH_LS2F: strcat (buf, ", loongson-2f"); break;
3156 case E_MIPS_MACH_LS3A: strcat (buf, ", loongson-3a"); break;
3157 case E_MIPS_MACH_OCTEON: strcat (buf, ", octeon"); break;
3158 case E_MIPS_MACH_OCTEON2: strcat (buf, ", octeon2"); break;
3159 case E_MIPS_MACH_OCTEON3: strcat (buf, ", octeon3"); break;
3160 case E_MIPS_MACH_XLR: strcat (buf, ", xlr"); break;
3161 case 0:
3162 /* We simply ignore the field in this case to avoid confusion:
3163 MIPS ELF does not specify EF_MIPS_MACH, it is a GNU
3164 extension. */
3165 break;
3166 default: strcat (buf, _(", unknown CPU")); break;
3167 }
3168
3169 switch ((e_flags & EF_MIPS_ABI))
3170 {
3171 case E_MIPS_ABI_O32: strcat (buf, ", o32"); break;
3172 case E_MIPS_ABI_O64: strcat (buf, ", o64"); break;
3173 case E_MIPS_ABI_EABI32: strcat (buf, ", eabi32"); break;
3174 case E_MIPS_ABI_EABI64: strcat (buf, ", eabi64"); break;
3175 case 0:
3176 /* We simply ignore the field in this case to avoid confusion:
3177 MIPS ELF does not specify EF_MIPS_ABI, it is a GNU extension.
3178 This means it is likely to be an o32 file, but not for
3179 sure. */
3180 break;
3181 default: strcat (buf, _(", unknown ABI")); break;
3182 }
3183
3184 if (e_flags & EF_MIPS_ARCH_ASE_MDMX)
3185 strcat (buf, ", mdmx");
3186
3187 if (e_flags & EF_MIPS_ARCH_ASE_M16)
3188 strcat (buf, ", mips16");
3189
3190 if (e_flags & EF_MIPS_ARCH_ASE_MICROMIPS)
3191 strcat (buf, ", micromips");
3192
3193 switch ((e_flags & EF_MIPS_ARCH))
3194 {
3195 case E_MIPS_ARCH_1: strcat (buf, ", mips1"); break;
3196 case E_MIPS_ARCH_2: strcat (buf, ", mips2"); break;
3197 case E_MIPS_ARCH_3: strcat (buf, ", mips3"); break;
3198 case E_MIPS_ARCH_4: strcat (buf, ", mips4"); break;
3199 case E_MIPS_ARCH_5: strcat (buf, ", mips5"); break;
3200 case E_MIPS_ARCH_32: strcat (buf, ", mips32"); break;
3201 case E_MIPS_ARCH_32R2: strcat (buf, ", mips32r2"); break;
3202 case E_MIPS_ARCH_32R6: strcat (buf, ", mips32r6"); break;
3203 case E_MIPS_ARCH_64: strcat (buf, ", mips64"); break;
3204 case E_MIPS_ARCH_64R2: strcat (buf, ", mips64r2"); break;
3205 case E_MIPS_ARCH_64R6: strcat (buf, ", mips64r6"); break;
3206 default: strcat (buf, _(", unknown ISA")); break;
3207 }
3208 break;
3209
3210 case EM_NDS32:
3211 decode_NDS32_machine_flags (e_flags, buf, sizeof buf);
3212 break;
3213
3214 case EM_SH:
3215 switch ((e_flags & EF_SH_MACH_MASK))
3216 {
3217 case EF_SH1: strcat (buf, ", sh1"); break;
3218 case EF_SH2: strcat (buf, ", sh2"); break;
3219 case EF_SH3: strcat (buf, ", sh3"); break;
3220 case EF_SH_DSP: strcat (buf, ", sh-dsp"); break;
3221 case EF_SH3_DSP: strcat (buf, ", sh3-dsp"); break;
3222 case EF_SH4AL_DSP: strcat (buf, ", sh4al-dsp"); break;
3223 case EF_SH3E: strcat (buf, ", sh3e"); break;
3224 case EF_SH4: strcat (buf, ", sh4"); break;
3225 case EF_SH5: strcat (buf, ", sh5"); break;
3226 case EF_SH2E: strcat (buf, ", sh2e"); break;
3227 case EF_SH4A: strcat (buf, ", sh4a"); break;
3228 case EF_SH2A: strcat (buf, ", sh2a"); break;
3229 case EF_SH4_NOFPU: strcat (buf, ", sh4-nofpu"); break;
3230 case EF_SH4A_NOFPU: strcat (buf, ", sh4a-nofpu"); break;
3231 case EF_SH2A_NOFPU: strcat (buf, ", sh2a-nofpu"); break;
3232 case EF_SH3_NOMMU: strcat (buf, ", sh3-nommu"); break;
3233 case EF_SH4_NOMMU_NOFPU: strcat (buf, ", sh4-nommu-nofpu"); break;
3234 case EF_SH2A_SH4_NOFPU: strcat (buf, ", sh2a-nofpu-or-sh4-nommu-nofpu"); break;
3235 case EF_SH2A_SH3_NOFPU: strcat (buf, ", sh2a-nofpu-or-sh3-nommu"); break;
3236 case EF_SH2A_SH4: strcat (buf, ", sh2a-or-sh4"); break;
3237 case EF_SH2A_SH3E: strcat (buf, ", sh2a-or-sh3e"); break;
3238 default: strcat (buf, _(", unknown ISA")); break;
3239 }
3240
3241 if (e_flags & EF_SH_PIC)
3242 strcat (buf, ", pic");
3243
3244 if (e_flags & EF_SH_FDPIC)
3245 strcat (buf, ", fdpic");
3246 break;
3247
3248 case EM_OR1K:
3249 if (e_flags & EF_OR1K_NODELAY)
3250 strcat (buf, ", no delay");
3251 break;
3252
3253 case EM_SPARCV9:
3254 if (e_flags & EF_SPARC_32PLUS)
3255 strcat (buf, ", v8+");
3256
3257 if (e_flags & EF_SPARC_SUN_US1)
3258 strcat (buf, ", ultrasparcI");
3259
3260 if (e_flags & EF_SPARC_SUN_US3)
3261 strcat (buf, ", ultrasparcIII");
3262
3263 if (e_flags & EF_SPARC_HAL_R1)
3264 strcat (buf, ", halr1");
3265
3266 if (e_flags & EF_SPARC_LEDATA)
3267 strcat (buf, ", ledata");
3268
3269 if ((e_flags & EF_SPARCV9_MM) == EF_SPARCV9_TSO)
3270 strcat (buf, ", tso");
3271
3272 if ((e_flags & EF_SPARCV9_MM) == EF_SPARCV9_PSO)
3273 strcat (buf, ", pso");
3274
3275 if ((e_flags & EF_SPARCV9_MM) == EF_SPARCV9_RMO)
3276 strcat (buf, ", rmo");
3277 break;
3278
3279 case EM_PARISC:
3280 switch (e_flags & EF_PARISC_ARCH)
3281 {
3282 case EFA_PARISC_1_0:
3283 strcpy (buf, ", PA-RISC 1.0");
3284 break;
3285 case EFA_PARISC_1_1:
3286 strcpy (buf, ", PA-RISC 1.1");
3287 break;
3288 case EFA_PARISC_2_0:
3289 strcpy (buf, ", PA-RISC 2.0");
3290 break;
3291 default:
3292 break;
3293 }
3294 if (e_flags & EF_PARISC_TRAPNIL)
3295 strcat (buf, ", trapnil");
3296 if (e_flags & EF_PARISC_EXT)
3297 strcat (buf, ", ext");
3298 if (e_flags & EF_PARISC_LSB)
3299 strcat (buf, ", lsb");
3300 if (e_flags & EF_PARISC_WIDE)
3301 strcat (buf, ", wide");
3302 if (e_flags & EF_PARISC_NO_KABP)
3303 strcat (buf, ", no kabp");
3304 if (e_flags & EF_PARISC_LAZYSWAP)
3305 strcat (buf, ", lazyswap");
3306 break;
3307
3308 case EM_PJ:
3309 case EM_PJ_OLD:
3310 if ((e_flags & EF_PICOJAVA_NEWCALLS) == EF_PICOJAVA_NEWCALLS)
3311 strcat (buf, ", new calling convention");
3312
3313 if ((e_flags & EF_PICOJAVA_GNUCALLS) == EF_PICOJAVA_GNUCALLS)
3314 strcat (buf, ", gnu calling convention");
3315 break;
3316
3317 case EM_IA_64:
3318 if ((e_flags & EF_IA_64_ABI64))
3319 strcat (buf, ", 64-bit");
3320 else
3321 strcat (buf, ", 32-bit");
3322 if ((e_flags & EF_IA_64_REDUCEDFP))
3323 strcat (buf, ", reduced fp model");
3324 if ((e_flags & EF_IA_64_NOFUNCDESC_CONS_GP))
3325 strcat (buf, ", no function descriptors, constant gp");
3326 else if ((e_flags & EF_IA_64_CONS_GP))
3327 strcat (buf, ", constant gp");
3328 if ((e_flags & EF_IA_64_ABSOLUTE))
3329 strcat (buf, ", absolute");
3330 if (elf_header.e_ident[EI_OSABI] == ELFOSABI_OPENVMS)
3331 {
3332 if ((e_flags & EF_IA_64_VMS_LINKAGES))
3333 strcat (buf, ", vms_linkages");
3334 switch ((e_flags & EF_IA_64_VMS_COMCOD))
3335 {
3336 case EF_IA_64_VMS_COMCOD_SUCCESS:
3337 break;
3338 case EF_IA_64_VMS_COMCOD_WARNING:
3339 strcat (buf, ", warning");
3340 break;
3341 case EF_IA_64_VMS_COMCOD_ERROR:
3342 strcat (buf, ", error");
3343 break;
3344 case EF_IA_64_VMS_COMCOD_ABORT:
3345 strcat (buf, ", abort");
3346 break;
3347 default:
3348 warn (_("Unrecognised IA64 VMS Command Code: %x\n"),
3349 e_flags & EF_IA_64_VMS_COMCOD);
3350 strcat (buf, ", <unknown>");
3351 }
3352 }
3353 break;
3354
3355 case EM_VAX:
3356 if ((e_flags & EF_VAX_NONPIC))
3357 strcat (buf, ", non-PIC");
3358 if ((e_flags & EF_VAX_DFLOAT))
3359 strcat (buf, ", D-Float");
3360 if ((e_flags & EF_VAX_GFLOAT))
3361 strcat (buf, ", G-Float");
3362 break;
3363
3364 case EM_VISIUM:
3365 if (e_flags & EF_VISIUM_ARCH_MCM)
3366 strcat (buf, ", mcm");
3367 else if (e_flags & EF_VISIUM_ARCH_MCM24)
3368 strcat (buf, ", mcm24");
3369 if (e_flags & EF_VISIUM_ARCH_GR6)
3370 strcat (buf, ", gr6");
3371 break;
3372
3373 case EM_RL78:
3374 switch (e_flags & E_FLAG_RL78_CPU_MASK)
3375 {
3376 case E_FLAG_RL78_ANY_CPU: break;
3377 case E_FLAG_RL78_G10: strcat (buf, ", G10"); break;
3378 case E_FLAG_RL78_G13: strcat (buf, ", G13"); break;
3379 case E_FLAG_RL78_G14: strcat (buf, ", G14"); break;
3380 }
3381 if (e_flags & E_FLAG_RL78_64BIT_DOUBLES)
3382 strcat (buf, ", 64-bit doubles");
3383 break;
3384
3385 case EM_RX:
3386 if (e_flags & E_FLAG_RX_64BIT_DOUBLES)
3387 strcat (buf, ", 64-bit doubles");
3388 if (e_flags & E_FLAG_RX_DSP)
3389 strcat (buf, ", dsp");
3390 if (e_flags & E_FLAG_RX_PID)
3391 strcat (buf, ", pid");
3392 if (e_flags & E_FLAG_RX_ABI)
3393 strcat (buf, ", RX ABI");
3394 if (e_flags & E_FLAG_RX_SINSNS_SET)
3395 strcat (buf, e_flags & E_FLAG_RX_SINSNS_YES
3396 ? ", uses String instructions" : ", bans String instructions");
3397 if (e_flags & E_FLAG_RX_V2)
3398 strcat (buf, ", V2");
3399 break;
3400
3401 case EM_S390:
3402 if (e_flags & EF_S390_HIGH_GPRS)
3403 strcat (buf, ", highgprs");
3404 break;
3405
3406 case EM_TI_C6000:
3407 if ((e_flags & EF_C6000_REL))
3408 strcat (buf, ", relocatable module");
3409 break;
3410
3411 case EM_MSP430:
3412 strcat (buf, _(": architecture variant: "));
3413 switch (e_flags & EF_MSP430_MACH)
3414 {
3415 case E_MSP430_MACH_MSP430x11: strcat (buf, "MSP430x11"); break;
3416 case E_MSP430_MACH_MSP430x11x1 : strcat (buf, "MSP430x11x1 "); break;
3417 case E_MSP430_MACH_MSP430x12: strcat (buf, "MSP430x12"); break;
3418 case E_MSP430_MACH_MSP430x13: strcat (buf, "MSP430x13"); break;
3419 case E_MSP430_MACH_MSP430x14: strcat (buf, "MSP430x14"); break;
3420 case E_MSP430_MACH_MSP430x15: strcat (buf, "MSP430x15"); break;
3421 case E_MSP430_MACH_MSP430x16: strcat (buf, "MSP430x16"); break;
3422 case E_MSP430_MACH_MSP430x31: strcat (buf, "MSP430x31"); break;
3423 case E_MSP430_MACH_MSP430x32: strcat (buf, "MSP430x32"); break;
3424 case E_MSP430_MACH_MSP430x33: strcat (buf, "MSP430x33"); break;
3425 case E_MSP430_MACH_MSP430x41: strcat (buf, "MSP430x41"); break;
3426 case E_MSP430_MACH_MSP430x42: strcat (buf, "MSP430x42"); break;
3427 case E_MSP430_MACH_MSP430x43: strcat (buf, "MSP430x43"); break;
3428 case E_MSP430_MACH_MSP430x44: strcat (buf, "MSP430x44"); break;
3429 case E_MSP430_MACH_MSP430X : strcat (buf, "MSP430X"); break;
3430 default:
3431 strcat (buf, _(": unknown")); break;
3432 }
3433
3434 if (e_flags & ~ EF_MSP430_MACH)
3435 strcat (buf, _(": unknown extra flag bits also present"));
3436 }
3437 }
3438
3439 return buf;
3440}
3441
3442static const char *
3443get_osabi_name (unsigned int osabi)
3444{
3445 static char buff[32];
3446
3447 switch (osabi)
3448 {
3449 case ELFOSABI_NONE: return "UNIX - System V";
3450 case ELFOSABI_HPUX: return "UNIX - HP-UX";
3451 case ELFOSABI_NETBSD: return "UNIX - NetBSD";
3452 case ELFOSABI_GNU: return "UNIX - GNU";
3453 case ELFOSABI_SOLARIS: return "UNIX - Solaris";
3454 case ELFOSABI_AIX: return "UNIX - AIX";
3455 case ELFOSABI_IRIX: return "UNIX - IRIX";
3456 case ELFOSABI_FREEBSD: return "UNIX - FreeBSD";
3457 case ELFOSABI_TRU64: return "UNIX - TRU64";
3458 case ELFOSABI_MODESTO: return "Novell - Modesto";
3459 case ELFOSABI_OPENBSD: return "UNIX - OpenBSD";
3460 case ELFOSABI_OPENVMS: return "VMS - OpenVMS";
3461 case ELFOSABI_NSK: return "HP - Non-Stop Kernel";
3462 case ELFOSABI_AROS: return "AROS";
3463 case ELFOSABI_FENIXOS: return "FenixOS";
3464 default:
3465 if (osabi >= 64)
3466 switch (elf_header.e_machine)
3467 {
3468 case EM_ARM:
3469 switch (osabi)
3470 {
3471 case ELFOSABI_ARM: return "ARM";
3472 default:
3473 break;
3474 }
3475 break;
3476
3477 case EM_MSP430:
3478 case EM_MSP430_OLD:
3479 case EM_VISIUM:
3480 switch (osabi)
3481 {
3482 case ELFOSABI_STANDALONE: return _("Standalone App");
3483 default:
3484 break;
3485 }
3486 break;
3487
3488 case EM_TI_C6000:
3489 switch (osabi)
3490 {
3491 case ELFOSABI_C6000_ELFABI: return _("Bare-metal C6000");
3492 case ELFOSABI_C6000_LINUX: return "Linux C6000";
3493 default:
3494 break;
3495 }
3496 break;
3497
3498 default:
3499 break;
3500 }
3501 snprintf (buff, sizeof (buff), _("<unknown: %x>"), osabi);
3502 return buff;
3503 }
3504}
3505
3506static const char *
3507get_aarch64_segment_type (unsigned long type)
3508{
3509 switch (type)
3510 {
3511 case PT_AARCH64_ARCHEXT:
3512 return "AARCH64_ARCHEXT";
3513 default:
3514 break;
3515 }
3516
3517 return NULL;
3518}
3519
3520static const char *
3521get_arm_segment_type (unsigned long type)
3522{
3523 switch (type)
3524 {
3525 case PT_ARM_EXIDX:
3526 return "EXIDX";
3527 default:
3528 break;
3529 }
3530
3531 return NULL;
3532}
3533
3534static const char *
3535get_mips_segment_type (unsigned long type)
3536{
3537 switch (type)
3538 {
3539 case PT_MIPS_REGINFO:
3540 return "REGINFO";
3541 case PT_MIPS_RTPROC:
3542 return "RTPROC";
3543 case PT_MIPS_OPTIONS:
3544 return "OPTIONS";
3545 case PT_MIPS_ABIFLAGS:
3546 return "ABIFLAGS";
3547 default:
3548 break;
3549 }
3550
3551 return NULL;
3552}
3553
3554static const char *
3555get_parisc_segment_type (unsigned long type)
3556{
3557 switch (type)
3558 {
3559 case PT_HP_TLS: return "HP_TLS";
3560 case PT_HP_CORE_NONE: return "HP_CORE_NONE";
3561 case PT_HP_CORE_VERSION: return "HP_CORE_VERSION";
3562 case PT_HP_CORE_KERNEL: return "HP_CORE_KERNEL";
3563 case PT_HP_CORE_COMM: return "HP_CORE_COMM";
3564 case PT_HP_CORE_PROC: return "HP_CORE_PROC";
3565 case PT_HP_CORE_LOADABLE: return "HP_CORE_LOADABLE";
3566 case PT_HP_CORE_STACK: return "HP_CORE_STACK";
3567 case PT_HP_CORE_SHM: return "HP_CORE_SHM";
3568 case PT_HP_CORE_MMF: return "HP_CORE_MMF";
3569 case PT_HP_PARALLEL: return "HP_PARALLEL";
3570 case PT_HP_FASTBIND: return "HP_FASTBIND";
3571 case PT_HP_OPT_ANNOT: return "HP_OPT_ANNOT";
3572 case PT_HP_HSL_ANNOT: return "HP_HSL_ANNOT";
3573 case PT_HP_STACK: return "HP_STACK";
3574 case PT_HP_CORE_UTSNAME: return "HP_CORE_UTSNAME";
3575 case PT_PARISC_ARCHEXT: return "PARISC_ARCHEXT";
3576 case PT_PARISC_UNWIND: return "PARISC_UNWIND";
3577 case PT_PARISC_WEAKORDER: return "PARISC_WEAKORDER";
3578 default:
3579 break;
3580 }
3581
3582 return NULL;
3583}
3584
3585static const char *
3586get_ia64_segment_type (unsigned long type)
3587{
3588 switch (type)
3589 {
3590 case PT_IA_64_ARCHEXT: return "IA_64_ARCHEXT";
3591 case PT_IA_64_UNWIND: return "IA_64_UNWIND";
3592 case PT_HP_TLS: return "HP_TLS";
3593 case PT_IA_64_HP_OPT_ANOT: return "HP_OPT_ANNOT";
3594 case PT_IA_64_HP_HSL_ANOT: return "HP_HSL_ANNOT";
3595 case PT_IA_64_HP_STACK: return "HP_STACK";
3596 default:
3597 break;
3598 }
3599
3600 return NULL;
3601}
3602
3603static const char *
3604get_tic6x_segment_type (unsigned long type)
3605{
3606 switch (type)
3607 {
3608 case PT_C6000_PHATTR: return "C6000_PHATTR";
3609 default:
3610 break;
3611 }
3612
3613 return NULL;
3614}
3615
3616static const char *
3617get_segment_type (unsigned long p_type)
3618{
3619 static char buff[32];
3620
3621 switch (p_type)
3622 {
3623 case PT_NULL: return "NULL";
3624 case PT_LOAD: return "LOAD";
3625 case PT_DYNAMIC: return "DYNAMIC";
3626 case PT_INTERP: return "INTERP";
3627 case PT_NOTE: return "NOTE";
3628 case PT_SHLIB: return "SHLIB";
3629 case PT_PHDR: return "PHDR";
3630 case PT_TLS: return "TLS";
3631
3632 case PT_GNU_EH_FRAME:
3633 return "GNU_EH_FRAME";
3634 case PT_GNU_STACK: return "GNU_STACK";
3635 case PT_GNU_RELRO: return "GNU_RELRO";
3636
3637 default:
3638 if ((p_type >= PT_LOPROC) && (p_type <= PT_HIPROC))
3639 {
3640 const char * result;
3641
3642 switch (elf_header.e_machine)
3643 {
3644 case EM_AARCH64:
3645 result = get_aarch64_segment_type (p_type);
3646 break;
3647 case EM_ARM:
3648 result = get_arm_segment_type (p_type);
3649 break;
3650 case EM_MIPS:
3651 case EM_MIPS_RS3_LE:
3652 result = get_mips_segment_type (p_type);
3653 break;
3654 case EM_PARISC:
3655 result = get_parisc_segment_type (p_type);
3656 break;
3657 case EM_IA_64:
3658 result = get_ia64_segment_type (p_type);
3659 break;
3660 case EM_TI_C6000:
3661 result = get_tic6x_segment_type (p_type);
3662 break;
3663 default:
3664 result = NULL;
3665 break;
3666 }
3667
3668 if (result != NULL)
3669 return result;
3670
3671 sprintf (buff, "LOPROC+%lx", p_type - PT_LOPROC);
3672 }
3673 else if ((p_type >= PT_LOOS) && (p_type <= PT_HIOS))
3674 {
3675 const char * result;
3676
3677 switch (elf_header.e_machine)
3678 {
3679 case EM_PARISC:
3680 result = get_parisc_segment_type (p_type);
3681 break;
3682 case EM_IA_64:
3683 result = get_ia64_segment_type (p_type);
3684 break;
3685 default:
3686 result = NULL;
3687 break;
3688 }
3689
3690 if (result != NULL)
3691 return result;
3692
3693 sprintf (buff, "LOOS+%lx", p_type - PT_LOOS);
3694 }
3695 else
3696 snprintf (buff, sizeof (buff), _("<unknown>: %lx"), p_type);
3697
3698 return buff;
3699 }
3700}
3701
3702static const char *
3703get_mips_section_type_name (unsigned int sh_type)
3704{
3705 switch (sh_type)
3706 {
3707 case SHT_MIPS_LIBLIST: return "MIPS_LIBLIST";
3708 case SHT_MIPS_MSYM: return "MIPS_MSYM";
3709 case SHT_MIPS_CONFLICT: return "MIPS_CONFLICT";
3710 case SHT_MIPS_GPTAB: return "MIPS_GPTAB";
3711 case SHT_MIPS_UCODE: return "MIPS_UCODE";
3712 case SHT_MIPS_DEBUG: return "MIPS_DEBUG";
3713 case SHT_MIPS_REGINFO: return "MIPS_REGINFO";
3714 case SHT_MIPS_PACKAGE: return "MIPS_PACKAGE";
3715 case SHT_MIPS_PACKSYM: return "MIPS_PACKSYM";
3716 case SHT_MIPS_RELD: return "MIPS_RELD";
3717 case SHT_MIPS_IFACE: return "MIPS_IFACE";
3718 case SHT_MIPS_CONTENT: return "MIPS_CONTENT";
3719 case SHT_MIPS_OPTIONS: return "MIPS_OPTIONS";
3720 case SHT_MIPS_SHDR: return "MIPS_SHDR";
3721 case SHT_MIPS_FDESC: return "MIPS_FDESC";
3722 case SHT_MIPS_EXTSYM: return "MIPS_EXTSYM";
3723 case SHT_MIPS_DENSE: return "MIPS_DENSE";
3724 case SHT_MIPS_PDESC: return "MIPS_PDESC";
3725 case SHT_MIPS_LOCSYM: return "MIPS_LOCSYM";
3726 case SHT_MIPS_AUXSYM: return "MIPS_AUXSYM";
3727 case SHT_MIPS_OPTSYM: return "MIPS_OPTSYM";
3728 case SHT_MIPS_LOCSTR: return "MIPS_LOCSTR";
3729 case SHT_MIPS_LINE: return "MIPS_LINE";
3730 case SHT_MIPS_RFDESC: return "MIPS_RFDESC";
3731 case SHT_MIPS_DELTASYM: return "MIPS_DELTASYM";
3732 case SHT_MIPS_DELTAINST: return "MIPS_DELTAINST";
3733 case SHT_MIPS_DELTACLASS: return "MIPS_DELTACLASS";
3734 case SHT_MIPS_DWARF: return "MIPS_DWARF";
3735 case SHT_MIPS_DELTADECL: return "MIPS_DELTADECL";
3736 case SHT_MIPS_SYMBOL_LIB: return "MIPS_SYMBOL_LIB";
3737 case SHT_MIPS_EVENTS: return "MIPS_EVENTS";
3738 case SHT_MIPS_TRANSLATE: return "MIPS_TRANSLATE";
3739 case SHT_MIPS_PIXIE: return "MIPS_PIXIE";
3740 case SHT_MIPS_XLATE: return "MIPS_XLATE";
3741 case SHT_MIPS_XLATE_DEBUG: return "MIPS_XLATE_DEBUG";
3742 case SHT_MIPS_WHIRL: return "MIPS_WHIRL";
3743 case SHT_MIPS_EH_REGION: return "MIPS_EH_REGION";
3744 case SHT_MIPS_XLATE_OLD: return "MIPS_XLATE_OLD";
3745 case SHT_MIPS_PDR_EXCEPTION: return "MIPS_PDR_EXCEPTION";
3746 case SHT_MIPS_ABIFLAGS: return "MIPS_ABIFLAGS";
3747 default:
3748 break;
3749 }
3750 return NULL;
3751}
3752
3753static const char *
3754get_parisc_section_type_name (unsigned int sh_type)
3755{
3756 switch (sh_type)
3757 {
3758 case SHT_PARISC_EXT: return "PARISC_EXT";
3759 case SHT_PARISC_UNWIND: return "PARISC_UNWIND";
3760 case SHT_PARISC_DOC: return "PARISC_DOC";
3761 case SHT_PARISC_ANNOT: return "PARISC_ANNOT";
3762 case SHT_PARISC_SYMEXTN: return "PARISC_SYMEXTN";
3763 case SHT_PARISC_STUBS: return "PARISC_STUBS";
3764 case SHT_PARISC_DLKM: return "PARISC_DLKM";
3765 default:
3766 break;
3767 }
3768 return NULL;
3769}
3770
3771static const char *
3772get_ia64_section_type_name (unsigned int sh_type)
3773{
3774 /* If the top 8 bits are 0x78 the next 8 are the os/abi ID. */
3775 if ((sh_type & 0xFF000000) == SHT_IA_64_LOPSREG)
3776 return get_osabi_name ((sh_type & 0x00FF0000) >> 16);
3777
3778 switch (sh_type)
3779 {
3780 case SHT_IA_64_EXT: return "IA_64_EXT";
3781 case SHT_IA_64_UNWIND: return "IA_64_UNWIND";
3782 case SHT_IA_64_PRIORITY_INIT: return "IA_64_PRIORITY_INIT";
3783 case SHT_IA_64_VMS_TRACE: return "VMS_TRACE";
3784 case SHT_IA_64_VMS_TIE_SIGNATURES: return "VMS_TIE_SIGNATURES";
3785 case SHT_IA_64_VMS_DEBUG: return "VMS_DEBUG";
3786 case SHT_IA_64_VMS_DEBUG_STR: return "VMS_DEBUG_STR";
3787 case SHT_IA_64_VMS_LINKAGES: return "VMS_LINKAGES";
3788 case SHT_IA_64_VMS_SYMBOL_VECTOR: return "VMS_SYMBOL_VECTOR";
3789 case SHT_IA_64_VMS_FIXUP: return "VMS_FIXUP";
3790 default:
3791 break;
3792 }
3793 return NULL;
3794}
3795
3796static const char *
3797get_x86_64_section_type_name (unsigned int sh_type)
3798{
3799 switch (sh_type)
3800 {
3801 case SHT_X86_64_UNWIND: return "X86_64_UNWIND";
3802 default:
3803 break;
3804 }
3805 return NULL;
3806}
3807
3808static const char *
3809get_aarch64_section_type_name (unsigned int sh_type)
3810{
3811 switch (sh_type)
3812 {
3813 case SHT_AARCH64_ATTRIBUTES:
3814 return "AARCH64_ATTRIBUTES";
3815 default:
3816 break;
3817 }
3818 return NULL;
3819}
3820
3821static const char *
3822get_arm_section_type_name (unsigned int sh_type)
3823{
3824 switch (sh_type)
3825 {
3826 case SHT_ARM_EXIDX: return "ARM_EXIDX";
3827 case SHT_ARM_PREEMPTMAP: return "ARM_PREEMPTMAP";
3828 case SHT_ARM_ATTRIBUTES: return "ARM_ATTRIBUTES";
3829 case SHT_ARM_DEBUGOVERLAY: return "ARM_DEBUGOVERLAY";
3830 case SHT_ARM_OVERLAYSECTION: return "ARM_OVERLAYSECTION";
3831 default:
3832 break;
3833 }
3834 return NULL;
3835}
3836
3837static const char *
3838get_tic6x_section_type_name (unsigned int sh_type)
3839{
3840 switch (sh_type)
3841 {
3842 case SHT_C6000_UNWIND:
3843 return "C6000_UNWIND";
3844 case SHT_C6000_PREEMPTMAP:
3845 return "C6000_PREEMPTMAP";
3846 case SHT_C6000_ATTRIBUTES:
3847 return "C6000_ATTRIBUTES";
3848 case SHT_TI_ICODE:
3849 return "TI_ICODE";
3850 case SHT_TI_XREF:
3851 return "TI_XREF";
3852 case SHT_TI_HANDLER:
3853 return "TI_HANDLER";
3854 case SHT_TI_INITINFO:
3855 return "TI_INITINFO";
3856 case SHT_TI_PHATTRS:
3857 return "TI_PHATTRS";
3858 default:
3859 break;
3860 }
3861 return NULL;
3862}
3863
3864static const char *
3865get_msp430x_section_type_name (unsigned int sh_type)
3866{
3867 switch (sh_type)
3868 {
3869 case SHT_MSP430_SEC_FLAGS: return "MSP430_SEC_FLAGS";
3870 case SHT_MSP430_SYM_ALIASES: return "MSP430_SYM_ALIASES";
3871 case SHT_MSP430_ATTRIBUTES: return "MSP430_ATTRIBUTES";
3872 default: return NULL;
3873 }
3874}
3875
3876static const char *
3877get_v850_section_type_name (unsigned int sh_type)
3878{
3879 switch (sh_type)
3880 {
3881 case SHT_V850_SCOMMON: return "V850 Small Common";
3882 case SHT_V850_TCOMMON: return "V850 Tiny Common";
3883 case SHT_V850_ZCOMMON: return "V850 Zero Common";
3884 case SHT_RENESAS_IOP: return "RENESAS IOP";
3885 case SHT_RENESAS_INFO: return "RENESAS INFO";
3886 default: return NULL;
3887 }
3888}
3889
3890static const char *
3891get_section_type_name (unsigned int sh_type)
3892{
3893 static char buff[32];
3894 const char * result;
3895
3896 switch (sh_type)
3897 {
3898 case SHT_NULL: return "NULL";
3899 case SHT_PROGBITS: return "PROGBITS";
3900 case SHT_SYMTAB: return "SYMTAB";
3901 case SHT_STRTAB: return "STRTAB";
3902 case SHT_RELA: return "RELA";
3903 case SHT_HASH: return "HASH";
3904 case SHT_DYNAMIC: return "DYNAMIC";
3905 case SHT_NOTE: return "NOTE";
3906 case SHT_NOBITS: return "NOBITS";
3907 case SHT_REL: return "REL";
3908 case SHT_SHLIB: return "SHLIB";
3909 case SHT_DYNSYM: return "DYNSYM";
3910 case SHT_INIT_ARRAY: return "INIT_ARRAY";
3911 case SHT_FINI_ARRAY: return "FINI_ARRAY";
3912 case SHT_PREINIT_ARRAY: return "PREINIT_ARRAY";
3913 case SHT_GNU_HASH: return "GNU_HASH";
3914 case SHT_GROUP: return "GROUP";
3915 case SHT_SYMTAB_SHNDX: return "SYMTAB SECTION INDICIES";
3916 case SHT_GNU_verdef: return "VERDEF";
3917 case SHT_GNU_verneed: return "VERNEED";
3918 case SHT_GNU_versym: return "VERSYM";
3919 case 0x6ffffff0: return "VERSYM";
3920 case 0x6ffffffc: return "VERDEF";
3921 case 0x7ffffffd: return "AUXILIARY";
3922 case 0x7fffffff: return "FILTER";
3923 case SHT_GNU_LIBLIST: return "GNU_LIBLIST";
3924
3925 default:
3926 if ((sh_type >= SHT_LOPROC) && (sh_type <= SHT_HIPROC))
3927 {
3928 switch (elf_header.e_machine)
3929 {
3930 case EM_MIPS:
3931 case EM_MIPS_RS3_LE:
3932 result = get_mips_section_type_name (sh_type);
3933 break;
3934 case EM_PARISC:
3935 result = get_parisc_section_type_name (sh_type);
3936 break;
3937 case EM_IA_64:
3938 result = get_ia64_section_type_name (sh_type);
3939 break;
3940 case EM_X86_64:
3941 case EM_L1OM:
3942 case EM_K1OM:
3943 result = get_x86_64_section_type_name (sh_type);
3944 break;
3945 case EM_AARCH64:
3946 result = get_aarch64_section_type_name (sh_type);
3947 break;
3948 case EM_ARM:
3949 result = get_arm_section_type_name (sh_type);
3950 break;
3951 case EM_TI_C6000:
3952 result = get_tic6x_section_type_name (sh_type);
3953 break;
3954 case EM_MSP430:
3955 result = get_msp430x_section_type_name (sh_type);
3956 break;
3957 case EM_V800:
3958 case EM_V850:
3959 case EM_CYGNUS_V850:
3960 result = get_v850_section_type_name (sh_type);
3961 break;
3962 default:
3963 result = NULL;
3964 break;
3965 }
3966
3967 if (result != NULL)
3968 return result;
3969
3970 sprintf (buff, "LOPROC+%#x", sh_type - SHT_LOPROC);
3971 }
3972 else if ((sh_type >= SHT_LOOS) && (sh_type <= SHT_HIOS))
3973 {
3974 switch (elf_header.e_machine)
3975 {
3976 case EM_IA_64:
3977 result = get_ia64_section_type_name (sh_type);
3978 break;
3979 default:
3980 result = NULL;
3981 break;
3982 }
3983
3984 if (result != NULL)
3985 return result;
3986
3987 sprintf (buff, "LOOS+%#x", sh_type - SHT_LOOS);
3988 }
3989 else if ((sh_type >= SHT_LOUSER) && (sh_type <= SHT_HIUSER))
3990 {
3991 switch (elf_header.e_machine)
3992 {
3993 case EM_V800:
3994 case EM_V850:
3995 case EM_CYGNUS_V850:
3996 result = get_v850_section_type_name (sh_type);
3997 break;
3998 default:
3999 result = NULL;
4000 break;
4001 }
4002
4003 if (result != NULL)
4004 return result;
4005
4006 sprintf (buff, "LOUSER+%#x", sh_type - SHT_LOUSER);
4007 }
4008 else
4009 /* This message is probably going to be displayed in a 15
4010 character wide field, so put the hex value first. */
4011 snprintf (buff, sizeof (buff), _("%08x: <unknown>"), sh_type);
4012
4013 return buff;
4014 }
4015}
4016
4017#define OPTION_DEBUG_DUMP 512
4018#define OPTION_DYN_SYMS 513
4019#define OPTION_DWARF_DEPTH 514
4020#define OPTION_DWARF_START 515
4021#define OPTION_DWARF_CHECK 516
4022
4023static struct option options[] =
4024{
4025 {"all", no_argument, 0, 'a'},
4026 {"file-header", no_argument, 0, 'h'},
4027 {"program-headers", no_argument, 0, 'l'},
4028 {"headers", no_argument, 0, 'e'},
4029 {"histogram", no_argument, 0, 'I'},
4030 {"segments", no_argument, 0, 'l'},
4031 {"sections", no_argument, 0, 'S'},
4032 {"section-headers", no_argument, 0, 'S'},
4033 {"section-groups", no_argument, 0, 'g'},
4034 {"section-details", no_argument, 0, 't'},
4035 {"full-section-name",no_argument, 0, 'N'},
4036 {"symbols", no_argument, 0, 's'},
4037 {"syms", no_argument, 0, 's'},
4038 {"dyn-syms", no_argument, 0, OPTION_DYN_SYMS},
4039 {"relocs", no_argument, 0, 'r'},
4040 {"notes", no_argument, 0, 'n'},
4041 {"dynamic", no_argument, 0, 'd'},
4042 {"arch-specific", no_argument, 0, 'A'},
4043 {"version-info", no_argument, 0, 'V'},
4044 {"use-dynamic", no_argument, 0, 'D'},
4045 {"unwind", no_argument, 0, 'u'},
4046 {"archive-index", no_argument, 0, 'c'},
4047 {"hex-dump", required_argument, 0, 'x'},
4048 {"relocated-dump", required_argument, 0, 'R'},
4049 {"string-dump", required_argument, 0, 'p'},
4050 {"decompress", no_argument, 0, 'z'},
4051#ifdef SUPPORT_DISASSEMBLY
4052 {"instruction-dump", required_argument, 0, 'i'},
4053#endif
4054 {"debug-dump", optional_argument, 0, OPTION_DEBUG_DUMP},
4055
4056 {"dwarf-depth", required_argument, 0, OPTION_DWARF_DEPTH},
4057 {"dwarf-start", required_argument, 0, OPTION_DWARF_START},
4058 {"dwarf-check", no_argument, 0, OPTION_DWARF_CHECK},
4059
4060 {"version", no_argument, 0, 'v'},
4061 {"wide", no_argument, 0, 'W'},
4062 {"help", no_argument, 0, 'H'},
4063 {0, no_argument, 0, 0}
4064};
4065
4066static void
4067usage (FILE * stream)
4068{
4069 fprintf (stream, _("Usage: readelf <option(s)> elf-file(s)\n"));
4070 fprintf (stream, _(" Display information about the contents of ELF format files\n"));
4071 fprintf (stream, _(" Options are:\n\
4072 -a --all Equivalent to: -h -l -S -s -r -d -V -A -I\n\
4073 -h --file-header Display the ELF file header\n\
4074 -l --program-headers Display the program headers\n\
4075 --segments An alias for --program-headers\n\
4076 -S --section-headers Display the sections' header\n\
4077 --sections An alias for --section-headers\n\
4078 -g --section-groups Display the section groups\n\
4079 -t --section-details Display the section details\n\
4080 -e --headers Equivalent to: -h -l -S\n\
4081 -s --syms Display the symbol table\n\
4082 --symbols An alias for --syms\n\
4083 --dyn-syms Display the dynamic symbol table\n\
4084 -n --notes Display the core notes (if present)\n\
4085 -r --relocs Display the relocations (if present)\n\
4086 -u --unwind Display the unwind info (if present)\n\
4087 -d --dynamic Display the dynamic section (if present)\n\
4088 -V --version-info Display the version sections (if present)\n\
4089 -A --arch-specific Display architecture specific information (if any)\n\
4090 -c --archive-index Display the symbol/file index in an archive\n\
4091 -D --use-dynamic Use the dynamic section info when displaying symbols\n\
4092 -x --hex-dump=<number|name>\n\
4093 Dump the contents of section <number|name> as bytes\n\
4094 -p --string-dump=<number|name>\n\
4095 Dump the contents of section <number|name> as strings\n\
4096 -R --relocated-dump=<number|name>\n\
4097 Dump the contents of section <number|name> as relocated bytes\n\
4098 -z --decompress Decompress section before dumping it\n\
4099 -w[lLiaprmfFsoRt] or\n\
4100 --debug-dump[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,\n\
4101 =frames-interp,=str,=loc,=Ranges,=pubtypes,\n\
4102 =gdb_index,=trace_info,=trace_abbrev,=trace_aranges,\n\
4103 =addr,=cu_index]\n\
4104 Display the contents of DWARF2 debug sections\n"));
4105 fprintf (stream, _("\
4106 --dwarf-depth=N Do not display DIEs at depth N or greater\n\
4107 --dwarf-start=N Display DIEs starting with N, at the same depth\n\
4108 or deeper\n"));
4109#ifdef SUPPORT_DISASSEMBLY
4110 fprintf (stream, _("\
4111 -i --instruction-dump=<number|name>\n\
4112 Disassemble the contents of section <number|name>\n"));
4113#endif
4114 fprintf (stream, _("\
4115 -I --histogram Display histogram of bucket list lengths\n\
4116 -W --wide Allow output width to exceed 80 characters\n\
4117 @<file> Read options from <file>\n\
4118 -H --help Display this information\n\
4119 -v --version Display the version number of readelf\n"));
4120
4121 if (REPORT_BUGS_TO[0] && stream == stdout)
4122 fprintf (stdout, _("Report bugs to %s\n"), REPORT_BUGS_TO);
4123
4124 exit (stream == stdout ? 0 : 1);
4125}
4126
4127/* Record the fact that the user wants the contents of section number
4128 SECTION to be displayed using the method(s) encoded as flags bits
4129 in TYPE. Note, TYPE can be zero if we are creating the array for
4130 the first time. */
4131
4132static void
4133request_dump_bynumber (unsigned int section, dump_type type)
4134{
4135 if (section >= num_dump_sects)
4136 {
4137 dump_type * new_dump_sects;
4138
4139 new_dump_sects = (dump_type *) calloc (section + 1,
4140 sizeof (* dump_sects));
4141
4142 if (new_dump_sects == NULL)
4143 error (_("Out of memory allocating dump request table.\n"));
4144 else
4145 {
4146 /* Copy current flag settings. */
4147 memcpy (new_dump_sects, dump_sects, num_dump_sects * sizeof (* dump_sects));
4148
4149 free (dump_sects);
4150
4151 dump_sects = new_dump_sects;
4152 num_dump_sects = section + 1;
4153 }
4154 }
4155
4156 if (dump_sects)
4157 dump_sects[section] |= type;
4158
4159 return;
4160}
4161
4162/* Request a dump by section name. */
4163
4164static void
4165request_dump_byname (const char * section, dump_type type)
4166{
4167 struct dump_list_entry * new_request;
4168
4169 new_request = (struct dump_list_entry *)
4170 malloc (sizeof (struct dump_list_entry));
4171 if (!new_request)
4172 error (_("Out of memory allocating dump request table.\n"));
4173
4174 new_request->name = strdup (section);
4175 if (!new_request->name)
4176 error (_("Out of memory allocating dump request table.\n"));
4177
4178 new_request->type = type;
4179
4180 new_request->next = dump_sects_byname;
4181 dump_sects_byname = new_request;
4182}
4183
4184static inline void
4185request_dump (dump_type type)
4186{
4187 int section;
4188 char * cp;
4189
4190 do_dump++;
4191 section = strtoul (optarg, & cp, 0);
4192
4193 if (! *cp && section >= 0)
4194 request_dump_bynumber (section, type);
4195 else
4196 request_dump_byname (optarg, type);
4197}
4198
4199
4200static void
4201parse_args (int argc, char ** argv)
4202{
4203 int c;
4204
4205 if (argc < 2)
4206 usage (stderr);
4207
4208 while ((c = getopt_long
4209 (argc, argv, "ADHINR:SVWacdeghi:lnp:rstuvw::x:z", options, NULL)) != EOF)
4210 {
4211 switch (c)
4212 {
4213 case 0:
4214 /* Long options. */
4215 break;
4216 case 'H':
4217 usage (stdout);
4218 break;
4219
4220 case 'a':
4221 do_syms++;
4222 do_reloc++;
4223 do_unwind++;
4224 do_dynamic++;
4225 do_header++;
4226 do_sections++;
4227 do_section_groups++;
4228 do_segments++;
4229 do_version++;
4230 do_histogram++;
4231 do_arch++;
4232 do_notes++;
4233 break;
4234 case 'g':
4235 do_section_groups++;
4236 break;
4237 case 't':
4238 case 'N':
4239 do_sections++;
4240 do_section_details++;
4241 break;
4242 case 'e':
4243 do_header++;
4244 do_sections++;
4245 do_segments++;
4246 break;
4247 case 'A':
4248 do_arch++;
4249 break;
4250 case 'D':
4251 do_using_dynamic++;
4252 break;
4253 case 'r':
4254 do_reloc++;
4255 break;
4256 case 'u':
4257 do_unwind++;
4258 break;
4259 case 'h':
4260 do_header++;
4261 break;
4262 case 'l':
4263 do_segments++;
4264 break;
4265 case 's':
4266 do_syms++;
4267 break;
4268 case 'S':
4269 do_sections++;
4270 break;
4271 case 'd':
4272 do_dynamic++;
4273 break;
4274 case 'I':
4275 do_histogram++;
4276 break;
4277 case 'n':
4278 do_notes++;
4279 break;
4280 case 'c':
4281 do_archive_index++;
4282 break;
4283 case 'x':
4284 request_dump (HEX_DUMP);
4285 break;
4286 case 'p':
4287 request_dump (STRING_DUMP);
4288 break;
4289 case 'R':
4290 request_dump (RELOC_DUMP);
4291 break;
4292 case 'z':
4293 decompress_dumps++;
4294 break;
4295 case 'w':
4296 do_dump++;
4297 if (optarg == 0)
4298 {
4299 do_debugging = 1;
4300 dwarf_select_sections_all ();
4301 }
4302 else
4303 {
4304 do_debugging = 0;
4305 dwarf_select_sections_by_letters (optarg);
4306 }
4307 break;
4308 case OPTION_DEBUG_DUMP:
4309 do_dump++;
4310 if (optarg == 0)
4311 do_debugging = 1;
4312 else
4313 {
4314 do_debugging = 0;
4315 dwarf_select_sections_by_names (optarg);
4316 }
4317 break;
4318 case OPTION_DWARF_DEPTH:
4319 {
4320 char *cp;
4321
4322 dwarf_cutoff_level = strtoul (optarg, & cp, 0);
4323 }
4324 break;
4325 case OPTION_DWARF_START:
4326 {
4327 char *cp;
4328
4329 dwarf_start_die = strtoul (optarg, & cp, 0);
4330 }
4331 break;
4332 case OPTION_DWARF_CHECK:
4333 dwarf_check = 1;
4334 break;
4335 case OPTION_DYN_SYMS:
4336 do_dyn_syms++;
4337 break;
4338#ifdef SUPPORT_DISASSEMBLY
4339 case 'i':
4340 request_dump (DISASS_DUMP);
4341 break;
4342#endif
4343 case 'v':
4344 print_version (program_name);
4345 break;
4346 case 'V':
4347 do_version++;
4348 break;
4349 case 'W':
4350 do_wide++;
4351 break;
4352 default:
4353 /* xgettext:c-format */
4354 error (_("Invalid option '-%c'\n"), c);
4355 /* Drop through. */
4356 case '?':
4357 usage (stderr);
4358 }
4359 }
4360
4361 if (!do_dynamic && !do_syms && !do_reloc && !do_unwind && !do_sections
4362 && !do_segments && !do_header && !do_dump && !do_version
4363 && !do_histogram && !do_debugging && !do_arch && !do_notes
4364 && !do_section_groups && !do_archive_index
4365 && !do_dyn_syms)
4366 usage (stderr);
4367}
4368
4369static const char *
4370get_elf_class (unsigned int elf_class)
4371{
4372 static char buff[32];
4373
4374 switch (elf_class)
4375 {
4376 case ELFCLASSNONE: return _("none");
4377 case ELFCLASS32: return "ELF32";
4378 case ELFCLASS64: return "ELF64";
4379 default:
4380 snprintf (buff, sizeof (buff), _("<unknown: %x>"), elf_class);
4381 return buff;
4382 }
4383}
4384
4385static const char *
4386get_data_encoding (unsigned int encoding)
4387{
4388 static char buff[32];
4389
4390 switch (encoding)
4391 {
4392 case ELFDATANONE: return _("none");
4393 case ELFDATA2LSB: return _("2's complement, little endian");
4394 case ELFDATA2MSB: return _("2's complement, big endian");
4395 default:
4396 snprintf (buff, sizeof (buff), _("<unknown: %x>"), encoding);
4397 return buff;
4398 }
4399}
4400
4401/* Decode the data held in 'elf_header'. */
4402
4403static int
4404process_file_header (void)
4405{
4406 if ( elf_header.e_ident[EI_MAG0] != ELFMAG0
4407 || elf_header.e_ident[EI_MAG1] != ELFMAG1
4408 || elf_header.e_ident[EI_MAG2] != ELFMAG2
4409 || elf_header.e_ident[EI_MAG3] != ELFMAG3)
4410 {
4411 error
4412 (_("Not an ELF file - it has the wrong magic bytes at the start\n"));
4413 return 0;
4414 }
4415
4416 init_dwarf_regnames (elf_header.e_machine);
4417
4418 if (do_header)
4419 {
4420 int i;
4421
4422 printf (_("ELF Header:\n"));
4423 printf (_(" Magic: "));
4424 for (i = 0; i < EI_NIDENT; i++)
4425 printf ("%2.2x ", elf_header.e_ident[i]);
4426 printf ("\n");
4427 printf (_(" Class: %s\n"),
4428 get_elf_class (elf_header.e_ident[EI_CLASS]));
4429 printf (_(" Data: %s\n"),
4430 get_data_encoding (elf_header.e_ident[EI_DATA]));
4431 printf (_(" Version: %d %s\n"),
4432 elf_header.e_ident[EI_VERSION],
4433 (elf_header.e_ident[EI_VERSION] == EV_CURRENT
4434 ? "(current)"
4435 : (elf_header.e_ident[EI_VERSION] != EV_NONE
4436 ? _("<unknown: %lx>")
4437 : "")));
4438 printf (_(" OS/ABI: %s\n"),
4439 get_osabi_name (elf_header.e_ident[EI_OSABI]));
4440 printf (_(" ABI Version: %d\n"),
4441 elf_header.e_ident[EI_ABIVERSION]);
4442 printf (_(" Type: %s\n"),
4443 get_file_type (elf_header.e_type));
4444 printf (_(" Machine: %s\n"),
4445 get_machine_name (elf_header.e_machine));
4446 printf (_(" Version: 0x%lx\n"),
4447 (unsigned long) elf_header.e_version);
4448
4449 printf (_(" Entry point address: "));
4450 print_vma ((bfd_vma) elf_header.e_entry, PREFIX_HEX);
4451 printf (_("\n Start of program headers: "));
4452 print_vma ((bfd_vma) elf_header.e_phoff, DEC);
4453 printf (_(" (bytes into file)\n Start of section headers: "));
4454 print_vma ((bfd_vma) elf_header.e_shoff, DEC);
4455 printf (_(" (bytes into file)\n"));
4456
4457 printf (_(" Flags: 0x%lx%s\n"),
4458 (unsigned long) elf_header.e_flags,
4459 get_machine_flags (elf_header.e_flags, elf_header.e_machine));
4460 printf (_(" Size of this header: %ld (bytes)\n"),
4461 (long) elf_header.e_ehsize);
4462 printf (_(" Size of program headers: %ld (bytes)\n"),
4463 (long) elf_header.e_phentsize);
4464 printf (_(" Number of program headers: %ld"),
4465 (long) elf_header.e_phnum);
4466 if (section_headers != NULL
4467 && elf_header.e_phnum == PN_XNUM
4468 && section_headers[0].sh_info != 0)
4469 printf (" (%ld)", (long) section_headers[0].sh_info);
4470 putc ('\n', stdout);
4471 printf (_(" Size of section headers: %ld (bytes)\n"),
4472 (long) elf_header.e_shentsize);
4473 printf (_(" Number of section headers: %ld"),
4474 (long) elf_header.e_shnum);
4475 if (section_headers != NULL && elf_header.e_shnum == SHN_UNDEF)
4476 printf (" (%ld)", (long) section_headers[0].sh_size);
4477 putc ('\n', stdout);
4478 printf (_(" Section header string table index: %ld"),
4479 (long) elf_header.e_shstrndx);
4480 if (section_headers != NULL
4481 && elf_header.e_shstrndx == (SHN_XINDEX & 0xffff))
4482 printf (" (%u)", section_headers[0].sh_link);
4483 else if (elf_header.e_shstrndx != SHN_UNDEF
4484 && elf_header.e_shstrndx >= elf_header.e_shnum)
4485 printf (_(" <corrupt: out of range>"));
4486 putc ('\n', stdout);
4487 }
4488
4489 if (section_headers != NULL)
4490 {
4491 if (elf_header.e_phnum == PN_XNUM
4492 && section_headers[0].sh_info != 0)
4493 elf_header.e_phnum = section_headers[0].sh_info;
4494 if (elf_header.e_shnum == SHN_UNDEF)
4495 elf_header.e_shnum = section_headers[0].sh_size;
4496 if (elf_header.e_shstrndx == (SHN_XINDEX & 0xffff))
4497 elf_header.e_shstrndx = section_headers[0].sh_link;
4498 else if (elf_header.e_shstrndx >= elf_header.e_shnum)
4499 elf_header.e_shstrndx = SHN_UNDEF;
4500 free (section_headers);
4501 section_headers = NULL;
4502 }
4503
4504 return 1;
4505}
4506
4507static bfd_boolean
4508get_32bit_program_headers (FILE * file, Elf_Internal_Phdr * pheaders)
4509{
4510 Elf32_External_Phdr * phdrs;
4511 Elf32_External_Phdr * external;
4512 Elf_Internal_Phdr * internal;
4513 unsigned int i;
4514 unsigned int size = elf_header.e_phentsize;
4515 unsigned int num = elf_header.e_phnum;
4516
4517 /* PR binutils/17531: Cope with unexpected section header sizes. */
4518 if (size == 0 || num == 0)
4519 return FALSE;
4520 if (size < sizeof * phdrs)
4521 {
4522 error (_("The e_phentsize field in the ELF header is less than the size of an ELF program header\n"));
4523 return FALSE;
4524 }
4525 if (size > sizeof * phdrs)
4526 warn (_("The e_phentsize field in the ELF header is larger than the size of an ELF program header\n"));
4527
4528 phdrs = (Elf32_External_Phdr *) get_data (NULL, file, elf_header.e_phoff,
4529 size, num, _("program headers"));
4530 if (phdrs == NULL)
4531 return FALSE;
4532
4533 for (i = 0, internal = pheaders, external = phdrs;
4534 i < elf_header.e_phnum;
4535 i++, internal++, external++)
4536 {
4537 internal->p_type = BYTE_GET (external->p_type);
4538 internal->p_offset = BYTE_GET (external->p_offset);
4539 internal->p_vaddr = BYTE_GET (external->p_vaddr);
4540 internal->p_paddr = BYTE_GET (external->p_paddr);
4541 internal->p_filesz = BYTE_GET (external->p_filesz);
4542 internal->p_memsz = BYTE_GET (external->p_memsz);
4543 internal->p_flags = BYTE_GET (external->p_flags);
4544 internal->p_align = BYTE_GET (external->p_align);
4545 }
4546
4547 free (phdrs);
4548 return TRUE;
4549}
4550
4551static bfd_boolean
4552get_64bit_program_headers (FILE * file, Elf_Internal_Phdr * pheaders)
4553{
4554 Elf64_External_Phdr * phdrs;
4555 Elf64_External_Phdr * external;
4556 Elf_Internal_Phdr * internal;
4557 unsigned int i;
4558 unsigned int size = elf_header.e_phentsize;
4559 unsigned int num = elf_header.e_phnum;
4560
4561 /* PR binutils/17531: Cope with unexpected section header sizes. */
4562 if (size == 0 || num == 0)
4563 return FALSE;
4564 if (size < sizeof * phdrs)
4565 {
4566 error (_("The e_phentsize field in the ELF header is less than the size of an ELF program header\n"));
4567 return FALSE;
4568 }
4569 if (size > sizeof * phdrs)
4570 warn (_("The e_phentsize field in the ELF header is larger than the size of an ELF program header\n"));
4571
4572 phdrs = (Elf64_External_Phdr *) get_data (NULL, file, elf_header.e_phoff,
4573 size, num, _("program headers"));
4574 if (!phdrs)
4575 return FALSE;
4576
4577 for (i = 0, internal = pheaders, external = phdrs;
4578 i < elf_header.e_phnum;
4579 i++, internal++, external++)
4580 {
4581 internal->p_type = BYTE_GET (external->p_type);
4582 internal->p_flags = BYTE_GET (external->p_flags);
4583 internal->p_offset = BYTE_GET (external->p_offset);
4584 internal->p_vaddr = BYTE_GET (external->p_vaddr);
4585 internal->p_paddr = BYTE_GET (external->p_paddr);
4586 internal->p_filesz = BYTE_GET (external->p_filesz);
4587 internal->p_memsz = BYTE_GET (external->p_memsz);
4588 internal->p_align = BYTE_GET (external->p_align);
4589 }
4590
4591 free (phdrs);
4592 return TRUE;
4593}
4594
4595/* Returns 1 if the program headers were read into `program_headers'. */
4596
4597static int
4598get_program_headers (FILE * file)
4599{
4600 Elf_Internal_Phdr * phdrs;
4601
4602 /* Check cache of prior read. */
4603 if (program_headers != NULL)
4604 return 1;
4605
4606 phdrs = (Elf_Internal_Phdr *) cmalloc (elf_header.e_phnum,
4607 sizeof (Elf_Internal_Phdr));
4608
4609 if (phdrs == NULL)
4610 {
4611 error (_("Out of memory reading %u program headers\n"),
4612 elf_header.e_phnum);
4613 return 0;
4614 }
4615
4616 if (is_32bit_elf
4617 ? get_32bit_program_headers (file, phdrs)
4618 : get_64bit_program_headers (file, phdrs))
4619 {
4620 program_headers = phdrs;
4621 return 1;
4622 }
4623
4624 free (phdrs);
4625 return 0;
4626}
4627
4628/* Returns 1 if the program headers were loaded. */
4629
4630static int
4631process_program_headers (FILE * file)
4632{
4633 Elf_Internal_Phdr * segment;
4634 unsigned int i;
4635
4636 if (elf_header.e_phnum == 0)
4637 {
4638 /* PR binutils/12467. */
4639 if (elf_header.e_phoff != 0)
4640 warn (_("possibly corrupt ELF header - it has a non-zero program"
4641 " header offset, but no program headers\n"));
4642 else if (do_segments)
4643 printf (_("\nThere are no program headers in this file.\n"));
4644 return 0;
4645 }
4646
4647 if (do_segments && !do_header)
4648 {
4649 printf (_("\nElf file type is %s\n"), get_file_type (elf_header.e_type));
4650 printf (_("Entry point "));
4651 print_vma ((bfd_vma) elf_header.e_entry, PREFIX_HEX);
4652 printf (_("\nThere are %d program headers, starting at offset "),
4653 elf_header.e_phnum);
4654 print_vma ((bfd_vma) elf_header.e_phoff, DEC);
4655 printf ("\n");
4656 }
4657
4658 if (! get_program_headers (file))
4659 return 0;
4660
4661 if (do_segments)
4662 {
4663 if (elf_header.e_phnum > 1)
4664 printf (_("\nProgram Headers:\n"));
4665 else
4666 printf (_("\nProgram Headers:\n"));
4667
4668 if (is_32bit_elf)
4669 printf
4670 (_(" Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align\n"));
4671 else if (do_wide)
4672 printf
4673 (_(" Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align\n"));
4674 else
4675 {
4676 printf
4677 (_(" Type Offset VirtAddr PhysAddr\n"));
4678 printf
4679 (_(" FileSiz MemSiz Flags Align\n"));
4680 }
4681 }
4682
4683 dynamic_addr = 0;
4684 dynamic_size = 0;
4685
4686 for (i = 0, segment = program_headers;
4687 i < elf_header.e_phnum;
4688 i++, segment++)
4689 {
4690 if (do_segments)
4691 {
4692 printf (" %-14.14s ", get_segment_type (segment->p_type));
4693
4694 if (is_32bit_elf)
4695 {
4696 printf ("0x%6.6lx ", (unsigned long) segment->p_offset);
4697 printf ("0x%8.8lx ", (unsigned long) segment->p_vaddr);
4698 printf ("0x%8.8lx ", (unsigned long) segment->p_paddr);
4699 printf ("0x%5.5lx ", (unsigned long) segment->p_filesz);
4700 printf ("0x%5.5lx ", (unsigned long) segment->p_memsz);
4701 printf ("%c%c%c ",
4702 (segment->p_flags & PF_R ? 'R' : ' '),
4703 (segment->p_flags & PF_W ? 'W' : ' '),
4704 (segment->p_flags & PF_X ? 'E' : ' '));
4705 printf ("%#lx", (unsigned long) segment->p_align);
4706 }
4707 else if (do_wide)
4708 {
4709 if ((unsigned long) segment->p_offset == segment->p_offset)
4710 printf ("0x%6.6lx ", (unsigned long) segment->p_offset);
4711 else
4712 {
4713 print_vma (segment->p_offset, FULL_HEX);
4714 putchar (' ');
4715 }
4716
4717 print_vma (segment->p_vaddr, FULL_HEX);
4718 putchar (' ');
4719 print_vma (segment->p_paddr, FULL_HEX);
4720 putchar (' ');
4721
4722 if ((unsigned long) segment->p_filesz == segment->p_filesz)
4723 printf ("0x%6.6lx ", (unsigned long) segment->p_filesz);
4724 else
4725 {
4726 print_vma (segment->p_filesz, FULL_HEX);
4727 putchar (' ');
4728 }
4729
4730 if ((unsigned long) segment->p_memsz == segment->p_memsz)
4731 printf ("0x%6.6lx", (unsigned long) segment->p_memsz);
4732 else
4733 {
4734 print_vma (segment->p_memsz, FULL_HEX);
4735 }
4736
4737 printf (" %c%c%c ",
4738 (segment->p_flags & PF_R ? 'R' : ' '),
4739 (segment->p_flags & PF_W ? 'W' : ' '),
4740 (segment->p_flags & PF_X ? 'E' : ' '));
4741
4742 if ((unsigned long) segment->p_align == segment->p_align)
4743 printf ("%#lx", (unsigned long) segment->p_align);
4744 else
4745 {
4746 print_vma (segment->p_align, PREFIX_HEX);
4747 }
4748 }
4749 else
4750 {
4751 print_vma (segment->p_offset, FULL_HEX);
4752 putchar (' ');
4753 print_vma (segment->p_vaddr, FULL_HEX);
4754 putchar (' ');
4755 print_vma (segment->p_paddr, FULL_HEX);
4756 printf ("\n ");
4757 print_vma (segment->p_filesz, FULL_HEX);
4758 putchar (' ');
4759 print_vma (segment->p_memsz, FULL_HEX);
4760 printf (" %c%c%c ",
4761 (segment->p_flags & PF_R ? 'R' : ' '),
4762 (segment->p_flags & PF_W ? 'W' : ' '),
4763 (segment->p_flags & PF_X ? 'E' : ' '));
4764 print_vma (segment->p_align, HEX);
4765 }
4766 }
4767
4768 if (do_segments)
4769 putc ('\n', stdout);
4770
4771 switch (segment->p_type)
4772 {
4773 case PT_DYNAMIC:
4774 if (dynamic_addr)
4775 error (_("more than one dynamic segment\n"));
4776
4777 /* By default, assume that the .dynamic section is the first
4778 section in the DYNAMIC segment. */
4779 dynamic_addr = segment->p_offset;
4780 dynamic_size = segment->p_filesz;
4781 /* PR binutils/17512: Avoid corrupt dynamic section info in the segment. */
4782 if (dynamic_addr + dynamic_size >= current_file_size)
4783 {
4784 error (_("the dynamic segment offset + size exceeds the size of the file\n"));
4785 dynamic_addr = dynamic_size = 0;
4786 }
4787
4788 /* Try to locate the .dynamic section. If there is
4789 a section header table, we can easily locate it. */
4790 if (section_headers != NULL)
4791 {
4792 Elf_Internal_Shdr * sec;
4793
4794 sec = find_section (".dynamic");
4795 if (sec == NULL || sec->sh_size == 0)
4796 {
4797 /* A corresponding .dynamic section is expected, but on
4798 IA-64/OpenVMS it is OK for it to be missing. */
4799 if (!is_ia64_vms ())
4800 error (_("no .dynamic section in the dynamic segment\n"));
4801 break;
4802 }
4803
4804 if (sec->sh_type == SHT_NOBITS)
4805 {
4806 dynamic_size = 0;
4807 break;
4808 }
4809
4810 dynamic_addr = sec->sh_offset;
4811 dynamic_size = sec->sh_size;
4812
4813 if (dynamic_addr < segment->p_offset
4814 || dynamic_addr > segment->p_offset + segment->p_filesz)
4815 warn (_("the .dynamic section is not contained"
4816 " within the dynamic segment\n"));
4817 else if (dynamic_addr > segment->p_offset)
4818 warn (_("the .dynamic section is not the first section"
4819 " in the dynamic segment.\n"));
4820 }
4821 break;
4822
4823 case PT_INTERP:
4824 if (fseek (file, archive_file_offset + (long) segment->p_offset,
4825 SEEK_SET))
4826 error (_("Unable to find program interpreter name\n"));
4827 else
4828 {
4829 char fmt [32];
4830 int ret = snprintf (fmt, sizeof (fmt), "%%%ds", PATH_MAX - 1);
4831
4832 if (ret >= (int) sizeof (fmt) || ret < 0)
4833 error (_("Internal error: failed to create format string to display program interpreter\n"));
4834
4835 program_interpreter[0] = 0;
4836 if (fscanf (file, fmt, program_interpreter) <= 0)
4837 error (_("Unable to read program interpreter name\n"));
4838
4839 if (do_segments)
4840 printf (_(" [Requesting program interpreter: %s]\n"),
4841 program_interpreter);
4842 }
4843 break;
4844 }
4845 }
4846
4847 if (do_segments && section_headers != NULL && string_table != NULL)
4848 {
4849 printf (_("\n Section to Segment mapping:\n"));
4850 printf (_(" Segment Sections...\n"));
4851
4852 for (i = 0; i < elf_header.e_phnum; i++)
4853 {
4854 unsigned int j;
4855 Elf_Internal_Shdr * section;
4856
4857 segment = program_headers + i;
4858 section = section_headers + 1;
4859
4860 printf (" %2.2d ", i);
4861
4862 for (j = 1; j < elf_header.e_shnum; j++, section++)
4863 {
4864 if (!ELF_TBSS_SPECIAL (section, segment)
4865 && ELF_SECTION_IN_SEGMENT_STRICT (section, segment))
4866 printf ("%s ", printable_section_name (section));
4867 }
4868
4869 putc ('\n',stdout);
4870 }
4871 }
4872
4873 return 1;
4874}
4875
4876
4877/* Find the file offset corresponding to VMA by using the program headers. */
4878
4879static long
4880offset_from_vma (FILE * file, bfd_vma vma, bfd_size_type size)
4881{
4882 Elf_Internal_Phdr * seg;
4883
4884 if (! get_program_headers (file))
4885 {
4886 warn (_("Cannot interpret virtual addresses without program headers.\n"));
4887 return (long) vma;
4888 }
4889
4890 for (seg = program_headers;
4891 seg < program_headers + elf_header.e_phnum;
4892 ++seg)
4893 {
4894 if (seg->p_type != PT_LOAD)
4895 continue;
4896
4897 if (vma >= (seg->p_vaddr & -seg->p_align)
4898 && vma + size <= seg->p_vaddr + seg->p_filesz)
4899 return vma - seg->p_vaddr + seg->p_offset;
4900 }
4901
4902 warn (_("Virtual address 0x%lx not located in any PT_LOAD segment.\n"),
4903 (unsigned long) vma);
4904 return (long) vma;
4905}
4906
4907
4908/* Allocate memory and load the sections headers into the global pointer
4909 SECTION_HEADERS. If PROBE is true, this is just a probe and we do not
4910 generate any error messages if the load fails. */
4911
4912static bfd_boolean
4913get_32bit_section_headers (FILE * file, bfd_boolean probe)
4914{
4915 Elf32_External_Shdr * shdrs;
4916 Elf_Internal_Shdr * internal;
4917 unsigned int i;
4918 unsigned int size = elf_header.e_shentsize;
4919 unsigned int num = probe ? 1 : elf_header.e_shnum;
4920
4921 /* PR binutils/17531: Cope with unexpected section header sizes. */
4922 if (size == 0 || num == 0)
4923 return FALSE;
4924 if (size < sizeof * shdrs)
4925 {
4926 if (! probe)
4927 error (_("The e_shentsize field in the ELF header is less than the size of an ELF section header\n"));
4928 return FALSE;
4929 }
4930 if (!probe && size > sizeof * shdrs)
4931 warn (_("The e_shentsize field in the ELF header is larger than the size of an ELF section header\n"));
4932
4933 shdrs = (Elf32_External_Shdr *) get_data (NULL, file, elf_header.e_shoff,
4934 size, num,
4935 probe ? NULL : _("section headers"));
4936 if (shdrs == NULL)
4937 return FALSE;
4938
4939 if (section_headers != NULL)
4940 free (section_headers);
4941 section_headers = (Elf_Internal_Shdr *) cmalloc (num,
4942 sizeof (Elf_Internal_Shdr));
4943 if (section_headers == NULL)
4944 {
4945 if (!probe)
4946 error (_("Out of memory reading %u section headers\n"), num);
4947 return FALSE;
4948 }
4949
4950 for (i = 0, internal = section_headers;
4951 i < num;
4952 i++, internal++)
4953 {
4954 internal->sh_name = BYTE_GET (shdrs[i].sh_name);
4955 internal->sh_type = BYTE_GET (shdrs[i].sh_type);
4956 internal->sh_flags = BYTE_GET (shdrs[i].sh_flags);
4957 internal->sh_addr = BYTE_GET (shdrs[i].sh_addr);
4958 internal->sh_offset = BYTE_GET (shdrs[i].sh_offset);
4959 internal->sh_size = BYTE_GET (shdrs[i].sh_size);
4960 internal->sh_link = BYTE_GET (shdrs[i].sh_link);
4961 internal->sh_info = BYTE_GET (shdrs[i].sh_info);
4962 internal->sh_addralign = BYTE_GET (shdrs[i].sh_addralign);
4963 internal->sh_entsize = BYTE_GET (shdrs[i].sh_entsize);
4964 }
4965
4966 free (shdrs);
4967 return TRUE;
4968}
4969
4970static bfd_boolean
4971get_64bit_section_headers (FILE * file, bfd_boolean probe)
4972{
4973 Elf64_External_Shdr * shdrs;
4974 Elf_Internal_Shdr * internal;
4975 unsigned int i;
4976 unsigned int size = elf_header.e_shentsize;
4977 unsigned int num = probe ? 1 : elf_header.e_shnum;
4978
4979 /* PR binutils/17531: Cope with unexpected section header sizes. */
4980 if (size == 0 || num == 0)
4981 return FALSE;
4982 if (size < sizeof * shdrs)
4983 {
4984 if (! probe)
4985 error (_("The e_shentsize field in the ELF header is less than the size of an ELF section header\n"));
4986 return FALSE;
4987 }
4988 if (! probe && size > sizeof * shdrs)
4989 warn (_("The e_shentsize field in the ELF header is larger than the size of an ELF section header\n"));
4990
4991 shdrs = (Elf64_External_Shdr *) get_data (NULL, file, elf_header.e_shoff,
4992 size, num,
4993 probe ? NULL : _("section headers"));
4994 if (shdrs == NULL)
4995 return FALSE;
4996
4997 if (section_headers != NULL)
4998 free (section_headers);
4999 section_headers = (Elf_Internal_Shdr *) cmalloc (num,
5000 sizeof (Elf_Internal_Shdr));
5001 if (section_headers == NULL)
5002 {
5003 if (! probe)
5004 error (_("Out of memory reading %u section headers\n"), num);
5005 return FALSE;
5006 }
5007
5008 for (i = 0, internal = section_headers;
5009 i < num;
5010 i++, internal++)
5011 {
5012 internal->sh_name = BYTE_GET (shdrs[i].sh_name);
5013 internal->sh_type = BYTE_GET (shdrs[i].sh_type);
5014 internal->sh_flags = BYTE_GET (shdrs[i].sh_flags);
5015 internal->sh_addr = BYTE_GET (shdrs[i].sh_addr);
5016 internal->sh_size = BYTE_GET (shdrs[i].sh_size);
5017 internal->sh_entsize = BYTE_GET (shdrs[i].sh_entsize);
5018 internal->sh_link = BYTE_GET (shdrs[i].sh_link);
5019 internal->sh_info = BYTE_GET (shdrs[i].sh_info);
5020 internal->sh_offset = BYTE_GET (shdrs[i].sh_offset);
5021 internal->sh_addralign = BYTE_GET (shdrs[i].sh_addralign);
5022 }
5023
5024 free (shdrs);
5025 return TRUE;
5026}
5027
5028static Elf_Internal_Sym *
5029get_32bit_elf_symbols (FILE * file,
5030 Elf_Internal_Shdr * section,
5031 unsigned long * num_syms_return)
5032{
5033 unsigned long number = 0;
5034 Elf32_External_Sym * esyms = NULL;
5035 Elf_External_Sym_Shndx * shndx = NULL;
5036 Elf_Internal_Sym * isyms = NULL;
5037 Elf_Internal_Sym * psym;
5038 unsigned int j;
5039
5040 if (section->sh_size == 0)
5041 {
5042 if (num_syms_return != NULL)
5043 * num_syms_return = 0;
5044 return NULL;
5045 }
5046
5047 /* Run some sanity checks first. */
5048 if (section->sh_entsize == 0 || section->sh_entsize > section->sh_size)
5049 {
5050 error (_("Section %s has an invalid sh_entsize of 0x%lx\n"),
5051 printable_section_name (section), (unsigned long) section->sh_entsize);
5052 goto exit_point;
5053 }
5054
5055 if (section->sh_size > current_file_size)
5056 {
5057 error (_("Section %s has an invalid sh_size of 0x%lx\n"),
5058 printable_section_name (section), (unsigned long) section->sh_size);
5059 goto exit_point;
5060 }
5061
5062 number = section->sh_size / section->sh_entsize;
5063
5064 if (number * sizeof (Elf32_External_Sym) > section->sh_size + 1)
5065 {
5066 error (_("Size (0x%lx) of section %s is not a multiple of its sh_entsize (0x%lx)\n"),
5067 (unsigned long) section->sh_size,
5068 printable_section_name (section),
5069 (unsigned long) section->sh_entsize);
5070 goto exit_point;
5071 }
5072
5073 esyms = (Elf32_External_Sym *) get_data (NULL, file, section->sh_offset, 1,
5074 section->sh_size, _("symbols"));
5075 if (esyms == NULL)
5076 goto exit_point;
5077
5078 {
5079 elf_section_list * entry;
5080
5081 shndx = NULL;
5082 for (entry = symtab_shndx_list; entry != NULL; entry = entry->next)
5083 if (entry->hdr->sh_link == (unsigned long) (section - section_headers))
5084 {
5085 shndx = (Elf_External_Sym_Shndx *) get_data (NULL, file,
5086 entry->hdr->sh_offset,
5087 1, entry->hdr->sh_size,
5088 _("symbol table section indicies"));
5089 if (shndx == NULL)
5090 goto exit_point;
5091 /* PR17531: file: heap-buffer-overflow */
5092 else if (entry->hdr->sh_size / sizeof (Elf_External_Sym_Shndx) < number)
5093 {
5094 error (_("Index section %s has an sh_size of 0x%lx - expected 0x%lx\n"),
5095 printable_section_name (entry->hdr),
5096 (unsigned long) entry->hdr->sh_size,
5097 (unsigned long) section->sh_size);
5098 goto exit_point;
5099 }
5100 }
5101 }
5102
5103 isyms = (Elf_Internal_Sym *) cmalloc (number, sizeof (Elf_Internal_Sym));
5104
5105 if (isyms == NULL)
5106 {
5107 error (_("Out of memory reading %lu symbols\n"),
5108 (unsigned long) number);
5109 goto exit_point;
5110 }
5111
5112 for (j = 0, psym = isyms; j < number; j++, psym++)
5113 {
5114 psym->st_name = BYTE_GET (esyms[j].st_name);
5115 psym->st_value = BYTE_GET (esyms[j].st_value);
5116 psym->st_size = BYTE_GET (esyms[j].st_size);
5117 psym->st_shndx = BYTE_GET (esyms[j].st_shndx);
5118 if (psym->st_shndx == (SHN_XINDEX & 0xffff) && shndx != NULL)
5119 psym->st_shndx
5120 = byte_get ((unsigned char *) &shndx[j], sizeof (shndx[j]));
5121 else if (psym->st_shndx >= (SHN_LORESERVE & 0xffff))
5122 psym->st_shndx += SHN_LORESERVE - (SHN_LORESERVE & 0xffff);
5123 psym->st_info = BYTE_GET (esyms[j].st_info);
5124 psym->st_other = BYTE_GET (esyms[j].st_other);
5125 }
5126
5127 exit_point:
5128 if (shndx != NULL)
5129 free (shndx);
5130 if (esyms != NULL)
5131 free (esyms);
5132
5133 if (num_syms_return != NULL)
5134 * num_syms_return = isyms == NULL ? 0 : number;
5135
5136 return isyms;
5137}
5138
5139static Elf_Internal_Sym *
5140get_64bit_elf_symbols (FILE * file,
5141 Elf_Internal_Shdr * section,
5142 unsigned long * num_syms_return)
5143{
5144 unsigned long number = 0;
5145 Elf64_External_Sym * esyms = NULL;
5146 Elf_External_Sym_Shndx * shndx = NULL;
5147 Elf_Internal_Sym * isyms = NULL;
5148 Elf_Internal_Sym * psym;
5149 unsigned int j;
5150
5151 if (section->sh_size == 0)
5152 {
5153 if (num_syms_return != NULL)
5154 * num_syms_return = 0;
5155 return NULL;
5156 }
5157
5158 /* Run some sanity checks first. */
5159 if (section->sh_entsize == 0 || section->sh_entsize > section->sh_size)
5160 {
5161 error (_("Section %s has an invalid sh_entsize of 0x%lx\n"),
5162 printable_section_name (section),
5163 (unsigned long) section->sh_entsize);
5164 goto exit_point;
5165 }
5166
5167 if (section->sh_size > current_file_size)
5168 {
5169 error (_("Section %s has an invalid sh_size of 0x%lx\n"),
5170 printable_section_name (section),
5171 (unsigned long) section->sh_size);
5172 goto exit_point;
5173 }
5174
5175 number = section->sh_size / section->sh_entsize;
5176
5177 if (number * sizeof (Elf64_External_Sym) > section->sh_size + 1)
5178 {
5179 error (_("Size (0x%lx) of section %s is not a multiple of its sh_entsize (0x%lx)\n"),
5180 (unsigned long) section->sh_size,
5181 printable_section_name (section),
5182 (unsigned long) section->sh_entsize);
5183 goto exit_point;
5184 }
5185
5186 esyms = (Elf64_External_Sym *) get_data (NULL, file, section->sh_offset, 1,
5187 section->sh_size, _("symbols"));
5188 if (!esyms)
5189 goto exit_point;
5190
5191 {
5192 elf_section_list * entry;
5193
5194 shndx = NULL;
5195 for (entry = symtab_shndx_list; entry != NULL; entry = entry->next)
5196 if (entry->hdr->sh_link == (unsigned long) (section - section_headers))
5197 {
5198 shndx = (Elf_External_Sym_Shndx *) get_data (NULL, file,
5199 entry->hdr->sh_offset,
5200 1, entry->hdr->sh_size,
5201 _("symbol table section indicies"));
5202 if (shndx == NULL)
5203 goto exit_point;
5204 /* PR17531: file: heap-buffer-overflow */
5205 else if (entry->hdr->sh_size / sizeof (Elf_External_Sym_Shndx) < number)
5206 {
5207 error (_("Index section %s has an sh_size of 0x%lx - expected 0x%lx\n"),
5208 printable_section_name (entry->hdr),
5209 (unsigned long) entry->hdr->sh_size,
5210 (unsigned long) section->sh_size);
5211 goto exit_point;
5212 }
5213 }
5214 }
5215
5216 isyms = (Elf_Internal_Sym *) cmalloc (number, sizeof (Elf_Internal_Sym));
5217
5218 if (isyms == NULL)
5219 {
5220 error (_("Out of memory reading %lu symbols\n"),
5221 (unsigned long) number);
5222 goto exit_point;
5223 }
5224
5225 for (j = 0, psym = isyms; j < number; j++, psym++)
5226 {
5227 psym->st_name = BYTE_GET (esyms[j].st_name);
5228 psym->st_info = BYTE_GET (esyms[j].st_info);
5229 psym->st_other = BYTE_GET (esyms[j].st_other);
5230 psym->st_shndx = BYTE_GET (esyms[j].st_shndx);
5231
5232 if (psym->st_shndx == (SHN_XINDEX & 0xffff) && shndx != NULL)
5233 psym->st_shndx
5234 = byte_get ((unsigned char *) &shndx[j], sizeof (shndx[j]));
5235 else if (psym->st_shndx >= (SHN_LORESERVE & 0xffff))
5236 psym->st_shndx += SHN_LORESERVE - (SHN_LORESERVE & 0xffff);
5237
5238 psym->st_value = BYTE_GET (esyms[j].st_value);
5239 psym->st_size = BYTE_GET (esyms[j].st_size);
5240 }
5241
5242 exit_point:
5243 if (shndx != NULL)
5244 free (shndx);
5245 if (esyms != NULL)
5246 free (esyms);
5247
5248 if (num_syms_return != NULL)
5249 * num_syms_return = isyms == NULL ? 0 : number;
5250
5251 return isyms;
5252}
5253
5254static const char *
5255get_elf_section_flags (bfd_vma sh_flags)
5256{
5257 static char buff[1024];
5258 char * p = buff;
5259 int field_size = is_32bit_elf ? 8 : 16;
5260 int sindex;
5261 int size = sizeof (buff) - (field_size + 4 + 1);
5262 bfd_vma os_flags = 0;
5263 bfd_vma proc_flags = 0;
5264 bfd_vma unknown_flags = 0;
5265 static const struct
5266 {
5267 const char * str;
5268 int len;
5269 }
5270 flags [] =
5271 {
5272 /* 0 */ { STRING_COMMA_LEN ("WRITE") },
5273 /* 1 */ { STRING_COMMA_LEN ("ALLOC") },
5274 /* 2 */ { STRING_COMMA_LEN ("EXEC") },
5275 /* 3 */ { STRING_COMMA_LEN ("MERGE") },
5276 /* 4 */ { STRING_COMMA_LEN ("STRINGS") },
5277 /* 5 */ { STRING_COMMA_LEN ("INFO LINK") },
5278 /* 6 */ { STRING_COMMA_LEN ("LINK ORDER") },
5279 /* 7 */ { STRING_COMMA_LEN ("OS NONCONF") },
5280 /* 8 */ { STRING_COMMA_LEN ("GROUP") },
5281 /* 9 */ { STRING_COMMA_LEN ("TLS") },
5282 /* IA-64 specific. */
5283 /* 10 */ { STRING_COMMA_LEN ("SHORT") },
5284 /* 11 */ { STRING_COMMA_LEN ("NORECOV") },
5285 /* IA-64 OpenVMS specific. */
5286 /* 12 */ { STRING_COMMA_LEN ("VMS_GLOBAL") },
5287 /* 13 */ { STRING_COMMA_LEN ("VMS_OVERLAID") },
5288 /* 14 */ { STRING_COMMA_LEN ("VMS_SHARED") },
5289 /* 15 */ { STRING_COMMA_LEN ("VMS_VECTOR") },
5290 /* 16 */ { STRING_COMMA_LEN ("VMS_ALLOC_64BIT") },
5291 /* 17 */ { STRING_COMMA_LEN ("VMS_PROTECTED") },
5292 /* Generic. */
5293 /* 18 */ { STRING_COMMA_LEN ("EXCLUDE") },
5294 /* SPARC specific. */
5295 /* 19 */ { STRING_COMMA_LEN ("ORDERED") },
5296 /* 20 */ { STRING_COMMA_LEN ("COMPRESSED") },
5297 /* ARM specific. */
5298 /* 21 */ { STRING_COMMA_LEN ("ENTRYSECT") },
5299 /* 22 */ { STRING_COMMA_LEN ("ARM_NOREAD") },
5300 /* 23 */ { STRING_COMMA_LEN ("COMDEF") }
5301 };
5302
5303 if (do_section_details)
5304 {
5305 sprintf (buff, "[%*.*lx]: ",
5306 field_size, field_size, (unsigned long) sh_flags);
5307 p += field_size + 4;
5308 }
5309
5310 while (sh_flags)
5311 {
5312 bfd_vma flag;
5313
5314 flag = sh_flags & - sh_flags;
5315 sh_flags &= ~ flag;
5316
5317 if (do_section_details)
5318 {
5319 switch (flag)
5320 {
5321 case SHF_WRITE: sindex = 0; break;
5322 case SHF_ALLOC: sindex = 1; break;
5323 case SHF_EXECINSTR: sindex = 2; break;
5324 case SHF_MERGE: sindex = 3; break;
5325 case SHF_STRINGS: sindex = 4; break;
5326 case SHF_INFO_LINK: sindex = 5; break;
5327 case SHF_LINK_ORDER: sindex = 6; break;
5328 case SHF_OS_NONCONFORMING: sindex = 7; break;
5329 case SHF_GROUP: sindex = 8; break;
5330 case SHF_TLS: sindex = 9; break;
5331 case SHF_EXCLUDE: sindex = 18; break;
5332 case SHF_COMPRESSED: sindex = 20; break;
5333
5334 default:
5335 sindex = -1;
5336 switch (elf_header.e_machine)
5337 {
5338 case EM_IA_64:
5339 if (flag == SHF_IA_64_SHORT)
5340 sindex = 10;
5341 else if (flag == SHF_IA_64_NORECOV)
5342 sindex = 11;
5343#ifdef BFD64
5344 else if (elf_header.e_ident[EI_OSABI] == ELFOSABI_OPENVMS)
5345 switch (flag)
5346 {
5347 case SHF_IA_64_VMS_GLOBAL: sindex = 12; break;
5348 case SHF_IA_64_VMS_OVERLAID: sindex = 13; break;
5349 case SHF_IA_64_VMS_SHARED: sindex = 14; break;
5350 case SHF_IA_64_VMS_VECTOR: sindex = 15; break;
5351 case SHF_IA_64_VMS_ALLOC_64BIT: sindex = 16; break;
5352 case SHF_IA_64_VMS_PROTECTED: sindex = 17; break;
5353 default: break;
5354 }
5355#endif
5356 break;
5357
5358 case EM_386:
5359 case EM_IAMCU:
5360 case EM_X86_64:
5361 case EM_L1OM:
5362 case EM_K1OM:
5363 case EM_OLD_SPARCV9:
5364 case EM_SPARC32PLUS:
5365 case EM_SPARCV9:
5366 case EM_SPARC:
5367 if (flag == SHF_ORDERED)
5368 sindex = 19;
5369 break;
5370
5371 case EM_ARM:
5372 switch (flag)
5373 {
5374 case SHF_ENTRYSECT: sindex = 21; break;
5375 case SHF_ARM_NOREAD: sindex = 22; break;
5376 case SHF_COMDEF: sindex = 23; break;
5377 default: break;
5378 }
5379 break;
5380
5381 default:
5382 break;
5383 }
5384 }
5385
5386 if (sindex != -1)
5387 {
5388 if (p != buff + field_size + 4)
5389 {
5390 if (size < (10 + 2))
5391 {
5392 warn (_("Internal error: not enough buffer room for section flag info"));
5393 return _("<unknown>");
5394 }
5395 size -= 2;
5396 *p++ = ',';
5397 *p++ = ' ';
5398 }
5399
5400 size -= flags [sindex].len;
5401 p = stpcpy (p, flags [sindex].str);
5402 }
5403 else if (flag & SHF_MASKOS)
5404 os_flags |= flag;
5405 else if (flag & SHF_MASKPROC)
5406 proc_flags |= flag;
5407 else
5408 unknown_flags |= flag;
5409 }
5410 else
5411 {
5412 switch (flag)
5413 {
5414 case SHF_WRITE: *p = 'W'; break;
5415 case SHF_ALLOC: *p = 'A'; break;
5416 case SHF_EXECINSTR: *p = 'X'; break;
5417 case SHF_MERGE: *p = 'M'; break;
5418 case SHF_STRINGS: *p = 'S'; break;
5419 case SHF_INFO_LINK: *p = 'I'; break;
5420 case SHF_LINK_ORDER: *p = 'L'; break;
5421 case SHF_OS_NONCONFORMING: *p = 'O'; break;
5422 case SHF_GROUP: *p = 'G'; break;
5423 case SHF_TLS: *p = 'T'; break;
5424 case SHF_EXCLUDE: *p = 'E'; break;
5425 case SHF_COMPRESSED: *p = 'C'; break;
5426
5427 default:
5428 if ((elf_header.e_machine == EM_X86_64
5429 || elf_header.e_machine == EM_L1OM
5430 || elf_header.e_machine == EM_K1OM)
5431 && flag == SHF_X86_64_LARGE)
5432 *p = 'l';
5433 else if (elf_header.e_machine == EM_ARM
5434 && flag == SHF_ARM_NOREAD)
5435 *p = 'y';
5436 else if (flag & SHF_MASKOS)
5437 {
5438 *p = 'o';
5439 sh_flags &= ~ SHF_MASKOS;
5440 }
5441 else if (flag & SHF_MASKPROC)
5442 {
5443 *p = 'p';
5444 sh_flags &= ~ SHF_MASKPROC;
5445 }
5446 else
5447 *p = 'x';
5448 break;
5449 }
5450 p++;
5451 }
5452 }
5453
5454 if (do_section_details)
5455 {
5456 if (os_flags)
5457 {
5458 size -= 5 + field_size;
5459 if (p != buff + field_size + 4)
5460 {
5461 if (size < (2 + 1))
5462 {
5463 warn (_("Internal error: not enough buffer room for section flag info"));
5464 return _("<unknown>");
5465 }
5466 size -= 2;
5467 *p++ = ',';
5468 *p++ = ' ';
5469 }
5470 sprintf (p, "OS (%*.*lx)", field_size, field_size,
5471 (unsigned long) os_flags);
5472 p += 5 + field_size;
5473 }
5474 if (proc_flags)
5475 {
5476 size -= 7 + field_size;
5477 if (p != buff + field_size + 4)
5478 {
5479 if (size < (2 + 1))
5480 {
5481 warn (_("Internal error: not enough buffer room for section flag info"));
5482 return _("<unknown>");
5483 }
5484 size -= 2;
5485 *p++ = ',';
5486 *p++ = ' ';
5487 }
5488 sprintf (p, "PROC (%*.*lx)", field_size, field_size,
5489 (unsigned long) proc_flags);
5490 p += 7 + field_size;
5491 }
5492 if (unknown_flags)
5493 {
5494 size -= 10 + field_size;
5495 if (p != buff + field_size + 4)
5496 {
5497 if (size < (2 + 1))
5498 {
5499 warn (_("Internal error: not enough buffer room for section flag info"));
5500 return _("<unknown>");
5501 }
5502 size -= 2;
5503 *p++ = ',';
5504 *p++ = ' ';
5505 }
5506 sprintf (p, _("UNKNOWN (%*.*lx)"), field_size, field_size,
5507 (unsigned long) unknown_flags);
5508 p += 10 + field_size;
5509 }
5510 }
5511
5512 *p = '\0';
5513 return buff;
5514}
5515
5516static unsigned int
5517get_compression_header (Elf_Internal_Chdr *chdr, unsigned char *buf)
5518{
5519 if (is_32bit_elf)
5520 {
5521 Elf32_External_Chdr *echdr = (Elf32_External_Chdr *) buf;
5522 chdr->ch_type = BYTE_GET (echdr->ch_type);
5523 chdr->ch_size = BYTE_GET (echdr->ch_size);
5524 chdr->ch_addralign = BYTE_GET (echdr->ch_addralign);
5525 return sizeof (*echdr);
5526 }
5527 else
5528 {
5529 Elf64_External_Chdr *echdr = (Elf64_External_Chdr *) buf;
5530 chdr->ch_type = BYTE_GET (echdr->ch_type);
5531 chdr->ch_size = BYTE_GET (echdr->ch_size);
5532 chdr->ch_addralign = BYTE_GET (echdr->ch_addralign);
5533 return sizeof (*echdr);
5534 }
5535}
5536
5537static int
5538process_section_headers (FILE * file)
5539{
5540 Elf_Internal_Shdr * section;
5541 unsigned int i;
5542
5543 section_headers = NULL;
5544
5545 if (elf_header.e_shnum == 0)
5546 {
5547 /* PR binutils/12467. */
5548 if (elf_header.e_shoff != 0)
5549 warn (_("possibly corrupt ELF file header - it has a non-zero"
5550 " section header offset, but no section headers\n"));
5551 else if (do_sections)
5552 printf (_("\nThere are no sections in this file.\n"));
5553
5554 return 1;
5555 }
5556
5557 if (do_sections && !do_header)
5558 printf (_("There are %d section headers, starting at offset 0x%lx:\n"),
5559 elf_header.e_shnum, (unsigned long) elf_header.e_shoff);
5560
5561 if (is_32bit_elf)
5562 {
5563 if (! get_32bit_section_headers (file, FALSE))
5564 return 0;
5565 }
5566 else if (! get_64bit_section_headers (file, FALSE))
5567 return 0;
5568
5569 /* Read in the string table, so that we have names to display. */
5570 if (elf_header.e_shstrndx != SHN_UNDEF
5571 && elf_header.e_shstrndx < elf_header.e_shnum)
5572 {
5573 section = section_headers + elf_header.e_shstrndx;
5574
5575 if (section->sh_size != 0)
5576 {
5577 string_table = (char *) get_data (NULL, file, section->sh_offset,
5578 1, section->sh_size,
5579 _("string table"));
5580
5581 string_table_length = string_table != NULL ? section->sh_size : 0;
5582 }
5583 }
5584
5585 /* Scan the sections for the dynamic symbol table
5586 and dynamic string table and debug sections. */
5587 dynamic_symbols = NULL;
5588 dynamic_strings = NULL;
5589 dynamic_syminfo = NULL;
5590 symtab_shndx_list = NULL;
5591
5592 eh_addr_size = is_32bit_elf ? 4 : 8;
5593 switch (elf_header.e_machine)
5594 {
5595 case EM_MIPS:
5596 case EM_MIPS_RS3_LE:
5597 /* The 64-bit MIPS EABI uses a combination of 32-bit ELF and 64-bit
5598 FDE addresses. However, the ABI also has a semi-official ILP32
5599 variant for which the normal FDE address size rules apply.
5600
5601 GCC 4.0 marks EABI64 objects with a dummy .gcc_compiled_longXX
5602 section, where XX is the size of longs in bits. Unfortunately,
5603 earlier compilers provided no way of distinguishing ILP32 objects
5604 from LP64 objects, so if there's any doubt, we should assume that
5605 the official LP64 form is being used. */
5606 if ((elf_header.e_flags & EF_MIPS_ABI) == E_MIPS_ABI_EABI64
5607 && find_section (".gcc_compiled_long32") == NULL)
5608 eh_addr_size = 8;
5609 break;
5610
5611 case EM_H8_300:
5612 case EM_H8_300H:
5613 switch (elf_header.e_flags & EF_H8_MACH)
5614 {
5615 case E_H8_MACH_H8300:
5616 case E_H8_MACH_H8300HN:
5617 case E_H8_MACH_H8300SN:
5618 case E_H8_MACH_H8300SXN:
5619 eh_addr_size = 2;
5620 break;
5621 case E_H8_MACH_H8300H:
5622 case E_H8_MACH_H8300S:
5623 case E_H8_MACH_H8300SX:
5624 eh_addr_size = 4;
5625 break;
5626 }
5627 break;
5628
5629 case EM_M32C_OLD:
5630 case EM_M32C:
5631 switch (elf_header.e_flags & EF_M32C_CPU_MASK)
5632 {
5633 case EF_M32C_CPU_M16C:
5634 eh_addr_size = 2;
5635 break;
5636 }
5637 break;
5638 }
5639
5640#define CHECK_ENTSIZE_VALUES(section, i, size32, size64) \
5641 do \
5642 { \
5643 bfd_size_type expected_entsize = is_32bit_elf ? size32 : size64; \
5644 if (section->sh_entsize != expected_entsize) \
5645 { \
5646 char buf[40]; \
5647 sprintf_vma (buf, section->sh_entsize); \
5648 /* Note: coded this way so that there is a single string for \
5649 translation. */ \
5650 error (_("Section %d has invalid sh_entsize of %s\n"), i, buf); \
5651 error (_("(Using the expected size of %u for the rest of this dump)\n"), \
5652 (unsigned) expected_entsize); \
5653 section->sh_entsize = expected_entsize; \
5654 } \
5655 } \
5656 while (0)
5657
5658#define CHECK_ENTSIZE(section, i, type) \
5659 CHECK_ENTSIZE_VALUES (section, i, sizeof (Elf32_External_##type), \
5660 sizeof (Elf64_External_##type))
5661
5662 for (i = 0, section = section_headers;
5663 i < elf_header.e_shnum;
5664 i++, section++)
5665 {
5666 char * name = SECTION_NAME (section);
5667
5668 if (section->sh_type == SHT_DYNSYM)
5669 {
5670 if (dynamic_symbols != NULL)
5671 {
5672 error (_("File contains multiple dynamic symbol tables\n"));
5673 continue;
5674 }
5675
5676 CHECK_ENTSIZE (section, i, Sym);
5677 dynamic_symbols = GET_ELF_SYMBOLS (file, section, & num_dynamic_syms);
5678 }
5679 else if (section->sh_type == SHT_STRTAB
5680 && streq (name, ".dynstr"))
5681 {
5682 if (dynamic_strings != NULL)
5683 {
5684 error (_("File contains multiple dynamic string tables\n"));
5685 continue;
5686 }
5687
5688 dynamic_strings = (char *) get_data (NULL, file, section->sh_offset,
5689 1, section->sh_size,
5690 _("dynamic strings"));
5691 dynamic_strings_length = dynamic_strings == NULL ? 0 : section->sh_size;
5692 }
5693 else if (section->sh_type == SHT_SYMTAB_SHNDX)
5694 {
5695 elf_section_list * entry = xmalloc (sizeof * entry);
5696 entry->hdr = section;
5697 entry->next = symtab_shndx_list;
5698 symtab_shndx_list = entry;
5699 }
5700 else if (section->sh_type == SHT_SYMTAB)
5701 CHECK_ENTSIZE (section, i, Sym);
5702 else if (section->sh_type == SHT_GROUP)
5703 CHECK_ENTSIZE_VALUES (section, i, GRP_ENTRY_SIZE, GRP_ENTRY_SIZE);
5704 else if (section->sh_type == SHT_REL)
5705 CHECK_ENTSIZE (section, i, Rel);
5706 else if (section->sh_type == SHT_RELA)
5707 CHECK_ENTSIZE (section, i, Rela);
5708 else if ((do_debugging || do_debug_info || do_debug_abbrevs
5709 || do_debug_lines || do_debug_pubnames || do_debug_pubtypes
5710 || do_debug_aranges || do_debug_frames || do_debug_macinfo
5711 || do_debug_str || do_debug_loc || do_debug_ranges
5712 || do_debug_addr || do_debug_cu_index)
5713 && (const_strneq (name, ".debug_")
5714 || const_strneq (name, ".zdebug_")))
5715 {
5716 if (name[1] == 'z')
5717 name += sizeof (".zdebug_") - 1;
5718 else
5719 name += sizeof (".debug_") - 1;
5720
5721 if (do_debugging
5722 || (do_debug_info && const_strneq (name, "info"))
5723 || (do_debug_info && const_strneq (name, "types"))
5724 || (do_debug_abbrevs && const_strneq (name, "abbrev"))
5725 || (do_debug_lines && strcmp (name, "line") == 0)
5726 || (do_debug_lines && const_strneq (name, "line."))
5727 || (do_debug_pubnames && const_strneq (name, "pubnames"))
5728 || (do_debug_pubtypes && const_strneq (name, "pubtypes"))
5729 || (do_debug_pubnames && const_strneq (name, "gnu_pubnames"))
5730 || (do_debug_pubtypes && const_strneq (name, "gnu_pubtypes"))
5731 || (do_debug_aranges && const_strneq (name, "aranges"))
5732 || (do_debug_ranges && const_strneq (name, "ranges"))
5733 || (do_debug_frames && const_strneq (name, "frame"))
5734 || (do_debug_macinfo && const_strneq (name, "macinfo"))
5735 || (do_debug_macinfo && const_strneq (name, "macro"))
5736 || (do_debug_str && const_strneq (name, "str"))
5737 || (do_debug_loc && const_strneq (name, "loc"))
5738 || (do_debug_addr && const_strneq (name, "addr"))
5739 || (do_debug_cu_index && const_strneq (name, "cu_index"))
5740 || (do_debug_cu_index && const_strneq (name, "tu_index"))
5741 )
5742 request_dump_bynumber (i, DEBUG_DUMP);
5743 }
5744 /* Linkonce section to be combined with .debug_info at link time. */
5745 else if ((do_debugging || do_debug_info)
5746 && const_strneq (name, ".gnu.linkonce.wi."))
5747 request_dump_bynumber (i, DEBUG_DUMP);
5748 else if (do_debug_frames && streq (name, ".eh_frame"))
5749 request_dump_bynumber (i, DEBUG_DUMP);
5750 else if (do_gdb_index && streq (name, ".gdb_index"))
5751 request_dump_bynumber (i, DEBUG_DUMP);
5752 /* Trace sections for Itanium VMS. */
5753 else if ((do_debugging || do_trace_info || do_trace_abbrevs
5754 || do_trace_aranges)
5755 && const_strneq (name, ".trace_"))
5756 {
5757 name += sizeof (".trace_") - 1;
5758
5759 if (do_debugging
5760 || (do_trace_info && streq (name, "info"))
5761 || (do_trace_abbrevs && streq (name, "abbrev"))
5762 || (do_trace_aranges && streq (name, "aranges"))
5763 )
5764 request_dump_bynumber (i, DEBUG_DUMP);
5765 }
5766 }
5767
5768 if (! do_sections)
5769 return 1;
5770
5771 if (elf_header.e_shnum > 1)
5772 printf (_("\nSection Headers:\n"));
5773 else
5774 printf (_("\nSection Header:\n"));
5775
5776 if (is_32bit_elf)
5777 {
5778 if (do_section_details)
5779 {
5780 printf (_(" [Nr] Name\n"));
5781 printf (_(" Type Addr Off Size ES Lk Inf Al\n"));
5782 }
5783 else
5784 printf
5785 (_(" [Nr] Name Type Addr Off Size ES Flg Lk Inf Al\n"));
5786 }
5787 else if (do_wide)
5788 {
5789 if (do_section_details)
5790 {
5791 printf (_(" [Nr] Name\n"));
5792 printf (_(" Type Address Off Size ES Lk Inf Al\n"));
5793 }
5794 else
5795 printf
5796 (_(" [Nr] Name Type Address Off Size ES Flg Lk Inf Al\n"));
5797 }
5798 else
5799 {
5800 if (do_section_details)
5801 {
5802 printf (_(" [Nr] Name\n"));
5803 printf (_(" Type Address Offset Link\n"));
5804 printf (_(" Size EntSize Info Align\n"));
5805 }
5806 else
5807 {
5808 printf (_(" [Nr] Name Type Address Offset\n"));
5809 printf (_(" Size EntSize Flags Link Info Align\n"));
5810 }
5811 }
5812
5813 if (do_section_details)
5814 printf (_(" Flags\n"));
5815
5816 for (i = 0, section = section_headers;
5817 i < elf_header.e_shnum;
5818 i++, section++)
5819 {
5820 printf (" [%2u] ", i);
5821 if (do_section_details)
5822 printf ("%s\n ", printable_section_name (section));
5823 else
5824 print_symbol (-17, SECTION_NAME (section));
5825
5826 printf (do_wide ? " %-15s " : " %-15.15s ",
5827 get_section_type_name (section->sh_type));
5828
5829 if (is_32bit_elf)
5830 {
5831 const char * link_too_big = NULL;
5832
5833 print_vma (section->sh_addr, LONG_HEX);
5834
5835 printf ( " %6.6lx %6.6lx %2.2lx",
5836 (unsigned long) section->sh_offset,
5837 (unsigned long) section->sh_size,
5838 (unsigned long) section->sh_entsize);
5839
5840 if (do_section_details)
5841 fputs (" ", stdout);
5842 else
5843 printf (" %3s ", get_elf_section_flags (section->sh_flags));
5844
5845 if (section->sh_link >= elf_header.e_shnum)
5846 {
5847 link_too_big = "";
5848 /* The sh_link value is out of range. Normally this indicates
5849 an error but it can have special values in Solaris binaries. */
5850 switch (elf_header.e_machine)
5851 {
5852 case EM_386:
5853 case EM_IAMCU:
5854 case EM_X86_64:
5855 case EM_L1OM:
5856 case EM_K1OM:
5857 case EM_OLD_SPARCV9:
5858 case EM_SPARC32PLUS:
5859 case EM_SPARCV9:
5860 case EM_SPARC:
5861 if (section->sh_link == (SHN_BEFORE & 0xffff))
5862 link_too_big = "BEFORE";
5863 else if (section->sh_link == (SHN_AFTER & 0xffff))
5864 link_too_big = "AFTER";
5865 break;
5866 default:
5867 break;
5868 }
5869 }
5870
5871 if (do_section_details)
5872 {
5873 if (link_too_big != NULL && * link_too_big)
5874 printf ("<%s> ", link_too_big);
5875 else
5876 printf ("%2u ", section->sh_link);
5877 printf ("%3u %2lu\n", section->sh_info,
5878 (unsigned long) section->sh_addralign);
5879 }
5880 else
5881 printf ("%2u %3u %2lu\n",
5882 section->sh_link,
5883 section->sh_info,
5884 (unsigned long) section->sh_addralign);
5885
5886 if (link_too_big && ! * link_too_big)
5887 warn (_("section %u: sh_link value of %u is larger than the number of sections\n"),
5888 i, section->sh_link);
5889 }
5890 else if (do_wide)
5891 {
5892 print_vma (section->sh_addr, LONG_HEX);
5893
5894 if ((long) section->sh_offset == section->sh_offset)
5895 printf (" %6.6lx", (unsigned long) section->sh_offset);
5896 else
5897 {
5898 putchar (' ');
5899 print_vma (section->sh_offset, LONG_HEX);
5900 }
5901
5902 if ((unsigned long) section->sh_size == section->sh_size)
5903 printf (" %6.6lx", (unsigned long) section->sh_size);
5904 else
5905 {
5906 putchar (' ');
5907 print_vma (section->sh_size, LONG_HEX);
5908 }
5909
5910 if ((unsigned long) section->sh_entsize == section->sh_entsize)
5911 printf (" %2.2lx", (unsigned long) section->sh_entsize);
5912 else
5913 {
5914 putchar (' ');
5915 print_vma (section->sh_entsize, LONG_HEX);
5916 }
5917
5918 if (do_section_details)
5919 fputs (" ", stdout);
5920 else
5921 printf (" %3s ", get_elf_section_flags (section->sh_flags));
5922
5923 printf ("%2u %3u ", section->sh_link, section->sh_info);
5924
5925 if ((unsigned long) section->sh_addralign == section->sh_addralign)
5926 printf ("%2lu\n", (unsigned long) section->sh_addralign);
5927 else
5928 {
5929 print_vma (section->sh_addralign, DEC);
5930 putchar ('\n');
5931 }
5932 }
5933 else if (do_section_details)
5934 {
5935 printf (" %-15.15s ",
5936 get_section_type_name (section->sh_type));
5937 print_vma (section->sh_addr, LONG_HEX);
5938 if ((long) section->sh_offset == section->sh_offset)
5939 printf (" %16.16lx", (unsigned long) section->sh_offset);
5940 else
5941 {
5942 printf (" ");
5943 print_vma (section->sh_offset, LONG_HEX);
5944 }
5945 printf (" %u\n ", section->sh_link);
5946 print_vma (section->sh_size, LONG_HEX);
5947 putchar (' ');
5948 print_vma (section->sh_entsize, LONG_HEX);
5949
5950 printf (" %-16u %lu\n",
5951 section->sh_info,
5952 (unsigned long) section->sh_addralign);
5953 }
5954 else
5955 {
5956 putchar (' ');
5957 print_vma (section->sh_addr, LONG_HEX);
5958 if ((long) section->sh_offset == section->sh_offset)
5959 printf (" %8.8lx", (unsigned long) section->sh_offset);
5960 else
5961 {
5962 printf (" ");
5963 print_vma (section->sh_offset, LONG_HEX);
5964 }
5965 printf ("\n ");
5966 print_vma (section->sh_size, LONG_HEX);
5967 printf (" ");
5968 print_vma (section->sh_entsize, LONG_HEX);
5969
5970 printf (" %3s ", get_elf_section_flags (section->sh_flags));
5971
5972 printf (" %2u %3u %lu\n",
5973 section->sh_link,
5974 section->sh_info,
5975 (unsigned long) section->sh_addralign);
5976 }
5977
5978 if (do_section_details)
5979 {
5980 printf (" %s\n", get_elf_section_flags (section->sh_flags));
5981 if ((section->sh_flags & SHF_COMPRESSED) != 0)
5982 {
5983 /* Minimum section size is 12 bytes for 32-bit compression
5984 header + 12 bytes for compressed data header. */
5985 unsigned char buf[24];
5986 assert (sizeof (buf) >= sizeof (Elf64_External_Chdr));
5987 if (get_data (&buf, (FILE *) file, section->sh_offset, 1,
5988 sizeof (buf), _("compression header")))
5989 {
5990 Elf_Internal_Chdr chdr;
5991 get_compression_header (&chdr, buf);
5992 if (chdr.ch_type == ELFCOMPRESS_ZLIB)
5993 printf (" ZLIB, ");
5994 else
5995 printf (_(" [<unknown>: 0x%x], "),
5996 chdr.ch_type);
5997 print_vma (chdr.ch_size, LONG_HEX);
5998 printf (", %lu\n", (unsigned long) chdr.ch_addralign);
5999 }
6000 }
6001 }
6002 }
6003
6004 if (!do_section_details)
6005 {
6006 /* The ordering of the letters shown here matches the ordering of the
6007 corresponding SHF_xxx values, and hence the order in which these
6008 letters will be displayed to the user. */
6009 printf (_("Key to Flags:\n\
6010 W (write), A (alloc), X (execute), M (merge), S (strings), I (info),\n\
6011 L (link order), O (extra OS processing required), G (group), T (TLS),\n\
6012 C (compressed), x (unknown), o (OS specific), E (exclude),\n"));
6013 if (elf_header.e_machine == EM_X86_64
6014 || elf_header.e_machine == EM_L1OM
6015 || elf_header.e_machine == EM_K1OM)
6016 printf (_("l (large), "));
6017 else if (elf_header.e_machine == EM_ARM)
6018 printf (_("y (noread), "));
6019 printf ("p (processor specific)\n");
6020 }
6021
6022 return 1;
6023}
6024
6025static const char *
6026get_group_flags (unsigned int flags)
6027{
6028 static char buff[32];
6029 switch (flags)
6030 {
6031 case 0:
6032 return "";
6033
6034 case GRP_COMDAT:
6035 return "COMDAT ";
6036
6037 default:
6038 snprintf (buff, sizeof (buff), _("[<unknown>: 0x%x] "), flags);
6039 break;
6040 }
6041 return buff;
6042}
6043
6044static int
6045process_section_groups (FILE * file)
6046{
6047 Elf_Internal_Shdr * section;
6048 unsigned int i;
6049 struct group * group;
6050 Elf_Internal_Shdr * symtab_sec;
6051 Elf_Internal_Shdr * strtab_sec;
6052 Elf_Internal_Sym * symtab;
6053 unsigned long num_syms;
6054 char * strtab;
6055 size_t strtab_size;
6056
6057 /* Don't process section groups unless needed. */
6058 if (!do_unwind && !do_section_groups)
6059 return 1;
6060
6061 if (elf_header.e_shnum == 0)
6062 {
6063 if (do_section_groups)
6064 printf (_("\nThere are no sections to group in this file.\n"));
6065
6066 return 1;
6067 }
6068
6069 if (section_headers == NULL)
6070 {
6071 error (_("Section headers are not available!\n"));
6072 /* PR 13622: This can happen with a corrupt ELF header. */
6073 return 0;
6074 }
6075
6076 section_headers_groups = (struct group **) calloc (elf_header.e_shnum,
6077 sizeof (struct group *));
6078
6079 if (section_headers_groups == NULL)
6080 {
6081 error (_("Out of memory reading %u section group headers\n"),
6082 elf_header.e_shnum);
6083 return 0;
6084 }
6085
6086 /* Scan the sections for the group section. */
6087 group_count = 0;
6088 for (i = 0, section = section_headers;
6089 i < elf_header.e_shnum;
6090 i++, section++)
6091 if (section->sh_type == SHT_GROUP)
6092 group_count++;
6093
6094 if (group_count == 0)
6095 {
6096 if (do_section_groups)
6097 printf (_("\nThere are no section groups in this file.\n"));
6098
6099 return 1;
6100 }
6101
6102 section_groups = (struct group *) calloc (group_count, sizeof (struct group));
6103
6104 if (section_groups == NULL)
6105 {
6106 error (_("Out of memory reading %lu groups\n"),
6107 (unsigned long) group_count);
6108 return 0;
6109 }
6110
6111 symtab_sec = NULL;
6112 strtab_sec = NULL;
6113 symtab = NULL;
6114 num_syms = 0;
6115 strtab = NULL;
6116 strtab_size = 0;
6117 for (i = 0, section = section_headers, group = section_groups;
6118 i < elf_header.e_shnum;
6119 i++, section++)
6120 {
6121 if (section->sh_type == SHT_GROUP)
6122 {
6123 const char * name = printable_section_name (section);
6124 const char * group_name;
6125 unsigned char * start;
6126 unsigned char * indices;
6127 unsigned int entry, j, size;
6128 Elf_Internal_Shdr * sec;
6129 Elf_Internal_Sym * sym;
6130
6131 /* Get the symbol table. */
6132 if (section->sh_link >= elf_header.e_shnum
6133 || ((sec = section_headers + section->sh_link)->sh_type
6134 != SHT_SYMTAB))
6135 {
6136 error (_("Bad sh_link in group section `%s'\n"), name);
6137 continue;
6138 }
6139
6140 if (symtab_sec != sec)
6141 {
6142 symtab_sec = sec;
6143 if (symtab)
6144 free (symtab);
6145 symtab = GET_ELF_SYMBOLS (file, symtab_sec, & num_syms);
6146 }
6147
6148 if (symtab == NULL)
6149 {
6150 error (_("Corrupt header in group section `%s'\n"), name);
6151 continue;
6152 }
6153
6154 if (section->sh_info >= num_syms)
6155 {
6156 error (_("Bad sh_info in group section `%s'\n"), name);
6157 continue;
6158 }
6159
6160 sym = symtab + section->sh_info;
6161
6162 if (ELF_ST_TYPE (sym->st_info) == STT_SECTION)
6163 {
6164 if (sym->st_shndx == 0
6165 || sym->st_shndx >= elf_header.e_shnum)
6166 {
6167 error (_("Bad sh_info in group section `%s'\n"), name);
6168 continue;
6169 }
6170
6171 group_name = SECTION_NAME (section_headers + sym->st_shndx);
6172 strtab_sec = NULL;
6173 if (strtab)
6174 free (strtab);
6175 strtab = NULL;
6176 strtab_size = 0;
6177 }
6178 else
6179 {
6180 /* Get the string table. */
6181 if (symtab_sec->sh_link >= elf_header.e_shnum)
6182 {
6183 strtab_sec = NULL;
6184 if (strtab)
6185 free (strtab);
6186 strtab = NULL;
6187 strtab_size = 0;
6188 }
6189 else if (strtab_sec
6190 != (sec = section_headers + symtab_sec->sh_link))
6191 {
6192 strtab_sec = sec;
6193 if (strtab)
6194 free (strtab);
6195
6196 strtab = (char *) get_data (NULL, file, strtab_sec->sh_offset,
6197 1, strtab_sec->sh_size,
6198 _("string table"));
6199 strtab_size = strtab != NULL ? strtab_sec->sh_size : 0;
6200 }
6201 group_name = sym->st_name < strtab_size
6202 ? strtab + sym->st_name : _("<corrupt>");
6203 }
6204
6205 /* PR 17531: file: loop. */
6206 if (section->sh_entsize > section->sh_size)
6207 {
6208 error (_("Section %s has sh_entsize (0x%lx) which is larger than its size (0x%lx)\n"),
6209 printable_section_name (section),
6210 (unsigned long) section->sh_entsize,
6211 (unsigned long) section->sh_size);
6212 break;
6213 }
6214
6215 start = (unsigned char *) get_data (NULL, file, section->sh_offset,
6216 1, section->sh_size,
6217 _("section data"));
6218 if (start == NULL)
6219 continue;
6220
6221 indices = start;
6222 size = (section->sh_size / section->sh_entsize) - 1;
6223 entry = byte_get (indices, 4);
6224 indices += 4;
6225
6226 if (do_section_groups)
6227 {
6228 printf (_("\n%sgroup section [%5u] `%s' [%s] contains %u sections:\n"),
6229 get_group_flags (entry), i, name, group_name, size);
6230
6231 printf (_(" [Index] Name\n"));
6232 }
6233
6234 group->group_index = i;
6235
6236 for (j = 0; j < size; j++)
6237 {
6238 struct group_list * g;
6239
6240 entry = byte_get (indices, 4);
6241 indices += 4;
6242
6243 if (entry >= elf_header.e_shnum)
6244 {
6245 static unsigned num_group_errors = 0;
6246
6247 if (num_group_errors ++ < 10)
6248 {
6249 error (_("section [%5u] in group section [%5u] > maximum section [%5u]\n"),
6250 entry, i, elf_header.e_shnum - 1);
6251 if (num_group_errors == 10)
6252 warn (_("Futher error messages about overlarge group section indicies suppressed\n"));
6253 }
6254 continue;
6255 }
6256
6257 if (section_headers_groups [entry] != NULL)
6258 {
6259 if (entry)
6260 {
6261 static unsigned num_errs = 0;
6262
6263 if (num_errs ++ < 10)
6264 {
6265 error (_("section [%5u] in group section [%5u] already in group section [%5u]\n"),
6266 entry, i,
6267 section_headers_groups [entry]->group_index);
6268 if (num_errs == 10)
6269 warn (_("Further error messages about already contained group sections suppressed\n"));
6270 }
6271 continue;
6272 }
6273 else
6274 {
6275 /* Intel C/C++ compiler may put section 0 in a
6276 section group. We just warn it the first time
6277 and ignore it afterwards. */
6278 static int warned = 0;
6279 if (!warned)
6280 {
6281 error (_("section 0 in group section [%5u]\n"),
6282 section_headers_groups [entry]->group_index);
6283 warned++;
6284 }
6285 }
6286 }
6287
6288 section_headers_groups [entry] = group;
6289
6290 if (do_section_groups)
6291 {
6292 sec = section_headers + entry;
6293 printf (" [%5u] %s\n", entry, printable_section_name (sec));
6294 }
6295
6296 g = (struct group_list *) xmalloc (sizeof (struct group_list));
6297 g->section_index = entry;
6298 g->next = group->root;
6299 group->root = g;
6300 }
6301
6302 if (start)
6303 free (start);
6304
6305 group++;
6306 }
6307 }
6308
6309 if (symtab)
6310 free (symtab);
6311 if (strtab)
6312 free (strtab);
6313 return 1;
6314}
6315
6316/* Data used to display dynamic fixups. */
6317
6318struct ia64_vms_dynfixup
6319{
6320 bfd_vma needed_ident; /* Library ident number. */
6321 bfd_vma needed; /* Index in the dstrtab of the library name. */
6322 bfd_vma fixup_needed; /* Index of the library. */
6323 bfd_vma fixup_rela_cnt; /* Number of fixups. */
6324 bfd_vma fixup_rela_off; /* Fixups offset in the dynamic segment. */
6325};
6326
6327/* Data used to display dynamic relocations. */
6328
6329struct ia64_vms_dynimgrela
6330{
6331 bfd_vma img_rela_cnt; /* Number of relocations. */
6332 bfd_vma img_rela_off; /* Reloc offset in the dynamic segment. */
6333};
6334
6335/* Display IA-64 OpenVMS dynamic fixups (used to dynamically link a shared
6336 library). */
6337
6338static void
6339dump_ia64_vms_dynamic_fixups (FILE *file, struct ia64_vms_dynfixup *fixup,
6340 const char *strtab, unsigned int strtab_sz)
6341{
6342 Elf64_External_VMS_IMAGE_FIXUP *imfs;
6343 long i;
6344 const char *lib_name;
6345
6346 imfs = get_data (NULL, file, dynamic_addr + fixup->fixup_rela_off,
6347 1, fixup->fixup_rela_cnt * sizeof (*imfs),
6348 _("dynamic section image fixups"));
6349 if (!imfs)
6350 return;
6351
6352 if (fixup->needed < strtab_sz)
6353 lib_name = strtab + fixup->needed;
6354 else
6355 {
6356 warn ("corrupt library name index of 0x%lx found in dynamic entry",
6357 (unsigned long) fixup->needed);
6358 lib_name = "???";
6359 }
6360 printf (_("\nImage fixups for needed library #%d: %s - ident: %lx\n"),
6361 (int) fixup->fixup_needed, lib_name, (long) fixup->needed_ident);
6362 printf
6363 (_("Seg Offset Type SymVec DataType\n"));
6364
6365 for (i = 0; i < (long) fixup->fixup_rela_cnt; i++)
6366 {
6367 unsigned int type;
6368 const char *rtype;
6369
6370 printf ("%3u ", (unsigned) BYTE_GET (imfs [i].fixup_seg));
6371 printf_vma ((bfd_vma) BYTE_GET (imfs [i].fixup_offset));
6372 type = BYTE_GET (imfs [i].type);
6373 rtype = elf_ia64_reloc_type (type);
6374 if (rtype == NULL)
6375 printf (" 0x%08x ", type);
6376 else
6377 printf (" %-32s ", rtype);
6378 printf ("%6u ", (unsigned) BYTE_GET (imfs [i].symvec_index));
6379 printf ("0x%08x\n", (unsigned) BYTE_GET (imfs [i].data_type));
6380 }
6381
6382 free (imfs);
6383}
6384
6385/* Display IA-64 OpenVMS dynamic relocations (used to relocate an image). */
6386
6387static void
6388dump_ia64_vms_dynamic_relocs (FILE *file, struct ia64_vms_dynimgrela *imgrela)
6389{
6390 Elf64_External_VMS_IMAGE_RELA *imrs;
6391 long i;
6392
6393 imrs = get_data (NULL, file, dynamic_addr + imgrela->img_rela_off,
6394 1, imgrela->img_rela_cnt * sizeof (*imrs),
6395 _("dynamic section image relocations"));
6396 if (!imrs)
6397 return;
6398
6399 printf (_("\nImage relocs\n"));
6400 printf
6401 (_("Seg Offset Type Addend Seg Sym Off\n"));
6402
6403 for (i = 0; i < (long) imgrela->img_rela_cnt; i++)
6404 {
6405 unsigned int type;
6406 const char *rtype;
6407
6408 printf ("%3u ", (unsigned) BYTE_GET (imrs [i].rela_seg));
6409 printf ("%08" BFD_VMA_FMT "x ",
6410 (bfd_vma) BYTE_GET (imrs [i].rela_offset));
6411 type = BYTE_GET (imrs [i].type);
6412 rtype = elf_ia64_reloc_type (type);
6413 if (rtype == NULL)
6414 printf ("0x%08x ", type);
6415 else
6416 printf ("%-31s ", rtype);
6417 print_vma (BYTE_GET (imrs [i].addend), FULL_HEX);
6418 printf ("%3u ", (unsigned) BYTE_GET (imrs [i].sym_seg));
6419 printf ("%08" BFD_VMA_FMT "x\n",
6420 (bfd_vma) BYTE_GET (imrs [i].sym_offset));
6421 }
6422
6423 free (imrs);
6424}
6425
6426/* Display IA-64 OpenVMS dynamic relocations and fixups. */
6427
6428static int
6429process_ia64_vms_dynamic_relocs (FILE *file)
6430{
6431 struct ia64_vms_dynfixup fixup;
6432 struct ia64_vms_dynimgrela imgrela;
6433 Elf_Internal_Dyn *entry;
6434 int res = 0;
6435 bfd_vma strtab_off = 0;
6436 bfd_vma strtab_sz = 0;
6437 char *strtab = NULL;
6438
6439 memset (&fixup, 0, sizeof (fixup));
6440 memset (&imgrela, 0, sizeof (imgrela));
6441
6442 /* Note: the order of the entries is specified by the OpenVMS specs. */
6443 for (entry = dynamic_section;
6444 entry < dynamic_section + dynamic_nent;
6445 entry++)
6446 {
6447 switch (entry->d_tag)
6448 {
6449 case DT_IA_64_VMS_STRTAB_OFFSET:
6450 strtab_off = entry->d_un.d_val;
6451 break;
6452 case DT_STRSZ:
6453 strtab_sz = entry->d_un.d_val;
6454 if (strtab == NULL)
6455 strtab = get_data (NULL, file, dynamic_addr + strtab_off,
6456 1, strtab_sz, _("dynamic string section"));
6457 break;
6458
6459 case DT_IA_64_VMS_NEEDED_IDENT:
6460 fixup.needed_ident = entry->d_un.d_val;
6461 break;
6462 case DT_NEEDED:
6463 fixup.needed = entry->d_un.d_val;
6464 break;
6465 case DT_IA_64_VMS_FIXUP_NEEDED:
6466 fixup.fixup_needed = entry->d_un.d_val;
6467 break;
6468 case DT_IA_64_VMS_FIXUP_RELA_CNT:
6469 fixup.fixup_rela_cnt = entry->d_un.d_val;
6470 break;
6471 case DT_IA_64_VMS_FIXUP_RELA_OFF:
6472 fixup.fixup_rela_off = entry->d_un.d_val;
6473 res++;
6474 dump_ia64_vms_dynamic_fixups (file, &fixup, strtab, strtab_sz);
6475 break;
6476
6477 case DT_IA_64_VMS_IMG_RELA_CNT:
6478 imgrela.img_rela_cnt = entry->d_un.d_val;
6479 break;
6480 case DT_IA_64_VMS_IMG_RELA_OFF:
6481 imgrela.img_rela_off = entry->d_un.d_val;
6482 res++;
6483 dump_ia64_vms_dynamic_relocs (file, &imgrela);
6484 break;
6485
6486 default:
6487 break;
6488 }
6489 }
6490
6491 if (strtab != NULL)
6492 free (strtab);
6493
6494 return res;
6495}
6496
6497static struct
6498{
6499 const char * name;
6500 int reloc;
6501 int size;
6502 int rela;
6503} dynamic_relocations [] =
6504{
6505 { "REL", DT_REL, DT_RELSZ, FALSE },
6506 { "RELA", DT_RELA, DT_RELASZ, TRUE },
6507 { "PLT", DT_JMPREL, DT_PLTRELSZ, UNKNOWN }
6508};
6509
6510/* Process the reloc section. */
6511
6512static int
6513process_relocs (FILE * file)
6514{
6515 unsigned long rel_size;
6516 unsigned long rel_offset;
6517
6518
6519 if (!do_reloc)
6520 return 1;
6521
6522 if (do_using_dynamic)
6523 {
6524 int is_rela;
6525 const char * name;
6526 int has_dynamic_reloc;
6527 unsigned int i;
6528
6529 has_dynamic_reloc = 0;
6530
6531 for (i = 0; i < ARRAY_SIZE (dynamic_relocations); i++)
6532 {
6533 is_rela = dynamic_relocations [i].rela;
6534 name = dynamic_relocations [i].name;
6535 rel_size = dynamic_info [dynamic_relocations [i].size];
6536 rel_offset = dynamic_info [dynamic_relocations [i].reloc];
6537
6538 has_dynamic_reloc |= rel_size;
6539
6540 if (is_rela == UNKNOWN)
6541 {
6542 if (dynamic_relocations [i].reloc == DT_JMPREL)
6543 switch (dynamic_info[DT_PLTREL])
6544 {
6545 case DT_REL:
6546 is_rela = FALSE;
6547 break;
6548 case DT_RELA:
6549 is_rela = TRUE;
6550 break;
6551 }
6552 }
6553
6554 if (rel_size)
6555 {
6556 printf
6557 (_("\n'%s' relocation section at offset 0x%lx contains %ld bytes:\n"),
6558 name, rel_offset, rel_size);
6559
6560 dump_relocations (file,
6561 offset_from_vma (file, rel_offset, rel_size),
6562 rel_size,
6563 dynamic_symbols, num_dynamic_syms,
6564 dynamic_strings, dynamic_strings_length,
6565 is_rela, 1);
6566 }
6567 }
6568
6569 if (is_ia64_vms ())
6570 has_dynamic_reloc |= process_ia64_vms_dynamic_relocs (file);
6571
6572 if (! has_dynamic_reloc)
6573 printf (_("\nThere are no dynamic relocations in this file.\n"));
6574 }
6575 else
6576 {
6577 Elf_Internal_Shdr * section;
6578 unsigned long i;
6579 int found = 0;
6580
6581 for (i = 0, section = section_headers;
6582 i < elf_header.e_shnum;
6583 i++, section++)
6584 {
6585 if ( section->sh_type != SHT_RELA
6586 && section->sh_type != SHT_REL)
6587 continue;
6588
6589 rel_offset = section->sh_offset;
6590 rel_size = section->sh_size;
6591
6592 if (rel_size)
6593 {
6594 Elf_Internal_Shdr * strsec;
6595 int is_rela;
6596
6597 printf (_("\nRelocation section "));
6598
6599 if (string_table == NULL)
6600 printf ("%d", section->sh_name);
6601 else
6602 printf ("'%s'", printable_section_name (section));
6603
6604 printf (_(" at offset 0x%lx contains %lu entries:\n"),
6605 rel_offset, (unsigned long) (rel_size / section->sh_entsize));
6606
6607 is_rela = section->sh_type == SHT_RELA;
6608
6609 if (section->sh_link != 0
6610 && section->sh_link < elf_header.e_shnum)
6611 {
6612 Elf_Internal_Shdr * symsec;
6613 Elf_Internal_Sym * symtab;
6614 unsigned long nsyms;
6615 unsigned long strtablen = 0;
6616 char * strtab = NULL;
6617
6618 symsec = section_headers + section->sh_link;
6619 if (symsec->sh_type != SHT_SYMTAB
6620 && symsec->sh_type != SHT_DYNSYM)
6621 continue;
6622
6623 symtab = GET_ELF_SYMBOLS (file, symsec, & nsyms);
6624
6625 if (symtab == NULL)
6626 continue;
6627
6628 if (symsec->sh_link != 0
6629 && symsec->sh_link < elf_header.e_shnum)
6630 {
6631 strsec = section_headers + symsec->sh_link;
6632
6633 strtab = (char *) get_data (NULL, file, strsec->sh_offset,
6634 1, strsec->sh_size,
6635 _("string table"));
6636 strtablen = strtab == NULL ? 0 : strsec->sh_size;
6637 }
6638
6639 dump_relocations (file, rel_offset, rel_size,
6640 symtab, nsyms, strtab, strtablen,
6641 is_rela,
6642 symsec->sh_type == SHT_DYNSYM);
6643 if (strtab)
6644 free (strtab);
6645 free (symtab);
6646 }
6647 else
6648 dump_relocations (file, rel_offset, rel_size,
6649 NULL, 0, NULL, 0, is_rela, 0);
6650
6651 found = 1;
6652 }
6653 }
6654
6655 if (! found)
6656 printf (_("\nThere are no relocations in this file.\n"));
6657 }
6658
6659 return 1;
6660}
6661
6662/* An absolute address consists of a section and an offset. If the
6663 section is NULL, the offset itself is the address, otherwise, the
6664 address equals to LOAD_ADDRESS(section) + offset. */
6665
6666struct absaddr
6667{
6668 unsigned short section;
6669 bfd_vma offset;
6670};
6671
6672#define ABSADDR(a) \
6673 ((a).section \
6674 ? section_headers [(a).section].sh_addr + (a).offset \
6675 : (a).offset)
6676
6677/* Find the nearest symbol at or below ADDR. Returns the symbol
6678 name, if found, and the offset from the symbol to ADDR. */
6679
6680static void
6681find_symbol_for_address (Elf_Internal_Sym * symtab,
6682 unsigned long nsyms,
6683 const char * strtab,
6684 unsigned long strtab_size,
6685 struct absaddr addr,
6686 const char ** symname,
6687 bfd_vma * offset)
6688{
6689 bfd_vma dist = 0x100000;
6690 Elf_Internal_Sym * sym;
6691 Elf_Internal_Sym * beg;
6692 Elf_Internal_Sym * end;
6693 Elf_Internal_Sym * best = NULL;
6694
6695 REMOVE_ARCH_BITS (addr.offset);
6696 beg = symtab;
6697 end = symtab + nsyms;
6698
6699 while (beg < end)
6700 {
6701 bfd_vma value;
6702
6703 sym = beg + (end - beg) / 2;
6704
6705 value = sym->st_value;
6706 REMOVE_ARCH_BITS (value);
6707
6708 if (sym->st_name != 0
6709 && (addr.section == SHN_UNDEF || addr.section == sym->st_shndx)
6710 && addr.offset >= value
6711 && addr.offset - value < dist)
6712 {
6713 best = sym;
6714 dist = addr.offset - value;
6715 if (!dist)
6716 break;
6717 }
6718
6719 if (addr.offset < value)
6720 end = sym;
6721 else
6722 beg = sym + 1;
6723 }
6724
6725 if (best)
6726 {
6727 *symname = (best->st_name >= strtab_size
6728 ? _("<corrupt>") : strtab + best->st_name);
6729 *offset = dist;
6730 return;
6731 }
6732
6733 *symname = NULL;
6734 *offset = addr.offset;
6735}
6736
6737static int
6738symcmp (const void *p, const void *q)
6739{
6740 Elf_Internal_Sym *sp = (Elf_Internal_Sym *) p;
6741 Elf_Internal_Sym *sq = (Elf_Internal_Sym *) q;
6742
6743 return sp->st_value > sq->st_value ? 1 : (sp->st_value < sq->st_value ? -1 : 0);
6744}
6745
6746/* Process the unwind section. */
6747
6748#include "unwind-ia64.h"
6749
6750struct ia64_unw_table_entry
6751{
6752 struct absaddr start;
6753 struct absaddr end;
6754 struct absaddr info;
6755};
6756
6757struct ia64_unw_aux_info
6758{
6759 struct ia64_unw_table_entry *table; /* Unwind table. */
6760 unsigned long table_len; /* Length of unwind table. */
6761 unsigned char * info; /* Unwind info. */
6762 unsigned long info_size; /* Size of unwind info. */
6763 bfd_vma info_addr; /* Starting address of unwind info. */
6764 bfd_vma seg_base; /* Starting address of segment. */
6765 Elf_Internal_Sym * symtab; /* The symbol table. */
6766 unsigned long nsyms; /* Number of symbols. */
6767 Elf_Internal_Sym * funtab; /* Sorted table of STT_FUNC symbols. */
6768 unsigned long nfuns; /* Number of entries in funtab. */
6769 char * strtab; /* The string table. */
6770 unsigned long strtab_size; /* Size of string table. */
6771};
6772
6773static void
6774dump_ia64_unwind (struct ia64_unw_aux_info * aux)
6775{
6776 struct ia64_unw_table_entry * tp;
6777 unsigned long j, nfuns;
6778 int in_body;
6779
6780 aux->funtab = xmalloc (aux->nsyms * sizeof (Elf_Internal_Sym));
6781 for (nfuns = 0, j = 0; j < aux->nsyms; j++)
6782 if (aux->symtab[j].st_value && ELF_ST_TYPE (aux->symtab[j].st_info) == STT_FUNC)
6783 aux->funtab[nfuns++] = aux->symtab[j];
6784 aux->nfuns = nfuns;
6785 qsort (aux->funtab, aux->nfuns, sizeof (Elf_Internal_Sym), symcmp);
6786
6787 for (tp = aux->table; tp < aux->table + aux->table_len; ++tp)
6788 {
6789 bfd_vma stamp;
6790 bfd_vma offset;
6791 const unsigned char * dp;
6792 const unsigned char * head;
6793 const unsigned char * end;
6794 const char * procname;
6795
6796 find_symbol_for_address (aux->funtab, aux->nfuns, aux->strtab,
6797 aux->strtab_size, tp->start, &procname, &offset);
6798
6799 fputs ("\n<", stdout);
6800
6801 if (procname)
6802 {
6803 fputs (procname, stdout);
6804
6805 if (offset)
6806 printf ("+%lx", (unsigned long) offset);
6807 }
6808
6809 fputs (">: [", stdout);
6810 print_vma (tp->start.offset, PREFIX_HEX);
6811 fputc ('-', stdout);
6812 print_vma (tp->end.offset, PREFIX_HEX);
6813 printf ("], info at +0x%lx\n",
6814 (unsigned long) (tp->info.offset - aux->seg_base));
6815
6816 /* PR 17531: file: 86232b32. */
6817 if (aux->info == NULL)
6818 continue;
6819
6820 /* PR 17531: file: 0997b4d1. */
6821 if ((ABSADDR (tp->info) - aux->info_addr) >= aux->info_size)
6822 {
6823 warn (_("Invalid offset %lx in table entry %ld\n"),
6824 (long) tp->info.offset, (long) (tp - aux->table));
6825 continue;
6826 }
6827
6828 head = aux->info + (ABSADDR (tp->info) - aux->info_addr);
6829 stamp = byte_get ((unsigned char *) head, sizeof (stamp));
6830
6831 printf (" v%u, flags=0x%lx (%s%s), len=%lu bytes\n",
6832 (unsigned) UNW_VER (stamp),
6833 (unsigned long) ((stamp & UNW_FLAG_MASK) >> 32),
6834 UNW_FLAG_EHANDLER (stamp) ? " ehandler" : "",
6835 UNW_FLAG_UHANDLER (stamp) ? " uhandler" : "",
6836 (unsigned long) (eh_addr_size * UNW_LENGTH (stamp)));
6837
6838 if (UNW_VER (stamp) != 1)
6839 {
6840 printf (_("\tUnknown version.\n"));
6841 continue;
6842 }
6843
6844 in_body = 0;
6845 end = head + 8 + eh_addr_size * UNW_LENGTH (stamp);
6846 /* PR 17531: file: 16ceda89. */
6847 if (end > aux->info + aux->info_size)
6848 end = aux->info + aux->info_size;
6849 for (dp = head + 8; dp < end;)
6850 dp = unw_decode (dp, in_body, & in_body, end);
6851 }
6852
6853 free (aux->funtab);
6854}
6855
6856static bfd_boolean
6857slurp_ia64_unwind_table (FILE * file,
6858 struct ia64_unw_aux_info * aux,
6859 Elf_Internal_Shdr * sec)
6860{
6861 unsigned long size, nrelas, i;
6862 Elf_Internal_Phdr * seg;
6863 struct ia64_unw_table_entry * tep;
6864 Elf_Internal_Shdr * relsec;
6865 Elf_Internal_Rela * rela;
6866 Elf_Internal_Rela * rp;
6867 unsigned char * table;
6868 unsigned char * tp;
6869 Elf_Internal_Sym * sym;
6870 const char * relname;
6871
6872 aux->table_len = 0;
6873
6874 /* First, find the starting address of the segment that includes
6875 this section: */
6876
6877 if (elf_header.e_phnum)
6878 {
6879 if (! get_program_headers (file))
6880 return FALSE;
6881
6882 for (seg = program_headers;
6883 seg < program_headers + elf_header.e_phnum;
6884 ++seg)
6885 {
6886 if (seg->p_type != PT_LOAD)
6887 continue;
6888
6889 if (sec->sh_addr >= seg->p_vaddr
6890 && (sec->sh_addr + sec->sh_size <= seg->p_vaddr + seg->p_memsz))
6891 {
6892 aux->seg_base = seg->p_vaddr;
6893 break;
6894 }
6895 }
6896 }
6897
6898 /* Second, build the unwind table from the contents of the unwind section: */
6899 size = sec->sh_size;
6900 table = (unsigned char *) get_data (NULL, file, sec->sh_offset, 1, size,
6901 _("unwind table"));
6902 if (!table)
6903 return FALSE;
6904
6905 aux->table_len = size / (3 * eh_addr_size);
6906 aux->table = (struct ia64_unw_table_entry *)
6907 xcmalloc (aux->table_len, sizeof (aux->table[0]));
6908 tep = aux->table;
6909
6910 for (tp = table; tp <= table + size - (3 * eh_addr_size); ++tep)
6911 {
6912 tep->start.section = SHN_UNDEF;
6913 tep->end.section = SHN_UNDEF;
6914 tep->info.section = SHN_UNDEF;
6915 tep->start.offset = byte_get (tp, eh_addr_size); tp += eh_addr_size;
6916 tep->end.offset = byte_get (tp, eh_addr_size); tp += eh_addr_size;
6917 tep->info.offset = byte_get (tp, eh_addr_size); tp += eh_addr_size;
6918 tep->start.offset += aux->seg_base;
6919 tep->end.offset += aux->seg_base;
6920 tep->info.offset += aux->seg_base;
6921 }
6922 free (table);
6923
6924 /* Third, apply any relocations to the unwind table: */
6925 for (relsec = section_headers;
6926 relsec < section_headers + elf_header.e_shnum;
6927 ++relsec)
6928 {
6929 if (relsec->sh_type != SHT_RELA
6930 || relsec->sh_info >= elf_header.e_shnum
6931 || section_headers + relsec->sh_info != sec)
6932 continue;
6933
6934 if (!slurp_rela_relocs (file, relsec->sh_offset, relsec->sh_size,
6935 & rela, & nrelas))
6936 {
6937 free (aux->table);
6938 aux->table = NULL;
6939 aux->table_len = 0;
6940 return FALSE;
6941 }
6942
6943 for (rp = rela; rp < rela + nrelas; ++rp)
6944 {
6945 relname = elf_ia64_reloc_type (get_reloc_type (rp->r_info));
6946 sym = aux->symtab + get_reloc_symindex (rp->r_info);
6947
6948 /* PR 17531: file: 9fa67536. */
6949 if (relname == NULL)
6950 {
6951 warn (_("Skipping unknown relocation type: %u\n"), get_reloc_type (rp->r_info));
6952 continue;
6953 }
6954
6955 if (! const_strneq (relname, "R_IA64_SEGREL"))
6956 {
6957 warn (_("Skipping unexpected relocation type: %s\n"), relname);
6958 continue;
6959 }
6960
6961 i = rp->r_offset / (3 * eh_addr_size);
6962
6963 /* PR 17531: file: 5bc8d9bf. */
6964 if (i >= aux->table_len)
6965 {
6966 warn (_("Skipping reloc with overlarge offset: %lx\n"), i);
6967 continue;
6968 }
6969
6970 switch (rp->r_offset / eh_addr_size % 3)
6971 {
6972 case 0:
6973 aux->table[i].start.section = sym->st_shndx;
6974 aux->table[i].start.offset = rp->r_addend + sym->st_value;
6975 break;
6976 case 1:
6977 aux->table[i].end.section = sym->st_shndx;
6978 aux->table[i].end.offset = rp->r_addend + sym->st_value;
6979 break;
6980 case 2:
6981 aux->table[i].info.section = sym->st_shndx;
6982 aux->table[i].info.offset = rp->r_addend + sym->st_value;
6983 break;
6984 default:
6985 break;
6986 }
6987 }
6988
6989 free (rela);
6990 }
6991
6992 return TRUE;
6993}
6994
6995static void
6996ia64_process_unwind (FILE * file)
6997{
6998 Elf_Internal_Shdr * sec;
6999 Elf_Internal_Shdr * unwsec = NULL;
7000 Elf_Internal_Shdr * strsec;
7001 unsigned long i, unwcount = 0, unwstart = 0;
7002 struct ia64_unw_aux_info aux;
7003
7004 memset (& aux, 0, sizeof (aux));
7005
7006 for (i = 0, sec = section_headers; i < elf_header.e_shnum; ++i, ++sec)
7007 {
7008 if (sec->sh_type == SHT_SYMTAB
7009 && sec->sh_link < elf_header.e_shnum)
7010 {
7011 aux.symtab = GET_ELF_SYMBOLS (file, sec, & aux.nsyms);
7012
7013 strsec = section_headers + sec->sh_link;
7014 if (aux.strtab != NULL)
7015 {
7016 error (_("Multiple auxillary string tables encountered\n"));
7017 free (aux.strtab);
7018 }
7019 aux.strtab = (char *) get_data (NULL, file, strsec->sh_offset,
7020 1, strsec->sh_size,
7021 _("string table"));
7022 aux.strtab_size = aux.strtab != NULL ? strsec->sh_size : 0;
7023 }
7024 else if (sec->sh_type == SHT_IA_64_UNWIND)
7025 unwcount++;
7026 }
7027
7028 if (!unwcount)
7029 printf (_("\nThere are no unwind sections in this file.\n"));
7030
7031 while (unwcount-- > 0)
7032 {
7033 char * suffix;
7034 size_t len, len2;
7035
7036 for (i = unwstart, sec = section_headers + unwstart, unwsec = NULL;
7037 i < elf_header.e_shnum; ++i, ++sec)
7038 if (sec->sh_type == SHT_IA_64_UNWIND)
7039 {
7040 unwsec = sec;
7041 break;
7042 }
7043 /* We have already counted the number of SHT_IA64_UNWIND
7044 sections so the loop above should never fail. */
7045 assert (unwsec != NULL);
7046
7047 unwstart = i + 1;
7048 len = sizeof (ELF_STRING_ia64_unwind_once) - 1;
7049
7050 if ((unwsec->sh_flags & SHF_GROUP) != 0)
7051 {
7052 /* We need to find which section group it is in. */
7053 struct group_list * g;
7054
7055 if (section_headers_groups == NULL
7056 || section_headers_groups [i] == NULL)
7057 i = elf_header.e_shnum;
7058 else
7059 {
7060 g = section_headers_groups [i]->root;
7061
7062 for (; g != NULL; g = g->next)
7063 {
7064 sec = section_headers + g->section_index;
7065
7066 if (streq (SECTION_NAME (sec), ELF_STRING_ia64_unwind_info))
7067 break;
7068 }
7069
7070 if (g == NULL)
7071 i = elf_header.e_shnum;
7072 }
7073 }
7074 else if (strneq (SECTION_NAME (unwsec), ELF_STRING_ia64_unwind_once, len))
7075 {
7076 /* .gnu.linkonce.ia64unw.FOO -> .gnu.linkonce.ia64unwi.FOO. */
7077 len2 = sizeof (ELF_STRING_ia64_unwind_info_once) - 1;
7078 suffix = SECTION_NAME (unwsec) + len;
7079 for (i = 0, sec = section_headers; i < elf_header.e_shnum;
7080 ++i, ++sec)
7081 if (strneq (SECTION_NAME (sec), ELF_STRING_ia64_unwind_info_once, len2)
7082 && streq (SECTION_NAME (sec) + len2, suffix))
7083 break;
7084 }
7085 else
7086 {
7087 /* .IA_64.unwindFOO -> .IA_64.unwind_infoFOO
7088 .IA_64.unwind or BAR -> .IA_64.unwind_info. */
7089 len = sizeof (ELF_STRING_ia64_unwind) - 1;
7090 len2 = sizeof (ELF_STRING_ia64_unwind_info) - 1;
7091 suffix = "";
7092 if (strneq (SECTION_NAME (unwsec), ELF_STRING_ia64_unwind, len))
7093 suffix = SECTION_NAME (unwsec) + len;
7094 for (i = 0, sec = section_headers; i < elf_header.e_shnum;
7095 ++i, ++sec)
7096 if (strneq (SECTION_NAME (sec), ELF_STRING_ia64_unwind_info, len2)
7097 && streq (SECTION_NAME (sec) + len2, suffix))
7098 break;
7099 }
7100
7101 if (i == elf_header.e_shnum)
7102 {
7103 printf (_("\nCould not find unwind info section for "));
7104
7105 if (string_table == NULL)
7106 printf ("%d", unwsec->sh_name);
7107 else
7108 printf ("'%s'", printable_section_name (unwsec));
7109 }
7110 else
7111 {
7112 aux.info_addr = sec->sh_addr;
7113 aux.info = (unsigned char *) get_data (NULL, file, sec->sh_offset, 1,
7114 sec->sh_size,
7115 _("unwind info"));
7116 aux.info_size = aux.info == NULL ? 0 : sec->sh_size;
7117
7118 printf (_("\nUnwind section "));
7119
7120 if (string_table == NULL)
7121 printf ("%d", unwsec->sh_name);
7122 else
7123 printf ("'%s'", printable_section_name (unwsec));
7124
7125 printf (_(" at offset 0x%lx contains %lu entries:\n"),
7126 (unsigned long) unwsec->sh_offset,
7127 (unsigned long) (unwsec->sh_size / (3 * eh_addr_size)));
7128
7129 if (slurp_ia64_unwind_table (file, & aux, unwsec)
7130 && aux.table_len > 0)
7131 dump_ia64_unwind (& aux);
7132
7133 if (aux.table)
7134 free ((char *) aux.table);
7135 if (aux.info)
7136 free ((char *) aux.info);
7137 aux.table = NULL;
7138 aux.info = NULL;
7139 }
7140 }
7141
7142 if (aux.symtab)
7143 free (aux.symtab);
7144 if (aux.strtab)
7145 free ((char *) aux.strtab);
7146}
7147
7148struct hppa_unw_table_entry
7149 {
7150 struct absaddr start;
7151 struct absaddr end;
7152 unsigned int Cannot_unwind:1; /* 0 */
7153 unsigned int Millicode:1; /* 1 */
7154 unsigned int Millicode_save_sr0:1; /* 2 */
7155 unsigned int Region_description:2; /* 3..4 */
7156 unsigned int reserved1:1; /* 5 */
7157 unsigned int Entry_SR:1; /* 6 */
7158 unsigned int Entry_FR:4; /* number saved */ /* 7..10 */
7159 unsigned int Entry_GR:5; /* number saved */ /* 11..15 */
7160 unsigned int Args_stored:1; /* 16 */
7161 unsigned int Variable_Frame:1; /* 17 */
7162 unsigned int Separate_Package_Body:1; /* 18 */
7163 unsigned int Frame_Extension_Millicode:1; /* 19 */
7164 unsigned int Stack_Overflow_Check:1; /* 20 */
7165 unsigned int Two_Instruction_SP_Increment:1;/* 21 */
7166 unsigned int Ada_Region:1; /* 22 */
7167 unsigned int cxx_info:1; /* 23 */
7168 unsigned int cxx_try_catch:1; /* 24 */
7169 unsigned int sched_entry_seq:1; /* 25 */
7170 unsigned int reserved2:1; /* 26 */
7171 unsigned int Save_SP:1; /* 27 */
7172 unsigned int Save_RP:1; /* 28 */
7173 unsigned int Save_MRP_in_frame:1; /* 29 */
7174 unsigned int extn_ptr_defined:1; /* 30 */
7175 unsigned int Cleanup_defined:1; /* 31 */
7176
7177 unsigned int MPE_XL_interrupt_marker:1; /* 0 */
7178 unsigned int HP_UX_interrupt_marker:1; /* 1 */
7179 unsigned int Large_frame:1; /* 2 */
7180 unsigned int Pseudo_SP_Set:1; /* 3 */
7181 unsigned int reserved4:1; /* 4 */
7182 unsigned int Total_frame_size:27; /* 5..31 */
7183 };
7184
7185struct hppa_unw_aux_info
7186{
7187 struct hppa_unw_table_entry * table; /* Unwind table. */
7188 unsigned long table_len; /* Length of unwind table. */
7189 bfd_vma seg_base; /* Starting address of segment. */
7190 Elf_Internal_Sym * symtab; /* The symbol table. */
7191 unsigned long nsyms; /* Number of symbols. */
7192 Elf_Internal_Sym * funtab; /* Sorted table of STT_FUNC symbols. */
7193 unsigned long nfuns; /* Number of entries in funtab. */
7194 char * strtab; /* The string table. */
7195 unsigned long strtab_size; /* Size of string table. */
7196};
7197
7198static void
7199dump_hppa_unwind (struct hppa_unw_aux_info * aux)
7200{
7201 struct hppa_unw_table_entry * tp;
7202 unsigned long j, nfuns;
7203
7204 aux->funtab = xmalloc (aux->nsyms * sizeof (Elf_Internal_Sym));
7205 for (nfuns = 0, j = 0; j < aux->nsyms; j++)
7206 if (aux->symtab[j].st_value && ELF_ST_TYPE (aux->symtab[j].st_info) == STT_FUNC)
7207 aux->funtab[nfuns++] = aux->symtab[j];
7208 aux->nfuns = nfuns;
7209 qsort (aux->funtab, aux->nfuns, sizeof (Elf_Internal_Sym), symcmp);
7210
7211 for (tp = aux->table; tp < aux->table + aux->table_len; ++tp)
7212 {
7213 bfd_vma offset;
7214 const char * procname;
7215
7216 find_symbol_for_address (aux->funtab, aux->nfuns, aux->strtab,
7217 aux->strtab_size, tp->start, &procname,
7218 &offset);
7219
7220 fputs ("\n<", stdout);
7221
7222 if (procname)
7223 {
7224 fputs (procname, stdout);
7225
7226 if (offset)
7227 printf ("+%lx", (unsigned long) offset);
7228 }
7229
7230 fputs (">: [", stdout);
7231 print_vma (tp->start.offset, PREFIX_HEX);
7232 fputc ('-', stdout);
7233 print_vma (tp->end.offset, PREFIX_HEX);
7234 printf ("]\n\t");
7235
7236#define PF(_m) if (tp->_m) printf (#_m " ");
7237#define PV(_m) if (tp->_m) printf (#_m "=%d ", tp->_m);
7238 PF(Cannot_unwind);
7239 PF(Millicode);
7240 PF(Millicode_save_sr0);
7241 /* PV(Region_description); */
7242 PF(Entry_SR);
7243 PV(Entry_FR);
7244 PV(Entry_GR);
7245 PF(Args_stored);
7246 PF(Variable_Frame);
7247 PF(Separate_Package_Body);
7248 PF(Frame_Extension_Millicode);
7249 PF(Stack_Overflow_Check);
7250 PF(Two_Instruction_SP_Increment);
7251 PF(Ada_Region);
7252 PF(cxx_info);
7253 PF(cxx_try_catch);
7254 PF(sched_entry_seq);
7255 PF(Save_SP);
7256 PF(Save_RP);
7257 PF(Save_MRP_in_frame);
7258 PF(extn_ptr_defined);
7259 PF(Cleanup_defined);
7260 PF(MPE_XL_interrupt_marker);
7261 PF(HP_UX_interrupt_marker);
7262 PF(Large_frame);
7263 PF(Pseudo_SP_Set);
7264 PV(Total_frame_size);
7265#undef PF
7266#undef PV
7267 }
7268
7269 printf ("\n");
7270
7271 free (aux->funtab);
7272}
7273
7274static int
7275slurp_hppa_unwind_table (FILE * file,
7276 struct hppa_unw_aux_info * aux,
7277 Elf_Internal_Shdr * sec)
7278{
7279 unsigned long size, unw_ent_size, nentries, nrelas, i;
7280 Elf_Internal_Phdr * seg;
7281 struct hppa_unw_table_entry * tep;
7282 Elf_Internal_Shdr * relsec;
7283 Elf_Internal_Rela * rela;
7284 Elf_Internal_Rela * rp;
7285 unsigned char * table;
7286 unsigned char * tp;
7287 Elf_Internal_Sym * sym;
7288 const char * relname;
7289
7290 /* First, find the starting address of the segment that includes
7291 this section. */
7292
7293 if (elf_header.e_phnum)
7294 {
7295 if (! get_program_headers (file))
7296 return 0;
7297
7298 for (seg = program_headers;
7299 seg < program_headers + elf_header.e_phnum;
7300 ++seg)
7301 {
7302 if (seg->p_type != PT_LOAD)
7303 continue;
7304
7305 if (sec->sh_addr >= seg->p_vaddr
7306 && (sec->sh_addr + sec->sh_size <= seg->p_vaddr + seg->p_memsz))
7307 {
7308 aux->seg_base = seg->p_vaddr;
7309 break;
7310 }
7311 }
7312 }
7313
7314 /* Second, build the unwind table from the contents of the unwind
7315 section. */
7316 size = sec->sh_size;
7317 table = (unsigned char *) get_data (NULL, file, sec->sh_offset, 1, size,
7318 _("unwind table"));
7319 if (!table)
7320 return 0;
7321
7322 unw_ent_size = 16;
7323 nentries = size / unw_ent_size;
7324 size = unw_ent_size * nentries;
7325
7326 tep = aux->table = (struct hppa_unw_table_entry *)
7327 xcmalloc (nentries, sizeof (aux->table[0]));
7328
7329 for (tp = table; tp < table + size; tp += unw_ent_size, ++tep)
7330 {
7331 unsigned int tmp1, tmp2;
7332
7333 tep->start.section = SHN_UNDEF;
7334 tep->end.section = SHN_UNDEF;
7335
7336 tep->start.offset = byte_get ((unsigned char *) tp + 0, 4);
7337 tep->end.offset = byte_get ((unsigned char *) tp + 4, 4);
7338 tmp1 = byte_get ((unsigned char *) tp + 8, 4);
7339 tmp2 = byte_get ((unsigned char *) tp + 12, 4);
7340
7341 tep->start.offset += aux->seg_base;
7342 tep->end.offset += aux->seg_base;
7343
7344 tep->Cannot_unwind = (tmp1 >> 31) & 0x1;
7345 tep->Millicode = (tmp1 >> 30) & 0x1;
7346 tep->Millicode_save_sr0 = (tmp1 >> 29) & 0x1;
7347 tep->Region_description = (tmp1 >> 27) & 0x3;
7348 tep->reserved1 = (tmp1 >> 26) & 0x1;
7349 tep->Entry_SR = (tmp1 >> 25) & 0x1;
7350 tep->Entry_FR = (tmp1 >> 21) & 0xf;
7351 tep->Entry_GR = (tmp1 >> 16) & 0x1f;
7352 tep->Args_stored = (tmp1 >> 15) & 0x1;
7353 tep->Variable_Frame = (tmp1 >> 14) & 0x1;
7354 tep->Separate_Package_Body = (tmp1 >> 13) & 0x1;
7355 tep->Frame_Extension_Millicode = (tmp1 >> 12) & 0x1;
7356 tep->Stack_Overflow_Check = (tmp1 >> 11) & 0x1;
7357 tep->Two_Instruction_SP_Increment = (tmp1 >> 10) & 0x1;
7358 tep->Ada_Region = (tmp1 >> 9) & 0x1;
7359 tep->cxx_info = (tmp1 >> 8) & 0x1;
7360 tep->cxx_try_catch = (tmp1 >> 7) & 0x1;
7361 tep->sched_entry_seq = (tmp1 >> 6) & 0x1;
7362 tep->reserved2 = (tmp1 >> 5) & 0x1;
7363 tep->Save_SP = (tmp1 >> 4) & 0x1;
7364 tep->Save_RP = (tmp1 >> 3) & 0x1;
7365 tep->Save_MRP_in_frame = (tmp1 >> 2) & 0x1;
7366 tep->extn_ptr_defined = (tmp1 >> 1) & 0x1;
7367 tep->Cleanup_defined = tmp1 & 0x1;
7368
7369 tep->MPE_XL_interrupt_marker = (tmp2 >> 31) & 0x1;
7370 tep->HP_UX_interrupt_marker = (tmp2 >> 30) & 0x1;
7371 tep->Large_frame = (tmp2 >> 29) & 0x1;
7372 tep->Pseudo_SP_Set = (tmp2 >> 28) & 0x1;
7373 tep->reserved4 = (tmp2 >> 27) & 0x1;
7374 tep->Total_frame_size = tmp2 & 0x7ffffff;
7375 }
7376 free (table);
7377
7378 /* Third, apply any relocations to the unwind table. */
7379 for (relsec = section_headers;
7380 relsec < section_headers + elf_header.e_shnum;
7381 ++relsec)
7382 {
7383 if (relsec->sh_type != SHT_RELA
7384 || relsec->sh_info >= elf_header.e_shnum
7385 || section_headers + relsec->sh_info != sec)
7386 continue;
7387
7388 if (!slurp_rela_relocs (file, relsec->sh_offset, relsec->sh_size,
7389 & rela, & nrelas))
7390 return 0;
7391
7392 for (rp = rela; rp < rela + nrelas; ++rp)
7393 {
7394 relname = elf_hppa_reloc_type (get_reloc_type (rp->r_info));
7395 sym = aux->symtab + get_reloc_symindex (rp->r_info);
7396
7397 /* R_PARISC_SEGREL32 or R_PARISC_SEGREL64. */
7398 if (! const_strneq (relname, "R_PARISC_SEGREL"))
7399 {
7400 warn (_("Skipping unexpected relocation type %s\n"), relname);
7401 continue;
7402 }
7403
7404 i = rp->r_offset / unw_ent_size;
7405
7406 switch ((rp->r_offset % unw_ent_size) / eh_addr_size)
7407 {
7408 case 0:
7409 aux->table[i].start.section = sym->st_shndx;
7410 aux->table[i].start.offset = sym->st_value + rp->r_addend;
7411 break;
7412 case 1:
7413 aux->table[i].end.section = sym->st_shndx;
7414 aux->table[i].end.offset = sym->st_value + rp->r_addend;
7415 break;
7416 default:
7417 break;
7418 }
7419 }
7420
7421 free (rela);
7422 }
7423
7424 aux->table_len = nentries;
7425
7426 return 1;
7427}
7428
7429static void
7430hppa_process_unwind (FILE * file)
7431{
7432 struct hppa_unw_aux_info aux;
7433 Elf_Internal_Shdr * unwsec = NULL;
7434 Elf_Internal_Shdr * strsec;
7435 Elf_Internal_Shdr * sec;
7436 unsigned long i;
7437
7438 if (string_table == NULL)
7439 return;
7440
7441 memset (& aux, 0, sizeof (aux));
7442
7443 for (i = 0, sec = section_headers; i < elf_header.e_shnum; ++i, ++sec)
7444 {
7445 if (sec->sh_type == SHT_SYMTAB
7446 && sec->sh_link < elf_header.e_shnum)
7447 {
7448 aux.symtab = GET_ELF_SYMBOLS (file, sec, & aux.nsyms);
7449
7450 strsec = section_headers + sec->sh_link;
7451 if (aux.strtab != NULL)
7452 {
7453 error (_("Multiple auxillary string tables encountered\n"));
7454 free (aux.strtab);
7455 }
7456 aux.strtab = (char *) get_data (NULL, file, strsec->sh_offset,
7457 1, strsec->sh_size,
7458 _("string table"));
7459 aux.strtab_size = aux.strtab != NULL ? strsec->sh_size : 0;
7460 }
7461 else if (streq (SECTION_NAME (sec), ".PARISC.unwind"))
7462 unwsec = sec;
7463 }
7464
7465 if (!unwsec)
7466 printf (_("\nThere are no unwind sections in this file.\n"));
7467
7468 for (i = 0, sec = section_headers; i < elf_header.e_shnum; ++i, ++sec)
7469 {
7470 if (streq (SECTION_NAME (sec), ".PARISC.unwind"))
7471 {
7472 printf (_("\nUnwind section '%s' at offset 0x%lx contains %lu entries:\n"),
7473 printable_section_name (sec),
7474 (unsigned long) sec->sh_offset,
7475 (unsigned long) (sec->sh_size / (2 * eh_addr_size + 8)));
7476
7477 slurp_hppa_unwind_table (file, &aux, sec);
7478 if (aux.table_len > 0)
7479 dump_hppa_unwind (&aux);
7480
7481 if (aux.table)
7482 free ((char *) aux.table);
7483 aux.table = NULL;
7484 }
7485 }
7486
7487 if (aux.symtab)
7488 free (aux.symtab);
7489 if (aux.strtab)
7490 free ((char *) aux.strtab);
7491}
7492
7493struct arm_section
7494{
7495 unsigned char * data; /* The unwind data. */
7496 Elf_Internal_Shdr * sec; /* The cached unwind section header. */
7497 Elf_Internal_Rela * rela; /* The cached relocations for this section. */
7498 unsigned long nrelas; /* The number of relocations. */
7499 unsigned int rel_type; /* REL or RELA ? */
7500 Elf_Internal_Rela * next_rela; /* Cyclic pointer to the next reloc to process. */
7501};
7502
7503struct arm_unw_aux_info
7504{
7505 FILE * file; /* The file containing the unwind sections. */
7506 Elf_Internal_Sym * symtab; /* The file's symbol table. */
7507 unsigned long nsyms; /* Number of symbols. */
7508 Elf_Internal_Sym * funtab; /* Sorted table of STT_FUNC symbols. */
7509 unsigned long nfuns; /* Number of these symbols. */
7510 char * strtab; /* The file's string table. */
7511 unsigned long strtab_size; /* Size of string table. */
7512};
7513
7514static const char *
7515arm_print_vma_and_name (struct arm_unw_aux_info *aux,
7516 bfd_vma fn, struct absaddr addr)
7517{
7518 const char *procname;
7519 bfd_vma sym_offset;
7520
7521 if (addr.section == SHN_UNDEF)
7522 addr.offset = fn;
7523
7524 find_symbol_for_address (aux->funtab, aux->nfuns, aux->strtab,
7525 aux->strtab_size, addr, &procname,
7526 &sym_offset);
7527
7528 print_vma (fn, PREFIX_HEX);
7529
7530 if (procname)
7531 {
7532 fputs (" <", stdout);
7533 fputs (procname, stdout);
7534
7535 if (sym_offset)
7536 printf ("+0x%lx", (unsigned long) sym_offset);
7537 fputc ('>', stdout);
7538 }
7539
7540 return procname;
7541}
7542
7543static void
7544arm_free_section (struct arm_section *arm_sec)
7545{
7546 if (arm_sec->data != NULL)
7547 free (arm_sec->data);
7548
7549 if (arm_sec->rela != NULL)
7550 free (arm_sec->rela);
7551}
7552
7553/* 1) If SEC does not match the one cached in ARM_SEC, then free the current
7554 cached section and install SEC instead.
7555 2) Locate the 32-bit word at WORD_OFFSET in unwind section SEC
7556 and return its valued in * WORDP, relocating if necessary.
7557 3) Update the NEXT_RELA field in ARM_SEC and store the section index and
7558 relocation's offset in ADDR.
7559 4) If SYM_NAME is non-NULL and a relocation was applied, record the offset
7560 into the string table of the symbol associated with the reloc. If no
7561 reloc was applied store -1 there.
7562 5) Return TRUE upon success, FALSE otherwise. */
7563
7564static bfd_boolean
7565get_unwind_section_word (struct arm_unw_aux_info * aux,
7566 struct arm_section * arm_sec,
7567 Elf_Internal_Shdr * sec,
7568 bfd_vma word_offset,
7569 unsigned int * wordp,
7570 struct absaddr * addr,
7571 bfd_vma * sym_name)
7572{
7573 Elf_Internal_Rela *rp;
7574 Elf_Internal_Sym *sym;
7575 const char * relname;
7576 unsigned int word;
7577 bfd_boolean wrapped;
7578
7579 if (sec == NULL || arm_sec == NULL)
7580 return FALSE;
7581
7582 addr->section = SHN_UNDEF;
7583 addr->offset = 0;
7584
7585 if (sym_name != NULL)
7586 *sym_name = (bfd_vma) -1;
7587
7588 /* If necessary, update the section cache. */
7589 if (sec != arm_sec->sec)
7590 {
7591 Elf_Internal_Shdr *relsec;
7592
7593 arm_free_section (arm_sec);
7594
7595 arm_sec->sec = sec;
7596 arm_sec->data = get_data (NULL, aux->file, sec->sh_offset, 1,
7597 sec->sh_size, _("unwind data"));
7598 arm_sec->rela = NULL;
7599 arm_sec->nrelas = 0;
7600
7601 for (relsec = section_headers;
7602 relsec < section_headers + elf_header.e_shnum;
7603 ++relsec)
7604 {
7605 if (relsec->sh_info >= elf_header.e_shnum
7606 || section_headers + relsec->sh_info != sec
7607 /* PR 15745: Check the section type as well. */
7608 || (relsec->sh_type != SHT_REL
7609 && relsec->sh_type != SHT_RELA))
7610 continue;
7611
7612 arm_sec->rel_type = relsec->sh_type;
7613 if (relsec->sh_type == SHT_REL)
7614 {
7615 if (!slurp_rel_relocs (aux->file, relsec->sh_offset,
7616 relsec->sh_size,
7617 & arm_sec->rela, & arm_sec->nrelas))
7618 return FALSE;
7619 }
7620 else /* relsec->sh_type == SHT_RELA */
7621 {
7622 if (!slurp_rela_relocs (aux->file, relsec->sh_offset,
7623 relsec->sh_size,
7624 & arm_sec->rela, & arm_sec->nrelas))
7625 return FALSE;
7626 }
7627 break;
7628 }
7629
7630 arm_sec->next_rela = arm_sec->rela;
7631 }
7632
7633 /* If there is no unwind data we can do nothing. */
7634 if (arm_sec->data == NULL)
7635 return FALSE;
7636
7637 /* If the offset is invalid then fail. */
7638 if (word_offset > (sec->sh_size - 4)
7639 /* PR 18879 */
7640 || (sec->sh_size < 5 && word_offset >= sec->sh_size)
7641 || ((bfd_signed_vma) word_offset) < 0)
7642 return FALSE;
7643
7644 /* Get the word at the required offset. */
7645 word = byte_get (arm_sec->data + word_offset, 4);
7646
7647 /* PR 17531: file: id:000001,src:001266+003044,op:splice,rep:128. */
7648 if (arm_sec->rela == NULL)
7649 {
7650 * wordp = word;
7651 return TRUE;
7652 }
7653
7654 /* Look through the relocs to find the one that applies to the provided offset. */
7655 wrapped = FALSE;
7656 for (rp = arm_sec->next_rela; rp != arm_sec->rela + arm_sec->nrelas; rp++)
7657 {
7658 bfd_vma prelval, offset;
7659
7660 if (rp->r_offset > word_offset && !wrapped)
7661 {
7662 rp = arm_sec->rela;
7663 wrapped = TRUE;
7664 }
7665 if (rp->r_offset > word_offset)
7666 break;
7667
7668 if (rp->r_offset & 3)
7669 {
7670 warn (_("Skipping unexpected relocation at offset 0x%lx\n"),
7671 (unsigned long) rp->r_offset);
7672 continue;
7673 }
7674
7675 if (rp->r_offset < word_offset)
7676 continue;
7677
7678 /* PR 17531: file: 027-161405-0.004 */
7679 if (aux->symtab == NULL)
7680 continue;
7681
7682 if (arm_sec->rel_type == SHT_REL)
7683 {
7684 offset = word & 0x7fffffff;
7685 if (offset & 0x40000000)
7686 offset |= ~ (bfd_vma) 0x7fffffff;
7687 }
7688 else if (arm_sec->rel_type == SHT_RELA)
7689 offset = rp->r_addend;
7690 else
7691 {
7692 error (_("Unknown section relocation type %d encountered\n"),
7693 arm_sec->rel_type);
7694 break;
7695 }
7696
7697 /* PR 17531 file: 027-1241568-0.004. */
7698 if (ELF32_R_SYM (rp->r_info) >= aux->nsyms)
7699 {
7700 error (_("Bad symbol index in unwind relocation (%lu > %lu)\n"),
7701 (unsigned long) ELF32_R_SYM (rp->r_info), aux->nsyms);
7702 break;
7703 }
7704
7705 sym = aux->symtab + ELF32_R_SYM (rp->r_info);
7706 offset += sym->st_value;
7707 prelval = offset - (arm_sec->sec->sh_addr + rp->r_offset);
7708
7709 /* Check that we are processing the expected reloc type. */
7710 if (elf_header.e_machine == EM_ARM)
7711 {
7712 relname = elf_arm_reloc_type (ELF32_R_TYPE (rp->r_info));
7713 if (relname == NULL)
7714 {
7715 warn (_("Skipping unknown ARM relocation type: %d\n"),
7716 (int) ELF32_R_TYPE (rp->r_info));
7717 continue;
7718 }
7719
7720 if (streq (relname, "R_ARM_NONE"))
7721 continue;
7722
7723 if (! streq (relname, "R_ARM_PREL31"))
7724 {
7725 warn (_("Skipping unexpected ARM relocation type %s\n"), relname);
7726 continue;
7727 }
7728 }
7729 else if (elf_header.e_machine == EM_TI_C6000)
7730 {
7731 relname = elf_tic6x_reloc_type (ELF32_R_TYPE (rp->r_info));
7732 if (relname == NULL)
7733 {
7734 warn (_("Skipping unknown C6000 relocation type: %d\n"),
7735 (int) ELF32_R_TYPE (rp->r_info));
7736 continue;
7737 }
7738
7739 if (streq (relname, "R_C6000_NONE"))
7740 continue;
7741
7742 if (! streq (relname, "R_C6000_PREL31"))
7743 {
7744 warn (_("Skipping unexpected C6000 relocation type %s\n"), relname);
7745 continue;
7746 }
7747
7748 prelval >>= 1;
7749 }
7750 else
7751 {
7752 /* This function currently only supports ARM and TI unwinders. */
7753 warn (_("Only TI and ARM unwinders are currently supported\n"));
7754 break;
7755 }
7756
7757 word = (word & ~ (bfd_vma) 0x7fffffff) | (prelval & 0x7fffffff);
7758 addr->section = sym->st_shndx;
7759 addr->offset = offset;
7760
7761 if (sym_name)
7762 * sym_name = sym->st_name;
7763 break;
7764 }
7765
7766 *wordp = word;
7767 arm_sec->next_rela = rp;
7768
7769 return TRUE;
7770}
7771
7772static const char *tic6x_unwind_regnames[16] =
7773{
7774 "A15", "B15", "B14", "B13", "B12", "B11", "B10", "B3",
7775 "A14", "A13", "A12", "A11", "A10",
7776 "[invalid reg 13]", "[invalid reg 14]", "[invalid reg 15]"
7777};
7778
7779static void
7780decode_tic6x_unwind_regmask (unsigned int mask)
7781{
7782 int i;
7783
7784 for (i = 12; mask; mask >>= 1, i--)
7785 {
7786 if (mask & 1)
7787 {
7788 fputs (tic6x_unwind_regnames[i], stdout);
7789 if (mask > 1)
7790 fputs (", ", stdout);
7791 }
7792 }
7793}
7794
7795#define ADVANCE \
7796 if (remaining == 0 && more_words) \
7797 { \
7798 data_offset += 4; \
7799 if (! get_unwind_section_word (aux, data_arm_sec, data_sec, \
7800 data_offset, & word, & addr, NULL)) \
7801 return; \
7802 remaining = 4; \
7803 more_words--; \
7804 } \
7805
7806#define GET_OP(OP) \
7807 ADVANCE; \
7808 if (remaining) \
7809 { \
7810 remaining--; \
7811 (OP) = word >> 24; \
7812 word <<= 8; \
7813 } \
7814 else \
7815 { \
7816 printf (_("[Truncated opcode]\n")); \
7817 return; \
7818 } \
7819 printf ("0x%02x ", OP)
7820
7821static void
7822decode_arm_unwind_bytecode (struct arm_unw_aux_info * aux,
7823 unsigned int word,
7824 unsigned int remaining,
7825 unsigned int more_words,
7826 bfd_vma data_offset,
7827 Elf_Internal_Shdr * data_sec,
7828 struct arm_section * data_arm_sec)
7829{
7830 struct absaddr addr;
7831
7832 /* Decode the unwinding instructions. */
7833 while (1)
7834 {
7835 unsigned int op, op2;
7836
7837 ADVANCE;
7838 if (remaining == 0)
7839 break;
7840 remaining--;
7841 op = word >> 24;
7842 word <<= 8;
7843
7844 printf (" 0x%02x ", op);
7845
7846 if ((op & 0xc0) == 0x00)
7847 {
7848 int offset = ((op & 0x3f) << 2) + 4;
7849
7850 printf (" vsp = vsp + %d", offset);
7851 }
7852 else if ((op & 0xc0) == 0x40)
7853 {
7854 int offset = ((op & 0x3f) << 2) + 4;
7855
7856 printf (" vsp = vsp - %d", offset);
7857 }
7858 else if ((op & 0xf0) == 0x80)
7859 {
7860 GET_OP (op2);
7861 if (op == 0x80 && op2 == 0)
7862 printf (_("Refuse to unwind"));
7863 else
7864 {
7865 unsigned int mask = ((op & 0x0f) << 8) | op2;
7866 int first = 1;
7867 int i;
7868
7869 printf ("pop {");
7870 for (i = 0; i < 12; i++)
7871 if (mask & (1 << i))
7872 {
7873 if (first)
7874 first = 0;
7875 else
7876 printf (", ");
7877 printf ("r%d", 4 + i);
7878 }
7879 printf ("}");
7880 }
7881 }
7882 else if ((op & 0xf0) == 0x90)
7883 {
7884 if (op == 0x9d || op == 0x9f)
7885 printf (_(" [Reserved]"));
7886 else
7887 printf (" vsp = r%d", op & 0x0f);
7888 }
7889 else if ((op & 0xf0) == 0xa0)
7890 {
7891 int end = 4 + (op & 0x07);
7892 int first = 1;
7893 int i;
7894
7895 printf (" pop {");
7896 for (i = 4; i <= end; i++)
7897 {
7898 if (first)
7899 first = 0;
7900 else
7901 printf (", ");
7902 printf ("r%d", i);
7903 }
7904 if (op & 0x08)
7905 {
7906 if (!first)
7907 printf (", ");
7908 printf ("r14");
7909 }
7910 printf ("}");
7911 }
7912 else if (op == 0xb0)
7913 printf (_(" finish"));
7914 else if (op == 0xb1)
7915 {
7916 GET_OP (op2);
7917 if (op2 == 0 || (op2 & 0xf0) != 0)
7918 printf (_("[Spare]"));
7919 else
7920 {
7921 unsigned int mask = op2 & 0x0f;
7922 int first = 1;
7923 int i;
7924
7925 printf ("pop {");
7926 for (i = 0; i < 12; i++)
7927 if (mask & (1 << i))
7928 {
7929 if (first)
7930 first = 0;
7931 else
7932 printf (", ");
7933 printf ("r%d", i);
7934 }
7935 printf ("}");
7936 }
7937 }
7938 else if (op == 0xb2)
7939 {
7940 unsigned char buf[9];
7941 unsigned int i, len;
7942 unsigned long offset;
7943
7944 for (i = 0; i < sizeof (buf); i++)
7945 {
7946 GET_OP (buf[i]);
7947 if ((buf[i] & 0x80) == 0)
7948 break;
7949 }
7950 if (i == sizeof (buf))
7951 printf (_("corrupt change to vsp"));
7952 else
7953 {
7954 offset = read_uleb128 (buf, &len, buf + i + 1);
7955 assert (len == i + 1);
7956 offset = offset * 4 + 0x204;
7957 printf ("vsp = vsp + %ld", offset);
7958 }
7959 }
7960 else if (op == 0xb3 || op == 0xc8 || op == 0xc9)
7961 {
7962 unsigned int first, last;
7963
7964 GET_OP (op2);
7965 first = op2 >> 4;
7966 last = op2 & 0x0f;
7967 if (op == 0xc8)
7968 first = first + 16;
7969 printf ("pop {D%d", first);
7970 if (last)
7971 printf ("-D%d", first + last);
7972 printf ("}");
7973 }
7974 else if ((op & 0xf8) == 0xb8 || (op & 0xf8) == 0xd0)
7975 {
7976 unsigned int count = op & 0x07;
7977
7978 printf ("pop {D8");
7979 if (count)
7980 printf ("-D%d", 8 + count);
7981 printf ("}");
7982 }
7983 else if (op >= 0xc0 && op <= 0xc5)
7984 {
7985 unsigned int count = op & 0x07;
7986
7987 printf (" pop {wR10");
7988 if (count)
7989 printf ("-wR%d", 10 + count);
7990 printf ("}");
7991 }
7992 else if (op == 0xc6)
7993 {
7994 unsigned int first, last;
7995
7996 GET_OP (op2);
7997 first = op2 >> 4;
7998 last = op2 & 0x0f;
7999 printf ("pop {wR%d", first);
8000 if (last)
8001 printf ("-wR%d", first + last);
8002 printf ("}");
8003 }
8004 else if (op == 0xc7)
8005 {
8006 GET_OP (op2);
8007 if (op2 == 0 || (op2 & 0xf0) != 0)
8008 printf (_("[Spare]"));
8009 else
8010 {
8011 unsigned int mask = op2 & 0x0f;
8012 int first = 1;
8013 int i;
8014
8015 printf ("pop {");
8016 for (i = 0; i < 4; i++)
8017 if (mask & (1 << i))
8018 {
8019 if (first)
8020 first = 0;
8021 else
8022 printf (", ");
8023 printf ("wCGR%d", i);
8024 }
8025 printf ("}");
8026 }
8027 }
8028 else
8029 printf (_(" [unsupported opcode]"));
8030 printf ("\n");
8031 }
8032}
8033
8034static void
8035decode_tic6x_unwind_bytecode (struct arm_unw_aux_info * aux,
8036 unsigned int word,
8037 unsigned int remaining,
8038 unsigned int more_words,
8039 bfd_vma data_offset,
8040 Elf_Internal_Shdr * data_sec,
8041 struct arm_section * data_arm_sec)
8042{
8043 struct absaddr addr;
8044
8045 /* Decode the unwinding instructions. */
8046 while (1)
8047 {
8048 unsigned int op, op2;
8049
8050 ADVANCE;
8051 if (remaining == 0)
8052 break;
8053 remaining--;
8054 op = word >> 24;
8055 word <<= 8;
8056
8057 printf (" 0x%02x ", op);
8058
8059 if ((op & 0xc0) == 0x00)
8060 {
8061 int offset = ((op & 0x3f) << 3) + 8;
8062 printf (" sp = sp + %d", offset);
8063 }
8064 else if ((op & 0xc0) == 0x80)
8065 {
8066 GET_OP (op2);
8067 if (op == 0x80 && op2 == 0)
8068 printf (_("Refuse to unwind"));
8069 else
8070 {
8071 unsigned int mask = ((op & 0x1f) << 8) | op2;
8072 if (op & 0x20)
8073 printf ("pop compact {");
8074 else
8075 printf ("pop {");
8076
8077 decode_tic6x_unwind_regmask (mask);
8078 printf("}");
8079 }
8080 }
8081 else if ((op & 0xf0) == 0xc0)
8082 {
8083 unsigned int reg;
8084 unsigned int nregs;
8085 unsigned int i;
8086 const char *name;
8087 struct
8088 {
8089 unsigned int offset;
8090 unsigned int reg;
8091 } regpos[16];
8092
8093 /* Scan entire instruction first so that GET_OP output is not
8094 interleaved with disassembly. */
8095 nregs = 0;
8096 for (i = 0; nregs < (op & 0xf); i++)
8097 {
8098 GET_OP (op2);
8099 reg = op2 >> 4;
8100 if (reg != 0xf)
8101 {
8102 regpos[nregs].offset = i * 2;
8103 regpos[nregs].reg = reg;
8104 nregs++;
8105 }
8106
8107 reg = op2 & 0xf;
8108 if (reg != 0xf)
8109 {
8110 regpos[nregs].offset = i * 2 + 1;
8111 regpos[nregs].reg = reg;
8112 nregs++;
8113 }
8114 }
8115
8116 printf (_("pop frame {"));
8117 reg = nregs - 1;
8118 for (i = i * 2; i > 0; i--)
8119 {
8120 if (regpos[reg].offset == i - 1)
8121 {
8122 name = tic6x_unwind_regnames[regpos[reg].reg];
8123 if (reg > 0)
8124 reg--;
8125 }
8126 else
8127 name = _("[pad]");
8128
8129 fputs (name, stdout);
8130 if (i > 1)
8131 printf (", ");
8132 }
8133
8134 printf ("}");
8135 }
8136 else if (op == 0xd0)
8137 printf (" MOV FP, SP");
8138 else if (op == 0xd1)
8139 printf (" __c6xabi_pop_rts");
8140 else if (op == 0xd2)
8141 {
8142 unsigned char buf[9];
8143 unsigned int i, len;
8144 unsigned long offset;
8145
8146 for (i = 0; i < sizeof (buf); i++)
8147 {
8148 GET_OP (buf[i]);
8149 if ((buf[i] & 0x80) == 0)
8150 break;
8151 }
8152 /* PR 17531: file: id:000001,src:001906+004739,op:splice,rep:2. */
8153 if (i == sizeof (buf))
8154 {
8155 printf ("<corrupt sp adjust>\n");
8156 warn (_("Corrupt stack pointer adjustment detected\n"));
8157 return;
8158 }
8159
8160 offset = read_uleb128 (buf, &len, buf + i + 1);
8161 assert (len == i + 1);
8162 offset = offset * 8 + 0x408;
8163 printf (_("sp = sp + %ld"), offset);
8164 }
8165 else if ((op & 0xf0) == 0xe0)
8166 {
8167 if ((op & 0x0f) == 7)
8168 printf (" RETURN");
8169 else
8170 printf (" MV %s, B3", tic6x_unwind_regnames[op & 0x0f]);
8171 }
8172 else
8173 {
8174 printf (_(" [unsupported opcode]"));
8175 }
8176 putchar ('\n');
8177 }
8178}
8179
8180static bfd_vma
8181arm_expand_prel31 (bfd_vma word, bfd_vma where)
8182{
8183 bfd_vma offset;
8184
8185 offset = word & 0x7fffffff;
8186 if (offset & 0x40000000)
8187 offset |= ~ (bfd_vma) 0x7fffffff;
8188
8189 if (elf_header.e_machine == EM_TI_C6000)
8190 offset <<= 1;
8191
8192 return offset + where;
8193}
8194
8195static void
8196decode_arm_unwind (struct arm_unw_aux_info * aux,
8197 unsigned int word,
8198 unsigned int remaining,
8199 bfd_vma data_offset,
8200 Elf_Internal_Shdr * data_sec,
8201 struct arm_section * data_arm_sec)
8202{
8203 int per_index;
8204 unsigned int more_words = 0;
8205 struct absaddr addr;
8206 bfd_vma sym_name = (bfd_vma) -1;
8207
8208 if (remaining == 0)
8209 {
8210 /* Fetch the first word.
8211 Note - when decoding an object file the address extracted
8212 here will always be 0. So we also pass in the sym_name
8213 parameter so that we can find the symbol associated with
8214 the personality routine. */
8215 if (! get_unwind_section_word (aux, data_arm_sec, data_sec, data_offset,
8216 & word, & addr, & sym_name))
8217 return;
8218
8219 remaining = 4;
8220 }
8221
8222 if ((word & 0x80000000) == 0)
8223 {
8224 /* Expand prel31 for personality routine. */
8225 bfd_vma fn;
8226 const char *procname;
8227
8228 fn = arm_expand_prel31 (word, data_sec->sh_addr + data_offset);
8229 printf (_(" Personality routine: "));
8230 if (fn == 0
8231 && addr.section == SHN_UNDEF && addr.offset == 0
8232 && sym_name != (bfd_vma) -1 && sym_name < aux->strtab_size)
8233 {
8234 procname = aux->strtab + sym_name;
8235 print_vma (fn, PREFIX_HEX);
8236 if (procname)
8237 {
8238 fputs (" <", stdout);
8239 fputs (procname, stdout);
8240 fputc ('>', stdout);
8241 }
8242 }
8243 else
8244 procname = arm_print_vma_and_name (aux, fn, addr);
8245 fputc ('\n', stdout);
8246
8247 /* The GCC personality routines use the standard compact
8248 encoding, starting with one byte giving the number of
8249 words. */
8250 if (procname != NULL
8251 && (const_strneq (procname, "__gcc_personality_v0")
8252 || const_strneq (procname, "__gxx_personality_v0")
8253 || const_strneq (procname, "__gcj_personality_v0")
8254 || const_strneq (procname, "__gnu_objc_personality_v0")))
8255 {
8256 remaining = 0;
8257 more_words = 1;
8258 ADVANCE;
8259 if (!remaining)
8260 {
8261 printf (_(" [Truncated data]\n"));
8262 return;
8263 }
8264 more_words = word >> 24;
8265 word <<= 8;
8266 remaining--;
8267 per_index = -1;
8268 }
8269 else
8270 return;
8271 }
8272 else
8273 {
8274 /* ARM EHABI Section 6.3:
8275
8276 An exception-handling table entry for the compact model looks like:
8277
8278 31 30-28 27-24 23-0
8279 -- ----- ----- ----
8280 1 0 index Data for personalityRoutine[index] */
8281
8282 if (elf_header.e_machine == EM_ARM
8283 && (word & 0x70000000))
8284 warn (_("Corrupt ARM compact model table entry: %x \n"), word);
8285
8286 per_index = (word >> 24) & 0x7f;
8287 printf (_(" Compact model index: %d\n"), per_index);
8288 if (per_index == 0)
8289 {
8290 more_words = 0;
8291 word <<= 8;
8292 remaining--;
8293 }
8294 else if (per_index < 3)
8295 {
8296 more_words = (word >> 16) & 0xff;
8297 word <<= 16;
8298 remaining -= 2;
8299 }
8300 }
8301
8302 switch (elf_header.e_machine)
8303 {
8304 case EM_ARM:
8305 if (per_index < 3)
8306 {
8307 decode_arm_unwind_bytecode (aux, word, remaining, more_words,
8308 data_offset, data_sec, data_arm_sec);
8309 }
8310 else
8311 {
8312 warn (_("Unknown ARM compact model index encountered\n"));
8313 printf (_(" [reserved]\n"));
8314 }
8315 break;
8316
8317 case EM_TI_C6000:
8318 if (per_index < 3)
8319 {
8320 decode_tic6x_unwind_bytecode (aux, word, remaining, more_words,
8321 data_offset, data_sec, data_arm_sec);
8322 }
8323 else if (per_index < 5)
8324 {
8325 if (((word >> 17) & 0x7f) == 0x7f)
8326 printf (_(" Restore stack from frame pointer\n"));
8327 else
8328 printf (_(" Stack increment %d\n"), (word >> 14) & 0x1fc);
8329 printf (_(" Registers restored: "));
8330 if (per_index == 4)
8331 printf (" (compact) ");
8332 decode_tic6x_unwind_regmask ((word >> 4) & 0x1fff);
8333 putchar ('\n');
8334 printf (_(" Return register: %s\n"),
8335 tic6x_unwind_regnames[word & 0xf]);
8336 }
8337 else
8338 printf (_(" [reserved (%d)]\n"), per_index);
8339 break;
8340
8341 default:
8342 error (_("Unsupported architecture type %d encountered when decoding unwind table\n"),
8343 elf_header.e_machine);
8344 }
8345
8346 /* Decode the descriptors. Not implemented. */
8347}
8348
8349static void
8350dump_arm_unwind (struct arm_unw_aux_info *aux, Elf_Internal_Shdr *exidx_sec)
8351{
8352 struct arm_section exidx_arm_sec, extab_arm_sec;
8353 unsigned int i, exidx_len;
8354 unsigned long j, nfuns;
8355
8356 memset (&exidx_arm_sec, 0, sizeof (exidx_arm_sec));
8357 memset (&extab_arm_sec, 0, sizeof (extab_arm_sec));
8358 exidx_len = exidx_sec->sh_size / 8;
8359
8360 aux->funtab = xmalloc (aux->nsyms * sizeof (Elf_Internal_Sym));
8361 for (nfuns = 0, j = 0; j < aux->nsyms; j++)
8362 if (aux->symtab[j].st_value && ELF_ST_TYPE (aux->symtab[j].st_info) == STT_FUNC)
8363 aux->funtab[nfuns++] = aux->symtab[j];
8364 aux->nfuns = nfuns;
8365 qsort (aux->funtab, aux->nfuns, sizeof (Elf_Internal_Sym), symcmp);
8366
8367 for (i = 0; i < exidx_len; i++)
8368 {
8369 unsigned int exidx_fn, exidx_entry;
8370 struct absaddr fn_addr, entry_addr;
8371 bfd_vma fn;
8372
8373 fputc ('\n', stdout);
8374
8375 if (! get_unwind_section_word (aux, & exidx_arm_sec, exidx_sec,
8376 8 * i, & exidx_fn, & fn_addr, NULL)
8377 || ! get_unwind_section_word (aux, & exidx_arm_sec, exidx_sec,
8378 8 * i + 4, & exidx_entry, & entry_addr, NULL))
8379 {
8380 free (aux->funtab);
8381 arm_free_section (& exidx_arm_sec);
8382 arm_free_section (& extab_arm_sec);
8383 return;
8384 }
8385
8386 /* ARM EHABI, Section 5:
8387 An index table entry consists of 2 words.
8388 The first word contains a prel31 offset to the start of a function, with bit 31 clear. */
8389 if (exidx_fn & 0x80000000)
8390 warn (_("corrupt index table entry: %x\n"), exidx_fn);
8391
8392 fn = arm_expand_prel31 (exidx_fn, exidx_sec->sh_addr + 8 * i);
8393
8394 arm_print_vma_and_name (aux, fn, fn_addr);
8395 fputs (": ", stdout);
8396
8397 if (exidx_entry == 1)
8398 {
8399 print_vma (exidx_entry, PREFIX_HEX);
8400 fputs (" [cantunwind]\n", stdout);
8401 }
8402 else if (exidx_entry & 0x80000000)
8403 {
8404 print_vma (exidx_entry, PREFIX_HEX);
8405 fputc ('\n', stdout);
8406 decode_arm_unwind (aux, exidx_entry, 4, 0, NULL, NULL);
8407 }
8408 else
8409 {
8410 bfd_vma table, table_offset = 0;
8411 Elf_Internal_Shdr *table_sec;
8412
8413 fputs ("@", stdout);
8414 table = arm_expand_prel31 (exidx_entry, exidx_sec->sh_addr + 8 * i + 4);
8415 print_vma (table, PREFIX_HEX);
8416 printf ("\n");
8417
8418 /* Locate the matching .ARM.extab. */
8419 if (entry_addr.section != SHN_UNDEF
8420 && entry_addr.section < elf_header.e_shnum)
8421 {
8422 table_sec = section_headers + entry_addr.section;
8423 table_offset = entry_addr.offset;
8424 /* PR 18879 */
8425 if (table_offset > table_sec->sh_size
8426 || ((bfd_signed_vma) table_offset) < 0)
8427 {
8428 warn (_("Unwind entry contains corrupt offset (0x%lx) into section %s\n"),
8429 (unsigned long) table_offset,
8430 printable_section_name (table_sec));
8431 continue;
8432 }
8433 }
8434 else
8435 {
8436 table_sec = find_section_by_address (table);
8437 if (table_sec != NULL)
8438 table_offset = table - table_sec->sh_addr;
8439 }
8440 if (table_sec == NULL)
8441 {
8442 warn (_("Could not locate .ARM.extab section containing 0x%lx.\n"),
8443 (unsigned long) table);
8444 continue;
8445 }
8446 decode_arm_unwind (aux, 0, 0, table_offset, table_sec,
8447 &extab_arm_sec);
8448 }
8449 }
8450
8451 printf ("\n");
8452
8453 free (aux->funtab);
8454 arm_free_section (&exidx_arm_sec);
8455 arm_free_section (&extab_arm_sec);
8456}
8457
8458/* Used for both ARM and C6X unwinding tables. */
8459
8460static void
8461arm_process_unwind (FILE *file)
8462{
8463 struct arm_unw_aux_info aux;
8464 Elf_Internal_Shdr *unwsec = NULL;
8465 Elf_Internal_Shdr *strsec;
8466 Elf_Internal_Shdr *sec;
8467 unsigned long i;
8468 unsigned int sec_type;
8469
8470 switch (elf_header.e_machine)
8471 {
8472 case EM_ARM:
8473 sec_type = SHT_ARM_EXIDX;
8474 break;
8475
8476 case EM_TI_C6000:
8477 sec_type = SHT_C6000_UNWIND;
8478 break;
8479
8480 default:
8481 error (_("Unsupported architecture type %d encountered when processing unwind table\n"),
8482 elf_header.e_machine);
8483 return;
8484 }
8485
8486 if (string_table == NULL)
8487 return;
8488
8489 memset (& aux, 0, sizeof (aux));
8490 aux.file = file;
8491
8492 for (i = 0, sec = section_headers; i < elf_header.e_shnum; ++i, ++sec)
8493 {
8494 if (sec->sh_type == SHT_SYMTAB && sec->sh_link < elf_header.e_shnum)
8495 {
8496 aux.symtab = GET_ELF_SYMBOLS (file, sec, & aux.nsyms);
8497
8498 strsec = section_headers + sec->sh_link;
8499
8500 /* PR binutils/17531 file: 011-12666-0.004. */
8501 if (aux.strtab != NULL)
8502 {
8503 error (_("Multiple string tables found in file.\n"));
8504 free (aux.strtab);
8505 }
8506 aux.strtab = get_data (NULL, file, strsec->sh_offset,
8507 1, strsec->sh_size, _("string table"));
8508 aux.strtab_size = aux.strtab != NULL ? strsec->sh_size : 0;
8509 }
8510 else if (sec->sh_type == sec_type)
8511 unwsec = sec;
8512 }
8513
8514 if (unwsec == NULL)
8515 printf (_("\nThere are no unwind sections in this file.\n"));
8516 else
8517 for (i = 0, sec = section_headers; i < elf_header.e_shnum; ++i, ++sec)
8518 {
8519 if (sec->sh_type == sec_type)
8520 {
8521 printf (_("\nUnwind table index '%s' at offset 0x%lx contains %lu entries:\n"),
8522 printable_section_name (sec),
8523 (unsigned long) sec->sh_offset,
8524 (unsigned long) (sec->sh_size / (2 * eh_addr_size)));
8525
8526 dump_arm_unwind (&aux, sec);
8527 }
8528 }
8529
8530 if (aux.symtab)
8531 free (aux.symtab);
8532 if (aux.strtab)
8533 free ((char *) aux.strtab);
8534}
8535
8536static void
8537process_unwind (FILE * file)
8538{
8539 struct unwind_handler
8540 {
8541 int machtype;
8542 void (* handler)(FILE *);
8543 } handlers[] =
8544 {
8545 { EM_ARM, arm_process_unwind },
8546 { EM_IA_64, ia64_process_unwind },
8547 { EM_PARISC, hppa_process_unwind },
8548 { EM_TI_C6000, arm_process_unwind },
8549 { 0, 0 }
8550 };
8551 int i;
8552
8553 if (!do_unwind)
8554 return;
8555
8556 for (i = 0; handlers[i].handler != NULL; i++)
8557 if (elf_header.e_machine == handlers[i].machtype)
8558 {
8559 handlers[i].handler (file);
8560 return;
8561 }
8562
8563 printf (_("\nThe decoding of unwind sections for machine type %s is not currently supported.\n"),
8564 get_machine_name (elf_header.e_machine));
8565}
8566
8567static void
8568dynamic_section_mips_val (Elf_Internal_Dyn * entry)
8569{
8570 switch (entry->d_tag)
8571 {
8572 case DT_MIPS_FLAGS:
8573 if (entry->d_un.d_val == 0)
8574 printf (_("NONE"));
8575 else
8576 {
8577 static const char * opts[] =
8578 {
8579 "QUICKSTART", "NOTPOT", "NO_LIBRARY_REPLACEMENT",
8580 "NO_MOVE", "SGI_ONLY", "GUARANTEE_INIT", "DELTA_C_PLUS_PLUS",
8581 "GUARANTEE_START_INIT", "PIXIE", "DEFAULT_DELAY_LOAD",
8582 "REQUICKSTART", "REQUICKSTARTED", "CORD", "NO_UNRES_UNDEF",
8583 "RLD_ORDER_SAFE"
8584 };
8585 unsigned int cnt;
8586 int first = 1;
8587
8588 for (cnt = 0; cnt < ARRAY_SIZE (opts); ++cnt)
8589 if (entry->d_un.d_val & (1 << cnt))
8590 {
8591 printf ("%s%s", first ? "" : " ", opts[cnt]);
8592 first = 0;
8593 }
8594 }
8595 break;
8596
8597 case DT_MIPS_IVERSION:
8598 if (VALID_DYNAMIC_NAME (entry->d_un.d_val))
8599 printf (_("Interface Version: %s"), GET_DYNAMIC_NAME (entry->d_un.d_val));
8600 else
8601 {
8602 char buf[40];
8603 sprintf_vma (buf, entry->d_un.d_ptr);
8604 /* Note: coded this way so that there is a single string for translation. */
8605 printf (_("<corrupt: %s>"), buf);
8606 }
8607 break;
8608
8609 case DT_MIPS_TIME_STAMP:
8610 {
8611 char timebuf[20];
8612 struct tm * tmp;
8613 time_t atime = entry->d_un.d_val;
8614
8615 tmp = gmtime (&atime);
8616 /* PR 17531: file: 6accc532. */
8617 if (tmp == NULL)
8618 snprintf (timebuf, sizeof (timebuf), _("<corrupt>"));
8619 else
8620 snprintf (timebuf, sizeof (timebuf), "%04u-%02u-%02uT%02u:%02u:%02u",
8621 tmp->tm_year + 1900, tmp->tm_mon + 1, tmp->tm_mday,
8622 tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
8623 printf (_("Time Stamp: %s"), timebuf);
8624 }
8625 break;
8626
8627 case DT_MIPS_RLD_VERSION:
8628 case DT_MIPS_LOCAL_GOTNO:
8629 case DT_MIPS_CONFLICTNO:
8630 case DT_MIPS_LIBLISTNO:
8631 case DT_MIPS_SYMTABNO:
8632 case DT_MIPS_UNREFEXTNO:
8633 case DT_MIPS_HIPAGENO:
8634 case DT_MIPS_DELTA_CLASS_NO:
8635 case DT_MIPS_DELTA_INSTANCE_NO:
8636 case DT_MIPS_DELTA_RELOC_NO:
8637 case DT_MIPS_DELTA_SYM_NO:
8638 case DT_MIPS_DELTA_CLASSSYM_NO:
8639 case DT_MIPS_COMPACT_SIZE:
8640 print_vma (entry->d_un.d_ptr, DEC);
8641 break;
8642
8643 default:
8644 print_vma (entry->d_un.d_ptr, PREFIX_HEX);
8645 }
8646 putchar ('\n');
8647}
8648
8649static void
8650dynamic_section_parisc_val (Elf_Internal_Dyn * entry)
8651{
8652 switch (entry->d_tag)
8653 {
8654 case DT_HP_DLD_FLAGS:
8655 {
8656 static struct
8657 {
8658 long int bit;
8659 const char * str;
8660 }
8661 flags[] =
8662 {
8663 { DT_HP_DEBUG_PRIVATE, "HP_DEBUG_PRIVATE" },
8664 { DT_HP_DEBUG_CALLBACK, "HP_DEBUG_CALLBACK" },
8665 { DT_HP_DEBUG_CALLBACK_BOR, "HP_DEBUG_CALLBACK_BOR" },
8666 { DT_HP_NO_ENVVAR, "HP_NO_ENVVAR" },
8667 { DT_HP_BIND_NOW, "HP_BIND_NOW" },
8668 { DT_HP_BIND_NONFATAL, "HP_BIND_NONFATAL" },
8669 { DT_HP_BIND_VERBOSE, "HP_BIND_VERBOSE" },
8670 { DT_HP_BIND_RESTRICTED, "HP_BIND_RESTRICTED" },
8671 { DT_HP_BIND_SYMBOLIC, "HP_BIND_SYMBOLIC" },
8672 { DT_HP_RPATH_FIRST, "HP_RPATH_FIRST" },
8673 { DT_HP_BIND_DEPTH_FIRST, "HP_BIND_DEPTH_FIRST" },
8674 { DT_HP_GST, "HP_GST" },
8675 { DT_HP_SHLIB_FIXED, "HP_SHLIB_FIXED" },
8676 { DT_HP_MERGE_SHLIB_SEG, "HP_MERGE_SHLIB_SEG" },
8677 { DT_HP_NODELETE, "HP_NODELETE" },
8678 { DT_HP_GROUP, "HP_GROUP" },
8679 { DT_HP_PROTECT_LINKAGE_TABLE, "HP_PROTECT_LINKAGE_TABLE" }
8680 };
8681 int first = 1;
8682 size_t cnt;
8683 bfd_vma val = entry->d_un.d_val;
8684
8685 for (cnt = 0; cnt < ARRAY_SIZE (flags); ++cnt)
8686 if (val & flags[cnt].bit)
8687 {
8688 if (! first)
8689 putchar (' ');
8690 fputs (flags[cnt].str, stdout);
8691 first = 0;
8692 val ^= flags[cnt].bit;
8693 }
8694
8695 if (val != 0 || first)
8696 {
8697 if (! first)
8698 putchar (' ');
8699 print_vma (val, HEX);
8700 }
8701 }
8702 break;
8703
8704 default:
8705 print_vma (entry->d_un.d_ptr, PREFIX_HEX);
8706 break;
8707 }
8708 putchar ('\n');
8709}
8710
8711#ifdef BFD64
8712
8713/* VMS vs Unix time offset and factor. */
8714
8715#define VMS_EPOCH_OFFSET 35067168000000000LL
8716#define VMS_GRANULARITY_FACTOR 10000000
8717
8718/* Display a VMS time in a human readable format. */
8719
8720static void
8721print_vms_time (bfd_int64_t vmstime)
8722{
8723 struct tm *tm;
8724 time_t unxtime;
8725
8726 unxtime = (vmstime - VMS_EPOCH_OFFSET) / VMS_GRANULARITY_FACTOR;
8727 tm = gmtime (&unxtime);
8728 printf ("%04u-%02u-%02uT%02u:%02u:%02u",
8729 tm->tm_year + 1900, tm->tm_mon + 1, tm->tm_mday,
8730 tm->tm_hour, tm->tm_min, tm->tm_sec);
8731}
8732#endif /* BFD64 */
8733
8734static void
8735dynamic_section_ia64_val (Elf_Internal_Dyn * entry)
8736{
8737 switch (entry->d_tag)
8738 {
8739 case DT_IA_64_PLT_RESERVE:
8740 /* First 3 slots reserved. */
8741 print_vma (entry->d_un.d_ptr, PREFIX_HEX);
8742 printf (" -- ");
8743 print_vma (entry->d_un.d_ptr + (3 * 8), PREFIX_HEX);
8744 break;
8745
8746 case DT_IA_64_VMS_LINKTIME:
8747#ifdef BFD64
8748 print_vms_time (entry->d_un.d_val);
8749#endif
8750 break;
8751
8752 case DT_IA_64_VMS_LNKFLAGS:
8753 print_vma (entry->d_un.d_ptr, PREFIX_HEX);
8754 if (entry->d_un.d_val & VMS_LF_CALL_DEBUG)
8755 printf (" CALL_DEBUG");
8756 if (entry->d_un.d_val & VMS_LF_NOP0BUFS)
8757 printf (" NOP0BUFS");
8758 if (entry->d_un.d_val & VMS_LF_P0IMAGE)
8759 printf (" P0IMAGE");
8760 if (entry->d_un.d_val & VMS_LF_MKTHREADS)
8761 printf (" MKTHREADS");
8762 if (entry->d_un.d_val & VMS_LF_UPCALLS)
8763 printf (" UPCALLS");
8764 if (entry->d_un.d_val & VMS_LF_IMGSTA)
8765 printf (" IMGSTA");
8766 if (entry->d_un.d_val & VMS_LF_INITIALIZE)
8767 printf (" INITIALIZE");
8768 if (entry->d_un.d_val & VMS_LF_MAIN)
8769 printf (" MAIN");
8770 if (entry->d_un.d_val & VMS_LF_EXE_INIT)
8771 printf (" EXE_INIT");
8772 if (entry->d_un.d_val & VMS_LF_TBK_IN_IMG)
8773 printf (" TBK_IN_IMG");
8774 if (entry->d_un.d_val & VMS_LF_DBG_IN_IMG)
8775 printf (" DBG_IN_IMG");
8776 if (entry->d_un.d_val & VMS_LF_TBK_IN_DSF)
8777 printf (" TBK_IN_DSF");
8778 if (entry->d_un.d_val & VMS_LF_DBG_IN_DSF)
8779 printf (" DBG_IN_DSF");
8780 if (entry->d_un.d_val & VMS_LF_SIGNATURES)
8781 printf (" SIGNATURES");
8782 if (entry->d_un.d_val & VMS_LF_REL_SEG_OFF)
8783 printf (" REL_SEG_OFF");
8784 break;
8785
8786 default:
8787 print_vma (entry->d_un.d_ptr, PREFIX_HEX);
8788 break;
8789 }
8790 putchar ('\n');
8791}
8792
8793static int
8794get_32bit_dynamic_section (FILE * file)
8795{
8796 Elf32_External_Dyn * edyn;
8797 Elf32_External_Dyn * ext;
8798 Elf_Internal_Dyn * entry;
8799
8800 edyn = (Elf32_External_Dyn *) get_data (NULL, file, dynamic_addr, 1,
8801 dynamic_size, _("dynamic section"));
8802 if (!edyn)
8803 return 0;
8804
8805 /* SGI's ELF has more than one section in the DYNAMIC segment, and we
8806 might not have the luxury of section headers. Look for the DT_NULL
8807 terminator to determine the number of entries. */
8808 for (ext = edyn, dynamic_nent = 0;
8809 (char *) (ext + 1) <= (char *) edyn + dynamic_size;
8810 ext++)
8811 {
8812 dynamic_nent++;
8813 if (BYTE_GET (ext->d_tag) == DT_NULL)
8814 break;
8815 }
8816
8817 dynamic_section = (Elf_Internal_Dyn *) cmalloc (dynamic_nent,
8818 sizeof (* entry));
8819 if (dynamic_section == NULL)
8820 {
8821 error (_("Out of memory allocating space for %lu dynamic entries\n"),
8822 (unsigned long) dynamic_nent);
8823 free (edyn);
8824 return 0;
8825 }
8826
8827 for (ext = edyn, entry = dynamic_section;
8828 entry < dynamic_section + dynamic_nent;
8829 ext++, entry++)
8830 {
8831 entry->d_tag = BYTE_GET (ext->d_tag);
8832 entry->d_un.d_val = BYTE_GET (ext->d_un.d_val);
8833 }
8834
8835 free (edyn);
8836
8837 return 1;
8838}
8839
8840static int
8841get_64bit_dynamic_section (FILE * file)
8842{
8843 Elf64_External_Dyn * edyn;
8844 Elf64_External_Dyn * ext;
8845 Elf_Internal_Dyn * entry;
8846
8847 /* Read in the data. */
8848 edyn = (Elf64_External_Dyn *) get_data (NULL, file, dynamic_addr, 1,
8849 dynamic_size, _("dynamic section"));
8850 if (!edyn)
8851 return 0;
8852
8853 /* SGI's ELF has more than one section in the DYNAMIC segment, and we
8854 might not have the luxury of section headers. Look for the DT_NULL
8855 terminator to determine the number of entries. */
8856 for (ext = edyn, dynamic_nent = 0;
8857 /* PR 17533 file: 033-67080-0.004 - do not read past end of buffer. */
8858 (char *) (ext + 1) <= (char *) edyn + dynamic_size;
8859 ext++)
8860 {
8861 dynamic_nent++;
8862 if (BYTE_GET (ext->d_tag) == DT_NULL)
8863 break;
8864 }
8865
8866 dynamic_section = (Elf_Internal_Dyn *) cmalloc (dynamic_nent,
8867 sizeof (* entry));
8868 if (dynamic_section == NULL)
8869 {
8870 error (_("Out of memory allocating space for %lu dynamic entries\n"),
8871 (unsigned long) dynamic_nent);
8872 free (edyn);
8873 return 0;
8874 }
8875
8876 /* Convert from external to internal formats. */
8877 for (ext = edyn, entry = dynamic_section;
8878 entry < dynamic_section + dynamic_nent;
8879 ext++, entry++)
8880 {
8881 entry->d_tag = BYTE_GET (ext->d_tag);
8882 entry->d_un.d_val = BYTE_GET (ext->d_un.d_val);
8883 }
8884
8885 free (edyn);
8886
8887 return 1;
8888}
8889
8890static void
8891print_dynamic_flags (bfd_vma flags)
8892{
8893 int first = 1;
8894
8895 while (flags)
8896 {
8897 bfd_vma flag;
8898
8899 flag = flags & - flags;
8900 flags &= ~ flag;
8901
8902 if (first)
8903 first = 0;
8904 else
8905 putc (' ', stdout);
8906
8907 switch (flag)
8908 {
8909 case DF_ORIGIN: fputs ("ORIGIN", stdout); break;
8910 case DF_SYMBOLIC: fputs ("SYMBOLIC", stdout); break;
8911 case DF_TEXTREL: fputs ("TEXTREL", stdout); break;
8912 case DF_BIND_NOW: fputs ("BIND_NOW", stdout); break;
8913 case DF_STATIC_TLS: fputs ("STATIC_TLS", stdout); break;
8914 default: fputs (_("unknown"), stdout); break;
8915 }
8916 }
8917 puts ("");
8918}
8919
8920/* Parse and display the contents of the dynamic section. */
8921
8922static int
8923process_dynamic_section (FILE * file)
8924{
8925 Elf_Internal_Dyn * entry;
8926
8927 if (dynamic_size == 0)
8928 {
8929 if (do_dynamic)
8930 printf (_("\nThere is no dynamic section in this file.\n"));
8931
8932 return 1;
8933 }
8934
8935 if (is_32bit_elf)
8936 {
8937 if (! get_32bit_dynamic_section (file))
8938 return 0;
8939 }
8940 else if (! get_64bit_dynamic_section (file))
8941 return 0;
8942
8943 /* Find the appropriate symbol table. */
8944 if (dynamic_symbols == NULL)
8945 {
8946 for (entry = dynamic_section;
8947 entry < dynamic_section + dynamic_nent;
8948 ++entry)
8949 {
8950 Elf_Internal_Shdr section;
8951
8952 if (entry->d_tag != DT_SYMTAB)
8953 continue;
8954
8955 dynamic_info[DT_SYMTAB] = entry->d_un.d_val;
8956
8957 /* Since we do not know how big the symbol table is,
8958 we default to reading in the entire file (!) and
8959 processing that. This is overkill, I know, but it
8960 should work. */
8961 section.sh_offset = offset_from_vma (file, entry->d_un.d_val, 0);
8962
8963 if (archive_file_offset != 0)
8964 section.sh_size = archive_file_size - section.sh_offset;
8965 else
8966 {
8967 if (fseek (file, 0, SEEK_END))
8968 error (_("Unable to seek to end of file!\n"));
8969
8970 section.sh_size = ftell (file) - section.sh_offset;
8971 }
8972
8973 if (is_32bit_elf)
8974 section.sh_entsize = sizeof (Elf32_External_Sym);
8975 else
8976 section.sh_entsize = sizeof (Elf64_External_Sym);
8977 section.sh_name = string_table_length;
8978
8979 dynamic_symbols = GET_ELF_SYMBOLS (file, &section, & num_dynamic_syms);
8980 if (num_dynamic_syms < 1)
8981 {
8982 error (_("Unable to determine the number of symbols to load\n"));
8983 continue;
8984 }
8985 }
8986 }
8987
8988 /* Similarly find a string table. */
8989 if (dynamic_strings == NULL)
8990 {
8991 for (entry = dynamic_section;
8992 entry < dynamic_section + dynamic_nent;
8993 ++entry)
8994 {
8995 unsigned long offset;
8996 long str_tab_len;
8997
8998 if (entry->d_tag != DT_STRTAB)
8999 continue;
9000
9001 dynamic_info[DT_STRTAB] = entry->d_un.d_val;
9002
9003 /* Since we do not know how big the string table is,
9004 we default to reading in the entire file (!) and
9005 processing that. This is overkill, I know, but it
9006 should work. */
9007
9008 offset = offset_from_vma (file, entry->d_un.d_val, 0);
9009
9010 if (archive_file_offset != 0)
9011 str_tab_len = archive_file_size - offset;
9012 else
9013 {
9014 if (fseek (file, 0, SEEK_END))
9015 error (_("Unable to seek to end of file\n"));
9016 str_tab_len = ftell (file) - offset;
9017 }
9018
9019 if (str_tab_len < 1)
9020 {
9021 error
9022 (_("Unable to determine the length of the dynamic string table\n"));
9023 continue;
9024 }
9025
9026 dynamic_strings = (char *) get_data (NULL, file, offset, 1,
9027 str_tab_len,
9028 _("dynamic string table"));
9029 dynamic_strings_length = dynamic_strings == NULL ? 0 : str_tab_len;
9030 break;
9031 }
9032 }
9033
9034 /* And find the syminfo section if available. */
9035 if (dynamic_syminfo == NULL)
9036 {
9037 unsigned long syminsz = 0;
9038
9039 for (entry = dynamic_section;
9040 entry < dynamic_section + dynamic_nent;
9041 ++entry)
9042 {
9043 if (entry->d_tag == DT_SYMINENT)
9044 {
9045 /* Note: these braces are necessary to avoid a syntax
9046 error from the SunOS4 C compiler. */
9047 /* PR binutils/17531: A corrupt file can trigger this test.
9048 So do not use an assert, instead generate an error message. */
9049 if (sizeof (Elf_External_Syminfo) != entry->d_un.d_val)
9050 error (_("Bad value (%d) for SYMINENT entry\n"),
9051 (int) entry->d_un.d_val);
9052 }
9053 else if (entry->d_tag == DT_SYMINSZ)
9054 syminsz = entry->d_un.d_val;
9055 else if (entry->d_tag == DT_SYMINFO)
9056 dynamic_syminfo_offset = offset_from_vma (file, entry->d_un.d_val,
9057 syminsz);
9058 }
9059
9060 if (dynamic_syminfo_offset != 0 && syminsz != 0)
9061 {
9062 Elf_External_Syminfo * extsyminfo;
9063 Elf_External_Syminfo * extsym;
9064 Elf_Internal_Syminfo * syminfo;
9065
9066 /* There is a syminfo section. Read the data. */
9067 extsyminfo = (Elf_External_Syminfo *)
9068 get_data (NULL, file, dynamic_syminfo_offset, 1, syminsz,
9069 _("symbol information"));
9070 if (!extsyminfo)
9071 return 0;
9072
9073 dynamic_syminfo = (Elf_Internal_Syminfo *) malloc (syminsz);
9074 if (dynamic_syminfo == NULL)
9075 {
9076 error (_("Out of memory allocating %lu byte for dynamic symbol info\n"),
9077 (unsigned long) syminsz);
9078 return 0;
9079 }
9080
9081 dynamic_syminfo_nent = syminsz / sizeof (Elf_External_Syminfo);
9082 for (syminfo = dynamic_syminfo, extsym = extsyminfo;
9083 syminfo < dynamic_syminfo + dynamic_syminfo_nent;
9084 ++syminfo, ++extsym)
9085 {
9086 syminfo->si_boundto = BYTE_GET (extsym->si_boundto);
9087 syminfo->si_flags = BYTE_GET (extsym->si_flags);
9088 }
9089
9090 free (extsyminfo);
9091 }
9092 }
9093
9094 if (do_dynamic && dynamic_addr)
9095 printf (_("\nDynamic section at offset 0x%lx contains %lu entries:\n"),
9096 dynamic_addr, (unsigned long) dynamic_nent);
9097 if (do_dynamic)
9098 printf (_(" Tag Type Name/Value\n"));
9099
9100 for (entry = dynamic_section;
9101 entry < dynamic_section + dynamic_nent;
9102 entry++)
9103 {
9104 if (do_dynamic)
9105 {
9106 const char * dtype;
9107
9108 putchar (' ');
9109 print_vma (entry->d_tag, FULL_HEX);
9110 dtype = get_dynamic_type (entry->d_tag);
9111 printf (" (%s)%*s", dtype,
9112 ((is_32bit_elf ? 27 : 19)
9113 - (int) strlen (dtype)),
9114 " ");
9115 }
9116
9117 switch (entry->d_tag)
9118 {
9119 case DT_FLAGS:
9120 if (do_dynamic)
9121 print_dynamic_flags (entry->d_un.d_val);
9122 break;
9123
9124 case DT_AUXILIARY:
9125 case DT_FILTER:
9126 case DT_CONFIG:
9127 case DT_DEPAUDIT:
9128 case DT_AUDIT:
9129 if (do_dynamic)
9130 {
9131 switch (entry->d_tag)
9132 {
9133 case DT_AUXILIARY:
9134 printf (_("Auxiliary library"));
9135 break;
9136
9137 case DT_FILTER:
9138 printf (_("Filter library"));
9139 break;
9140
9141 case DT_CONFIG:
9142 printf (_("Configuration file"));
9143 break;
9144
9145 case DT_DEPAUDIT:
9146 printf (_("Dependency audit library"));
9147 break;
9148
9149 case DT_AUDIT:
9150 printf (_("Audit library"));
9151 break;
9152 }
9153
9154 if (VALID_DYNAMIC_NAME (entry->d_un.d_val))
9155 printf (": [%s]\n", GET_DYNAMIC_NAME (entry->d_un.d_val));
9156 else
9157 {
9158 printf (": ");
9159 print_vma (entry->d_un.d_val, PREFIX_HEX);
9160 putchar ('\n');
9161 }
9162 }
9163 break;
9164
9165 case DT_FEATURE:
9166 if (do_dynamic)
9167 {
9168 printf (_("Flags:"));
9169
9170 if (entry->d_un.d_val == 0)
9171 printf (_(" None\n"));
9172 else
9173 {
9174 unsigned long int val = entry->d_un.d_val;
9175
9176 if (val & DTF_1_PARINIT)
9177 {
9178 printf (" PARINIT");
9179 val ^= DTF_1_PARINIT;
9180 }
9181 if (val & DTF_1_CONFEXP)
9182 {
9183 printf (" CONFEXP");
9184 val ^= DTF_1_CONFEXP;
9185 }
9186 if (val != 0)
9187 printf (" %lx", val);
9188 puts ("");
9189 }
9190 }
9191 break;
9192
9193 case DT_POSFLAG_1:
9194 if (do_dynamic)
9195 {
9196 printf (_("Flags:"));
9197
9198 if (entry->d_un.d_val == 0)
9199 printf (_(" None\n"));
9200 else
9201 {
9202 unsigned long int val = entry->d_un.d_val;
9203
9204 if (val & DF_P1_LAZYLOAD)
9205 {
9206 printf (" LAZYLOAD");
9207 val ^= DF_P1_LAZYLOAD;
9208 }
9209 if (val & DF_P1_GROUPPERM)
9210 {
9211 printf (" GROUPPERM");
9212 val ^= DF_P1_GROUPPERM;
9213 }
9214 if (val != 0)
9215 printf (" %lx", val);
9216 puts ("");
9217 }
9218 }
9219 break;
9220
9221 case DT_FLAGS_1:
9222 if (do_dynamic)
9223 {
9224 printf (_("Flags:"));
9225 if (entry->d_un.d_val == 0)
9226 printf (_(" None\n"));
9227 else
9228 {
9229 unsigned long int val = entry->d_un.d_val;
9230
9231 if (val & DF_1_NOW)
9232 {
9233 printf (" NOW");
9234 val ^= DF_1_NOW;
9235 }
9236 if (val & DF_1_GLOBAL)
9237 {
9238 printf (" GLOBAL");
9239 val ^= DF_1_GLOBAL;
9240 }
9241 if (val & DF_1_GROUP)
9242 {
9243 printf (" GROUP");
9244 val ^= DF_1_GROUP;
9245 }
9246 if (val & DF_1_NODELETE)
9247 {
9248 printf (" NODELETE");
9249 val ^= DF_1_NODELETE;
9250 }
9251 if (val & DF_1_LOADFLTR)
9252 {
9253 printf (" LOADFLTR");
9254 val ^= DF_1_LOADFLTR;
9255 }
9256 if (val & DF_1_INITFIRST)
9257 {
9258 printf (" INITFIRST");
9259 val ^= DF_1_INITFIRST;
9260 }
9261 if (val & DF_1_NOOPEN)
9262 {
9263 printf (" NOOPEN");
9264 val ^= DF_1_NOOPEN;
9265 }
9266 if (val & DF_1_ORIGIN)
9267 {
9268 printf (" ORIGIN");
9269 val ^= DF_1_ORIGIN;
9270 }
9271 if (val & DF_1_DIRECT)
9272 {
9273 printf (" DIRECT");
9274 val ^= DF_1_DIRECT;
9275 }
9276 if (val & DF_1_TRANS)
9277 {
9278 printf (" TRANS");
9279 val ^= DF_1_TRANS;
9280 }
9281 if (val & DF_1_INTERPOSE)
9282 {
9283 printf (" INTERPOSE");
9284 val ^= DF_1_INTERPOSE;
9285 }
9286 if (val & DF_1_NODEFLIB)
9287 {
9288 printf (" NODEFLIB");
9289 val ^= DF_1_NODEFLIB;
9290 }
9291 if (val & DF_1_NODUMP)
9292 {
9293 printf (" NODUMP");
9294 val ^= DF_1_NODUMP;
9295 }
9296 if (val & DF_1_CONFALT)
9297 {
9298 printf (" CONFALT");
9299 val ^= DF_1_CONFALT;
9300 }
9301 if (val & DF_1_ENDFILTEE)
9302 {
9303 printf (" ENDFILTEE");
9304 val ^= DF_1_ENDFILTEE;
9305 }
9306 if (val & DF_1_DISPRELDNE)
9307 {
9308 printf (" DISPRELDNE");
9309 val ^= DF_1_DISPRELDNE;
9310 }
9311 if (val & DF_1_DISPRELPND)
9312 {
9313 printf (" DISPRELPND");
9314 val ^= DF_1_DISPRELPND;
9315 }
9316 if (val & DF_1_NODIRECT)
9317 {
9318 printf (" NODIRECT");
9319 val ^= DF_1_NODIRECT;
9320 }
9321 if (val & DF_1_IGNMULDEF)
9322 {
9323 printf (" IGNMULDEF");
9324 val ^= DF_1_IGNMULDEF;
9325 }
9326 if (val & DF_1_NOKSYMS)
9327 {
9328 printf (" NOKSYMS");
9329 val ^= DF_1_NOKSYMS;
9330 }
9331 if (val & DF_1_NOHDR)
9332 {
9333 printf (" NOHDR");
9334 val ^= DF_1_NOHDR;
9335 }
9336 if (val & DF_1_EDITED)
9337 {
9338 printf (" EDITED");
9339 val ^= DF_1_EDITED;
9340 }
9341 if (val & DF_1_NORELOC)
9342 {
9343 printf (" NORELOC");
9344 val ^= DF_1_NORELOC;
9345 }
9346 if (val & DF_1_SYMINTPOSE)
9347 {
9348 printf (" SYMINTPOSE");
9349 val ^= DF_1_SYMINTPOSE;
9350 }
9351 if (val & DF_1_GLOBAUDIT)
9352 {
9353 printf (" GLOBAUDIT");
9354 val ^= DF_1_GLOBAUDIT;
9355 }
9356 if (val & DF_1_SINGLETON)
9357 {
9358 printf (" SINGLETON");
9359 val ^= DF_1_SINGLETON;
9360 }
9361 if (val & DF_1_STUB)
9362 {
9363 printf (" STUB");
9364 val ^= DF_1_STUB;
9365 }
9366 if (val & DF_1_PIE)
9367 {
9368 printf (" PIE");
9369 val ^= DF_1_PIE;
9370 }
9371 if (val != 0)
9372 printf (" %lx", val);
9373 puts ("");
9374 }
9375 }
9376 break;
9377
9378 case DT_PLTREL:
9379 dynamic_info[entry->d_tag] = entry->d_un.d_val;
9380 if (do_dynamic)
9381 puts (get_dynamic_type (entry->d_un.d_val));
9382 break;
9383
9384 case DT_NULL :
9385 case DT_NEEDED :
9386 case DT_PLTGOT :
9387 case DT_HASH :
9388 case DT_STRTAB :
9389 case DT_SYMTAB :
9390 case DT_RELA :
9391 case DT_INIT :
9392 case DT_FINI :
9393 case DT_SONAME :
9394 case DT_RPATH :
9395 case DT_SYMBOLIC:
9396 case DT_REL :
9397 case DT_DEBUG :
9398 case DT_TEXTREL :
9399 case DT_JMPREL :
9400 case DT_RUNPATH :
9401 dynamic_info[entry->d_tag] = entry->d_un.d_val;
9402
9403 if (do_dynamic)
9404 {
9405 char * name;
9406
9407 if (VALID_DYNAMIC_NAME (entry->d_un.d_val))
9408 name = GET_DYNAMIC_NAME (entry->d_un.d_val);
9409 else
9410 name = NULL;
9411
9412 if (name)
9413 {
9414 switch (entry->d_tag)
9415 {
9416 case DT_NEEDED:
9417 printf (_("Shared library: [%s]"), name);
9418
9419 if (streq (name, program_interpreter))
9420 printf (_(" program interpreter"));
9421 break;
9422
9423 case DT_SONAME:
9424 printf (_("Library soname: [%s]"), name);
9425 break;
9426
9427 case DT_RPATH:
9428 printf (_("Library rpath: [%s]"), name);
9429 break;
9430
9431 case DT_RUNPATH:
9432 printf (_("Library runpath: [%s]"), name);
9433 break;
9434
9435 default:
9436 print_vma (entry->d_un.d_val, PREFIX_HEX);
9437 break;
9438 }
9439 }
9440 else
9441 print_vma (entry->d_un.d_val, PREFIX_HEX);
9442
9443 putchar ('\n');
9444 }
9445 break;
9446
9447 case DT_PLTRELSZ:
9448 case DT_RELASZ :
9449 case DT_STRSZ :
9450 case DT_RELSZ :
9451 case DT_RELAENT :
9452 case DT_SYMENT :
9453 case DT_RELENT :
9454 dynamic_info[entry->d_tag] = entry->d_un.d_val;
9455 case DT_PLTPADSZ:
9456 case DT_MOVEENT :
9457 case DT_MOVESZ :
9458 case DT_INIT_ARRAYSZ:
9459 case DT_FINI_ARRAYSZ:
9460 case DT_GNU_CONFLICTSZ:
9461 case DT_GNU_LIBLISTSZ:
9462 if (do_dynamic)
9463 {
9464 print_vma (entry->d_un.d_val, UNSIGNED);
9465 printf (_(" (bytes)\n"));
9466 }
9467 break;
9468
9469 case DT_VERDEFNUM:
9470 case DT_VERNEEDNUM:
9471 case DT_RELACOUNT:
9472 case DT_RELCOUNT:
9473 if (do_dynamic)
9474 {
9475 print_vma (entry->d_un.d_val, UNSIGNED);
9476 putchar ('\n');
9477 }
9478 break;
9479
9480 case DT_SYMINSZ:
9481 case DT_SYMINENT:
9482 case DT_SYMINFO:
9483 case DT_USED:
9484 case DT_INIT_ARRAY:
9485 case DT_FINI_ARRAY:
9486 if (do_dynamic)
9487 {
9488 if (entry->d_tag == DT_USED
9489 && VALID_DYNAMIC_NAME (entry->d_un.d_val))
9490 {
9491 char * name = GET_DYNAMIC_NAME (entry->d_un.d_val);
9492
9493 if (*name)
9494 {
9495 printf (_("Not needed object: [%s]\n"), name);
9496 break;
9497 }
9498 }
9499
9500 print_vma (entry->d_un.d_val, PREFIX_HEX);
9501 putchar ('\n');
9502 }
9503 break;
9504
9505 case DT_BIND_NOW:
9506 /* The value of this entry is ignored. */
9507 if (do_dynamic)
9508 putchar ('\n');
9509 break;
9510
9511 case DT_GNU_PRELINKED:
9512 if (do_dynamic)
9513 {
9514 struct tm * tmp;
9515 time_t atime = entry->d_un.d_val;
9516
9517 tmp = gmtime (&atime);
9518 /* PR 17533 file: 041-1244816-0.004. */
9519 if (tmp == NULL)
9520 printf (_("<corrupt time val: %lx"),
9521 (unsigned long) atime);
9522 else
9523 printf ("%04u-%02u-%02uT%02u:%02u:%02u\n",
9524 tmp->tm_year + 1900, tmp->tm_mon + 1, tmp->tm_mday,
9525 tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
9526
9527 }
9528 break;
9529
9530 case DT_GNU_HASH:
9531 dynamic_info_DT_GNU_HASH = entry->d_un.d_val;
9532 if (do_dynamic)
9533 {
9534 print_vma (entry->d_un.d_val, PREFIX_HEX);
9535 putchar ('\n');
9536 }
9537 break;
9538
9539 default:
9540 if ((entry->d_tag >= DT_VERSYM) && (entry->d_tag <= DT_VERNEEDNUM))
9541 version_info[DT_VERSIONTAGIDX (entry->d_tag)] =
9542 entry->d_un.d_val;
9543
9544 if (do_dynamic)
9545 {
9546 switch (elf_header.e_machine)
9547 {
9548 case EM_MIPS:
9549 case EM_MIPS_RS3_LE:
9550 dynamic_section_mips_val (entry);
9551 break;
9552 case EM_PARISC:
9553 dynamic_section_parisc_val (entry);
9554 break;
9555 case EM_IA_64:
9556 dynamic_section_ia64_val (entry);
9557 break;
9558 default:
9559 print_vma (entry->d_un.d_val, PREFIX_HEX);
9560 putchar ('\n');
9561 }
9562 }
9563 break;
9564 }
9565 }
9566
9567 return 1;
9568}
9569
9570static char *
9571get_ver_flags (unsigned int flags)
9572{
9573 static char buff[32];
9574
9575 buff[0] = 0;
9576
9577 if (flags == 0)
9578 return _("none");
9579
9580 if (flags & VER_FLG_BASE)
9581 strcat (buff, "BASE ");
9582
9583 if (flags & VER_FLG_WEAK)
9584 {
9585 if (flags & VER_FLG_BASE)
9586 strcat (buff, "| ");
9587
9588 strcat (buff, "WEAK ");
9589 }
9590
9591 if (flags & VER_FLG_INFO)
9592 {
9593 if (flags & (VER_FLG_BASE|VER_FLG_WEAK))
9594 strcat (buff, "| ");
9595
9596 strcat (buff, "INFO ");
9597 }
9598
9599 if (flags & ~(VER_FLG_BASE | VER_FLG_WEAK | VER_FLG_INFO))
9600 strcat (buff, _("| <unknown>"));
9601
9602 return buff;
9603}
9604
9605/* Display the contents of the version sections. */
9606
9607static int
9608process_version_sections (FILE * file)
9609{
9610 Elf_Internal_Shdr * section;
9611 unsigned i;
9612 int found = 0;
9613
9614 if (! do_version)
9615 return 1;
9616
9617 for (i = 0, section = section_headers;
9618 i < elf_header.e_shnum;
9619 i++, section++)
9620 {
9621 switch (section->sh_type)
9622 {
9623 case SHT_GNU_verdef:
9624 {
9625 Elf_External_Verdef * edefs;
9626 unsigned int idx;
9627 unsigned int cnt;
9628 char * endbuf;
9629
9630 found = 1;
9631
9632 printf (_("\nVersion definition section '%s' contains %u entries:\n"),
9633 printable_section_name (section),
9634 section->sh_info);
9635
9636 printf (_(" Addr: 0x"));
9637 printf_vma (section->sh_addr);
9638 printf (_(" Offset: %#08lx Link: %u (%s)"),
9639 (unsigned long) section->sh_offset, section->sh_link,
9640 printable_section_name_from_index (section->sh_link));
9641
9642 edefs = (Elf_External_Verdef *)
9643 get_data (NULL, file, section->sh_offset, 1,section->sh_size,
9644 _("version definition section"));
9645 if (!edefs)
9646 break;
9647 endbuf = (char *) edefs + section->sh_size;
9648
9649 for (idx = cnt = 0; cnt < section->sh_info; ++cnt)
9650 {
9651 char * vstart;
9652 Elf_External_Verdef * edef;
9653 Elf_Internal_Verdef ent;
9654 Elf_External_Verdaux * eaux;
9655 Elf_Internal_Verdaux aux;
9656 int j;
9657 int isum;
9658
9659 /* Check for very large indicies. */
9660 if (idx > (size_t) (endbuf - (char *) edefs))
9661 break;
9662
9663 vstart = ((char *) edefs) + idx;
9664 if (vstart + sizeof (*edef) > endbuf)
9665 break;
9666
9667 edef = (Elf_External_Verdef *) vstart;
9668
9669 ent.vd_version = BYTE_GET (edef->vd_version);
9670 ent.vd_flags = BYTE_GET (edef->vd_flags);
9671 ent.vd_ndx = BYTE_GET (edef->vd_ndx);
9672 ent.vd_cnt = BYTE_GET (edef->vd_cnt);
9673 ent.vd_hash = BYTE_GET (edef->vd_hash);
9674 ent.vd_aux = BYTE_GET (edef->vd_aux);
9675 ent.vd_next = BYTE_GET (edef->vd_next);
9676
9677 printf (_(" %#06x: Rev: %d Flags: %s"),
9678 idx, ent.vd_version, get_ver_flags (ent.vd_flags));
9679
9680 printf (_(" Index: %d Cnt: %d "),
9681 ent.vd_ndx, ent.vd_cnt);
9682
9683 /* Check for overflow. */
9684 if (ent.vd_aux > (size_t) (endbuf - vstart))
9685 break;
9686
9687 vstart += ent.vd_aux;
9688
9689 eaux = (Elf_External_Verdaux *) vstart;
9690
9691 aux.vda_name = BYTE_GET (eaux->vda_name);
9692 aux.vda_next = BYTE_GET (eaux->vda_next);
9693
9694 if (VALID_DYNAMIC_NAME (aux.vda_name))
9695 printf (_("Name: %s\n"), GET_DYNAMIC_NAME (aux.vda_name));
9696 else
9697 printf (_("Name index: %ld\n"), aux.vda_name);
9698
9699 isum = idx + ent.vd_aux;
9700
9701 for (j = 1; j < ent.vd_cnt; j++)
9702 {
9703 /* Check for overflow. */
9704 if (aux.vda_next > (size_t) (endbuf - vstart))
9705 break;
9706
9707 isum += aux.vda_next;
9708 vstart += aux.vda_next;
9709
9710 eaux = (Elf_External_Verdaux *) vstart;
9711 if (vstart + sizeof (*eaux) > endbuf)
9712 break;
9713
9714 aux.vda_name = BYTE_GET (eaux->vda_name);
9715 aux.vda_next = BYTE_GET (eaux->vda_next);
9716
9717 if (VALID_DYNAMIC_NAME (aux.vda_name))
9718 printf (_(" %#06x: Parent %d: %s\n"),
9719 isum, j, GET_DYNAMIC_NAME (aux.vda_name));
9720 else
9721 printf (_(" %#06x: Parent %d, name index: %ld\n"),
9722 isum, j, aux.vda_name);
9723 }
9724
9725 if (j < ent.vd_cnt)
9726 printf (_(" Version def aux past end of section\n"));
9727
9728 /* PR 17531: file: id:000001,src:000172+005151,op:splice,rep:2. */
9729 if (idx + ent.vd_next <= idx)
9730 break;
9731
9732 idx += ent.vd_next;
9733 }
9734
9735 if (cnt < section->sh_info)
9736 printf (_(" Version definition past end of section\n"));
9737
9738 free (edefs);
9739 }
9740 break;
9741
9742 case SHT_GNU_verneed:
9743 {
9744 Elf_External_Verneed * eneed;
9745 unsigned int idx;
9746 unsigned int cnt;
9747 char * endbuf;
9748
9749 found = 1;
9750
9751 printf (_("\nVersion needs section '%s' contains %u entries:\n"),
9752 printable_section_name (section), section->sh_info);
9753
9754 printf (_(" Addr: 0x"));
9755 printf_vma (section->sh_addr);
9756 printf (_(" Offset: %#08lx Link: %u (%s)\n"),
9757 (unsigned long) section->sh_offset, section->sh_link,
9758 printable_section_name_from_index (section->sh_link));
9759
9760 eneed = (Elf_External_Verneed *) get_data (NULL, file,
9761 section->sh_offset, 1,
9762 section->sh_size,
9763 _("Version Needs section"));
9764 if (!eneed)
9765 break;
9766 endbuf = (char *) eneed + section->sh_size;
9767
9768 for (idx = cnt = 0; cnt < section->sh_info; ++cnt)
9769 {
9770 Elf_External_Verneed * entry;
9771 Elf_Internal_Verneed ent;
9772 int j;
9773 int isum;
9774 char * vstart;
9775
9776 if (idx > (size_t) (endbuf - (char *) eneed))
9777 break;
9778
9779 vstart = ((char *) eneed) + idx;
9780 if (vstart + sizeof (*entry) > endbuf)
9781 break;
9782
9783 entry = (Elf_External_Verneed *) vstart;
9784
9785 ent.vn_version = BYTE_GET (entry->vn_version);
9786 ent.vn_cnt = BYTE_GET (entry->vn_cnt);
9787 ent.vn_file = BYTE_GET (entry->vn_file);
9788 ent.vn_aux = BYTE_GET (entry->vn_aux);
9789 ent.vn_next = BYTE_GET (entry->vn_next);
9790
9791 printf (_(" %#06x: Version: %d"), idx, ent.vn_version);
9792
9793 if (VALID_DYNAMIC_NAME (ent.vn_file))
9794 printf (_(" File: %s"), GET_DYNAMIC_NAME (ent.vn_file));
9795 else
9796 printf (_(" File: %lx"), ent.vn_file);
9797
9798 printf (_(" Cnt: %d\n"), ent.vn_cnt);
9799
9800 /* Check for overflow. */
9801 if (ent.vn_aux > (size_t) (endbuf - vstart))
9802 break;
9803 vstart += ent.vn_aux;
9804
9805 for (j = 0, isum = idx + ent.vn_aux; j < ent.vn_cnt; ++j)
9806 {
9807 Elf_External_Vernaux * eaux;
9808 Elf_Internal_Vernaux aux;
9809
9810 if (vstart + sizeof (*eaux) > endbuf)
9811 break;
9812 eaux = (Elf_External_Vernaux *) vstart;
9813
9814 aux.vna_hash = BYTE_GET (eaux->vna_hash);
9815 aux.vna_flags = BYTE_GET (eaux->vna_flags);
9816 aux.vna_other = BYTE_GET (eaux->vna_other);
9817 aux.vna_name = BYTE_GET (eaux->vna_name);
9818 aux.vna_next = BYTE_GET (eaux->vna_next);
9819
9820 if (VALID_DYNAMIC_NAME (aux.vna_name))
9821 printf (_(" %#06x: Name: %s"),
9822 isum, GET_DYNAMIC_NAME (aux.vna_name));
9823 else
9824 printf (_(" %#06x: Name index: %lx"),
9825 isum, aux.vna_name);
9826
9827 printf (_(" Flags: %s Version: %d\n"),
9828 get_ver_flags (aux.vna_flags), aux.vna_other);
9829
9830 /* Check for overflow. */
9831 if (aux.vna_next > (size_t) (endbuf - vstart)
9832 || (aux.vna_next == 0 && j < ent.vn_cnt - 1))
9833 {
9834 warn (_("Invalid vna_next field of %lx\n"),
9835 aux.vna_next);
9836 j = ent.vn_cnt;
9837 break;
9838 }
9839 isum += aux.vna_next;
9840 vstart += aux.vna_next;
9841 }
9842
9843 if (j < ent.vn_cnt)
9844 warn (_("Missing Version Needs auxillary information\n"));
9845
9846 if (ent.vn_next == 0 && cnt < section->sh_info - 1)
9847 {
9848 warn (_("Corrupt Version Needs structure - offset to next structure is zero with entries still left to be processed\n"));
9849 cnt = section->sh_info;
9850 break;
9851 }
9852 idx += ent.vn_next;
9853 }
9854
9855 if (cnt < section->sh_info)
9856 warn (_("Missing Version Needs information\n"));
9857
9858 free (eneed);
9859 }
9860 break;
9861
9862 case SHT_GNU_versym:
9863 {
9864 Elf_Internal_Shdr * link_section;
9865 size_t total;
9866 unsigned int cnt;
9867 unsigned char * edata;
9868 unsigned short * data;
9869 char * strtab;
9870 Elf_Internal_Sym * symbols;
9871 Elf_Internal_Shdr * string_sec;
9872 unsigned long num_syms;
9873 long off;
9874
9875 if (section->sh_link >= elf_header.e_shnum)
9876 break;
9877
9878 link_section = section_headers + section->sh_link;
9879 total = section->sh_size / sizeof (Elf_External_Versym);
9880
9881 if (link_section->sh_link >= elf_header.e_shnum)
9882 break;
9883
9884 found = 1;
9885
9886 symbols = GET_ELF_SYMBOLS (file, link_section, & num_syms);
9887 if (symbols == NULL)
9888 break;
9889
9890 string_sec = section_headers + link_section->sh_link;
9891
9892 strtab = (char *) get_data (NULL, file, string_sec->sh_offset, 1,
9893 string_sec->sh_size,
9894 _("version string table"));
9895 if (!strtab)
9896 {
9897 free (symbols);
9898 break;
9899 }
9900
9901 printf (_("\nVersion symbols section '%s' contains %lu entries:\n"),
9902 printable_section_name (section), (unsigned long) total);
9903
9904 printf (_(" Addr: "));
9905 printf_vma (section->sh_addr);
9906 printf (_(" Offset: %#08lx Link: %u (%s)\n"),
9907 (unsigned long) section->sh_offset, section->sh_link,
9908 printable_section_name (link_section));
9909
9910 off = offset_from_vma (file,
9911 version_info[DT_VERSIONTAGIDX (DT_VERSYM)],
9912 total * sizeof (short));
9913 edata = (unsigned char *) get_data (NULL, file, off, total,
9914 sizeof (short),
9915 _("version symbol data"));
9916 if (!edata)
9917 {
9918 free (strtab);
9919 free (symbols);
9920 break;
9921 }
9922
9923 data = (short unsigned int *) cmalloc (total, sizeof (short));
9924
9925 for (cnt = total; cnt --;)
9926 data[cnt] = byte_get (edata + cnt * sizeof (short),
9927 sizeof (short));
9928
9929 free (edata);
9930
9931 for (cnt = 0; cnt < total; cnt += 4)
9932 {
9933 int j, nn;
9934 char *name;
9935 char *invalid = _("*invalid*");
9936
9937 printf (" %03x:", cnt);
9938
9939 for (j = 0; (j < 4) && (cnt + j) < total; ++j)
9940 switch (data[cnt + j])
9941 {
9942 case 0:
9943 fputs (_(" 0 (*local*) "), stdout);
9944 break;
9945
9946 case 1:
9947 fputs (_(" 1 (*global*) "), stdout);
9948 break;
9949
9950 default:
9951 nn = printf ("%4x%c", data[cnt + j] & VERSYM_VERSION,
9952 data[cnt + j] & VERSYM_HIDDEN ? 'h' : ' ');
9953
9954 /* If this index value is greater than the size of the symbols
9955 array, break to avoid an out-of-bounds read. */
9956 if ((unsigned long)(cnt + j) >= num_syms)
9957 {
9958 warn (_("invalid index into symbol array\n"));
9959 break;
9960 }
9961
9962 name = NULL;
9963 if (version_info[DT_VERSIONTAGIDX (DT_VERNEED)])
9964 {
9965 Elf_Internal_Verneed ivn;
9966 unsigned long offset;
9967
9968 offset = offset_from_vma
9969 (file, version_info[DT_VERSIONTAGIDX (DT_VERNEED)],
9970 sizeof (Elf_External_Verneed));
9971
9972 do
9973 {
9974 Elf_Internal_Vernaux ivna;
9975 Elf_External_Verneed evn;
9976 Elf_External_Vernaux evna;
9977 unsigned long a_off;
9978
9979 if (get_data (&evn, file, offset, sizeof (evn), 1,
9980 _("version need")) == NULL)
9981 break;
9982
9983 ivn.vn_aux = BYTE_GET (evn.vn_aux);
9984 ivn.vn_next = BYTE_GET (evn.vn_next);
9985
9986 a_off = offset + ivn.vn_aux;
9987
9988 do
9989 {
9990 if (get_data (&evna, file, a_off, sizeof (evna),
9991 1, _("version need aux (2)")) == NULL)
9992 {
9993 ivna.vna_next = 0;
9994 ivna.vna_other = 0;
9995 }
9996 else
9997 {
9998 ivna.vna_next = BYTE_GET (evna.vna_next);
9999 ivna.vna_other = BYTE_GET (evna.vna_other);
10000 }
10001
10002 a_off += ivna.vna_next;
10003 }
10004 while (ivna.vna_other != data[cnt + j]
10005 && ivna.vna_next != 0);
10006
10007 if (ivna.vna_other == data[cnt + j])
10008 {
10009 ivna.vna_name = BYTE_GET (evna.vna_name);
10010
10011 if (ivna.vna_name >= string_sec->sh_size)
10012 name = invalid;
10013 else
10014 name = strtab + ivna.vna_name;
10015 break;
10016 }
10017
10018 offset += ivn.vn_next;
10019 }
10020 while (ivn.vn_next);
10021 }
10022
10023 if (data[cnt + j] != 0x8001
10024 && version_info[DT_VERSIONTAGIDX (DT_VERDEF)])
10025 {
10026 Elf_Internal_Verdef ivd;
10027 Elf_External_Verdef evd;
10028 unsigned long offset;
10029
10030 offset = offset_from_vma
10031 (file, version_info[DT_VERSIONTAGIDX (DT_VERDEF)],
10032 sizeof evd);
10033
10034 do
10035 {
10036 if (get_data (&evd, file, offset, sizeof (evd), 1,
10037 _("version def")) == NULL)
10038 {
10039 ivd.vd_next = 0;
10040 /* PR 17531: file: 046-1082287-0.004. */
10041 ivd.vd_ndx = (data[cnt + j] & VERSYM_VERSION) + 1;
10042 break;
10043 }
10044 else
10045 {
10046 ivd.vd_next = BYTE_GET (evd.vd_next);
10047 ivd.vd_ndx = BYTE_GET (evd.vd_ndx);
10048 }
10049
10050 offset += ivd.vd_next;
10051 }
10052 while (ivd.vd_ndx != (data[cnt + j] & VERSYM_VERSION)
10053 && ivd.vd_next != 0);
10054
10055 if (ivd.vd_ndx == (data[cnt + j] & VERSYM_VERSION))
10056 {
10057 Elf_External_Verdaux evda;
10058 Elf_Internal_Verdaux ivda;
10059
10060 ivd.vd_aux = BYTE_GET (evd.vd_aux);
10061
10062 if (get_data (&evda, file,
10063 offset - ivd.vd_next + ivd.vd_aux,
10064 sizeof (evda), 1,
10065 _("version def aux")) == NULL)
10066 break;
10067
10068 ivda.vda_name = BYTE_GET (evda.vda_name);
10069
10070 if (ivda.vda_name >= string_sec->sh_size)
10071 name = invalid;
10072 else if (name != NULL && name != invalid)
10073 name = _("*both*");
10074 else
10075 name = strtab + ivda.vda_name;
10076 }
10077 }
10078 if (name != NULL)
10079 nn += printf ("(%s%-*s",
10080 name,
10081 12 - (int) strlen (name),
10082 ")");
10083
10084 if (nn < 18)
10085 printf ("%*c", 18 - nn, ' ');
10086 }
10087
10088 putchar ('\n');
10089 }
10090
10091 free (data);
10092 free (strtab);
10093 free (symbols);
10094 }
10095 break;
10096
10097 default:
10098 break;
10099 }
10100 }
10101
10102 if (! found)
10103 printf (_("\nNo version information found in this file.\n"));
10104
10105 return 1;
10106}
10107
10108static const char *
10109get_symbol_binding (unsigned int binding)
10110{
10111 static char buff[32];
10112
10113 switch (binding)
10114 {
10115 case STB_LOCAL: return "LOCAL";
10116 case STB_GLOBAL: return "GLOBAL";
10117 case STB_WEAK: return "WEAK";
10118 default:
10119 if (binding >= STB_LOPROC && binding <= STB_HIPROC)
10120 snprintf (buff, sizeof (buff), _("<processor specific>: %d"),
10121 binding);
10122 else if (binding >= STB_LOOS && binding <= STB_HIOS)
10123 {
10124 if (binding == STB_GNU_UNIQUE
10125 && (elf_header.e_ident[EI_OSABI] == ELFOSABI_GNU
10126 /* GNU is still using the default value 0. */
10127 || elf_header.e_ident[EI_OSABI] == ELFOSABI_NONE))
10128 return "UNIQUE";
10129 snprintf (buff, sizeof (buff), _("<OS specific>: %d"), binding);
10130 }
10131 else
10132 snprintf (buff, sizeof (buff), _("<unknown>: %d"), binding);
10133 return buff;
10134 }
10135}
10136
10137static const char *
10138get_symbol_type (unsigned int type)
10139{
10140 static char buff[32];
10141
10142 switch (type)
10143 {
10144 case STT_NOTYPE: return "NOTYPE";
10145 case STT_OBJECT: return "OBJECT";
10146 case STT_FUNC: return "FUNC";
10147 case STT_SECTION: return "SECTION";
10148 case STT_FILE: return "FILE";
10149 case STT_COMMON: return "COMMON";
10150 case STT_TLS: return "TLS";
10151 case STT_RELC: return "RELC";
10152 case STT_SRELC: return "SRELC";
10153 default:
10154 if (type >= STT_LOPROC && type <= STT_HIPROC)
10155 {
10156 if (elf_header.e_machine == EM_ARM && type == STT_ARM_TFUNC)
10157 return "THUMB_FUNC";
10158
10159 if (elf_header.e_machine == EM_SPARCV9 && type == STT_REGISTER)
10160 return "REGISTER";
10161
10162 if (elf_header.e_machine == EM_PARISC && type == STT_PARISC_MILLI)
10163 return "PARISC_MILLI";
10164
10165 snprintf (buff, sizeof (buff), _("<processor specific>: %d"), type);
10166 }
10167 else if (type >= STT_LOOS && type <= STT_HIOS)
10168 {
10169 if (elf_header.e_machine == EM_PARISC)
10170 {
10171 if (type == STT_HP_OPAQUE)
10172 return "HP_OPAQUE";
10173 if (type == STT_HP_STUB)
10174 return "HP_STUB";
10175 }
10176
10177 if (type == STT_GNU_IFUNC
10178 && (elf_header.e_ident[EI_OSABI] == ELFOSABI_GNU
10179 || elf_header.e_ident[EI_OSABI] == ELFOSABI_FREEBSD
10180 /* GNU is still using the default value 0. */
10181 || elf_header.e_ident[EI_OSABI] == ELFOSABI_NONE))
10182 return "IFUNC";
10183
10184 snprintf (buff, sizeof (buff), _("<OS specific>: %d"), type);
10185 }
10186 else
10187 snprintf (buff, sizeof (buff), _("<unknown>: %d"), type);
10188 return buff;
10189 }
10190}
10191
10192static const char *
10193get_symbol_visibility (unsigned int visibility)
10194{
10195 switch (visibility)
10196 {
10197 case STV_DEFAULT: return "DEFAULT";
10198 case STV_INTERNAL: return "INTERNAL";
10199 case STV_HIDDEN: return "HIDDEN";
10200 case STV_PROTECTED: return "PROTECTED";
10201 default:
10202 error (_("Unrecognized visibility value: %u"), visibility);
10203 return _("<unknown>");
10204 }
10205}
10206
10207static const char *
10208get_mips_symbol_other (unsigned int other)
10209{
10210 switch (other)
10211 {
10212 case STO_OPTIONAL:
10213 return "OPTIONAL";
10214 case STO_MIPS_PLT:
10215 return "MIPS PLT";
10216 case STO_MIPS_PIC:
10217 return "MIPS PIC";
10218 case STO_MICROMIPS:
10219 return "MICROMIPS";
10220 case STO_MICROMIPS | STO_MIPS_PIC:
10221 return "MICROMIPS, MIPS PIC";
10222 case STO_MIPS16:
10223 return "MIPS16";
10224 default:
10225 return NULL;
10226 }
10227}
10228
10229static const char *
10230get_ia64_symbol_other (unsigned int other)
10231{
10232 if (is_ia64_vms ())
10233 {
10234 static char res[32];
10235
10236 res[0] = 0;
10237
10238 /* Function types is for images and .STB files only. */
10239 switch (elf_header.e_type)
10240 {
10241 case ET_DYN:
10242 case ET_EXEC:
10243 switch (VMS_ST_FUNC_TYPE (other))
10244 {
10245 case VMS_SFT_CODE_ADDR:
10246 strcat (res, " CA");
10247 break;
10248 case VMS_SFT_SYMV_IDX:
10249 strcat (res, " VEC");
10250 break;
10251 case VMS_SFT_FD:
10252 strcat (res, " FD");
10253 break;
10254 case VMS_SFT_RESERVE:
10255 strcat (res, " RSV");
10256 break;
10257 default:
10258 warn (_("Unrecognized IA64 VMS ST Function type: %d\n"),
10259 VMS_ST_FUNC_TYPE (other));
10260 strcat (res, " <unknown>");
10261 break;
10262 }
10263 break;
10264 default:
10265 break;
10266 }
10267 switch (VMS_ST_LINKAGE (other))
10268 {
10269 case VMS_STL_IGNORE:
10270 strcat (res, " IGN");
10271 break;
10272 case VMS_STL_RESERVE:
10273 strcat (res, " RSV");
10274 break;
10275 case VMS_STL_STD:
10276 strcat (res, " STD");
10277 break;
10278 case VMS_STL_LNK:
10279 strcat (res, " LNK");
10280 break;
10281 default:
10282 warn (_("Unrecognized IA64 VMS ST Linkage: %d\n"),
10283 VMS_ST_LINKAGE (other));
10284 strcat (res, " <unknown>");
10285 break;
10286 }
10287
10288 if (res[0] != 0)
10289 return res + 1;
10290 else
10291 return res;
10292 }
10293 return NULL;
10294}
10295
10296static const char *
10297get_ppc64_symbol_other (unsigned int other)
10298{
10299 if (PPC64_LOCAL_ENTRY_OFFSET (other) != 0)
10300 {
10301 static char buf[32];
10302 snprintf (buf, sizeof buf, _("<localentry>: %d"),
10303 PPC64_LOCAL_ENTRY_OFFSET (other));
10304 return buf;
10305 }
10306 return NULL;
10307}
10308
10309static const char *
10310get_symbol_other (unsigned int other)
10311{
10312 const char * result = NULL;
10313 static char buff [32];
10314
10315 if (other == 0)
10316 return "";
10317
10318 switch (elf_header.e_machine)
10319 {
10320 case EM_MIPS:
10321 result = get_mips_symbol_other (other);
10322 break;
10323 case EM_IA_64:
10324 result = get_ia64_symbol_other (other);
10325 break;
10326 case EM_PPC64:
10327 result = get_ppc64_symbol_other (other);
10328 break;
10329 default:
10330 break;
10331 }
10332
10333 if (result)
10334 return result;
10335
10336 snprintf (buff, sizeof buff, _("<other>: %x"), other);
10337 return buff;
10338}
10339
10340static const char *
10341get_symbol_index_type (unsigned int type)
10342{
10343 static char buff[32];
10344
10345 switch (type)
10346 {
10347 case SHN_UNDEF: return "UND";
10348 case SHN_ABS: return "ABS";
10349 case SHN_COMMON: return "COM";
10350 default:
10351 if (type == SHN_IA_64_ANSI_COMMON
10352 && elf_header.e_machine == EM_IA_64
10353 && elf_header.e_ident[EI_OSABI] == ELFOSABI_HPUX)
10354 return "ANSI_COM";
10355 else if ((elf_header.e_machine == EM_X86_64
10356 || elf_header.e_machine == EM_L1OM
10357 || elf_header.e_machine == EM_K1OM)
10358 && type == SHN_X86_64_LCOMMON)
10359 return "LARGE_COM";
10360 else if ((type == SHN_MIPS_SCOMMON
10361 && elf_header.e_machine == EM_MIPS)
10362 || (type == SHN_TIC6X_SCOMMON
10363 && elf_header.e_machine == EM_TI_C6000))
10364 return "SCOM";
10365 else if (type == SHN_MIPS_SUNDEFINED
10366 && elf_header.e_machine == EM_MIPS)
10367 return "SUND";
10368 else if (type >= SHN_LOPROC && type <= SHN_HIPROC)
10369 sprintf (buff, "PRC[0x%04x]", type & 0xffff);
10370 else if (type >= SHN_LOOS && type <= SHN_HIOS)
10371 sprintf (buff, "OS [0x%04x]", type & 0xffff);
10372 else if (type >= SHN_LORESERVE)
10373 sprintf (buff, "RSV[0x%04x]", type & 0xffff);
10374 else if (type >= elf_header.e_shnum)
10375 sprintf (buff, _("bad section index[%3d]"), type);
10376 else
10377 sprintf (buff, "%3d", type);
10378 break;
10379 }
10380
10381 return buff;
10382}
10383
10384static bfd_vma *
10385get_dynamic_data (FILE * file, bfd_size_type number, unsigned int ent_size)
10386{
10387 unsigned char * e_data;
10388 bfd_vma * i_data;
10389
10390 /* If the size_t type is smaller than the bfd_size_type, eg because
10391 you are building a 32-bit tool on a 64-bit host, then make sure
10392 that when (number) is cast to (size_t) no information is lost. */
10393 if (sizeof (size_t) < sizeof (bfd_size_type)
10394 && (bfd_size_type) ((size_t) number) != number)
10395 {
10396 error (_("Size truncation prevents reading %llu elements of size %u\n"),
10397 (unsigned long long) number, ent_size);
10398 return NULL;
10399 }
10400
10401 /* Be kind to memory chekers (eg valgrind, address sanitizer) by not
10402 attempting to allocate memory when the read is bound to fail. */
10403 if (ent_size * number > current_file_size)
10404 {
10405 error (_("Invalid number of dynamic entries: %llu\n"),
10406 (unsigned long long) number);
10407 return NULL;
10408 }
10409
10410 e_data = (unsigned char *) cmalloc ((size_t) number, ent_size);
10411 if (e_data == NULL)
10412 {
10413 error (_("Out of memory reading %llu dynamic entries\n"),
10414 (unsigned long long) number);
10415 return NULL;
10416 }
10417
10418 if (fread (e_data, ent_size, (size_t) number, file) != number)
10419 {
10420 error (_("Unable to read in %llu bytes of dynamic data\n"),
10421 (unsigned long long) (number * ent_size));
10422 free (e_data);
10423 return NULL;
10424 }
10425
10426 i_data = (bfd_vma *) cmalloc ((size_t) number, sizeof (*i_data));
10427 if (i_data == NULL)
10428 {
10429 error (_("Out of memory allocating space for %llu dynamic entries\n"),
10430 (unsigned long long) number);
10431 free (e_data);
10432 return NULL;
10433 }
10434
10435 while (number--)
10436 i_data[number] = byte_get (e_data + number * ent_size, ent_size);
10437
10438 free (e_data);
10439
10440 return i_data;
10441}
10442
10443static void
10444print_dynamic_symbol (bfd_vma si, unsigned long hn)
10445{
10446 Elf_Internal_Sym * psym;
10447 int n;
10448
10449 n = print_vma (si, DEC_5);
10450 if (n < 5)
10451 fputs (&" "[n], stdout);
10452 printf (" %3lu: ", hn);
10453
10454 if (dynamic_symbols == NULL || si >= num_dynamic_syms)
10455 {
10456 printf (_("<No info available for dynamic symbol number %lu>\n"),
10457 (unsigned long) si);
10458 return;
10459 }
10460
10461 psym = dynamic_symbols + si;
10462 print_vma (psym->st_value, LONG_HEX);
10463 putchar (' ');
10464 print_vma (psym->st_size, DEC_5);
10465
10466 printf (" %-7s", get_symbol_type (ELF_ST_TYPE (psym->st_info)));
10467 printf (" %-6s", get_symbol_binding (ELF_ST_BIND (psym->st_info)));
10468 printf (" %-7s", get_symbol_visibility (ELF_ST_VISIBILITY (psym->st_other)));
10469 /* Check to see if any other bits in the st_other field are set.
10470 Note - displaying this information disrupts the layout of the
10471 table being generated, but for the moment this case is very
10472 rare. */
10473 if (psym->st_other ^ ELF_ST_VISIBILITY (psym->st_other))
10474 printf (" [%s] ", get_symbol_other (psym->st_other ^ ELF_ST_VISIBILITY (psym->st_other)));
10475 printf (" %3.3s ", get_symbol_index_type (psym->st_shndx));
10476 if (VALID_DYNAMIC_NAME (psym->st_name))
10477 print_symbol (25, GET_DYNAMIC_NAME (psym->st_name));
10478 else
10479 printf (_(" <corrupt: %14ld>"), psym->st_name);
10480 putchar ('\n');
10481}
10482
10483static const char *
10484get_symbol_version_string (FILE *file, int is_dynsym,
10485 const char *strtab,
10486 unsigned long int strtab_size,
10487 unsigned int si, Elf_Internal_Sym *psym,
10488 enum versioned_symbol_info *sym_info,
10489 unsigned short *vna_other)
10490{
10491 unsigned char data[2];
10492 unsigned short vers_data;
10493 unsigned long offset;
10494
10495 if (!is_dynsym
10496 || version_info[DT_VERSIONTAGIDX (DT_VERSYM)] == 0)
10497 return NULL;
10498
10499 offset = offset_from_vma (file, version_info[DT_VERSIONTAGIDX (DT_VERSYM)],
10500 sizeof data + si * sizeof (vers_data));
10501
10502 if (get_data (&data, file, offset + si * sizeof (vers_data),
10503 sizeof (data), 1, _("version data")) == NULL)
10504 return NULL;
10505
10506 vers_data = byte_get (data, 2);
10507
10508 if ((vers_data & VERSYM_HIDDEN) == 0 && vers_data <= 1)
10509 return NULL;
10510
10511 /* Usually we'd only see verdef for defined symbols, and verneed for
10512 undefined symbols. However, symbols defined by the linker in
10513 .dynbss for variables copied from a shared library in order to
10514 avoid text relocations are defined yet have verneed. We could
10515 use a heuristic to detect the special case, for example, check
10516 for verneed first on symbols defined in SHT_NOBITS sections, but
10517 it is simpler and more reliable to just look for both verdef and
10518 verneed. .dynbss might not be mapped to a SHT_NOBITS section. */
10519
10520 if (psym->st_shndx != SHN_UNDEF
10521 && vers_data != 0x8001
10522 && version_info[DT_VERSIONTAGIDX (DT_VERDEF)])
10523 {
10524 Elf_Internal_Verdef ivd;
10525 Elf_Internal_Verdaux ivda;
10526 Elf_External_Verdaux evda;
10527 unsigned long off;
10528
10529 off = offset_from_vma (file,
10530 version_info[DT_VERSIONTAGIDX (DT_VERDEF)],
10531 sizeof (Elf_External_Verdef));
10532
10533 do
10534 {
10535 Elf_External_Verdef evd;
10536
10537 if (get_data (&evd, file, off, sizeof (evd), 1,
10538 _("version def")) == NULL)
10539 {
10540 ivd.vd_ndx = 0;
10541 ivd.vd_aux = 0;
10542 ivd.vd_next = 0;
10543 }
10544 else
10545 {
10546 ivd.vd_ndx = BYTE_GET (evd.vd_ndx);
10547 ivd.vd_aux = BYTE_GET (evd.vd_aux);
10548 ivd.vd_next = BYTE_GET (evd.vd_next);
10549 }
10550
10551 off += ivd.vd_next;
10552 }
10553 while (ivd.vd_ndx != (vers_data & VERSYM_VERSION) && ivd.vd_next != 0);
10554
10555 if (ivd.vd_ndx == (vers_data & VERSYM_VERSION))
10556 {
10557 off -= ivd.vd_next;
10558 off += ivd.vd_aux;
10559
10560 if (get_data (&evda, file, off, sizeof (evda), 1,
10561 _("version def aux")) != NULL)
10562 {
10563 ivda.vda_name = BYTE_GET (evda.vda_name);
10564
10565 if (psym->st_name != ivda.vda_name)
10566 {
10567 *sym_info = ((vers_data & VERSYM_HIDDEN) != 0
10568 ? symbol_hidden : symbol_public);
10569 return (ivda.vda_name < strtab_size
10570 ? strtab + ivda.vda_name : _("<corrupt>"));
10571 }
10572 }
10573 }
10574 }
10575
10576 if (version_info[DT_VERSIONTAGIDX (DT_VERNEED)])
10577 {
10578 Elf_External_Verneed evn;
10579 Elf_Internal_Verneed ivn;
10580 Elf_Internal_Vernaux ivna;
10581
10582 offset = offset_from_vma (file,
10583 version_info[DT_VERSIONTAGIDX (DT_VERNEED)],
10584 sizeof evn);
10585 do
10586 {
10587 unsigned long vna_off;
10588
10589 if (get_data (&evn, file, offset, sizeof (evn), 1,
10590 _("version need")) == NULL)
10591 {
10592 ivna.vna_next = 0;
10593 ivna.vna_other = 0;
10594 ivna.vna_name = 0;
10595 break;
10596 }
10597
10598 ivn.vn_aux = BYTE_GET (evn.vn_aux);
10599 ivn.vn_next = BYTE_GET (evn.vn_next);
10600
10601 vna_off = offset + ivn.vn_aux;
10602
10603 do
10604 {
10605 Elf_External_Vernaux evna;
10606
10607 if (get_data (&evna, file, vna_off, sizeof (evna), 1,
10608 _("version need aux (3)")) == NULL)
10609 {
10610 ivna.vna_next = 0;
10611 ivna.vna_other = 0;
10612 ivna.vna_name = 0;
10613 }
10614 else
10615 {
10616 ivna.vna_other = BYTE_GET (evna.vna_other);
10617 ivna.vna_next = BYTE_GET (evna.vna_next);
10618 ivna.vna_name = BYTE_GET (evna.vna_name);
10619 }
10620
10621 vna_off += ivna.vna_next;
10622 }
10623 while (ivna.vna_other != vers_data && ivna.vna_next != 0);
10624
10625 if (ivna.vna_other == vers_data)
10626 break;
10627
10628 offset += ivn.vn_next;
10629 }
10630 while (ivn.vn_next != 0);
10631
10632 if (ivna.vna_other == vers_data)
10633 {
10634 *sym_info = symbol_undefined;
10635 *vna_other = ivna.vna_other;
10636 return (ivna.vna_name < strtab_size
10637 ? strtab + ivna.vna_name : _("<corrupt>"));
10638 }
10639 }
10640 return NULL;
10641}
10642
10643/* Dump the symbol table. */
10644static int
10645process_symbol_table (FILE * file)
10646{
10647 Elf_Internal_Shdr * section;
10648 bfd_size_type nbuckets = 0;
10649 bfd_size_type nchains = 0;
10650 bfd_vma * buckets = NULL;
10651 bfd_vma * chains = NULL;
10652 bfd_vma ngnubuckets = 0;
10653 bfd_vma * gnubuckets = NULL;
10654 bfd_vma * gnuchains = NULL;
10655 bfd_vma gnusymidx = 0;
10656 bfd_size_type ngnuchains = 0;
10657
10658 if (!do_syms && !do_dyn_syms && !do_histogram)
10659 return 1;
10660
10661 if (dynamic_info[DT_HASH]
10662 && (do_histogram
10663 || (do_using_dynamic
10664 && !do_dyn_syms
10665 && dynamic_strings != NULL)))
10666 {
10667 unsigned char nb[8];
10668 unsigned char nc[8];
10669 unsigned int hash_ent_size = 4;
10670
10671 if ((elf_header.e_machine == EM_ALPHA
10672 || elf_header.e_machine == EM_S390
10673 || elf_header.e_machine == EM_S390_OLD)
10674 && elf_header.e_ident[EI_CLASS] == ELFCLASS64)
10675 hash_ent_size = 8;
10676
10677 if (fseek (file,
10678 (archive_file_offset
10679 + offset_from_vma (file, dynamic_info[DT_HASH],
10680 sizeof nb + sizeof nc)),
10681 SEEK_SET))
10682 {
10683 error (_("Unable to seek to start of dynamic information\n"));
10684 goto no_hash;
10685 }
10686
10687 if (fread (nb, hash_ent_size, 1, file) != 1)
10688 {
10689 error (_("Failed to read in number of buckets\n"));
10690 goto no_hash;
10691 }
10692
10693 if (fread (nc, hash_ent_size, 1, file) != 1)
10694 {
10695 error (_("Failed to read in number of chains\n"));
10696 goto no_hash;
10697 }
10698
10699 nbuckets = byte_get (nb, hash_ent_size);
10700 nchains = byte_get (nc, hash_ent_size);
10701
10702 buckets = get_dynamic_data (file, nbuckets, hash_ent_size);
10703 chains = get_dynamic_data (file, nchains, hash_ent_size);
10704
10705 no_hash:
10706 if (buckets == NULL || chains == NULL)
10707 {
10708 if (do_using_dynamic)
10709 return 0;
10710 free (buckets);
10711 free (chains);
10712 buckets = NULL;
10713 chains = NULL;
10714 nbuckets = 0;
10715 nchains = 0;
10716 }
10717 }
10718
10719 if (dynamic_info_DT_GNU_HASH
10720 && (do_histogram
10721 || (do_using_dynamic
10722 && !do_dyn_syms
10723 && dynamic_strings != NULL)))
10724 {
10725 unsigned char nb[16];
10726 bfd_vma i, maxchain = 0xffffffff, bitmaskwords;
10727 bfd_vma buckets_vma;
10728
10729 if (fseek (file,
10730 (archive_file_offset
10731 + offset_from_vma (file, dynamic_info_DT_GNU_HASH,
10732 sizeof nb)),
10733 SEEK_SET))
10734 {
10735 error (_("Unable to seek to start of dynamic information\n"));
10736 goto no_gnu_hash;
10737 }
10738
10739 if (fread (nb, 16, 1, file) != 1)
10740 {
10741 error (_("Failed to read in number of buckets\n"));
10742 goto no_gnu_hash;
10743 }
10744
10745 ngnubuckets = byte_get (nb, 4);
10746 gnusymidx = byte_get (nb + 4, 4);
10747 bitmaskwords = byte_get (nb + 8, 4);
10748 buckets_vma = dynamic_info_DT_GNU_HASH + 16;
10749 if (is_32bit_elf)
10750 buckets_vma += bitmaskwords * 4;
10751 else
10752 buckets_vma += bitmaskwords * 8;
10753
10754 if (fseek (file,
10755 (archive_file_offset
10756 + offset_from_vma (file, buckets_vma, 4)),
10757 SEEK_SET))
10758 {
10759 error (_("Unable to seek to start of dynamic information\n"));
10760 goto no_gnu_hash;
10761 }
10762
10763 gnubuckets = get_dynamic_data (file, ngnubuckets, 4);
10764
10765 if (gnubuckets == NULL)
10766 goto no_gnu_hash;
10767
10768 for (i = 0; i < ngnubuckets; i++)
10769 if (gnubuckets[i] != 0)
10770 {
10771 if (gnubuckets[i] < gnusymidx)
10772 return 0;
10773
10774 if (maxchain == 0xffffffff || gnubuckets[i] > maxchain)
10775 maxchain = gnubuckets[i];
10776 }
10777
10778 if (maxchain == 0xffffffff)
10779 goto no_gnu_hash;
10780
10781 maxchain -= gnusymidx;
10782
10783 if (fseek (file,
10784 (archive_file_offset
10785 + offset_from_vma (file, buckets_vma
10786 + 4 * (ngnubuckets + maxchain), 4)),
10787 SEEK_SET))
10788 {
10789 error (_("Unable to seek to start of dynamic information\n"));
10790 goto no_gnu_hash;
10791 }
10792
10793 do
10794 {
10795 if (fread (nb, 4, 1, file) != 1)
10796 {
10797 error (_("Failed to determine last chain length\n"));
10798 goto no_gnu_hash;
10799 }
10800
10801 if (maxchain + 1 == 0)
10802 goto no_gnu_hash;
10803
10804 ++maxchain;
10805 }
10806 while ((byte_get (nb, 4) & 1) == 0);
10807
10808 if (fseek (file,
10809 (archive_file_offset
10810 + offset_from_vma (file, buckets_vma + 4 * ngnubuckets, 4)),
10811 SEEK_SET))
10812 {
10813 error (_("Unable to seek to start of dynamic information\n"));
10814 goto no_gnu_hash;
10815 }
10816
10817 gnuchains = get_dynamic_data (file, maxchain, 4);
10818 ngnuchains = maxchain;
10819
10820 no_gnu_hash:
10821 if (gnuchains == NULL)
10822 {
10823 free (gnubuckets);
10824 gnubuckets = NULL;
10825 ngnubuckets = 0;
10826 if (do_using_dynamic)
10827 return 0;
10828 }
10829 }
10830
10831 if ((dynamic_info[DT_HASH] || dynamic_info_DT_GNU_HASH)
10832 && do_syms
10833 && do_using_dynamic
10834 && dynamic_strings != NULL
10835 && dynamic_symbols != NULL)
10836 {
10837 unsigned long hn;
10838
10839 if (dynamic_info[DT_HASH])
10840 {
10841 bfd_vma si;
10842
10843 printf (_("\nSymbol table for image:\n"));
10844 if (is_32bit_elf)
10845 printf (_(" Num Buc: Value Size Type Bind Vis Ndx Name\n"));
10846 else
10847 printf (_(" Num Buc: Value Size Type Bind Vis Ndx Name\n"));
10848
10849 for (hn = 0; hn < nbuckets; hn++)
10850 {
10851 if (! buckets[hn])
10852 continue;
10853
10854 for (si = buckets[hn]; si < nchains && si > 0; si = chains[si])
10855 print_dynamic_symbol (si, hn);
10856 }
10857 }
10858
10859 if (dynamic_info_DT_GNU_HASH)
10860 {
10861 printf (_("\nSymbol table of `.gnu.hash' for image:\n"));
10862 if (is_32bit_elf)
10863 printf (_(" Num Buc: Value Size Type Bind Vis Ndx Name\n"));
10864 else
10865 printf (_(" Num Buc: Value Size Type Bind Vis Ndx Name\n"));
10866
10867 for (hn = 0; hn < ngnubuckets; ++hn)
10868 if (gnubuckets[hn] != 0)
10869 {
10870 bfd_vma si = gnubuckets[hn];
10871 bfd_vma off = si - gnusymidx;
10872
10873 do
10874 {
10875 print_dynamic_symbol (si, hn);
10876 si++;
10877 }
10878 while (off < ngnuchains && (gnuchains[off++] & 1) == 0);
10879 }
10880 }
10881 }
10882 else if ((do_dyn_syms || (do_syms && !do_using_dynamic))
10883 && section_headers != NULL)
10884 {
10885 unsigned int i;
10886
10887 for (i = 0, section = section_headers;
10888 i < elf_header.e_shnum;
10889 i++, section++)
10890 {
10891 unsigned int si;
10892 char * strtab = NULL;
10893 unsigned long int strtab_size = 0;
10894 Elf_Internal_Sym * symtab;
10895 Elf_Internal_Sym * psym;
10896 unsigned long num_syms;
10897
10898 if ((section->sh_type != SHT_SYMTAB
10899 && section->sh_type != SHT_DYNSYM)
10900 || (!do_syms
10901 && section->sh_type == SHT_SYMTAB))
10902 continue;
10903
10904 if (section->sh_entsize == 0)
10905 {
10906 printf (_("\nSymbol table '%s' has a sh_entsize of zero!\n"),
10907 printable_section_name (section));
10908 continue;
10909 }
10910
10911 printf (_("\nSymbol table '%s' contains %lu entries:\n"),
10912 printable_section_name (section),
10913 (unsigned long) (section->sh_size / section->sh_entsize));
10914
10915 if (is_32bit_elf)
10916 printf (_(" Num: Value Size Type Bind Vis Ndx Name\n"));
10917 else
10918 printf (_(" Num: Value Size Type Bind Vis Ndx Name\n"));
10919
10920 symtab = GET_ELF_SYMBOLS (file, section, & num_syms);
10921 if (symtab == NULL)
10922 continue;
10923
10924 if (section->sh_link == elf_header.e_shstrndx)
10925 {
10926 strtab = string_table;
10927 strtab_size = string_table_length;
10928 }
10929 else if (section->sh_link < elf_header.e_shnum)
10930 {
10931 Elf_Internal_Shdr * string_sec;
10932
10933 string_sec = section_headers + section->sh_link;
10934
10935 strtab = (char *) get_data (NULL, file, string_sec->sh_offset,
10936 1, string_sec->sh_size,
10937 _("string table"));
10938 strtab_size = strtab != NULL ? string_sec->sh_size : 0;
10939 }
10940
10941 for (si = 0, psym = symtab; si < num_syms; si++, psym++)
10942 {
10943 const char *version_string;
10944 enum versioned_symbol_info sym_info;
10945 unsigned short vna_other;
10946
10947 printf ("%6d: ", si);
10948 print_vma (psym->st_value, LONG_HEX);
10949 putchar (' ');
10950 print_vma (psym->st_size, DEC_5);
10951 printf (" %-7s", get_symbol_type (ELF_ST_TYPE (psym->st_info)));
10952 printf (" %-6s", get_symbol_binding (ELF_ST_BIND (psym->st_info)));
10953 printf (" %-7s", get_symbol_visibility (ELF_ST_VISIBILITY (psym->st_other)));
10954 /* Check to see if any other bits in the st_other field are set.
10955 Note - displaying this information disrupts the layout of the
10956 table being generated, but for the moment this case is very rare. */
10957 if (psym->st_other ^ ELF_ST_VISIBILITY (psym->st_other))
10958 printf (" [%s] ", get_symbol_other (psym->st_other ^ ELF_ST_VISIBILITY (psym->st_other)));
10959 printf (" %4s ", get_symbol_index_type (psym->st_shndx));
10960 print_symbol (25, psym->st_name < strtab_size
10961 ? strtab + psym->st_name : _("<corrupt>"));
10962
10963 version_string
10964 = get_symbol_version_string (file,
10965 section->sh_type == SHT_DYNSYM,
10966 strtab, strtab_size, si,
10967 psym, &sym_info, &vna_other);
10968 if (version_string)
10969 {
10970 if (sym_info == symbol_undefined)
10971 printf ("@%s (%d)", version_string, vna_other);
10972 else
10973 printf (sym_info == symbol_hidden ? "@%s" : "@@%s",
10974 version_string);
10975 }
10976
10977 putchar ('\n');
10978 }
10979
10980 free (symtab);
10981 if (strtab != string_table)
10982 free (strtab);
10983 }
10984 }
10985 else if (do_syms)
10986 printf
10987 (_("\nDynamic symbol information is not available for displaying symbols.\n"));
10988
10989 if (do_histogram && buckets != NULL)
10990 {
10991 unsigned long * lengths;
10992 unsigned long * counts;
10993 unsigned long hn;
10994 bfd_vma si;
10995 unsigned long maxlength = 0;
10996 unsigned long nzero_counts = 0;
10997 unsigned long nsyms = 0;
10998 unsigned long chained;
10999
11000 printf (_("\nHistogram for bucket list length (total of %lu buckets):\n"),
11001 (unsigned long) nbuckets);
11002
11003 lengths = (unsigned long *) calloc (nbuckets, sizeof (*lengths));
11004 if (lengths == NULL)
11005 {
11006 error (_("Out of memory allocating space for histogram buckets\n"));
11007 return 0;
11008 }
11009
11010 printf (_(" Length Number %% of total Coverage\n"));
11011 for (hn = 0; hn < nbuckets; ++hn)
11012 {
11013 for (si = buckets[hn], chained = 0;
11014 si > 0 && si < nchains && si < nbuckets && chained <= nchains;
11015 si = chains[si], ++chained)
11016 {
11017 ++nsyms;
11018 if (maxlength < ++lengths[hn])
11019 ++maxlength;
11020 }
11021
11022 /* PR binutils/17531: A corrupt binary could contain broken
11023 histogram data. Do not go into an infinite loop trying
11024 to process it. */
11025 if (chained > nchains)
11026 {
11027 error (_("histogram chain is corrupt\n"));
11028 break;
11029 }
11030 }
11031
11032 counts = (unsigned long *) calloc (maxlength + 1, sizeof (*counts));
11033 if (counts == NULL)
11034 {
11035 free (lengths);
11036 error (_("Out of memory allocating space for histogram counts\n"));
11037 return 0;
11038 }
11039
11040 for (hn = 0; hn < nbuckets; ++hn)
11041 ++counts[lengths[hn]];
11042
11043 if (nbuckets > 0)
11044 {
11045 unsigned long i;
11046 printf (" 0 %-10lu (%5.1f%%)\n",
11047 counts[0], (counts[0] * 100.0) / nbuckets);
11048 for (i = 1; i <= maxlength; ++i)
11049 {
11050 nzero_counts += counts[i] * i;
11051 printf ("%7lu %-10lu (%5.1f%%) %5.1f%%\n",
11052 i, counts[i], (counts[i] * 100.0) / nbuckets,
11053 (nzero_counts * 100.0) / nsyms);
11054 }
11055 }
11056
11057 free (counts);
11058 free (lengths);
11059 }
11060
11061 if (buckets != NULL)
11062 {
11063 free (buckets);
11064 free (chains);
11065 }
11066
11067 if (do_histogram && gnubuckets != NULL)
11068 {
11069 unsigned long * lengths;
11070 unsigned long * counts;
11071 unsigned long hn;
11072 unsigned long maxlength = 0;
11073 unsigned long nzero_counts = 0;
11074 unsigned long nsyms = 0;
11075
11076 printf (_("\nHistogram for `.gnu.hash' bucket list length (total of %lu buckets):\n"),
11077 (unsigned long) ngnubuckets);
11078
11079 lengths = (unsigned long *) calloc (ngnubuckets, sizeof (*lengths));
11080 if (lengths == NULL)
11081 {
11082 error (_("Out of memory allocating space for gnu histogram buckets\n"));
11083 return 0;
11084 }
11085
11086 printf (_(" Length Number %% of total Coverage\n"));
11087
11088 for (hn = 0; hn < ngnubuckets; ++hn)
11089 if (gnubuckets[hn] != 0)
11090 {
11091 bfd_vma off, length = 1;
11092
11093 for (off = gnubuckets[hn] - gnusymidx;
11094 /* PR 17531 file: 010-77222-0.004. */
11095 off < ngnuchains && (gnuchains[off] & 1) == 0;
11096 ++off)
11097 ++length;
11098 lengths[hn] = length;
11099 if (length > maxlength)
11100 maxlength = length;
11101 nsyms += length;
11102 }
11103
11104 counts = (unsigned long *) calloc (maxlength + 1, sizeof (*counts));
11105 if (counts == NULL)
11106 {
11107 free (lengths);
11108 error (_("Out of memory allocating space for gnu histogram counts\n"));
11109 return 0;
11110 }
11111
11112 for (hn = 0; hn < ngnubuckets; ++hn)
11113 ++counts[lengths[hn]];
11114
11115 if (ngnubuckets > 0)
11116 {
11117 unsigned long j;
11118 printf (" 0 %-10lu (%5.1f%%)\n",
11119 counts[0], (counts[0] * 100.0) / ngnubuckets);
11120 for (j = 1; j <= maxlength; ++j)
11121 {
11122 nzero_counts += counts[j] * j;
11123 printf ("%7lu %-10lu (%5.1f%%) %5.1f%%\n",
11124 j, counts[j], (counts[j] * 100.0) / ngnubuckets,
11125 (nzero_counts * 100.0) / nsyms);
11126 }
11127 }
11128
11129 free (counts);
11130 free (lengths);
11131 free (gnubuckets);
11132 free (gnuchains);
11133 }
11134
11135 return 1;
11136}
11137
11138static int
11139process_syminfo (FILE * file ATTRIBUTE_UNUSED)
11140{
11141 unsigned int i;
11142
11143 if (dynamic_syminfo == NULL
11144 || !do_dynamic)
11145 /* No syminfo, this is ok. */
11146 return 1;
11147
11148 /* There better should be a dynamic symbol section. */
11149 if (dynamic_symbols == NULL || dynamic_strings == NULL)
11150 return 0;
11151
11152 if (dynamic_addr)
11153 printf (_("\nDynamic info segment at offset 0x%lx contains %d entries:\n"),
11154 dynamic_syminfo_offset, dynamic_syminfo_nent);
11155
11156 printf (_(" Num: Name BoundTo Flags\n"));
11157 for (i = 0; i < dynamic_syminfo_nent; ++i)
11158 {
11159 unsigned short int flags = dynamic_syminfo[i].si_flags;
11160
11161 printf ("%4d: ", i);
11162 if (i >= num_dynamic_syms)
11163 printf (_("<corrupt index>"));
11164 else if (VALID_DYNAMIC_NAME (dynamic_symbols[i].st_name))
11165 print_symbol (30, GET_DYNAMIC_NAME (dynamic_symbols[i].st_name));
11166 else
11167 printf (_("<corrupt: %19ld>"), dynamic_symbols[i].st_name);
11168 putchar (' ');
11169
11170 switch (dynamic_syminfo[i].si_boundto)
11171 {
11172 case SYMINFO_BT_SELF:
11173 fputs ("SELF ", stdout);
11174 break;
11175 case SYMINFO_BT_PARENT:
11176 fputs ("PARENT ", stdout);
11177 break;
11178 default:
11179 if (dynamic_syminfo[i].si_boundto > 0
11180 && dynamic_syminfo[i].si_boundto < dynamic_nent
11181 && VALID_DYNAMIC_NAME (dynamic_section[dynamic_syminfo[i].si_boundto].d_un.d_val))
11182 {
11183 print_symbol (10, GET_DYNAMIC_NAME (dynamic_section[dynamic_syminfo[i].si_boundto].d_un.d_val));
11184 putchar (' ' );
11185 }
11186 else
11187 printf ("%-10d ", dynamic_syminfo[i].si_boundto);
11188 break;
11189 }
11190
11191 if (flags & SYMINFO_FLG_DIRECT)
11192 printf (" DIRECT");
11193 if (flags & SYMINFO_FLG_PASSTHRU)
11194 printf (" PASSTHRU");
11195 if (flags & SYMINFO_FLG_COPY)
11196 printf (" COPY");
11197 if (flags & SYMINFO_FLG_LAZYLOAD)
11198 printf (" LAZYLOAD");
11199
11200 puts ("");
11201 }
11202
11203 return 1;
11204}
11205
11206/* Check to see if the given reloc needs to be handled in a target specific
11207 manner. If so then process the reloc and return TRUE otherwise return
11208 FALSE. */
11209
11210static bfd_boolean
11211target_specific_reloc_handling (Elf_Internal_Rela * reloc,
11212 unsigned char * start,
11213 Elf_Internal_Sym * symtab)
11214{
11215 unsigned int reloc_type = get_reloc_type (reloc->r_info);
11216
11217 switch (elf_header.e_machine)
11218 {
11219 case EM_MSP430:
11220 case EM_MSP430_OLD:
11221 {
11222 static Elf_Internal_Sym * saved_sym = NULL;
11223
11224 switch (reloc_type)
11225 {
11226 case 10: /* R_MSP430_SYM_DIFF */
11227 if (uses_msp430x_relocs ())
11228 break;
11229 case 21: /* R_MSP430X_SYM_DIFF */
11230 saved_sym = symtab + get_reloc_symindex (reloc->r_info);
11231 return TRUE;
11232
11233 case 1: /* R_MSP430_32 or R_MSP430_ABS32 */
11234 case 3: /* R_MSP430_16 or R_MSP430_ABS8 */
11235 goto handle_sym_diff;
11236
11237 case 5: /* R_MSP430_16_BYTE */
11238 case 9: /* R_MSP430_8 */
11239 if (uses_msp430x_relocs ())
11240 break;
11241 goto handle_sym_diff;
11242
11243 case 2: /* R_MSP430_ABS16 */
11244 case 15: /* R_MSP430X_ABS16 */
11245 if (! uses_msp430x_relocs ())
11246 break;
11247 goto handle_sym_diff;
11248
11249 handle_sym_diff:
11250 if (saved_sym != NULL)
11251 {
11252 bfd_vma value;
11253
11254 value = reloc->r_addend
11255 + (symtab[get_reloc_symindex (reloc->r_info)].st_value
11256 - saved_sym->st_value);
11257
11258 byte_put (start + reloc->r_offset, value, reloc_type == 1 ? 4 : 2);
11259
11260 saved_sym = NULL;
11261 return TRUE;
11262 }
11263 break;
11264
11265 default:
11266 if (saved_sym != NULL)
11267 error (_("Unhandled MSP430 reloc type found after SYM_DIFF reloc\n"));
11268 break;
11269 }
11270 break;
11271 }
11272
11273 case EM_MN10300:
11274 case EM_CYGNUS_MN10300:
11275 {
11276 static Elf_Internal_Sym * saved_sym = NULL;
11277
11278 switch (reloc_type)
11279 {
11280 case 34: /* R_MN10300_ALIGN */
11281 return TRUE;
11282 case 33: /* R_MN10300_SYM_DIFF */
11283 saved_sym = symtab + get_reloc_symindex (reloc->r_info);
11284 return TRUE;
11285 case 1: /* R_MN10300_32 */
11286 case 2: /* R_MN10300_16 */
11287 if (saved_sym != NULL)
11288 {
11289 bfd_vma value;
11290
11291 value = reloc->r_addend
11292 + (symtab[get_reloc_symindex (reloc->r_info)].st_value
11293 - saved_sym->st_value);
11294
11295 byte_put (start + reloc->r_offset, value, reloc_type == 1 ? 4 : 2);
11296
11297 saved_sym = NULL;
11298 return TRUE;
11299 }
11300 break;
11301 default:
11302 if (saved_sym != NULL)
11303 error (_("Unhandled MN10300 reloc type found after SYM_DIFF reloc\n"));
11304 break;
11305 }
11306 break;
11307 }
11308
11309 case EM_RL78:
11310 {
11311 static bfd_vma saved_sym1 = 0;
11312 static bfd_vma saved_sym2 = 0;
11313 static bfd_vma value;
11314
11315 switch (reloc_type)
11316 {
11317 case 0x80: /* R_RL78_SYM. */
11318 saved_sym1 = saved_sym2;
11319 saved_sym2 = symtab[get_reloc_symindex (reloc->r_info)].st_value;
11320 saved_sym2 += reloc->r_addend;
11321 return TRUE;
11322
11323 case 0x83: /* R_RL78_OPsub. */
11324 value = saved_sym1 - saved_sym2;
11325 saved_sym2 = saved_sym1 = 0;
11326 return TRUE;
11327 break;
11328
11329 case 0x41: /* R_RL78_ABS32. */
11330 byte_put (start + reloc->r_offset, value, 4);
11331 value = 0;
11332 return TRUE;
11333
11334 case 0x43: /* R_RL78_ABS16. */
11335 byte_put (start + reloc->r_offset, value, 2);
11336 value = 0;
11337 return TRUE;
11338
11339 default:
11340 break;
11341 }
11342 break;
11343 }
11344 }
11345
11346 return FALSE;
11347}
11348
11349/* Returns TRUE iff RELOC_TYPE is a 32-bit absolute RELA relocation used in
11350 DWARF debug sections. This is a target specific test. Note - we do not
11351 go through the whole including-target-headers-multiple-times route, (as
11352 we have already done with <elf/h8.h>) because this would become very
11353 messy and even then this function would have to contain target specific
11354 information (the names of the relocs instead of their numeric values).
11355 FIXME: This is not the correct way to solve this problem. The proper way
11356 is to have target specific reloc sizing and typing functions created by
11357 the reloc-macros.h header, in the same way that it already creates the
11358 reloc naming functions. */
11359
11360static bfd_boolean
11361is_32bit_abs_reloc (unsigned int reloc_type)
11362{
11363 switch (elf_header.e_machine)
11364 {
11365 case EM_386:
11366 case EM_IAMCU:
11367 return reloc_type == 1; /* R_386_32. */
11368 case EM_68K:
11369 return reloc_type == 1; /* R_68K_32. */
11370 case EM_860:
11371 return reloc_type == 1; /* R_860_32. */
11372 case EM_960:
11373 return reloc_type == 2; /* R_960_32. */
11374 case EM_AARCH64:
11375 return reloc_type == 258; /* R_AARCH64_ABS32 */
11376 case EM_ALPHA:
11377 return reloc_type == 1; /* R_ALPHA_REFLONG. */
11378 case EM_ARC:
11379 return reloc_type == 1; /* R_ARC_32. */
11380 case EM_ARC_COMPACT:
11381 case EM_ARC_COMPACT2:
11382 return reloc_type == 4; /* R_ARC_32. */
11383 case EM_ARM:
11384 return reloc_type == 2; /* R_ARM_ABS32 */
11385 case EM_AVR_OLD:
11386 case EM_AVR:
11387 return reloc_type == 1;
11388 case EM_ADAPTEVA_EPIPHANY:
11389 return reloc_type == 3;
11390 case EM_BLACKFIN:
11391 return reloc_type == 0x12; /* R_byte4_data. */
11392 case EM_CRIS:
11393 return reloc_type == 3; /* R_CRIS_32. */
11394 case EM_CR16:
11395 return reloc_type == 3; /* R_CR16_NUM32. */
11396 case EM_CRX:
11397 return reloc_type == 15; /* R_CRX_NUM32. */
11398 case EM_CYGNUS_FRV:
11399 return reloc_type == 1;
11400 case EM_CYGNUS_D10V:
11401 case EM_D10V:
11402 return reloc_type == 6; /* R_D10V_32. */
11403 case EM_CYGNUS_D30V:
11404 case EM_D30V:
11405 return reloc_type == 12; /* R_D30V_32_NORMAL. */
11406 case EM_DLX:
11407 return reloc_type == 3; /* R_DLX_RELOC_32. */
11408 case EM_CYGNUS_FR30:
11409 case EM_FR30:
11410 return reloc_type == 3; /* R_FR30_32. */
11411 case EM_FT32:
11412 return reloc_type == 1; /* R_FT32_32. */
11413 case EM_H8S:
11414 case EM_H8_300:
11415 case EM_H8_300H:
11416 return reloc_type == 1; /* R_H8_DIR32. */
11417 case EM_IA_64:
11418 return reloc_type == 0x65 /* R_IA64_SECREL32LSB. */
11419 || reloc_type == 0x25; /* R_IA64_DIR32LSB. */
11420 case EM_IP2K_OLD:
11421 case EM_IP2K:
11422 return reloc_type == 2; /* R_IP2K_32. */
11423 case EM_IQ2000:
11424 return reloc_type == 2; /* R_IQ2000_32. */
11425 case EM_LATTICEMICO32:
11426 return reloc_type == 3; /* R_LM32_32. */
11427 case EM_M32C_OLD:
11428 case EM_M32C:
11429 return reloc_type == 3; /* R_M32C_32. */
11430 case EM_M32R:
11431 return reloc_type == 34; /* R_M32R_32_RELA. */
11432 case EM_68HC11:
11433 case EM_68HC12:
11434 return reloc_type == 6; /* R_M68HC11_32. */
11435 case EM_MCORE:
11436 return reloc_type == 1; /* R_MCORE_ADDR32. */
11437 case EM_CYGNUS_MEP:
11438 return reloc_type == 4; /* R_MEP_32. */
11439 case EM_METAG:
11440 return reloc_type == 2; /* R_METAG_ADDR32. */
11441 case EM_MICROBLAZE:
11442 return reloc_type == 1; /* R_MICROBLAZE_32. */
11443 case EM_MIPS:
11444 return reloc_type == 2; /* R_MIPS_32. */
11445 case EM_MMIX:
11446 return reloc_type == 4; /* R_MMIX_32. */
11447 case EM_CYGNUS_MN10200:
11448 case EM_MN10200:
11449 return reloc_type == 1; /* R_MN10200_32. */
11450 case EM_CYGNUS_MN10300:
11451 case EM_MN10300:
11452 return reloc_type == 1; /* R_MN10300_32. */
11453 case EM_MOXIE:
11454 return reloc_type == 1; /* R_MOXIE_32. */
11455 case EM_MSP430_OLD:
11456 case EM_MSP430:
11457 return reloc_type == 1; /* R_MSP430_32 or R_MSP320_ABS32. */
11458 case EM_MT:
11459 return reloc_type == 2; /* R_MT_32. */
11460 case EM_NDS32:
11461 return reloc_type == 20; /* R_NDS32_RELA. */
11462 case EM_ALTERA_NIOS2:
11463 return reloc_type == 12; /* R_NIOS2_BFD_RELOC_32. */
11464 case EM_NIOS32:
11465 return reloc_type == 1; /* R_NIOS_32. */
11466 case EM_OR1K:
11467 return reloc_type == 1; /* R_OR1K_32. */
11468 case EM_PARISC:
11469 return (reloc_type == 1 /* R_PARISC_DIR32. */
11470 || reloc_type == 41); /* R_PARISC_SECREL32. */
11471 case EM_PJ:
11472 case EM_PJ_OLD:
11473 return reloc_type == 1; /* R_PJ_DATA_DIR32. */
11474 case EM_PPC64:
11475 return reloc_type == 1; /* R_PPC64_ADDR32. */
11476 case EM_PPC:
11477 return reloc_type == 1; /* R_PPC_ADDR32. */
11478 case EM_RL78:
11479 return reloc_type == 1; /* R_RL78_DIR32. */
11480 case EM_RX:
11481 return reloc_type == 1; /* R_RX_DIR32. */
11482 case EM_S370:
11483 return reloc_type == 1; /* R_I370_ADDR31. */
11484 case EM_S390_OLD:
11485 case EM_S390:
11486 return reloc_type == 4; /* R_S390_32. */
11487 case EM_SCORE:
11488 return reloc_type == 8; /* R_SCORE_ABS32. */
11489 case EM_SH:
11490 return reloc_type == 1; /* R_SH_DIR32. */
11491 case EM_SPARC32PLUS:
11492 case EM_SPARCV9:
11493 case EM_SPARC:
11494 return reloc_type == 3 /* R_SPARC_32. */
11495 || reloc_type == 23; /* R_SPARC_UA32. */
11496 case EM_SPU:
11497 return reloc_type == 6; /* R_SPU_ADDR32 */
11498 case EM_TI_C6000:
11499 return reloc_type == 1; /* R_C6000_ABS32. */
11500 case EM_TILEGX:
11501 return reloc_type == 2; /* R_TILEGX_32. */
11502 case EM_TILEPRO:
11503 return reloc_type == 1; /* R_TILEPRO_32. */
11504 case EM_CYGNUS_V850:
11505 case EM_V850:
11506 return reloc_type == 6; /* R_V850_ABS32. */
11507 case EM_V800:
11508 return reloc_type == 0x33; /* R_V810_WORD. */
11509 case EM_VAX:
11510 return reloc_type == 1; /* R_VAX_32. */
11511 case EM_VISIUM:
11512 return reloc_type == 3; /* R_VISIUM_32. */
11513 case EM_X86_64:
11514 case EM_L1OM:
11515 case EM_K1OM:
11516 return reloc_type == 10; /* R_X86_64_32. */
11517 case EM_XC16X:
11518 case EM_C166:
11519 return reloc_type == 3; /* R_XC16C_ABS_32. */
11520 case EM_XGATE:
11521 return reloc_type == 4; /* R_XGATE_32. */
11522 case EM_XSTORMY16:
11523 return reloc_type == 1; /* R_XSTROMY16_32. */
11524 case EM_XTENSA_OLD:
11525 case EM_XTENSA:
11526 return reloc_type == 1; /* R_XTENSA_32. */
11527 default:
11528 {
11529 static unsigned int prev_warn = 0;
11530
11531 /* Avoid repeating the same warning multiple times. */
11532 if (prev_warn != elf_header.e_machine)
11533 error (_("Missing knowledge of 32-bit reloc types used in DWARF sections of machine number %d\n"),
11534 elf_header.e_machine);
11535 prev_warn = elf_header.e_machine;
11536 return FALSE;
11537 }
11538 }
11539}
11540
11541/* Like is_32bit_abs_reloc except that it returns TRUE iff RELOC_TYPE is
11542 a 32-bit pc-relative RELA relocation used in DWARF debug sections. */
11543
11544static bfd_boolean
11545is_32bit_pcrel_reloc (unsigned int reloc_type)
11546{
11547 switch (elf_header.e_machine)
11548 {
11549 case EM_386:
11550 case EM_IAMCU:
11551 return reloc_type == 2; /* R_386_PC32. */
11552 case EM_68K:
11553 return reloc_type == 4; /* R_68K_PC32. */
11554 case EM_AARCH64:
11555 return reloc_type == 261; /* R_AARCH64_PREL32 */
11556 case EM_ADAPTEVA_EPIPHANY:
11557 return reloc_type == 6;
11558 case EM_ALPHA:
11559 return reloc_type == 10; /* R_ALPHA_SREL32. */
11560 case EM_ARC_COMPACT:
11561 case EM_ARC_COMPACT2:
11562 return reloc_type == 49; /* R_ARC_32_PCREL. */
11563 case EM_ARM:
11564 return reloc_type == 3; /* R_ARM_REL32 */
11565 case EM_MICROBLAZE:
11566 return reloc_type == 2; /* R_MICROBLAZE_32_PCREL. */
11567 case EM_OR1K:
11568 return reloc_type == 9; /* R_OR1K_32_PCREL. */
11569 case EM_PARISC:
11570 return reloc_type == 9; /* R_PARISC_PCREL32. */
11571 case EM_PPC:
11572 return reloc_type == 26; /* R_PPC_REL32. */
11573 case EM_PPC64:
11574 return reloc_type == 26; /* R_PPC64_REL32. */
11575 case EM_S390_OLD:
11576 case EM_S390:
11577 return reloc_type == 5; /* R_390_PC32. */
11578 case EM_SH:
11579 return reloc_type == 2; /* R_SH_REL32. */
11580 case EM_SPARC32PLUS:
11581 case EM_SPARCV9:
11582 case EM_SPARC:
11583 return reloc_type == 6; /* R_SPARC_DISP32. */
11584 case EM_SPU:
11585 return reloc_type == 13; /* R_SPU_REL32. */
11586 case EM_TILEGX:
11587 return reloc_type == 6; /* R_TILEGX_32_PCREL. */
11588 case EM_TILEPRO:
11589 return reloc_type == 4; /* R_TILEPRO_32_PCREL. */
11590 case EM_VISIUM:
11591 return reloc_type == 6; /* R_VISIUM_32_PCREL */
11592 case EM_X86_64:
11593 case EM_L1OM:
11594 case EM_K1OM:
11595 return reloc_type == 2; /* R_X86_64_PC32. */
11596 case EM_XTENSA_OLD:
11597 case EM_XTENSA:
11598 return reloc_type == 14; /* R_XTENSA_32_PCREL. */
11599 default:
11600 /* Do not abort or issue an error message here. Not all targets use
11601 pc-relative 32-bit relocs in their DWARF debug information and we
11602 have already tested for target coverage in is_32bit_abs_reloc. A
11603 more helpful warning message will be generated by apply_relocations
11604 anyway, so just return. */
11605 return FALSE;
11606 }
11607}
11608
11609/* Like is_32bit_abs_reloc except that it returns TRUE iff RELOC_TYPE is
11610 a 64-bit absolute RELA relocation used in DWARF debug sections. */
11611
11612static bfd_boolean
11613is_64bit_abs_reloc (unsigned int reloc_type)
11614{
11615 switch (elf_header.e_machine)
11616 {
11617 case EM_AARCH64:
11618 return reloc_type == 257; /* R_AARCH64_ABS64. */
11619 case EM_ALPHA:
11620 return reloc_type == 2; /* R_ALPHA_REFQUAD. */
11621 case EM_IA_64:
11622 return reloc_type == 0x27; /* R_IA64_DIR64LSB. */
11623 case EM_PARISC:
11624 return reloc_type == 80; /* R_PARISC_DIR64. */
11625 case EM_PPC64:
11626 return reloc_type == 38; /* R_PPC64_ADDR64. */
11627 case EM_SPARC32PLUS:
11628 case EM_SPARCV9:
11629 case EM_SPARC:
11630 return reloc_type == 54; /* R_SPARC_UA64. */
11631 case EM_X86_64:
11632 case EM_L1OM:
11633 case EM_K1OM:
11634 return reloc_type == 1; /* R_X86_64_64. */
11635 case EM_S390_OLD:
11636 case EM_S390:
11637 return reloc_type == 22; /* R_S390_64. */
11638 case EM_TILEGX:
11639 return reloc_type == 1; /* R_TILEGX_64. */
11640 case EM_MIPS:
11641 return reloc_type == 18; /* R_MIPS_64. */
11642 default:
11643 return FALSE;
11644 }
11645}
11646
11647/* Like is_32bit_pcrel_reloc except that it returns TRUE iff RELOC_TYPE is
11648 a 64-bit pc-relative RELA relocation used in DWARF debug sections. */
11649
11650static bfd_boolean
11651is_64bit_pcrel_reloc (unsigned int reloc_type)
11652{
11653 switch (elf_header.e_machine)
11654 {
11655 case EM_AARCH64:
11656 return reloc_type == 260; /* R_AARCH64_PREL64. */
11657 case EM_ALPHA:
11658 return reloc_type == 11; /* R_ALPHA_SREL64. */
11659 case EM_IA_64:
11660 return reloc_type == 0x4f; /* R_IA64_PCREL64LSB. */
11661 case EM_PARISC:
11662 return reloc_type == 72; /* R_PARISC_PCREL64. */
11663 case EM_PPC64:
11664 return reloc_type == 44; /* R_PPC64_REL64. */
11665 case EM_SPARC32PLUS:
11666 case EM_SPARCV9:
11667 case EM_SPARC:
11668 return reloc_type == 46; /* R_SPARC_DISP64. */
11669 case EM_X86_64:
11670 case EM_L1OM:
11671 case EM_K1OM:
11672 return reloc_type == 24; /* R_X86_64_PC64. */
11673 case EM_S390_OLD:
11674 case EM_S390:
11675 return reloc_type == 23; /* R_S390_PC64. */
11676 case EM_TILEGX:
11677 return reloc_type == 5; /* R_TILEGX_64_PCREL. */
11678 default:
11679 return FALSE;
11680 }
11681}
11682
11683/* Like is_32bit_abs_reloc except that it returns TRUE iff RELOC_TYPE is
11684 a 24-bit absolute RELA relocation used in DWARF debug sections. */
11685
11686static bfd_boolean
11687is_24bit_abs_reloc (unsigned int reloc_type)
11688{
11689 switch (elf_header.e_machine)
11690 {
11691 case EM_CYGNUS_MN10200:
11692 case EM_MN10200:
11693 return reloc_type == 4; /* R_MN10200_24. */
11694 default:
11695 return FALSE;
11696 }
11697}
11698
11699/* Like is_32bit_abs_reloc except that it returns TRUE iff RELOC_TYPE is
11700 a 16-bit absolute RELA relocation used in DWARF debug sections. */
11701
11702static bfd_boolean
11703is_16bit_abs_reloc (unsigned int reloc_type)
11704{
11705 switch (elf_header.e_machine)
11706 {
11707 case EM_ARC:
11708 case EM_ARC_COMPACT:
11709 case EM_ARC_COMPACT2:
11710 return reloc_type == 2; /* R_ARC_16. */
11711 case EM_AVR_OLD:
11712 case EM_AVR:
11713 return reloc_type == 4; /* R_AVR_16. */
11714 case EM_ADAPTEVA_EPIPHANY:
11715 return reloc_type == 5;
11716 case EM_CYGNUS_D10V:
11717 case EM_D10V:
11718 return reloc_type == 3; /* R_D10V_16. */
11719 case EM_H8S:
11720 case EM_H8_300:
11721 case EM_H8_300H:
11722 return reloc_type == R_H8_DIR16;
11723 case EM_IP2K_OLD:
11724 case EM_IP2K:
11725 return reloc_type == 1; /* R_IP2K_16. */
11726 case EM_M32C_OLD:
11727 case EM_M32C:
11728 return reloc_type == 1; /* R_M32C_16 */
11729 case EM_MSP430:
11730 if (uses_msp430x_relocs ())
11731 return reloc_type == 2; /* R_MSP430_ABS16. */
11732 case EM_MSP430_OLD:
11733 return reloc_type == 5; /* R_MSP430_16_BYTE. */
11734 case EM_NDS32:
11735 return reloc_type == 19; /* R_NDS32_RELA. */
11736 case EM_ALTERA_NIOS2:
11737 return reloc_type == 13; /* R_NIOS2_BFD_RELOC_16. */
11738 case EM_NIOS32:
11739 return reloc_type == 9; /* R_NIOS_16. */
11740 case EM_OR1K:
11741 return reloc_type == 2; /* R_OR1K_16. */
11742 case EM_TI_C6000:
11743 return reloc_type == 2; /* R_C6000_ABS16. */
11744 case EM_XC16X:
11745 case EM_C166:
11746 return reloc_type == 2; /* R_XC16C_ABS_16. */
11747 case EM_CYGNUS_MN10200:
11748 case EM_MN10200:
11749 return reloc_type == 2; /* R_MN10200_16. */
11750 case EM_CYGNUS_MN10300:
11751 case EM_MN10300:
11752 return reloc_type == 2; /* R_MN10300_16. */
11753 case EM_VISIUM:
11754 return reloc_type == 2; /* R_VISIUM_16. */
11755 case EM_XGATE:
11756 return reloc_type == 3; /* R_XGATE_16. */
11757 default:
11758 return FALSE;
11759 }
11760}
11761
11762/* Returns TRUE iff RELOC_TYPE is a NONE relocation used for discarded
11763 relocation entries (possibly formerly used for SHT_GROUP sections). */
11764
11765static bfd_boolean
11766is_none_reloc (unsigned int reloc_type)
11767{
11768 switch (elf_header.e_machine)
11769 {
11770 case EM_68K: /* R_68K_NONE. */
11771 case EM_386: /* R_386_NONE. */
11772 case EM_SPARC32PLUS:
11773 case EM_SPARCV9:
11774 case EM_SPARC: /* R_SPARC_NONE. */
11775 case EM_MIPS: /* R_MIPS_NONE. */
11776 case EM_PARISC: /* R_PARISC_NONE. */
11777 case EM_ALPHA: /* R_ALPHA_NONE. */
11778 case EM_ADAPTEVA_EPIPHANY:
11779 case EM_PPC: /* R_PPC_NONE. */
11780 case EM_PPC64: /* R_PPC64_NONE. */
11781 case EM_ARC: /* R_ARC_NONE. */
11782 case EM_ARC_COMPACT: /* R_ARC_NONE. */
11783 case EM_ARC_COMPACT2: /* R_ARC_NONE. */
11784 case EM_ARM: /* R_ARM_NONE. */
11785 case EM_IA_64: /* R_IA64_NONE. */
11786 case EM_SH: /* R_SH_NONE. */
11787 case EM_S390_OLD:
11788 case EM_S390: /* R_390_NONE. */
11789 case EM_CRIS: /* R_CRIS_NONE. */
11790 case EM_X86_64: /* R_X86_64_NONE. */
11791 case EM_L1OM: /* R_X86_64_NONE. */
11792 case EM_K1OM: /* R_X86_64_NONE. */
11793 case EM_MN10300: /* R_MN10300_NONE. */
11794 case EM_FT32: /* R_FT32_NONE. */
11795 case EM_MOXIE: /* R_MOXIE_NONE. */
11796 case EM_M32R: /* R_M32R_NONE. */
11797 case EM_TI_C6000:/* R_C6000_NONE. */
11798 case EM_TILEGX: /* R_TILEGX_NONE. */
11799 case EM_TILEPRO: /* R_TILEPRO_NONE. */
11800 case EM_XC16X:
11801 case EM_C166: /* R_XC16X_NONE. */
11802 case EM_ALTERA_NIOS2: /* R_NIOS2_NONE. */
11803 case EM_NIOS32: /* R_NIOS_NONE. */
11804 case EM_OR1K: /* R_OR1K_NONE. */
11805 return reloc_type == 0;
11806 case EM_AARCH64:
11807 return reloc_type == 0 || reloc_type == 256;
11808 case EM_NDS32:
11809 return (reloc_type == 0 /* R_XTENSA_NONE. */
11810 || reloc_type == 204 /* R_NDS32_DIFF8. */
11811 || reloc_type == 205 /* R_NDS32_DIFF16. */
11812 || reloc_type == 206 /* R_NDS32_DIFF32. */
11813 || reloc_type == 207 /* R_NDS32_ULEB128. */);
11814 case EM_XTENSA_OLD:
11815 case EM_XTENSA:
11816 return (reloc_type == 0 /* R_XTENSA_NONE. */
11817 || reloc_type == 17 /* R_XTENSA_DIFF8. */
11818 || reloc_type == 18 /* R_XTENSA_DIFF16. */
11819 || reloc_type == 19 /* R_XTENSA_DIFF32. */);
11820 case EM_METAG:
11821 return reloc_type == 3; /* R_METAG_NONE. */
11822 }
11823 return FALSE;
11824}
11825
11826/* Returns TRUE if there is a relocation against
11827 section NAME at OFFSET bytes. */
11828
11829bfd_boolean
11830reloc_at (struct dwarf_section * dsec, dwarf_vma offset)
11831{
11832 Elf_Internal_Rela * relocs;
11833 Elf_Internal_Rela * rp;
11834
11835 if (dsec == NULL || dsec->reloc_info == NULL)
11836 return FALSE;
11837
11838 relocs = (Elf_Internal_Rela *) dsec->reloc_info;
11839
11840 for (rp = relocs; rp < relocs + dsec->num_relocs; ++rp)
11841 if (rp->r_offset == offset)
11842 return TRUE;
11843
11844 return FALSE;
11845}
11846
11847/* Apply relocations to a section.
11848 Note: So far support has been added only for those relocations
11849 which can be found in debug sections.
11850 If RELOCS_RETURN is non-NULL then returns in it a pointer to the
11851 loaded relocs. It is then the caller's responsibility to free them.
11852 FIXME: Add support for more relocations ? */
11853
11854static void
11855apply_relocations (void * file,
11856 const Elf_Internal_Shdr * section,
11857 unsigned char * start,
11858 bfd_size_type size,
11859 void ** relocs_return,
11860 unsigned long * num_relocs_return)
11861{
11862 Elf_Internal_Shdr * relsec;
11863 unsigned char * end = start + size;
11864
11865 if (relocs_return != NULL)
11866 {
11867 * (Elf_Internal_Rela **) relocs_return = NULL;
11868 * num_relocs_return = 0;
11869 }
11870
11871 if (elf_header.e_type != ET_REL)
11872 return;
11873
11874 /* Find the reloc section associated with the section. */
11875 for (relsec = section_headers;
11876 relsec < section_headers + elf_header.e_shnum;
11877 ++relsec)
11878 {
11879 bfd_boolean is_rela;
11880 unsigned long num_relocs;
11881 Elf_Internal_Rela * relocs;
11882 Elf_Internal_Rela * rp;
11883 Elf_Internal_Shdr * symsec;
11884 Elf_Internal_Sym * symtab;
11885 unsigned long num_syms;
11886 Elf_Internal_Sym * sym;
11887
11888 if ((relsec->sh_type != SHT_RELA && relsec->sh_type != SHT_REL)
11889 || relsec->sh_info >= elf_header.e_shnum
11890 || section_headers + relsec->sh_info != section
11891 || relsec->sh_size == 0
11892 || relsec->sh_link >= elf_header.e_shnum)
11893 continue;
11894
11895 is_rela = relsec->sh_type == SHT_RELA;
11896
11897 if (is_rela)
11898 {
11899 if (!slurp_rela_relocs ((FILE *) file, relsec->sh_offset,
11900 relsec->sh_size, & relocs, & num_relocs))
11901 return;
11902 }
11903 else
11904 {
11905 if (!slurp_rel_relocs ((FILE *) file, relsec->sh_offset,
11906 relsec->sh_size, & relocs, & num_relocs))
11907 return;
11908 }
11909
11910 /* SH uses RELA but uses in place value instead of the addend field. */
11911 if (elf_header.e_machine == EM_SH)
11912 is_rela = FALSE;
11913
11914 symsec = section_headers + relsec->sh_link;
11915 symtab = GET_ELF_SYMBOLS ((FILE *) file, symsec, & num_syms);
11916
11917 for (rp = relocs; rp < relocs + num_relocs; ++rp)
11918 {
11919 bfd_vma addend;
11920 unsigned int reloc_type;
11921 unsigned int reloc_size;
11922 unsigned char * rloc;
11923 unsigned long sym_index;
11924
11925 reloc_type = get_reloc_type (rp->r_info);
11926
11927 if (target_specific_reloc_handling (rp, start, symtab))
11928 continue;
11929 else if (is_none_reloc (reloc_type))
11930 continue;
11931 else if (is_32bit_abs_reloc (reloc_type)
11932 || is_32bit_pcrel_reloc (reloc_type))
11933 reloc_size = 4;
11934 else if (is_64bit_abs_reloc (reloc_type)
11935 || is_64bit_pcrel_reloc (reloc_type))
11936 reloc_size = 8;
11937 else if (is_24bit_abs_reloc (reloc_type))
11938 reloc_size = 3;
11939 else if (is_16bit_abs_reloc (reloc_type))
11940 reloc_size = 2;
11941 else
11942 {
11943 static unsigned int prev_reloc = 0;
11944 if (reloc_type != prev_reloc)
11945 warn (_("unable to apply unsupported reloc type %d to section %s\n"),
11946 reloc_type, printable_section_name (section));
11947 prev_reloc = reloc_type;
11948 continue;
11949 }
11950
11951 rloc = start + rp->r_offset;
11952 if ((rloc + reloc_size) > end || (rloc < start))
11953 {
11954 warn (_("skipping invalid relocation offset 0x%lx in section %s\n"),
11955 (unsigned long) rp->r_offset,
11956 printable_section_name (section));
11957 continue;
11958 }
11959
11960 sym_index = (unsigned long) get_reloc_symindex (rp->r_info);
11961 if (sym_index >= num_syms)
11962 {
11963 warn (_("skipping invalid relocation symbol index 0x%lx in section %s\n"),
11964 sym_index, printable_section_name (section));
11965 continue;
11966 }
11967 sym = symtab + sym_index;
11968
11969 /* If the reloc has a symbol associated with it,
11970 make sure that it is of an appropriate type.
11971
11972 Relocations against symbols without type can happen.
11973 Gcc -feliminate-dwarf2-dups may generate symbols
11974 without type for debug info.
11975
11976 Icc generates relocations against function symbols
11977 instead of local labels.
11978
11979 Relocations against object symbols can happen, eg when
11980 referencing a global array. For an example of this see
11981 the _clz.o binary in libgcc.a. */
11982 if (sym != symtab
11983 && ELF_ST_TYPE (sym->st_info) != STT_COMMON
11984 && ELF_ST_TYPE (sym->st_info) > STT_SECTION)
11985 {
11986 warn (_("skipping unexpected symbol type %s in %ld'th relocation in section %s\n"),
11987 get_symbol_type (ELF_ST_TYPE (sym->st_info)),
11988 (long int)(rp - relocs),
11989 printable_section_name (relsec));
11990 continue;
11991 }
11992
11993 addend = 0;
11994 if (is_rela)
11995 addend += rp->r_addend;
11996 /* R_XTENSA_32, R_PJ_DATA_DIR32 and R_D30V_32_NORMAL are
11997 partial_inplace. */
11998 if (!is_rela
11999 || (elf_header.e_machine == EM_XTENSA
12000 && reloc_type == 1)
12001 || ((elf_header.e_machine == EM_PJ
12002 || elf_header.e_machine == EM_PJ_OLD)
12003 && reloc_type == 1)
12004 || ((elf_header.e_machine == EM_D30V
12005 || elf_header.e_machine == EM_CYGNUS_D30V)
12006 && reloc_type == 12))
12007 addend += byte_get (rloc, reloc_size);
12008
12009 if (is_32bit_pcrel_reloc (reloc_type)
12010 || is_64bit_pcrel_reloc (reloc_type))
12011 {
12012 /* On HPPA, all pc-relative relocations are biased by 8. */
12013 if (elf_header.e_machine == EM_PARISC)
12014 addend -= 8;
12015 byte_put (rloc, (addend + sym->st_value) - rp->r_offset,
12016 reloc_size);
12017 }
12018 else
12019 byte_put (rloc, addend + sym->st_value, reloc_size);
12020 }
12021
12022 free (symtab);
12023
12024 if (relocs_return)
12025 {
12026 * (Elf_Internal_Rela **) relocs_return = relocs;
12027 * num_relocs_return = num_relocs;
12028 }
12029 else
12030 free (relocs);
12031
12032 break;
12033 }
12034}
12035
12036#ifdef SUPPORT_DISASSEMBLY
12037static int
12038disassemble_section (Elf_Internal_Shdr * section, FILE * file)
12039{
12040 printf (_("\nAssembly dump of section %s\n"), printable_section_name (section));
12041
12042 /* FIXME: XXX -- to be done --- XXX */
12043
12044 return 1;
12045}
12046#endif
12047
12048/* Reads in the contents of SECTION from FILE, returning a pointer
12049 to a malloc'ed buffer or NULL if something went wrong. */
12050
12051static char *
12052get_section_contents (Elf_Internal_Shdr * section, FILE * file)
12053{
12054 bfd_size_type num_bytes;
12055
12056 num_bytes = section->sh_size;
12057
12058 if (num_bytes == 0 || section->sh_type == SHT_NOBITS)
12059 {
12060 printf (_("\nSection '%s' has no data to dump.\n"),
12061 printable_section_name (section));
12062 return NULL;
12063 }
12064
12065 return (char *) get_data (NULL, file, section->sh_offset, 1, num_bytes,
12066 _("section contents"));
12067}
12068
12069/* Uncompresses a section that was compressed using zlib, in place. */
12070
12071static bfd_boolean
12072uncompress_section_contents (unsigned char **buffer,
12073 dwarf_size_type uncompressed_size,
12074 dwarf_size_type *size)
12075{
12076 dwarf_size_type compressed_size = *size;
12077 unsigned char * compressed_buffer = *buffer;
12078 unsigned char * uncompressed_buffer;
12079 z_stream strm;
12080 int rc;
12081
12082 /* It is possible the section consists of several compressed
12083 buffers concatenated together, so we uncompress in a loop. */
12084 /* PR 18313: The state field in the z_stream structure is supposed
12085 to be invisible to the user (ie us), but some compilers will
12086 still complain about it being used without initialisation. So
12087 we first zero the entire z_stream structure and then set the fields
12088 that we need. */
12089 memset (& strm, 0, sizeof strm);
12090 strm.avail_in = compressed_size;
12091 strm.next_in = (Bytef *) compressed_buffer;
12092 strm.avail_out = uncompressed_size;
12093 uncompressed_buffer = (unsigned char *) xmalloc (uncompressed_size);
12094
12095 rc = inflateInit (& strm);
12096 while (strm.avail_in > 0)
12097 {
12098 if (rc != Z_OK)
12099 goto fail;
12100 strm.next_out = ((Bytef *) uncompressed_buffer
12101 + (uncompressed_size - strm.avail_out));
12102 rc = inflate (&strm, Z_FINISH);
12103 if (rc != Z_STREAM_END)
12104 goto fail;
12105 rc = inflateReset (& strm);
12106 }
12107 rc = inflateEnd (& strm);
12108 if (rc != Z_OK
12109 || strm.avail_out != 0)
12110 goto fail;
12111
12112 *buffer = uncompressed_buffer;
12113 *size = uncompressed_size;
12114 return TRUE;
12115
12116 fail:
12117 free (uncompressed_buffer);
12118 /* Indicate decompression failure. */
12119 *buffer = NULL;
12120 return FALSE;
12121}
12122
12123static void
12124dump_section_as_strings (Elf_Internal_Shdr * section, FILE * file)
12125{
12126 Elf_Internal_Shdr * relsec;
12127 bfd_size_type num_bytes;
12128 unsigned char * data;
12129 unsigned char * end;
12130 unsigned char * real_start;
12131 unsigned char * start;
12132 bfd_boolean some_strings_shown;
12133
12134 real_start = start = (unsigned char *) get_section_contents (section,
12135 file);
12136 if (start == NULL)
12137 return;
12138 num_bytes = section->sh_size;
12139
12140 printf (_("\nString dump of section '%s':\n"), printable_section_name (section));
12141
12142 if (decompress_dumps)
12143 {
12144 dwarf_size_type new_size = num_bytes;
12145 dwarf_size_type uncompressed_size = 0;
12146
12147 if ((section->sh_flags & SHF_COMPRESSED) != 0)
12148 {
12149 Elf_Internal_Chdr chdr;
12150 unsigned int compression_header_size
12151 = get_compression_header (& chdr, (unsigned char *) start);
12152
12153 if (chdr.ch_type != ELFCOMPRESS_ZLIB)
12154 {
12155 warn (_("section '%s' has unsupported compress type: %d\n"),
12156 printable_section_name (section), chdr.ch_type);
12157 return;
12158 }
12159 else if (chdr.ch_addralign != section->sh_addralign)
12160 {
12161 warn (_("compressed section '%s' is corrupted\n"),
12162 printable_section_name (section));
12163 return;
12164 }
12165 uncompressed_size = chdr.ch_size;
12166 start += compression_header_size;
12167 new_size -= compression_header_size;
12168 }
12169 else if (new_size > 12 && streq ((char *) start, "ZLIB"))
12170 {
12171 /* Read the zlib header. In this case, it should be "ZLIB"
12172 followed by the uncompressed section size, 8 bytes in
12173 big-endian order. */
12174 uncompressed_size = start[4]; uncompressed_size <<= 8;
12175 uncompressed_size += start[5]; uncompressed_size <<= 8;
12176 uncompressed_size += start[6]; uncompressed_size <<= 8;
12177 uncompressed_size += start[7]; uncompressed_size <<= 8;
12178 uncompressed_size += start[8]; uncompressed_size <<= 8;
12179 uncompressed_size += start[9]; uncompressed_size <<= 8;
12180 uncompressed_size += start[10]; uncompressed_size <<= 8;
12181 uncompressed_size += start[11];
12182 start += 12;
12183 new_size -= 12;
12184 }
12185
12186 if (uncompressed_size
12187 && uncompress_section_contents (& start,
12188 uncompressed_size, & new_size))
12189 num_bytes = new_size;
12190 }
12191
12192 /* If the section being dumped has relocations against it the user might
12193 be expecting these relocations to have been applied. Check for this
12194 case and issue a warning message in order to avoid confusion.
12195 FIXME: Maybe we ought to have an option that dumps a section with
12196 relocs applied ? */
12197 for (relsec = section_headers;
12198 relsec < section_headers + elf_header.e_shnum;
12199 ++relsec)
12200 {
12201 if ((relsec->sh_type != SHT_RELA && relsec->sh_type != SHT_REL)
12202 || relsec->sh_info >= elf_header.e_shnum
12203 || section_headers + relsec->sh_info != section
12204 || relsec->sh_size == 0
12205 || relsec->sh_link >= elf_header.e_shnum)
12206 continue;
12207
12208 printf (_(" Note: This section has relocations against it, but these have NOT been applied to this dump.\n"));
12209 break;
12210 }
12211
12212 data = start;
12213 end = start + num_bytes;
12214 some_strings_shown = FALSE;
12215
12216 while (data < end)
12217 {
12218 while (!ISPRINT (* data))
12219 if (++ data >= end)
12220 break;
12221
12222 if (data < end)
12223 {
12224 size_t maxlen = end - data;
12225
12226#ifndef __MSVCRT__
12227 /* PR 11128: Use two separate invocations in order to work
12228 around bugs in the Solaris 8 implementation of printf. */
12229 printf (" [%6tx] ", data - start);
12230#else
12231 printf (" [%6Ix] ", (size_t) (data - start));
12232#endif
12233 if (maxlen > 0)
12234 {
12235 print_symbol ((int) maxlen, (const char *) data);
12236 putchar ('\n');
12237 data += strnlen ((const char *) data, maxlen);
12238 }
12239 else
12240 {
12241 printf (_("<corrupt>\n"));
12242 data = end;
12243 }
12244 some_strings_shown = TRUE;
12245 }
12246 }
12247
12248 if (! some_strings_shown)
12249 printf (_(" No strings found in this section."));
12250
12251 free (real_start);
12252
12253 putchar ('\n');
12254}
12255
12256static void
12257dump_section_as_bytes (Elf_Internal_Shdr * section,
12258 FILE * file,
12259 bfd_boolean relocate)
12260{
12261 Elf_Internal_Shdr * relsec;
12262 bfd_size_type bytes;
12263 bfd_size_type section_size;
12264 bfd_vma addr;
12265 unsigned char * data;
12266 unsigned char * real_start;
12267 unsigned char * start;
12268
12269 real_start = start = (unsigned char *) get_section_contents (section, file);
12270 if (start == NULL)
12271 return;
12272 section_size = section->sh_size;
12273
12274 printf (_("\nHex dump of section '%s':\n"), printable_section_name (section));
12275
12276 if (decompress_dumps)
12277 {
12278 dwarf_size_type new_size = section_size;
12279 dwarf_size_type uncompressed_size = 0;
12280
12281 if ((section->sh_flags & SHF_COMPRESSED) != 0)
12282 {
12283 Elf_Internal_Chdr chdr;
12284 unsigned int compression_header_size
12285 = get_compression_header (& chdr, start);
12286
12287 if (chdr.ch_type != ELFCOMPRESS_ZLIB)
12288 {
12289 warn (_("section '%s' has unsupported compress type: %d\n"),
12290 printable_section_name (section), chdr.ch_type);
12291 return;
12292 }
12293 else if (chdr.ch_addralign != section->sh_addralign)
12294 {
12295 warn (_("compressed section '%s' is corrupted\n"),
12296 printable_section_name (section));
12297 return;
12298 }
12299 uncompressed_size = chdr.ch_size;
12300 start += compression_header_size;
12301 new_size -= compression_header_size;
12302 }
12303 else if (new_size > 12 && streq ((char *) start, "ZLIB"))
12304 {
12305 /* Read the zlib header. In this case, it should be "ZLIB"
12306 followed by the uncompressed section size, 8 bytes in
12307 big-endian order. */
12308 uncompressed_size = start[4]; uncompressed_size <<= 8;
12309 uncompressed_size += start[5]; uncompressed_size <<= 8;
12310 uncompressed_size += start[6]; uncompressed_size <<= 8;
12311 uncompressed_size += start[7]; uncompressed_size <<= 8;
12312 uncompressed_size += start[8]; uncompressed_size <<= 8;
12313 uncompressed_size += start[9]; uncompressed_size <<= 8;
12314 uncompressed_size += start[10]; uncompressed_size <<= 8;
12315 uncompressed_size += start[11];
12316 start += 12;
12317 new_size -= 12;
12318 }
12319
12320 if (uncompressed_size
12321 && uncompress_section_contents (& start, uncompressed_size,
12322 & new_size))
12323 section_size = new_size;
12324 }
12325
12326 if (relocate)
12327 {
12328 apply_relocations (file, section, start, section_size, NULL, NULL);
12329 }
12330 else
12331 {
12332 /* If the section being dumped has relocations against it the user might
12333 be expecting these relocations to have been applied. Check for this
12334 case and issue a warning message in order to avoid confusion.
12335 FIXME: Maybe we ought to have an option that dumps a section with
12336 relocs applied ? */
12337 for (relsec = section_headers;
12338 relsec < section_headers + elf_header.e_shnum;
12339 ++relsec)
12340 {
12341 if ((relsec->sh_type != SHT_RELA && relsec->sh_type != SHT_REL)
12342 || relsec->sh_info >= elf_header.e_shnum
12343 || section_headers + relsec->sh_info != section
12344 || relsec->sh_size == 0
12345 || relsec->sh_link >= elf_header.e_shnum)
12346 continue;
12347
12348 printf (_(" NOTE: This section has relocations against it, but these have NOT been applied to this dump.\n"));
12349 break;
12350 }
12351 }
12352
12353 addr = section->sh_addr;
12354 bytes = section_size;
12355 data = start;
12356
12357 while (bytes)
12358 {
12359 int j;
12360 int k;
12361 int lbytes;
12362
12363 lbytes = (bytes > 16 ? 16 : bytes);
12364
12365 printf (" 0x%8.8lx ", (unsigned long) addr);
12366
12367 for (j = 0; j < 16; j++)
12368 {
12369 if (j < lbytes)
12370 printf ("%2.2x", data[j]);
12371 else
12372 printf (" ");
12373
12374 if ((j & 3) == 3)
12375 printf (" ");
12376 }
12377
12378 for (j = 0; j < lbytes; j++)
12379 {
12380 k = data[j];
12381 if (k >= ' ' && k < 0x7f)
12382 printf ("%c", k);
12383 else
12384 printf (".");
12385 }
12386
12387 putchar ('\n');
12388
12389 data += lbytes;
12390 addr += lbytes;
12391 bytes -= lbytes;
12392 }
12393
12394 free (real_start);
12395
12396 putchar ('\n');
12397}
12398
12399static int
12400load_specific_debug_section (enum dwarf_section_display_enum debug,
12401 const Elf_Internal_Shdr * sec, void * file)
12402{
12403 struct dwarf_section * section = &debug_displays [debug].section;
12404 char buf [64];
12405
12406 /* If it is already loaded, do nothing. */
12407 if (section->start != NULL)
12408 return 1;
12409
12410 snprintf (buf, sizeof (buf), _("%s section data"), section->name);
12411 section->address = sec->sh_addr;
12412 section->user_data = NULL;
12413 section->start = (unsigned char *) get_data (NULL, (FILE *) file,
12414 sec->sh_offset, 1,
12415 sec->sh_size, buf);
12416 if (section->start == NULL)
12417 section->size = 0;
12418 else
12419 {
12420 unsigned char *start = section->start;
12421 dwarf_size_type size = sec->sh_size;
12422 dwarf_size_type uncompressed_size = 0;
12423
12424 if ((sec->sh_flags & SHF_COMPRESSED) != 0)
12425 {
12426 Elf_Internal_Chdr chdr;
12427 unsigned int compression_header_size
12428 = get_compression_header (&chdr, start);
12429 if (chdr.ch_type != ELFCOMPRESS_ZLIB)
12430 {
12431 warn (_("section '%s' has unsupported compress type: %d\n"),
12432 section->name, chdr.ch_type);
12433 return 0;
12434 }
12435 else if (chdr.ch_addralign != sec->sh_addralign)
12436 {
12437 warn (_("compressed section '%s' is corrupted\n"),
12438 section->name);
12439 return 0;
12440 }
12441 uncompressed_size = chdr.ch_size;
12442 start += compression_header_size;
12443 size -= compression_header_size;
12444 }
12445 else if (size > 12 && streq ((char *) start, "ZLIB"))
12446 {
12447 /* Read the zlib header. In this case, it should be "ZLIB"
12448 followed by the uncompressed section size, 8 bytes in
12449 big-endian order. */
12450 uncompressed_size = start[4]; uncompressed_size <<= 8;
12451 uncompressed_size += start[5]; uncompressed_size <<= 8;
12452 uncompressed_size += start[6]; uncompressed_size <<= 8;
12453 uncompressed_size += start[7]; uncompressed_size <<= 8;
12454 uncompressed_size += start[8]; uncompressed_size <<= 8;
12455 uncompressed_size += start[9]; uncompressed_size <<= 8;
12456 uncompressed_size += start[10]; uncompressed_size <<= 8;
12457 uncompressed_size += start[11];
12458 start += 12;
12459 size -= 12;
12460 }
12461
12462 if (uncompressed_size
12463 && uncompress_section_contents (&start, uncompressed_size,
12464 &size))
12465 {
12466 /* Free the compressed buffer, update the section buffer
12467 and the section size if uncompress is successful. */
12468 free (section->start);
12469 section->start = start;
12470 }
12471 section->size = size;
12472 }
12473
12474 if (section->start == NULL)
12475 return 0;
12476
12477 if (debug_displays [debug].relocate)
12478 apply_relocations ((FILE *) file, sec, section->start, section->size,
12479 & section->reloc_info, & section->num_relocs);
12480 else
12481 {
12482 section->reloc_info = NULL;
12483 section->num_relocs = 0;
12484 }
12485
12486 return 1;
12487}
12488
12489/* If this is not NULL, load_debug_section will only look for sections
12490 within the list of sections given here. */
12491unsigned int *section_subset = NULL;
12492
12493int
12494load_debug_section (enum dwarf_section_display_enum debug, void * file)
12495{
12496 struct dwarf_section * section = &debug_displays [debug].section;
12497 Elf_Internal_Shdr * sec;
12498
12499 /* Locate the debug section. */
12500 sec = find_section_in_set (section->uncompressed_name, section_subset);
12501 if (sec != NULL)
12502 section->name = section->uncompressed_name;
12503 else
12504 {
12505 sec = find_section_in_set (section->compressed_name, section_subset);
12506 if (sec != NULL)
12507 section->name = section->compressed_name;
12508 }
12509 if (sec == NULL)
12510 return 0;
12511
12512 /* If we're loading from a subset of sections, and we've loaded
12513 a section matching this name before, it's likely that it's a
12514 different one. */
12515 if (section_subset != NULL)
12516 free_debug_section (debug);
12517
12518 return load_specific_debug_section (debug, sec, (FILE *) file);
12519}
12520
12521void
12522free_debug_section (enum dwarf_section_display_enum debug)
12523{
12524 struct dwarf_section * section = &debug_displays [debug].section;
12525
12526 if (section->start == NULL)
12527 return;
12528
12529 free ((char *) section->start);
12530 section->start = NULL;
12531 section->address = 0;
12532 section->size = 0;
12533}
12534
12535static int
12536display_debug_section (int shndx, Elf_Internal_Shdr * section, FILE * file)
12537{
12538 char * name = SECTION_NAME (section);
12539 const char * print_name = printable_section_name (section);
12540 bfd_size_type length;
12541 int result = 1;
12542 int i;
12543
12544 length = section->sh_size;
12545 if (length == 0)
12546 {
12547 printf (_("\nSection '%s' has no debugging data.\n"), print_name);
12548 return 0;
12549 }
12550 if (section->sh_type == SHT_NOBITS)
12551 {
12552 /* There is no point in dumping the contents of a debugging section
12553 which has the NOBITS type - the bits in the file will be random.
12554 This can happen when a file containing a .eh_frame section is
12555 stripped with the --only-keep-debug command line option. */
12556 printf (_("section '%s' has the NOBITS type - its contents are unreliable.\n"),
12557 print_name);
12558 return 0;
12559 }
12560
12561 if (const_strneq (name, ".gnu.linkonce.wi."))
12562 name = ".debug_info";
12563
12564 /* See if we know how to display the contents of this section. */
12565 for (i = 0; i < max; i++)
12566 if (streq (debug_displays[i].section.uncompressed_name, name)
12567 || (i == line && const_strneq (name, ".debug_line."))
12568 || streq (debug_displays[i].section.compressed_name, name))
12569 {
12570 struct dwarf_section * sec = &debug_displays [i].section;
12571 int secondary = (section != find_section (name));
12572
12573 if (secondary)
12574 free_debug_section ((enum dwarf_section_display_enum) i);
12575
12576 if (i == line && const_strneq (name, ".debug_line."))
12577 sec->name = name;
12578 else if (streq (sec->uncompressed_name, name))
12579 sec->name = sec->uncompressed_name;
12580 else
12581 sec->name = sec->compressed_name;
12582 if (load_specific_debug_section ((enum dwarf_section_display_enum) i,
12583 section, file))
12584 {
12585 /* If this debug section is part of a CU/TU set in a .dwp file,
12586 restrict load_debug_section to the sections in that set. */
12587 section_subset = find_cu_tu_set (file, shndx);
12588
12589 result &= debug_displays[i].display (sec, file);
12590
12591 section_subset = NULL;
12592
12593 if (secondary || (i != info && i != abbrev))
12594 free_debug_section ((enum dwarf_section_display_enum) i);
12595 }
12596
12597 break;
12598 }
12599
12600 if (i == max)
12601 {
12602 printf (_("Unrecognized debug section: %s\n"), print_name);
12603 result = 0;
12604 }
12605
12606 return result;
12607}
12608
12609/* Set DUMP_SECTS for all sections where dumps were requested
12610 based on section name. */
12611
12612static void
12613initialise_dumps_byname (void)
12614{
12615 struct dump_list_entry * cur;
12616
12617 for (cur = dump_sects_byname; cur; cur = cur->next)
12618 {
12619 unsigned int i;
12620 int any;
12621
12622 for (i = 0, any = 0; i < elf_header.e_shnum; i++)
12623 if (streq (SECTION_NAME (section_headers + i), cur->name))
12624 {
12625 request_dump_bynumber (i, cur->type);
12626 any = 1;
12627 }
12628
12629 if (!any)
12630 warn (_("Section '%s' was not dumped because it does not exist!\n"),
12631 cur->name);
12632 }
12633}
12634
12635static void
12636process_section_contents (FILE * file)
12637{
12638 Elf_Internal_Shdr * section;
12639 unsigned int i;
12640
12641 if (! do_dump)
12642 return;
12643
12644 initialise_dumps_byname ();
12645
12646 for (i = 0, section = section_headers;
12647 i < elf_header.e_shnum && i < num_dump_sects;
12648 i++, section++)
12649 {
12650#ifdef SUPPORT_DISASSEMBLY
12651 if (dump_sects[i] & DISASS_DUMP)
12652 disassemble_section (section, file);
12653#endif
12654 if (dump_sects[i] & HEX_DUMP)
12655 dump_section_as_bytes (section, file, FALSE);
12656
12657 if (dump_sects[i] & RELOC_DUMP)
12658 dump_section_as_bytes (section, file, TRUE);
12659
12660 if (dump_sects[i] & STRING_DUMP)
12661 dump_section_as_strings (section, file);
12662
12663 if (dump_sects[i] & DEBUG_DUMP)
12664 display_debug_section (i, section, file);
12665 }
12666
12667 /* Check to see if the user requested a
12668 dump of a section that does not exist. */
12669 while (i++ < num_dump_sects)
12670 if (dump_sects[i])
12671 warn (_("Section %d was not dumped because it does not exist!\n"), i);
12672}
12673
12674static void
12675process_mips_fpe_exception (int mask)
12676{
12677 if (mask)
12678 {
12679 int first = 1;
12680 if (mask & OEX_FPU_INEX)
12681 fputs ("INEX", stdout), first = 0;
12682 if (mask & OEX_FPU_UFLO)
12683 printf ("%sUFLO", first ? "" : "|"), first = 0;
12684 if (mask & OEX_FPU_OFLO)
12685 printf ("%sOFLO", first ? "" : "|"), first = 0;
12686 if (mask & OEX_FPU_DIV0)
12687 printf ("%sDIV0", first ? "" : "|"), first = 0;
12688 if (mask & OEX_FPU_INVAL)
12689 printf ("%sINVAL", first ? "" : "|");
12690 }
12691 else
12692 fputs ("0", stdout);
12693}
12694
12695/* Display's the value of TAG at location P. If TAG is
12696 greater than 0 it is assumed to be an unknown tag, and
12697 a message is printed to this effect. Otherwise it is
12698 assumed that a message has already been printed.
12699
12700 If the bottom bit of TAG is set it assumed to have a
12701 string value, otherwise it is assumed to have an integer
12702 value.
12703
12704 Returns an updated P pointing to the first unread byte
12705 beyond the end of TAG's value.
12706
12707 Reads at or beyond END will not be made. */
12708
12709static unsigned char *
12710display_tag_value (int tag,
12711 unsigned char * p,
12712 const unsigned char * const end)
12713{
12714 unsigned long val;
12715
12716 if (tag > 0)
12717 printf (" Tag_unknown_%d: ", tag);
12718
12719 if (p >= end)
12720 {
12721 warn (_("<corrupt tag>\n"));
12722 }
12723 else if (tag & 1)
12724 {
12725 /* PR 17531 file: 027-19978-0.004. */
12726 size_t maxlen = (end - p) - 1;
12727
12728 putchar ('"');
12729 if (maxlen > 0)
12730 {
12731 print_symbol ((int) maxlen, (const char *) p);
12732 p += strnlen ((char *) p, maxlen) + 1;
12733 }
12734 else
12735 {
12736 printf (_("<corrupt string tag>"));
12737 p = (unsigned char *) end;
12738 }
12739 printf ("\"\n");
12740 }
12741 else
12742 {
12743 unsigned int len;
12744
12745 val = read_uleb128 (p, &len, end);
12746 p += len;
12747 printf ("%ld (0x%lx)\n", val, val);
12748 }
12749
12750 assert (p <= end);
12751 return p;
12752}
12753
12754/* ARM EABI attributes section. */
12755typedef struct
12756{
12757 unsigned int tag;
12758 const char * name;
12759 /* 0 = special, 1 = string, 2 = uleb123, > 0x80 == table lookup. */
12760 unsigned int type;
12761 const char ** table;
12762} arm_attr_public_tag;
12763
12764static const char * arm_attr_tag_CPU_arch[] =
12765 {"Pre-v4", "v4", "v4T", "v5T", "v5TE", "v5TEJ", "v6", "v6KZ", "v6T2",
12766 "v6K", "v7", "v6-M", "v6S-M", "v7E-M", "v8", "", "v8-M.baseline",
12767 "v8-M.mainline"};
12768static const char * arm_attr_tag_ARM_ISA_use[] = {"No", "Yes"};
12769static const char * arm_attr_tag_THUMB_ISA_use[] =
12770 {"No", "Thumb-1", "Thumb-2", "Yes"};
12771static const char * arm_attr_tag_FP_arch[] =
12772 {"No", "VFPv1", "VFPv2", "VFPv3", "VFPv3-D16", "VFPv4", "VFPv4-D16",
12773 "FP for ARMv8", "FPv5/FP-D16 for ARMv8"};
12774static const char * arm_attr_tag_WMMX_arch[] = {"No", "WMMXv1", "WMMXv2"};
12775static const char * arm_attr_tag_Advanced_SIMD_arch[] =
12776 {"No", "NEONv1", "NEONv1 with Fused-MAC", "NEON for ARMv8",
12777 "NEON for ARMv8.1"};
12778static const char * arm_attr_tag_PCS_config[] =
12779 {"None", "Bare platform", "Linux application", "Linux DSO", "PalmOS 2004",
12780 "PalmOS (reserved)", "SymbianOS 2004", "SymbianOS (reserved)"};
12781static const char * arm_attr_tag_ABI_PCS_R9_use[] =
12782 {"V6", "SB", "TLS", "Unused"};
12783static const char * arm_attr_tag_ABI_PCS_RW_data[] =
12784 {"Absolute", "PC-relative", "SB-relative", "None"};
12785static const char * arm_attr_tag_ABI_PCS_RO_data[] =
12786 {"Absolute", "PC-relative", "None"};
12787static const char * arm_attr_tag_ABI_PCS_GOT_use[] =
12788 {"None", "direct", "GOT-indirect"};
12789static const char * arm_attr_tag_ABI_PCS_wchar_t[] =
12790 {"None", "??? 1", "2", "??? 3", "4"};
12791static const char * arm_attr_tag_ABI_FP_rounding[] = {"Unused", "Needed"};
12792static const char * arm_attr_tag_ABI_FP_denormal[] =
12793 {"Unused", "Needed", "Sign only"};
12794static const char * arm_attr_tag_ABI_FP_exceptions[] = {"Unused", "Needed"};
12795static const char * arm_attr_tag_ABI_FP_user_exceptions[] = {"Unused", "Needed"};
12796static const char * arm_attr_tag_ABI_FP_number_model[] =
12797 {"Unused", "Finite", "RTABI", "IEEE 754"};
12798static const char * arm_attr_tag_ABI_enum_size[] =
12799 {"Unused", "small", "int", "forced to int"};
12800static const char * arm_attr_tag_ABI_HardFP_use[] =
12801 {"As Tag_FP_arch", "SP only", "Reserved", "Deprecated"};
12802static const char * arm_attr_tag_ABI_VFP_args[] =
12803 {"AAPCS", "VFP registers", "custom", "compatible"};
12804static const char * arm_attr_tag_ABI_WMMX_args[] =
12805 {"AAPCS", "WMMX registers", "custom"};
12806static const char * arm_attr_tag_ABI_optimization_goals[] =
12807 {"None", "Prefer Speed", "Aggressive Speed", "Prefer Size",
12808 "Aggressive Size", "Prefer Debug", "Aggressive Debug"};
12809static const char * arm_attr_tag_ABI_FP_optimization_goals[] =
12810 {"None", "Prefer Speed", "Aggressive Speed", "Prefer Size",
12811 "Aggressive Size", "Prefer Accuracy", "Aggressive Accuracy"};
12812static const char * arm_attr_tag_CPU_unaligned_access[] = {"None", "v6"};
12813static const char * arm_attr_tag_FP_HP_extension[] =
12814 {"Not Allowed", "Allowed"};
12815static const char * arm_attr_tag_ABI_FP_16bit_format[] =
12816 {"None", "IEEE 754", "Alternative Format"};
12817static const char * arm_attr_tag_MPextension_use[] =
12818 {"Not Allowed", "Allowed"};
12819static const char * arm_attr_tag_DIV_use[] =
12820 {"Allowed in Thumb-ISA, v7-R or v7-M", "Not allowed",
12821 "Allowed in v7-A with integer division extension"};
12822static const char * arm_attr_tag_T2EE_use[] = {"Not Allowed", "Allowed"};
12823static const char * arm_attr_tag_Virtualization_use[] =
12824 {"Not Allowed", "TrustZone", "Virtualization Extensions",
12825 "TrustZone and Virtualization Extensions"};
12826static const char * arm_attr_tag_MPextension_use_legacy[] =
12827 {"Not Allowed", "Allowed"};
12828
12829#define LOOKUP(id, name) \
12830 {id, #name, 0x80 | ARRAY_SIZE(arm_attr_tag_##name), arm_attr_tag_##name}
12831static arm_attr_public_tag arm_attr_public_tags[] =
12832{
12833 {4, "CPU_raw_name", 1, NULL},
12834 {5, "CPU_name", 1, NULL},
12835 LOOKUP(6, CPU_arch),
12836 {7, "CPU_arch_profile", 0, NULL},
12837 LOOKUP(8, ARM_ISA_use),
12838 LOOKUP(9, THUMB_ISA_use),
12839 LOOKUP(10, FP_arch),
12840 LOOKUP(11, WMMX_arch),
12841 LOOKUP(12, Advanced_SIMD_arch),
12842 LOOKUP(13, PCS_config),
12843 LOOKUP(14, ABI_PCS_R9_use),
12844 LOOKUP(15, ABI_PCS_RW_data),
12845 LOOKUP(16, ABI_PCS_RO_data),
12846 LOOKUP(17, ABI_PCS_GOT_use),
12847 LOOKUP(18, ABI_PCS_wchar_t),
12848 LOOKUP(19, ABI_FP_rounding),
12849 LOOKUP(20, ABI_FP_denormal),
12850 LOOKUP(21, ABI_FP_exceptions),
12851 LOOKUP(22, ABI_FP_user_exceptions),
12852 LOOKUP(23, ABI_FP_number_model),
12853 {24, "ABI_align_needed", 0, NULL},
12854 {25, "ABI_align_preserved", 0, NULL},
12855 LOOKUP(26, ABI_enum_size),
12856 LOOKUP(27, ABI_HardFP_use),
12857 LOOKUP(28, ABI_VFP_args),
12858 LOOKUP(29, ABI_WMMX_args),
12859 LOOKUP(30, ABI_optimization_goals),
12860 LOOKUP(31, ABI_FP_optimization_goals),
12861 {32, "compatibility", 0, NULL},
12862 LOOKUP(34, CPU_unaligned_access),
12863 LOOKUP(36, FP_HP_extension),
12864 LOOKUP(38, ABI_FP_16bit_format),
12865 LOOKUP(42, MPextension_use),
12866 LOOKUP(44, DIV_use),
12867 {64, "nodefaults", 0, NULL},
12868 {65, "also_compatible_with", 0, NULL},
12869 LOOKUP(66, T2EE_use),
12870 {67, "conformance", 1, NULL},
12871 LOOKUP(68, Virtualization_use),
12872 LOOKUP(70, MPextension_use_legacy)
12873};
12874#undef LOOKUP
12875
12876static unsigned char *
12877display_arm_attribute (unsigned char * p,
12878 const unsigned char * const end)
12879{
12880 unsigned int tag;
12881 unsigned int len;
12882 unsigned int val;
12883 arm_attr_public_tag * attr;
12884 unsigned i;
12885 unsigned int type;
12886
12887 tag = read_uleb128 (p, &len, end);
12888 p += len;
12889 attr = NULL;
12890 for (i = 0; i < ARRAY_SIZE (arm_attr_public_tags); i++)
12891 {
12892 if (arm_attr_public_tags[i].tag == tag)
12893 {
12894 attr = &arm_attr_public_tags[i];
12895 break;
12896 }
12897 }
12898
12899 if (attr)
12900 {
12901 printf (" Tag_%s: ", attr->name);
12902 switch (attr->type)
12903 {
12904 case 0:
12905 switch (tag)
12906 {
12907 case 7: /* Tag_CPU_arch_profile. */
12908 val = read_uleb128 (p, &len, end);
12909 p += len;
12910 switch (val)
12911 {
12912 case 0: printf (_("None\n")); break;
12913 case 'A': printf (_("Application\n")); break;
12914 case 'R': printf (_("Realtime\n")); break;
12915 case 'M': printf (_("Microcontroller\n")); break;
12916 case 'S': printf (_("Application or Realtime\n")); break;
12917 default: printf ("??? (%d)\n", val); break;
12918 }
12919 break;
12920
12921 case 24: /* Tag_align_needed. */
12922 val = read_uleb128 (p, &len, end);
12923 p += len;
12924 switch (val)
12925 {
12926 case 0: printf (_("None\n")); break;
12927 case 1: printf (_("8-byte\n")); break;
12928 case 2: printf (_("4-byte\n")); break;
12929 case 3: printf ("??? 3\n"); break;
12930 default:
12931 if (val <= 12)
12932 printf (_("8-byte and up to %d-byte extended\n"),
12933 1 << val);
12934 else
12935 printf ("??? (%d)\n", val);
12936 break;
12937 }
12938 break;
12939
12940 case 25: /* Tag_align_preserved. */
12941 val = read_uleb128 (p, &len, end);
12942 p += len;
12943 switch (val)
12944 {
12945 case 0: printf (_("None\n")); break;
12946 case 1: printf (_("8-byte, except leaf SP\n")); break;
12947 case 2: printf (_("8-byte\n")); break;
12948 case 3: printf ("??? 3\n"); break;
12949 default:
12950 if (val <= 12)
12951 printf (_("8-byte and up to %d-byte extended\n"),
12952 1 << val);
12953 else
12954 printf ("??? (%d)\n", val);
12955 break;
12956 }
12957 break;
12958
12959 case 32: /* Tag_compatibility. */
12960 {
12961 val = read_uleb128 (p, &len, end);
12962 p += len;
12963 printf (_("flag = %d, vendor = "), val);
12964 if (p < end - 1)
12965 {
12966 size_t maxlen = (end - p) - 1;
12967
12968 print_symbol ((int) maxlen, (const char *) p);
12969 p += strnlen ((char *) p, maxlen) + 1;
12970 }
12971 else
12972 {
12973 printf (_("<corrupt>"));
12974 p = (unsigned char *) end;
12975 }
12976 putchar ('\n');
12977 }
12978 break;
12979
12980 case 64: /* Tag_nodefaults. */
12981 /* PR 17531: file: 001-505008-0.01. */
12982 if (p < end)
12983 p++;
12984 printf (_("True\n"));
12985 break;
12986
12987 case 65: /* Tag_also_compatible_with. */
12988 val = read_uleb128 (p, &len, end);
12989 p += len;
12990 if (val == 6 /* Tag_CPU_arch. */)
12991 {
12992 val = read_uleb128 (p, &len, end);
12993 p += len;
12994 if ((unsigned int) val >= ARRAY_SIZE (arm_attr_tag_CPU_arch))
12995 printf ("??? (%d)\n", val);
12996 else
12997 printf ("%s\n", arm_attr_tag_CPU_arch[val]);
12998 }
12999 else
13000 printf ("???\n");
13001 while (p < end && *(p++) != '\0' /* NUL terminator. */)
13002 ;
13003 break;
13004
13005 default:
13006 printf (_("<unknown: %d>\n"), tag);
13007 break;
13008 }
13009 return p;
13010
13011 case 1:
13012 return display_tag_value (-1, p, end);
13013 case 2:
13014 return display_tag_value (0, p, end);
13015
13016 default:
13017 assert (attr->type & 0x80);
13018 val = read_uleb128 (p, &len, end);
13019 p += len;
13020 type = attr->type & 0x7f;
13021 if (val >= type)
13022 printf ("??? (%d)\n", val);
13023 else
13024 printf ("%s\n", attr->table[val]);
13025 return p;
13026 }
13027 }
13028
13029 return display_tag_value (tag, p, end);
13030}
13031
13032static unsigned char *
13033display_gnu_attribute (unsigned char * p,
13034 unsigned char * (* display_proc_gnu_attribute) (unsigned char *, int, const unsigned char * const),
13035 const unsigned char * const end)
13036{
13037 int tag;
13038 unsigned int len;
13039 int val;
13040
13041 tag = read_uleb128 (p, &len, end);
13042 p += len;
13043
13044 /* Tag_compatibility is the only generic GNU attribute defined at
13045 present. */
13046 if (tag == 32)
13047 {
13048 val = read_uleb128 (p, &len, end);
13049 p += len;
13050
13051 printf (_("flag = %d, vendor = "), val);
13052 if (p == end)
13053 {
13054 printf (_("<corrupt>\n"));
13055 warn (_("corrupt vendor attribute\n"));
13056 }
13057 else
13058 {
13059 if (p < end - 1)
13060 {
13061 size_t maxlen = (end - p) - 1;
13062
13063 print_symbol ((int) maxlen, (const char *) p);
13064 p += strnlen ((char *) p, maxlen) + 1;
13065 }
13066 else
13067 {
13068 printf (_("<corrupt>"));
13069 p = (unsigned char *) end;
13070 }
13071 putchar ('\n');
13072 }
13073 return p;
13074 }
13075
13076 if ((tag & 2) == 0 && display_proc_gnu_attribute)
13077 return display_proc_gnu_attribute (p, tag, end);
13078
13079 return display_tag_value (tag, p, end);
13080}
13081
13082static unsigned char *
13083display_power_gnu_attribute (unsigned char * p,
13084 int tag,
13085 const unsigned char * const end)
13086{
13087 unsigned int len;
13088 int val;
13089
13090 if (tag == Tag_GNU_Power_ABI_FP)
13091 {
13092 val = read_uleb128 (p, &len, end);
13093 p += len;
13094 printf (" Tag_GNU_Power_ABI_FP: ");
13095
13096 switch (val)
13097 {
13098 case 0:
13099 printf (_("Hard or soft float\n"));
13100 break;
13101 case 1:
13102 printf (_("Hard float\n"));
13103 break;
13104 case 2:
13105 printf (_("Soft float\n"));
13106 break;
13107 case 3:
13108 printf (_("Single-precision hard float\n"));
13109 break;
13110 default:
13111 printf ("??? (%d)\n", val);
13112 break;
13113 }
13114 return p;
13115 }
13116
13117 if (tag == Tag_GNU_Power_ABI_Vector)
13118 {
13119 val = read_uleb128 (p, &len, end);
13120 p += len;
13121 printf (" Tag_GNU_Power_ABI_Vector: ");
13122 switch (val)
13123 {
13124 case 0:
13125 printf (_("Any\n"));
13126 break;
13127 case 1:
13128 printf (_("Generic\n"));
13129 break;
13130 case 2:
13131 printf ("AltiVec\n");
13132 break;
13133 case 3:
13134 printf ("SPE\n");
13135 break;
13136 default:
13137 printf ("??? (%d)\n", val);
13138 break;
13139 }
13140 return p;
13141 }
13142
13143 if (tag == Tag_GNU_Power_ABI_Struct_Return)
13144 {
13145 if (p == end)
13146 {
13147 warn (_("corrupt Tag_GNU_Power_ABI_Struct_Return\n"));
13148 return p;
13149 }
13150
13151 val = read_uleb128 (p, &len, end);
13152 p += len;
13153 printf (" Tag_GNU_Power_ABI_Struct_Return: ");
13154 switch (val)
13155 {
13156 case 0:
13157 printf (_("Any\n"));
13158 break;
13159 case 1:
13160 printf ("r3/r4\n");
13161 break;
13162 case 2:
13163 printf (_("Memory\n"));
13164 break;
13165 default:
13166 printf ("??? (%d)\n", val);
13167 break;
13168 }
13169 return p;
13170 }
13171
13172 return display_tag_value (tag & 1, p, end);
13173}
13174
13175static unsigned char *
13176display_s390_gnu_attribute (unsigned char * p,
13177 int tag,
13178 const unsigned char * const end)
13179{
13180 unsigned int len;
13181 int val;
13182
13183 if (tag == Tag_GNU_S390_ABI_Vector)
13184 {
13185 val = read_uleb128 (p, &len, end);
13186 p += len;
13187 printf (" Tag_GNU_S390_ABI_Vector: ");
13188
13189 switch (val)
13190 {
13191 case 0:
13192 printf (_("any\n"));
13193 break;
13194 case 1:
13195 printf (_("software\n"));
13196 break;
13197 case 2:
13198 printf (_("hardware\n"));
13199 break;
13200 default:
13201 printf ("??? (%d)\n", val);
13202 break;
13203 }
13204 return p;
13205 }
13206
13207 return display_tag_value (tag & 1, p, end);
13208}
13209
13210static void
13211display_sparc_hwcaps (int mask)
13212{
13213 if (mask)
13214 {
13215 int first = 1;
13216
13217 if (mask & ELF_SPARC_HWCAP_MUL32)
13218 fputs ("mul32", stdout), first = 0;
13219 if (mask & ELF_SPARC_HWCAP_DIV32)
13220 printf ("%sdiv32", first ? "" : "|"), first = 0;
13221 if (mask & ELF_SPARC_HWCAP_FSMULD)
13222 printf ("%sfsmuld", first ? "" : "|"), first = 0;
13223 if (mask & ELF_SPARC_HWCAP_V8PLUS)
13224 printf ("%sv8plus", first ? "" : "|"), first = 0;
13225 if (mask & ELF_SPARC_HWCAP_POPC)
13226 printf ("%spopc", first ? "" : "|"), first = 0;
13227 if (mask & ELF_SPARC_HWCAP_VIS)
13228 printf ("%svis", first ? "" : "|"), first = 0;
13229 if (mask & ELF_SPARC_HWCAP_VIS2)
13230 printf ("%svis2", first ? "" : "|"), first = 0;
13231 if (mask & ELF_SPARC_HWCAP_ASI_BLK_INIT)
13232 printf ("%sASIBlkInit", first ? "" : "|"), first = 0;
13233 if (mask & ELF_SPARC_HWCAP_FMAF)
13234 printf ("%sfmaf", first ? "" : "|"), first = 0;
13235 if (mask & ELF_SPARC_HWCAP_VIS3)
13236 printf ("%svis3", first ? "" : "|"), first = 0;
13237 if (mask & ELF_SPARC_HWCAP_HPC)
13238 printf ("%shpc", first ? "" : "|"), first = 0;
13239 if (mask & ELF_SPARC_HWCAP_RANDOM)
13240 printf ("%srandom", first ? "" : "|"), first = 0;
13241 if (mask & ELF_SPARC_HWCAP_TRANS)
13242 printf ("%strans", first ? "" : "|"), first = 0;
13243 if (mask & ELF_SPARC_HWCAP_FJFMAU)
13244 printf ("%sfjfmau", first ? "" : "|"), first = 0;
13245 if (mask & ELF_SPARC_HWCAP_IMA)
13246 printf ("%sima", first ? "" : "|"), first = 0;
13247 if (mask & ELF_SPARC_HWCAP_ASI_CACHE_SPARING)
13248 printf ("%scspare", first ? "" : "|"), first = 0;
13249 }
13250 else
13251 fputc ('0', stdout);
13252 fputc ('\n', stdout);
13253}
13254
13255static void
13256display_sparc_hwcaps2 (int mask)
13257{
13258 if (mask)
13259 {
13260 int first = 1;
13261
13262 if (mask & ELF_SPARC_HWCAP2_FJATHPLUS)
13263 fputs ("fjathplus", stdout), first = 0;
13264 if (mask & ELF_SPARC_HWCAP2_VIS3B)
13265 printf ("%svis3b", first ? "" : "|"), first = 0;
13266 if (mask & ELF_SPARC_HWCAP2_ADP)
13267 printf ("%sadp", first ? "" : "|"), first = 0;
13268 if (mask & ELF_SPARC_HWCAP2_SPARC5)
13269 printf ("%ssparc5", first ? "" : "|"), first = 0;
13270 if (mask & ELF_SPARC_HWCAP2_MWAIT)
13271 printf ("%smwait", first ? "" : "|"), first = 0;
13272 if (mask & ELF_SPARC_HWCAP2_XMPMUL)
13273 printf ("%sxmpmul", first ? "" : "|"), first = 0;
13274 if (mask & ELF_SPARC_HWCAP2_XMONT)
13275 printf ("%sxmont2", first ? "" : "|"), first = 0;
13276 if (mask & ELF_SPARC_HWCAP2_NSEC)
13277 printf ("%snsec", first ? "" : "|"), first = 0;
13278 if (mask & ELF_SPARC_HWCAP2_FJATHHPC)
13279 printf ("%sfjathhpc", first ? "" : "|"), first = 0;
13280 if (mask & ELF_SPARC_HWCAP2_FJDES)
13281 printf ("%sfjdes", first ? "" : "|"), first = 0;
13282 if (mask & ELF_SPARC_HWCAP2_FJAES)
13283 printf ("%sfjaes", first ? "" : "|"), first = 0;
13284 }
13285 else
13286 fputc ('0', stdout);
13287 fputc ('\n', stdout);
13288}
13289
13290static unsigned char *
13291display_sparc_gnu_attribute (unsigned char * p,
13292 int tag,
13293 const unsigned char * const end)
13294{
13295 unsigned int len;
13296 int val;
13297
13298 if (tag == Tag_GNU_Sparc_HWCAPS)
13299 {
13300 val = read_uleb128 (p, &len, end);
13301 p += len;
13302 printf (" Tag_GNU_Sparc_HWCAPS: ");
13303 display_sparc_hwcaps (val);
13304 return p;
13305 }
13306 if (tag == Tag_GNU_Sparc_HWCAPS2)
13307 {
13308 val = read_uleb128 (p, &len, end);
13309 p += len;
13310 printf (" Tag_GNU_Sparc_HWCAPS2: ");
13311 display_sparc_hwcaps2 (val);
13312 return p;
13313 }
13314
13315 return display_tag_value (tag, p, end);
13316}
13317
13318static void
13319print_mips_fp_abi_value (int val)
13320{
13321 switch (val)
13322 {
13323 case Val_GNU_MIPS_ABI_FP_ANY:
13324 printf (_("Hard or soft float\n"));
13325 break;
13326 case Val_GNU_MIPS_ABI_FP_DOUBLE:
13327 printf (_("Hard float (double precision)\n"));
13328 break;
13329 case Val_GNU_MIPS_ABI_FP_SINGLE:
13330 printf (_("Hard float (single precision)\n"));
13331 break;
13332 case Val_GNU_MIPS_ABI_FP_SOFT:
13333 printf (_("Soft float\n"));
13334 break;
13335 case Val_GNU_MIPS_ABI_FP_OLD_64:
13336 printf (_("Hard float (MIPS32r2 64-bit FPU 12 callee-saved)\n"));
13337 break;
13338 case Val_GNU_MIPS_ABI_FP_XX:
13339 printf (_("Hard float (32-bit CPU, Any FPU)\n"));
13340 break;
13341 case Val_GNU_MIPS_ABI_FP_64:
13342 printf (_("Hard float (32-bit CPU, 64-bit FPU)\n"));
13343 break;
13344 case Val_GNU_MIPS_ABI_FP_64A:
13345 printf (_("Hard float compat (32-bit CPU, 64-bit FPU)\n"));
13346 break;
13347 case Val_GNU_MIPS_ABI_FP_NAN2008:
13348 printf (_("NaN 2008 compatibility\n"));
13349 break;
13350 default:
13351 printf ("??? (%d)\n", val);
13352 break;
13353 }
13354}
13355
13356static unsigned char *
13357display_mips_gnu_attribute (unsigned char * p,
13358 int tag,
13359 const unsigned char * const end)
13360{
13361 if (tag == Tag_GNU_MIPS_ABI_FP)
13362 {
13363 unsigned int len;
13364 int val;
13365
13366 val = read_uleb128 (p, &len, end);
13367 p += len;
13368 printf (" Tag_GNU_MIPS_ABI_FP: ");
13369
13370 print_mips_fp_abi_value (val);
13371
13372 return p;
13373 }
13374
13375 if (tag == Tag_GNU_MIPS_ABI_MSA)
13376 {
13377 unsigned int len;
13378 int val;
13379
13380 val = read_uleb128 (p, &len, end);
13381 p += len;
13382 printf (" Tag_GNU_MIPS_ABI_MSA: ");
13383
13384 switch (val)
13385 {
13386 case Val_GNU_MIPS_ABI_MSA_ANY:
13387 printf (_("Any MSA or not\n"));
13388 break;
13389 case Val_GNU_MIPS_ABI_MSA_128:
13390 printf (_("128-bit MSA\n"));
13391 break;
13392 default:
13393 printf ("??? (%d)\n", val);
13394 break;
13395 }
13396 return p;
13397 }
13398
13399 return display_tag_value (tag & 1, p, end);
13400}
13401
13402static unsigned char *
13403display_tic6x_attribute (unsigned char * p,
13404 const unsigned char * const end)
13405{
13406 int tag;
13407 unsigned int len;
13408 int val;
13409
13410 tag = read_uleb128 (p, &len, end);
13411 p += len;
13412
13413 switch (tag)
13414 {
13415 case Tag_ISA:
13416 val = read_uleb128 (p, &len, end);
13417 p += len;
13418 printf (" Tag_ISA: ");
13419
13420 switch (val)
13421 {
13422 case C6XABI_Tag_ISA_none:
13423 printf (_("None\n"));
13424 break;
13425 case C6XABI_Tag_ISA_C62X:
13426 printf ("C62x\n");
13427 break;
13428 case C6XABI_Tag_ISA_C67X:
13429 printf ("C67x\n");
13430 break;
13431 case C6XABI_Tag_ISA_C67XP:
13432 printf ("C67x+\n");
13433 break;
13434 case C6XABI_Tag_ISA_C64X:
13435 printf ("C64x\n");
13436 break;
13437 case C6XABI_Tag_ISA_C64XP:
13438 printf ("C64x+\n");
13439 break;
13440 case C6XABI_Tag_ISA_C674X:
13441 printf ("C674x\n");
13442 break;
13443 default:
13444 printf ("??? (%d)\n", val);
13445 break;
13446 }
13447 return p;
13448
13449 case Tag_ABI_wchar_t:
13450 val = read_uleb128 (p, &len, end);
13451 p += len;
13452 printf (" Tag_ABI_wchar_t: ");
13453 switch (val)
13454 {
13455 case 0:
13456 printf (_("Not used\n"));
13457 break;
13458 case 1:
13459 printf (_("2 bytes\n"));
13460 break;
13461 case 2:
13462 printf (_("4 bytes\n"));
13463 break;
13464 default:
13465 printf ("??? (%d)\n", val);
13466 break;
13467 }
13468 return p;
13469
13470 case Tag_ABI_stack_align_needed:
13471 val = read_uleb128 (p, &len, end);
13472 p += len;
13473 printf (" Tag_ABI_stack_align_needed: ");
13474 switch (val)
13475 {
13476 case 0:
13477 printf (_("8-byte\n"));
13478 break;
13479 case 1:
13480 printf (_("16-byte\n"));
13481 break;
13482 default:
13483 printf ("??? (%d)\n", val);
13484 break;
13485 }
13486 return p;
13487
13488 case Tag_ABI_stack_align_preserved:
13489 val = read_uleb128 (p, &len, end);
13490 p += len;
13491 printf (" Tag_ABI_stack_align_preserved: ");
13492 switch (val)
13493 {
13494 case 0:
13495 printf (_("8-byte\n"));
13496 break;
13497 case 1:
13498 printf (_("16-byte\n"));
13499 break;
13500 default:
13501 printf ("??? (%d)\n", val);
13502 break;
13503 }
13504 return p;
13505
13506 case Tag_ABI_DSBT:
13507 val = read_uleb128 (p, &len, end);
13508 p += len;
13509 printf (" Tag_ABI_DSBT: ");
13510 switch (val)
13511 {
13512 case 0:
13513 printf (_("DSBT addressing not used\n"));
13514 break;
13515 case 1:
13516 printf (_("DSBT addressing used\n"));
13517 break;
13518 default:
13519 printf ("??? (%d)\n", val);
13520 break;
13521 }
13522 return p;
13523
13524 case Tag_ABI_PID:
13525 val = read_uleb128 (p, &len, end);
13526 p += len;
13527 printf (" Tag_ABI_PID: ");
13528 switch (val)
13529 {
13530 case 0:
13531 printf (_("Data addressing position-dependent\n"));
13532 break;
13533 case 1:
13534 printf (_("Data addressing position-independent, GOT near DP\n"));
13535 break;
13536 case 2:
13537 printf (_("Data addressing position-independent, GOT far from DP\n"));
13538 break;
13539 default:
13540 printf ("??? (%d)\n", val);
13541 break;
13542 }
13543 return p;
13544
13545 case Tag_ABI_PIC:
13546 val = read_uleb128 (p, &len, end);
13547 p += len;
13548 printf (" Tag_ABI_PIC: ");
13549 switch (val)
13550 {
13551 case 0:
13552 printf (_("Code addressing position-dependent\n"));
13553 break;
13554 case 1:
13555 printf (_("Code addressing position-independent\n"));
13556 break;
13557 default:
13558 printf ("??? (%d)\n", val);
13559 break;
13560 }
13561 return p;
13562
13563 case Tag_ABI_array_object_alignment:
13564 val = read_uleb128 (p, &len, end);
13565 p += len;
13566 printf (" Tag_ABI_array_object_alignment: ");
13567 switch (val)
13568 {
13569 case 0:
13570 printf (_("8-byte\n"));
13571 break;
13572 case 1:
13573 printf (_("4-byte\n"));
13574 break;
13575 case 2:
13576 printf (_("16-byte\n"));
13577 break;
13578 default:
13579 printf ("??? (%d)\n", val);
13580 break;
13581 }
13582 return p;
13583
13584 case Tag_ABI_array_object_align_expected:
13585 val = read_uleb128 (p, &len, end);
13586 p += len;
13587 printf (" Tag_ABI_array_object_align_expected: ");
13588 switch (val)
13589 {
13590 case 0:
13591 printf (_("8-byte\n"));
13592 break;
13593 case 1:
13594 printf (_("4-byte\n"));
13595 break;
13596 case 2:
13597 printf (_("16-byte\n"));
13598 break;
13599 default:
13600 printf ("??? (%d)\n", val);
13601 break;
13602 }
13603 return p;
13604
13605 case Tag_ABI_compatibility:
13606 {
13607 val = read_uleb128 (p, &len, end);
13608 p += len;
13609 printf (" Tag_ABI_compatibility: ");
13610 printf (_("flag = %d, vendor = "), val);
13611 if (p < end - 1)
13612 {
13613 size_t maxlen = (end - p) - 1;
13614
13615 print_symbol ((int) maxlen, (const char *) p);
13616 p += strnlen ((char *) p, maxlen) + 1;
13617 }
13618 else
13619 {
13620 printf (_("<corrupt>"));
13621 p = (unsigned char *) end;
13622 }
13623 putchar ('\n');
13624 return p;
13625 }
13626
13627 case Tag_ABI_conformance:
13628 {
13629 printf (" Tag_ABI_conformance: \"");
13630 if (p < end - 1)
13631 {
13632 size_t maxlen = (end - p) - 1;
13633
13634 print_symbol ((int) maxlen, (const char *) p);
13635 p += strnlen ((char *) p, maxlen) + 1;
13636 }
13637 else
13638 {
13639 printf (_("<corrupt>"));
13640 p = (unsigned char *) end;
13641 }
13642 printf ("\"\n");
13643 return p;
13644 }
13645 }
13646
13647 return display_tag_value (tag, p, end);
13648}
13649
13650static void
13651display_raw_attribute (unsigned char * p, unsigned char * end)
13652{
13653 unsigned long addr = 0;
13654 size_t bytes = end - p;
13655
13656 assert (end > p);
13657 while (bytes)
13658 {
13659 int j;
13660 int k;
13661 int lbytes = (bytes > 16 ? 16 : bytes);
13662
13663 printf (" 0x%8.8lx ", addr);
13664
13665 for (j = 0; j < 16; j++)
13666 {
13667 if (j < lbytes)
13668 printf ("%2.2x", p[j]);
13669 else
13670 printf (" ");
13671
13672 if ((j & 3) == 3)
13673 printf (" ");
13674 }
13675
13676 for (j = 0; j < lbytes; j++)
13677 {
13678 k = p[j];
13679 if (k >= ' ' && k < 0x7f)
13680 printf ("%c", k);
13681 else
13682 printf (".");
13683 }
13684
13685 putchar ('\n');
13686
13687 p += lbytes;
13688 bytes -= lbytes;
13689 addr += lbytes;
13690 }
13691
13692 putchar ('\n');
13693}
13694
13695static unsigned char *
13696display_msp430x_attribute (unsigned char * p,
13697 const unsigned char * const end)
13698{
13699 unsigned int len;
13700 int val;
13701 int tag;
13702
13703 tag = read_uleb128 (p, & len, end);
13704 p += len;
13705
13706 switch (tag)
13707 {
13708 case OFBA_MSPABI_Tag_ISA:
13709 val = read_uleb128 (p, &len, end);
13710 p += len;
13711 printf (" Tag_ISA: ");
13712 switch (val)
13713 {
13714 case 0: printf (_("None\n")); break;
13715 case 1: printf (_("MSP430\n")); break;
13716 case 2: printf (_("MSP430X\n")); break;
13717 default: printf ("??? (%d)\n", val); break;
13718 }
13719 break;
13720
13721 case OFBA_MSPABI_Tag_Code_Model:
13722 val = read_uleb128 (p, &len, end);
13723 p += len;
13724 printf (" Tag_Code_Model: ");
13725 switch (val)
13726 {
13727 case 0: printf (_("None\n")); break;
13728 case 1: printf (_("Small\n")); break;
13729 case 2: printf (_("Large\n")); break;
13730 default: printf ("??? (%d)\n", val); break;
13731 }
13732 break;
13733
13734 case OFBA_MSPABI_Tag_Data_Model:
13735 val = read_uleb128 (p, &len, end);
13736 p += len;
13737 printf (" Tag_Data_Model: ");
13738 switch (val)
13739 {
13740 case 0: printf (_("None\n")); break;
13741 case 1: printf (_("Small\n")); break;
13742 case 2: printf (_("Large\n")); break;
13743 case 3: printf (_("Restricted Large\n")); break;
13744 default: printf ("??? (%d)\n", val); break;
13745 }
13746 break;
13747
13748 default:
13749 printf (_(" <unknown tag %d>: "), tag);
13750
13751 if (tag & 1)
13752 {
13753 putchar ('"');
13754 if (p < end - 1)
13755 {
13756 size_t maxlen = (end - p) - 1;
13757
13758 print_symbol ((int) maxlen, (const char *) p);
13759 p += strnlen ((char *) p, maxlen) + 1;
13760 }
13761 else
13762 {
13763 printf (_("<corrupt>"));
13764 p = (unsigned char *) end;
13765 }
13766 printf ("\"\n");
13767 }
13768 else
13769 {
13770 val = read_uleb128 (p, &len, end);
13771 p += len;
13772 printf ("%d (0x%x)\n", val, val);
13773 }
13774 break;
13775 }
13776
13777 assert (p <= end);
13778 return p;
13779}
13780
13781static int
13782process_attributes (FILE * file,
13783 const char * public_name,
13784 unsigned int proc_type,
13785 unsigned char * (* display_pub_attribute) (unsigned char *, const unsigned char * const),
13786 unsigned char * (* display_proc_gnu_attribute) (unsigned char *, int, const unsigned char * const))
13787{
13788 Elf_Internal_Shdr * sect;
13789 unsigned i;
13790
13791 /* Find the section header so that we get the size. */
13792 for (i = 0, sect = section_headers;
13793 i < elf_header.e_shnum;
13794 i++, sect++)
13795 {
13796 unsigned char * contents;
13797 unsigned char * p;
13798
13799 if (sect->sh_type != proc_type && sect->sh_type != SHT_GNU_ATTRIBUTES)
13800 continue;
13801
13802 contents = (unsigned char *) get_data (NULL, file, sect->sh_offset, 1,
13803 sect->sh_size, _("attributes"));
13804 if (contents == NULL)
13805 continue;
13806
13807 p = contents;
13808 if (*p == 'A')
13809 {
13810 bfd_vma section_len;
13811
13812 section_len = sect->sh_size - 1;
13813 p++;
13814
13815 while (section_len > 0)
13816 {
13817 bfd_vma attr_len;
13818 unsigned int namelen;
13819 bfd_boolean public_section;
13820 bfd_boolean gnu_section;
13821
13822 if (section_len <= 4)
13823 {
13824 error (_("Tag section ends prematurely\n"));
13825 break;
13826 }
13827 attr_len = byte_get (p, 4);
13828 p += 4;
13829
13830 if (attr_len > section_len)
13831 {
13832 error (_("Bad attribute length (%u > %u)\n"),
13833 (unsigned) attr_len, (unsigned) section_len);
13834 attr_len = section_len;
13835 }
13836 /* PR 17531: file: 001-101425-0.004 */
13837 else if (attr_len < 5)
13838 {
13839 error (_("Attribute length of %u is too small\n"), (unsigned) attr_len);
13840 break;
13841 }
13842
13843 section_len -= attr_len;
13844 attr_len -= 4;
13845
13846 namelen = strnlen ((char *) p, attr_len) + 1;
13847 if (namelen == 0 || namelen >= attr_len)
13848 {
13849 error (_("Corrupt attribute section name\n"));
13850 break;
13851 }
13852
13853 printf (_("Attribute Section: "));
13854 print_symbol (INT_MAX, (const char *) p);
13855 putchar ('\n');
13856
13857 if (public_name && streq ((char *) p, public_name))
13858 public_section = TRUE;
13859 else
13860 public_section = FALSE;
13861
13862 if (streq ((char *) p, "gnu"))
13863 gnu_section = TRUE;
13864 else
13865 gnu_section = FALSE;
13866
13867 p += namelen;
13868 attr_len -= namelen;
13869
13870 while (attr_len > 0 && p < contents + sect->sh_size)
13871 {
13872 int tag;
13873 int val;
13874 bfd_vma size;
13875 unsigned char * end;
13876
13877 /* PR binutils/17531: Safe handling of corrupt files. */
13878 if (attr_len < 6)
13879 {
13880 error (_("Unused bytes at end of section\n"));
13881 section_len = 0;
13882 break;
13883 }
13884
13885 tag = *(p++);
13886 size = byte_get (p, 4);
13887 if (size > attr_len)
13888 {
13889 error (_("Bad subsection length (%u > %u)\n"),
13890 (unsigned) size, (unsigned) attr_len);
13891 size = attr_len;
13892 }
13893 /* PR binutils/17531: Safe handling of corrupt files. */
13894 if (size < 6)
13895 {
13896 error (_("Bad subsection length (%u < 6)\n"),
13897 (unsigned) size);
13898 section_len = 0;
13899 break;
13900 }
13901
13902 attr_len -= size;
13903 end = p + size - 1;
13904 assert (end <= contents + sect->sh_size);
13905 p += 4;
13906
13907 switch (tag)
13908 {
13909 case 1:
13910 printf (_("File Attributes\n"));
13911 break;
13912 case 2:
13913 printf (_("Section Attributes:"));
13914 goto do_numlist;
13915 case 3:
13916 printf (_("Symbol Attributes:"));
13917 do_numlist:
13918 for (;;)
13919 {
13920 unsigned int j;
13921
13922 val = read_uleb128 (p, &j, end);
13923 p += j;
13924 if (val == 0)
13925 break;
13926 printf (" %d", val);
13927 }
13928 printf ("\n");
13929 break;
13930 default:
13931 printf (_("Unknown tag: %d\n"), tag);
13932 public_section = FALSE;
13933 break;
13934 }
13935
13936 if (public_section && display_pub_attribute != NULL)
13937 {
13938 while (p < end)
13939 p = display_pub_attribute (p, end);
13940 assert (p <= end);
13941 }
13942 else if (gnu_section && display_proc_gnu_attribute != NULL)
13943 {
13944 while (p < end)
13945 p = display_gnu_attribute (p,
13946 display_proc_gnu_attribute,
13947 end);
13948 assert (p <= end);
13949 }
13950 else if (p < end)
13951 {
13952 printf (_(" Unknown attribute:\n"));
13953 display_raw_attribute (p, end);
13954 p = end;
13955 }
13956 else
13957 attr_len = 0;
13958 }
13959 }
13960 }
13961 else
13962 printf (_("Unknown format '%c' (%d)\n"), *p, *p);
13963
13964 free (contents);
13965 }
13966 return 1;
13967}
13968
13969static int
13970process_arm_specific (FILE * file)
13971{
13972 return process_attributes (file, "aeabi", SHT_ARM_ATTRIBUTES,
13973 display_arm_attribute, NULL);
13974}
13975
13976static int
13977process_power_specific (FILE * file)
13978{
13979 return process_attributes (file, NULL, SHT_GNU_ATTRIBUTES, NULL,
13980 display_power_gnu_attribute);
13981}
13982
13983static int
13984process_s390_specific (FILE * file)
13985{
13986 return process_attributes (file, NULL, SHT_GNU_ATTRIBUTES, NULL,
13987 display_s390_gnu_attribute);
13988}
13989
13990static int
13991process_sparc_specific (FILE * file)
13992{
13993 return process_attributes (file, NULL, SHT_GNU_ATTRIBUTES, NULL,
13994 display_sparc_gnu_attribute);
13995}
13996
13997static int
13998process_tic6x_specific (FILE * file)
13999{
14000 return process_attributes (file, "c6xabi", SHT_C6000_ATTRIBUTES,
14001 display_tic6x_attribute, NULL);
14002}
14003
14004static int
14005process_msp430x_specific (FILE * file)
14006{
14007 return process_attributes (file, "mspabi", SHT_MSP430_ATTRIBUTES,
14008 display_msp430x_attribute, NULL);
14009}
14010
14011/* DATA points to the contents of a MIPS GOT that starts at VMA PLTGOT.
14012 Print the Address, Access and Initial fields of an entry at VMA ADDR
14013 and return the VMA of the next entry, or -1 if there was a problem.
14014 Does not read from DATA_END or beyond. */
14015
14016static bfd_vma
14017print_mips_got_entry (unsigned char * data, bfd_vma pltgot, bfd_vma addr,
14018 unsigned char * data_end)
14019{
14020 printf (" ");
14021 print_vma (addr, LONG_HEX);
14022 printf (" ");
14023 if (addr < pltgot + 0xfff0)
14024 printf ("%6d(gp)", (int) (addr - pltgot - 0x7ff0));
14025 else
14026 printf ("%10s", "");
14027 printf (" ");
14028 if (data == NULL)
14029 printf ("%*s", is_32bit_elf ? 8 : 16, _("<unknown>"));
14030 else
14031 {
14032 bfd_vma entry;
14033 unsigned char * from = data + addr - pltgot;
14034
14035 if (from + (is_32bit_elf ? 4 : 8) > data_end)
14036 {
14037 warn (_("MIPS GOT entry extends beyond the end of available data\n"));
14038 printf ("%*s", is_32bit_elf ? 8 : 16, _("<corrupt>"));
14039 return (bfd_vma) -1;
14040 }
14041 else
14042 {
14043 entry = byte_get (data + addr - pltgot, is_32bit_elf ? 4 : 8);
14044 print_vma (entry, LONG_HEX);
14045 }
14046 }
14047 return addr + (is_32bit_elf ? 4 : 8);
14048}
14049
14050/* DATA points to the contents of a MIPS PLT GOT that starts at VMA
14051 PLTGOT. Print the Address and Initial fields of an entry at VMA
14052 ADDR and return the VMA of the next entry. */
14053
14054static bfd_vma
14055print_mips_pltgot_entry (unsigned char * data, bfd_vma pltgot, bfd_vma addr)
14056{
14057 printf (" ");
14058 print_vma (addr, LONG_HEX);
14059 printf (" ");
14060 if (data == NULL)
14061 printf ("%*s", is_32bit_elf ? 8 : 16, _("<unknown>"));
14062 else
14063 {
14064 bfd_vma entry;
14065
14066 entry = byte_get (data + addr - pltgot, is_32bit_elf ? 4 : 8);
14067 print_vma (entry, LONG_HEX);
14068 }
14069 return addr + (is_32bit_elf ? 4 : 8);
14070}
14071
14072static void
14073print_mips_ases (unsigned int mask)
14074{
14075 if (mask & AFL_ASE_DSP)
14076 fputs ("\n\tDSP ASE", stdout);
14077 if (mask & AFL_ASE_DSPR2)
14078 fputs ("\n\tDSP R2 ASE", stdout);
14079 if (mask & AFL_ASE_EVA)
14080 fputs ("\n\tEnhanced VA Scheme", stdout);
14081 if (mask & AFL_ASE_MCU)
14082 fputs ("\n\tMCU (MicroController) ASE", stdout);
14083 if (mask & AFL_ASE_MDMX)
14084 fputs ("\n\tMDMX ASE", stdout);
14085 if (mask & AFL_ASE_MIPS3D)
14086 fputs ("\n\tMIPS-3D ASE", stdout);
14087 if (mask & AFL_ASE_MT)
14088 fputs ("\n\tMT ASE", stdout);
14089 if (mask & AFL_ASE_SMARTMIPS)
14090 fputs ("\n\tSmartMIPS ASE", stdout);
14091 if (mask & AFL_ASE_VIRT)
14092 fputs ("\n\tVZ ASE", stdout);
14093 if (mask & AFL_ASE_MSA)
14094 fputs ("\n\tMSA ASE", stdout);
14095 if (mask & AFL_ASE_MIPS16)
14096 fputs ("\n\tMIPS16 ASE", stdout);
14097 if (mask & AFL_ASE_MICROMIPS)
14098 fputs ("\n\tMICROMIPS ASE", stdout);
14099 if (mask & AFL_ASE_XPA)
14100 fputs ("\n\tXPA ASE", stdout);
14101 if (mask == 0)
14102 fprintf (stdout, "\n\t%s", _("None"));
14103 else if ((mask & ~AFL_ASE_MASK) != 0)
14104 fprintf (stdout, "\n\t%s (%x)", _("Unknown"), mask & ~AFL_ASE_MASK);
14105}
14106
14107static void
14108print_mips_isa_ext (unsigned int isa_ext)
14109{
14110 switch (isa_ext)
14111 {
14112 case 0:
14113 fputs (_("None"), stdout);
14114 break;
14115 case AFL_EXT_XLR:
14116 fputs ("RMI XLR", stdout);
14117 break;
14118 case AFL_EXT_OCTEON3:
14119 fputs ("Cavium Networks Octeon3", stdout);
14120 break;
14121 case AFL_EXT_OCTEON2:
14122 fputs ("Cavium Networks Octeon2", stdout);
14123 break;
14124 case AFL_EXT_OCTEONP:
14125 fputs ("Cavium Networks OcteonP", stdout);
14126 break;
14127 case AFL_EXT_LOONGSON_3A:
14128 fputs ("Loongson 3A", stdout);
14129 break;
14130 case AFL_EXT_OCTEON:
14131 fputs ("Cavium Networks Octeon", stdout);
14132 break;
14133 case AFL_EXT_5900:
14134 fputs ("Toshiba R5900", stdout);
14135 break;
14136 case AFL_EXT_4650:
14137 fputs ("MIPS R4650", stdout);
14138 break;
14139 case AFL_EXT_4010:
14140 fputs ("LSI R4010", stdout);
14141 break;
14142 case AFL_EXT_4100:
14143 fputs ("NEC VR4100", stdout);
14144 break;
14145 case AFL_EXT_3900:
14146 fputs ("Toshiba R3900", stdout);
14147 break;
14148 case AFL_EXT_10000:
14149 fputs ("MIPS R10000", stdout);
14150 break;
14151 case AFL_EXT_SB1:
14152 fputs ("Broadcom SB-1", stdout);
14153 break;
14154 case AFL_EXT_4111:
14155 fputs ("NEC VR4111/VR4181", stdout);
14156 break;
14157 case AFL_EXT_4120:
14158 fputs ("NEC VR4120", stdout);
14159 break;
14160 case AFL_EXT_5400:
14161 fputs ("NEC VR5400", stdout);
14162 break;
14163 case AFL_EXT_5500:
14164 fputs ("NEC VR5500", stdout);
14165 break;
14166 case AFL_EXT_LOONGSON_2E:
14167 fputs ("ST Microelectronics Loongson 2E", stdout);
14168 break;
14169 case AFL_EXT_LOONGSON_2F:
14170 fputs ("ST Microelectronics Loongson 2F", stdout);
14171 break;
14172 default:
14173 fprintf (stdout, "%s (%d)", _("Unknown"), isa_ext);
14174 }
14175}
14176
14177static int
14178get_mips_reg_size (int reg_size)
14179{
14180 return (reg_size == AFL_REG_NONE) ? 0
14181 : (reg_size == AFL_REG_32) ? 32
14182 : (reg_size == AFL_REG_64) ? 64
14183 : (reg_size == AFL_REG_128) ? 128
14184 : -1;
14185}
14186
14187static int
14188process_mips_specific (FILE * file)
14189{
14190 Elf_Internal_Dyn * entry;
14191 Elf_Internal_Shdr *sect = NULL;
14192 size_t liblist_offset = 0;
14193 size_t liblistno = 0;
14194 size_t conflictsno = 0;
14195 size_t options_offset = 0;
14196 size_t conflicts_offset = 0;
14197 size_t pltrelsz = 0;
14198 size_t pltrel = 0;
14199 bfd_vma pltgot = 0;
14200 bfd_vma mips_pltgot = 0;
14201 bfd_vma jmprel = 0;
14202 bfd_vma local_gotno = 0;
14203 bfd_vma gotsym = 0;
14204 bfd_vma symtabno = 0;
14205
14206 process_attributes (file, NULL, SHT_GNU_ATTRIBUTES, NULL,
14207 display_mips_gnu_attribute);
14208
14209 sect = find_section (".MIPS.abiflags");
14210
14211 if (sect != NULL)
14212 {
14213 Elf_External_ABIFlags_v0 *abiflags_ext;
14214 Elf_Internal_ABIFlags_v0 abiflags_in;
14215
14216 if (sizeof (Elf_External_ABIFlags_v0) != sect->sh_size)
14217 fputs ("\nCorrupt ABI Flags section.\n", stdout);
14218 else
14219 {
14220 abiflags_ext = get_data (NULL, file, sect->sh_offset, 1,
14221 sect->sh_size, _("MIPS ABI Flags section"));
14222 if (abiflags_ext)
14223 {
14224 abiflags_in.version = BYTE_GET (abiflags_ext->version);
14225 abiflags_in.isa_level = BYTE_GET (abiflags_ext->isa_level);
14226 abiflags_in.isa_rev = BYTE_GET (abiflags_ext->isa_rev);
14227 abiflags_in.gpr_size = BYTE_GET (abiflags_ext->gpr_size);
14228 abiflags_in.cpr1_size = BYTE_GET (abiflags_ext->cpr1_size);
14229 abiflags_in.cpr2_size = BYTE_GET (abiflags_ext->cpr2_size);
14230 abiflags_in.fp_abi = BYTE_GET (abiflags_ext->fp_abi);
14231 abiflags_in.isa_ext = BYTE_GET (abiflags_ext->isa_ext);
14232 abiflags_in.ases = BYTE_GET (abiflags_ext->ases);
14233 abiflags_in.flags1 = BYTE_GET (abiflags_ext->flags1);
14234 abiflags_in.flags2 = BYTE_GET (abiflags_ext->flags2);
14235
14236 printf ("\nMIPS ABI Flags Version: %d\n", abiflags_in.version);
14237 printf ("\nISA: MIPS%d", abiflags_in.isa_level);
14238 if (abiflags_in.isa_rev > 1)
14239 printf ("r%d", abiflags_in.isa_rev);
14240 printf ("\nGPR size: %d",
14241 get_mips_reg_size (abiflags_in.gpr_size));
14242 printf ("\nCPR1 size: %d",
14243 get_mips_reg_size (abiflags_in.cpr1_size));
14244 printf ("\nCPR2 size: %d",
14245 get_mips_reg_size (abiflags_in.cpr2_size));
14246 fputs ("\nFP ABI: ", stdout);
14247 print_mips_fp_abi_value (abiflags_in.fp_abi);
14248 fputs ("ISA Extension: ", stdout);
14249 print_mips_isa_ext (abiflags_in.isa_ext);
14250 fputs ("\nASEs:", stdout);
14251 print_mips_ases (abiflags_in.ases);
14252 printf ("\nFLAGS 1: %8.8lx", abiflags_in.flags1);
14253 printf ("\nFLAGS 2: %8.8lx", abiflags_in.flags2);
14254 fputc ('\n', stdout);
14255 free (abiflags_ext);
14256 }
14257 }
14258 }
14259
14260 /* We have a lot of special sections. Thanks SGI! */
14261 if (dynamic_section == NULL)
14262 /* No information available. */
14263 return 0;
14264
14265 for (entry = dynamic_section;
14266 /* PR 17531 file: 012-50589-0.004. */
14267 entry < dynamic_section + dynamic_nent && entry->d_tag != DT_NULL;
14268 ++entry)
14269 switch (entry->d_tag)
14270 {
14271 case DT_MIPS_LIBLIST:
14272 liblist_offset
14273 = offset_from_vma (file, entry->d_un.d_val,
14274 liblistno * sizeof (Elf32_External_Lib));
14275 break;
14276 case DT_MIPS_LIBLISTNO:
14277 liblistno = entry->d_un.d_val;
14278 break;
14279 case DT_MIPS_OPTIONS:
14280 options_offset = offset_from_vma (file, entry->d_un.d_val, 0);
14281 break;
14282 case DT_MIPS_CONFLICT:
14283 conflicts_offset
14284 = offset_from_vma (file, entry->d_un.d_val,
14285 conflictsno * sizeof (Elf32_External_Conflict));
14286 break;
14287 case DT_MIPS_CONFLICTNO:
14288 conflictsno = entry->d_un.d_val;
14289 break;
14290 case DT_PLTGOT:
14291 pltgot = entry->d_un.d_ptr;
14292 break;
14293 case DT_MIPS_LOCAL_GOTNO:
14294 local_gotno = entry->d_un.d_val;
14295 break;
14296 case DT_MIPS_GOTSYM:
14297 gotsym = entry->d_un.d_val;
14298 break;
14299 case DT_MIPS_SYMTABNO:
14300 symtabno = entry->d_un.d_val;
14301 break;
14302 case DT_MIPS_PLTGOT:
14303 mips_pltgot = entry->d_un.d_ptr;
14304 break;
14305 case DT_PLTREL:
14306 pltrel = entry->d_un.d_val;
14307 break;
14308 case DT_PLTRELSZ:
14309 pltrelsz = entry->d_un.d_val;
14310 break;
14311 case DT_JMPREL:
14312 jmprel = entry->d_un.d_ptr;
14313 break;
14314 default:
14315 break;
14316 }
14317
14318 if (liblist_offset != 0 && liblistno != 0 && do_dynamic)
14319 {
14320 Elf32_External_Lib * elib;
14321 size_t cnt;
14322
14323 elib = (Elf32_External_Lib *) get_data (NULL, file, liblist_offset,
14324 liblistno,
14325 sizeof (Elf32_External_Lib),
14326 _("liblist section data"));
14327 if (elib)
14328 {
14329 printf (_("\nSection '.liblist' contains %lu entries:\n"),
14330 (unsigned long) liblistno);
14331 fputs (_(" Library Time Stamp Checksum Version Flags\n"),
14332 stdout);
14333
14334 for (cnt = 0; cnt < liblistno; ++cnt)
14335 {
14336 Elf32_Lib liblist;
14337 time_t atime;
14338 char timebuf[20];
14339 struct tm * tmp;
14340
14341 liblist.l_name = BYTE_GET (elib[cnt].l_name);
14342 atime = BYTE_GET (elib[cnt].l_time_stamp);
14343 liblist.l_checksum = BYTE_GET (elib[cnt].l_checksum);
14344 liblist.l_version = BYTE_GET (elib[cnt].l_version);
14345 liblist.l_flags = BYTE_GET (elib[cnt].l_flags);
14346
14347 tmp = gmtime (&atime);
14348 snprintf (timebuf, sizeof (timebuf),
14349 "%04u-%02u-%02uT%02u:%02u:%02u",
14350 tmp->tm_year + 1900, tmp->tm_mon + 1, tmp->tm_mday,
14351 tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
14352
14353 printf ("%3lu: ", (unsigned long) cnt);
14354 if (VALID_DYNAMIC_NAME (liblist.l_name))
14355 print_symbol (20, GET_DYNAMIC_NAME (liblist.l_name));
14356 else
14357 printf (_("<corrupt: %9ld>"), liblist.l_name);
14358 printf (" %s %#10lx %-7ld", timebuf, liblist.l_checksum,
14359 liblist.l_version);
14360
14361 if (liblist.l_flags == 0)
14362 puts (_(" NONE"));
14363 else
14364 {
14365 static const struct
14366 {
14367 const char * name;
14368 int bit;
14369 }
14370 l_flags_vals[] =
14371 {
14372 { " EXACT_MATCH", LL_EXACT_MATCH },
14373 { " IGNORE_INT_VER", LL_IGNORE_INT_VER },
14374 { " REQUIRE_MINOR", LL_REQUIRE_MINOR },
14375 { " EXPORTS", LL_EXPORTS },
14376 { " DELAY_LOAD", LL_DELAY_LOAD },
14377 { " DELTA", LL_DELTA }
14378 };
14379 int flags = liblist.l_flags;
14380 size_t fcnt;
14381
14382 for (fcnt = 0; fcnt < ARRAY_SIZE (l_flags_vals); ++fcnt)
14383 if ((flags & l_flags_vals[fcnt].bit) != 0)
14384 {
14385 fputs (l_flags_vals[fcnt].name, stdout);
14386 flags ^= l_flags_vals[fcnt].bit;
14387 }
14388 if (flags != 0)
14389 printf (" %#x", (unsigned int) flags);
14390
14391 puts ("");
14392 }
14393 }
14394
14395 free (elib);
14396 }
14397 }
14398
14399 if (options_offset != 0)
14400 {
14401 Elf_External_Options * eopt;
14402 Elf_Internal_Options * iopt;
14403 Elf_Internal_Options * option;
14404 size_t offset;
14405 int cnt;
14406 sect = section_headers;
14407
14408 /* Find the section header so that we get the size. */
14409 sect = find_section_by_type (SHT_MIPS_OPTIONS);
14410 /* PR 17533 file: 012-277276-0.004. */
14411 if (sect == NULL)
14412 {
14413 error (_("No MIPS_OPTIONS header found\n"));
14414 return 0;
14415 }
14416
14417 eopt = (Elf_External_Options *) get_data (NULL, file, options_offset, 1,
14418 sect->sh_size, _("options"));
14419 if (eopt)
14420 {
14421 iopt = (Elf_Internal_Options *)
14422 cmalloc ((sect->sh_size / sizeof (eopt)), sizeof (* iopt));
14423 if (iopt == NULL)
14424 {
14425 error (_("Out of memory allocatinf space for MIPS options\n"));
14426 return 0;
14427 }
14428
14429 offset = cnt = 0;
14430 option = iopt;
14431
14432 while (offset <= sect->sh_size - sizeof (* eopt))
14433 {
14434 Elf_External_Options * eoption;
14435
14436 eoption = (Elf_External_Options *) ((char *) eopt + offset);
14437
14438 option->kind = BYTE_GET (eoption->kind);
14439 option->size = BYTE_GET (eoption->size);
14440 option->section = BYTE_GET (eoption->section);
14441 option->info = BYTE_GET (eoption->info);
14442
14443 /* PR 17531: file: ffa0fa3b. */
14444 if (option->size < sizeof (* eopt)
14445 || offset + option->size > sect->sh_size)
14446 {
14447 error (_("Invalid size (%u) for MIPS option\n"), option->size);
14448 return 0;
14449 }
14450 offset += option->size;
14451
14452 ++option;
14453 ++cnt;
14454 }
14455
14456 printf (_("\nSection '%s' contains %d entries:\n"),
14457 printable_section_name (sect), cnt);
14458
14459 option = iopt;
14460 offset = 0;
14461
14462 while (cnt-- > 0)
14463 {
14464 size_t len;
14465
14466 switch (option->kind)
14467 {
14468 case ODK_NULL:
14469 /* This shouldn't happen. */
14470 printf (" NULL %d %lx", option->section, option->info);
14471 break;
14472 case ODK_REGINFO:
14473 printf (" REGINFO ");
14474 if (elf_header.e_machine == EM_MIPS)
14475 {
14476 /* 32bit form. */
14477 Elf32_External_RegInfo * ereg;
14478 Elf32_RegInfo reginfo;
14479
14480 ereg = (Elf32_External_RegInfo *) (option + 1);
14481 reginfo.ri_gprmask = BYTE_GET (ereg->ri_gprmask);
14482 reginfo.ri_cprmask[0] = BYTE_GET (ereg->ri_cprmask[0]);
14483 reginfo.ri_cprmask[1] = BYTE_GET (ereg->ri_cprmask[1]);
14484 reginfo.ri_cprmask[2] = BYTE_GET (ereg->ri_cprmask[2]);
14485 reginfo.ri_cprmask[3] = BYTE_GET (ereg->ri_cprmask[3]);
14486 reginfo.ri_gp_value = BYTE_GET (ereg->ri_gp_value);
14487
14488 printf ("GPR %08lx GP 0x%lx\n",
14489 reginfo.ri_gprmask,
14490 (unsigned long) reginfo.ri_gp_value);
14491 printf (" CPR0 %08lx CPR1 %08lx CPR2 %08lx CPR3 %08lx\n",
14492 reginfo.ri_cprmask[0], reginfo.ri_cprmask[1],
14493 reginfo.ri_cprmask[2], reginfo.ri_cprmask[3]);
14494 }
14495 else
14496 {
14497 /* 64 bit form. */
14498 Elf64_External_RegInfo * ereg;
14499 Elf64_Internal_RegInfo reginfo;
14500
14501 ereg = (Elf64_External_RegInfo *) (option + 1);
14502 reginfo.ri_gprmask = BYTE_GET (ereg->ri_gprmask);
14503 reginfo.ri_cprmask[0] = BYTE_GET (ereg->ri_cprmask[0]);
14504 reginfo.ri_cprmask[1] = BYTE_GET (ereg->ri_cprmask[1]);
14505 reginfo.ri_cprmask[2] = BYTE_GET (ereg->ri_cprmask[2]);
14506 reginfo.ri_cprmask[3] = BYTE_GET (ereg->ri_cprmask[3]);
14507 reginfo.ri_gp_value = BYTE_GET (ereg->ri_gp_value);
14508
14509 printf ("GPR %08lx GP 0x",
14510 reginfo.ri_gprmask);
14511 printf_vma (reginfo.ri_gp_value);
14512 printf ("\n");
14513
14514 printf (" CPR0 %08lx CPR1 %08lx CPR2 %08lx CPR3 %08lx\n",
14515 reginfo.ri_cprmask[0], reginfo.ri_cprmask[1],
14516 reginfo.ri_cprmask[2], reginfo.ri_cprmask[3]);
14517 }
14518 ++option;
14519 continue;
14520 case ODK_EXCEPTIONS:
14521 fputs (" EXCEPTIONS fpe_min(", stdout);
14522 process_mips_fpe_exception (option->info & OEX_FPU_MIN);
14523 fputs (") fpe_max(", stdout);
14524 process_mips_fpe_exception ((option->info & OEX_FPU_MAX) >> 8);
14525 fputs (")", stdout);
14526
14527 if (option->info & OEX_PAGE0)
14528 fputs (" PAGE0", stdout);
14529 if (option->info & OEX_SMM)
14530 fputs (" SMM", stdout);
14531 if (option->info & OEX_FPDBUG)
14532 fputs (" FPDBUG", stdout);
14533 if (option->info & OEX_DISMISS)
14534 fputs (" DISMISS", stdout);
14535 break;
14536 case ODK_PAD:
14537 fputs (" PAD ", stdout);
14538 if (option->info & OPAD_PREFIX)
14539 fputs (" PREFIX", stdout);
14540 if (option->info & OPAD_POSTFIX)
14541 fputs (" POSTFIX", stdout);
14542 if (option->info & OPAD_SYMBOL)
14543 fputs (" SYMBOL", stdout);
14544 break;
14545 case ODK_HWPATCH:
14546 fputs (" HWPATCH ", stdout);
14547 if (option->info & OHW_R4KEOP)
14548 fputs (" R4KEOP", stdout);
14549 if (option->info & OHW_R8KPFETCH)
14550 fputs (" R8KPFETCH", stdout);
14551 if (option->info & OHW_R5KEOP)
14552 fputs (" R5KEOP", stdout);
14553 if (option->info & OHW_R5KCVTL)
14554 fputs (" R5KCVTL", stdout);
14555 break;
14556 case ODK_FILL:
14557 fputs (" FILL ", stdout);
14558 /* XXX Print content of info word? */
14559 break;
14560 case ODK_TAGS:
14561 fputs (" TAGS ", stdout);
14562 /* XXX Print content of info word? */
14563 break;
14564 case ODK_HWAND:
14565 fputs (" HWAND ", stdout);
14566 if (option->info & OHWA0_R4KEOP_CHECKED)
14567 fputs (" R4KEOP_CHECKED", stdout);
14568 if (option->info & OHWA0_R4KEOP_CLEAN)
14569 fputs (" R4KEOP_CLEAN", stdout);
14570 break;
14571 case ODK_HWOR:
14572 fputs (" HWOR ", stdout);
14573 if (option->info & OHWA0_R4KEOP_CHECKED)
14574 fputs (" R4KEOP_CHECKED", stdout);
14575 if (option->info & OHWA0_R4KEOP_CLEAN)
14576 fputs (" R4KEOP_CLEAN", stdout);
14577 break;
14578 case ODK_GP_GROUP:
14579 printf (" GP_GROUP %#06lx self-contained %#06lx",
14580 option->info & OGP_GROUP,
14581 (option->info & OGP_SELF) >> 16);
14582 break;
14583 case ODK_IDENT:
14584 printf (" IDENT %#06lx self-contained %#06lx",
14585 option->info & OGP_GROUP,
14586 (option->info & OGP_SELF) >> 16);
14587 break;
14588 default:
14589 /* This shouldn't happen. */
14590 printf (" %3d ??? %d %lx",
14591 option->kind, option->section, option->info);
14592 break;
14593 }
14594
14595 len = sizeof (* eopt);
14596 while (len < option->size)
14597 {
14598 unsigned char datum = * ((unsigned char *) eopt + offset + len);
14599
14600 if (ISPRINT (datum))
14601 printf ("%c", datum);
14602 else
14603 printf ("\\%03o", datum);
14604 len ++;
14605 }
14606 fputs ("\n", stdout);
14607
14608 offset += option->size;
14609 ++option;
14610 }
14611
14612 free (eopt);
14613 }
14614 }
14615
14616 if (conflicts_offset != 0 && conflictsno != 0)
14617 {
14618 Elf32_Conflict * iconf;
14619 size_t cnt;
14620
14621 if (dynamic_symbols == NULL)
14622 {
14623 error (_("conflict list found without a dynamic symbol table\n"));
14624 return 0;
14625 }
14626
14627 iconf = (Elf32_Conflict *) cmalloc (conflictsno, sizeof (* iconf));
14628 if (iconf == NULL)
14629 {
14630 error (_("Out of memory allocating space for dynamic conflicts\n"));
14631 return 0;
14632 }
14633
14634 if (is_32bit_elf)
14635 {
14636 Elf32_External_Conflict * econf32;
14637
14638 econf32 = (Elf32_External_Conflict *)
14639 get_data (NULL, file, conflicts_offset, conflictsno,
14640 sizeof (* econf32), _("conflict"));
14641 if (!econf32)
14642 return 0;
14643
14644 for (cnt = 0; cnt < conflictsno; ++cnt)
14645 iconf[cnt] = BYTE_GET (econf32[cnt]);
14646
14647 free (econf32);
14648 }
14649 else
14650 {
14651 Elf64_External_Conflict * econf64;
14652
14653 econf64 = (Elf64_External_Conflict *)
14654 get_data (NULL, file, conflicts_offset, conflictsno,
14655 sizeof (* econf64), _("conflict"));
14656 if (!econf64)
14657 return 0;
14658
14659 for (cnt = 0; cnt < conflictsno; ++cnt)
14660 iconf[cnt] = BYTE_GET (econf64[cnt]);
14661
14662 free (econf64);
14663 }
14664
14665 printf (_("\nSection '.conflict' contains %lu entries:\n"),
14666 (unsigned long) conflictsno);
14667 puts (_(" Num: Index Value Name"));
14668
14669 for (cnt = 0; cnt < conflictsno; ++cnt)
14670 {
14671 printf ("%5lu: %8lu ", (unsigned long) cnt, iconf[cnt]);
14672
14673 if (iconf[cnt] >= num_dynamic_syms)
14674 printf (_("<corrupt symbol index>"));
14675 else
14676 {
14677 Elf_Internal_Sym * psym;
14678
14679 psym = & dynamic_symbols[iconf[cnt]];
14680 print_vma (psym->st_value, FULL_HEX);
14681 putchar (' ');
14682 if (VALID_DYNAMIC_NAME (psym->st_name))
14683 print_symbol (25, GET_DYNAMIC_NAME (psym->st_name));
14684 else
14685 printf (_("<corrupt: %14ld>"), psym->st_name);
14686 }
14687 putchar ('\n');
14688 }
14689
14690 free (iconf);
14691 }
14692
14693 if (pltgot != 0 && local_gotno != 0)
14694 {
14695 bfd_vma ent, local_end, global_end;
14696 size_t i, offset;
14697 unsigned char * data;
14698 unsigned char * data_end;
14699 int addr_size;
14700
14701 ent = pltgot;
14702 addr_size = (is_32bit_elf ? 4 : 8);
14703 local_end = pltgot + local_gotno * addr_size;
14704
14705 /* PR binutils/17533 file: 012-111227-0.004 */
14706 if (symtabno < gotsym)
14707 {
14708 error (_("The GOT symbol offset (%lu) is greater than the symbol table size (%lu)\n"),
14709 (unsigned long) gotsym, (unsigned long) symtabno);
14710 return 0;
14711 }
14712
14713 global_end = local_end + (symtabno - gotsym) * addr_size;
14714 /* PR 17531: file: 54c91a34. */
14715 if (global_end < local_end)
14716 {
14717 error (_("Too many GOT symbols: %lu\n"), (unsigned long) symtabno);
14718 return 0;
14719 }
14720
14721 offset = offset_from_vma (file, pltgot, global_end - pltgot);
14722 data = (unsigned char *) get_data (NULL, file, offset,
14723 global_end - pltgot, 1,
14724 _("Global Offset Table data"));
14725 if (data == NULL)
14726 return 0;
14727 data_end = data + (global_end - pltgot);
14728
14729 printf (_("\nPrimary GOT:\n"));
14730 printf (_(" Canonical gp value: "));
14731 print_vma (pltgot + 0x7ff0, LONG_HEX);
14732 printf ("\n\n");
14733
14734 printf (_(" Reserved entries:\n"));
14735 printf (_(" %*s %10s %*s Purpose\n"),
14736 addr_size * 2, _("Address"), _("Access"),
14737 addr_size * 2, _("Initial"));
14738 ent = print_mips_got_entry (data, pltgot, ent, data_end);
14739 printf (_(" Lazy resolver\n"));
14740 if (ent == (bfd_vma) -1)
14741 goto got_print_fail;
14742 if (data
14743 && (byte_get (data + ent - pltgot, addr_size)
14744 >> (addr_size * 8 - 1)) != 0)
14745 {
14746 ent = print_mips_got_entry (data, pltgot, ent, data_end);
14747 printf (_(" Module pointer (GNU extension)\n"));
14748 if (ent == (bfd_vma) -1)
14749 goto got_print_fail;
14750 }
14751 printf ("\n");
14752
14753 if (ent < local_end)
14754 {
14755 printf (_(" Local entries:\n"));
14756 printf (" %*s %10s %*s\n",
14757 addr_size * 2, _("Address"), _("Access"),
14758 addr_size * 2, _("Initial"));
14759 while (ent < local_end)
14760 {
14761 ent = print_mips_got_entry (data, pltgot, ent, data_end);
14762 printf ("\n");
14763 if (ent == (bfd_vma) -1)
14764 goto got_print_fail;
14765 }
14766 printf ("\n");
14767 }
14768
14769 if (gotsym < symtabno)
14770 {
14771 int sym_width;
14772
14773 printf (_(" Global entries:\n"));
14774 printf (" %*s %10s %*s %*s %-7s %3s %s\n",
14775 addr_size * 2, _("Address"),
14776 _("Access"),
14777 addr_size * 2, _("Initial"),
14778 addr_size * 2, _("Sym.Val."),
14779 _("Type"),
14780 /* Note for translators: "Ndx" = abbreviated form of "Index". */
14781 _("Ndx"), _("Name"));
14782
14783 sym_width = (is_32bit_elf ? 80 : 160) - 28 - addr_size * 6 - 1;
14784
14785 for (i = gotsym; i < symtabno; i++)
14786 {
14787 ent = print_mips_got_entry (data, pltgot, ent, data_end);
14788 printf (" ");
14789
14790 if (dynamic_symbols == NULL)
14791 printf (_("<no dynamic symbols>"));
14792 else if (i < num_dynamic_syms)
14793 {
14794 Elf_Internal_Sym * psym = dynamic_symbols + i;
14795
14796 print_vma (psym->st_value, LONG_HEX);
14797 printf (" %-7s %3s ",
14798 get_symbol_type (ELF_ST_TYPE (psym->st_info)),
14799 get_symbol_index_type (psym->st_shndx));
14800
14801 if (VALID_DYNAMIC_NAME (psym->st_name))
14802 print_symbol (sym_width, GET_DYNAMIC_NAME (psym->st_name));
14803 else
14804 printf (_("<corrupt: %14ld>"), psym->st_name);
14805 }
14806 else
14807 printf (_("<symbol index %lu exceeds number of dynamic symbols>"),
14808 (unsigned long) i);
14809
14810 printf ("\n");
14811 if (ent == (bfd_vma) -1)
14812 break;
14813 }
14814 printf ("\n");
14815 }
14816
14817 got_print_fail:
14818 if (data)
14819 free (data);
14820 }
14821
14822 if (mips_pltgot != 0 && jmprel != 0 && pltrel != 0 && pltrelsz != 0)
14823 {
14824 bfd_vma ent, end;
14825 size_t offset, rel_offset;
14826 unsigned long count, i;
14827 unsigned char * data;
14828 int addr_size, sym_width;
14829 Elf_Internal_Rela * rels;
14830
14831 rel_offset = offset_from_vma (file, jmprel, pltrelsz);
14832 if (pltrel == DT_RELA)
14833 {
14834 if (!slurp_rela_relocs (file, rel_offset, pltrelsz, &rels, &count))
14835 return 0;
14836 }
14837 else
14838 {
14839 if (!slurp_rel_relocs (file, rel_offset, pltrelsz, &rels, &count))
14840 return 0;
14841 }
14842
14843 ent = mips_pltgot;
14844 addr_size = (is_32bit_elf ? 4 : 8);
14845 end = mips_pltgot + (2 + count) * addr_size;
14846
14847 offset = offset_from_vma (file, mips_pltgot, end - mips_pltgot);
14848 data = (unsigned char *) get_data (NULL, file, offset, end - mips_pltgot,
14849 1, _("Procedure Linkage Table data"));
14850 if (data == NULL)
14851 return 0;
14852
14853 printf ("\nPLT GOT:\n\n");
14854 printf (_(" Reserved entries:\n"));
14855 printf (_(" %*s %*s Purpose\n"),
14856 addr_size * 2, _("Address"), addr_size * 2, _("Initial"));
14857 ent = print_mips_pltgot_entry (data, mips_pltgot, ent);
14858 printf (_(" PLT lazy resolver\n"));
14859 ent = print_mips_pltgot_entry (data, mips_pltgot, ent);
14860 printf (_(" Module pointer\n"));
14861 printf ("\n");
14862
14863 printf (_(" Entries:\n"));
14864 printf (" %*s %*s %*s %-7s %3s %s\n",
14865 addr_size * 2, _("Address"),
14866 addr_size * 2, _("Initial"),
14867 addr_size * 2, _("Sym.Val."), _("Type"), _("Ndx"), _("Name"));
14868 sym_width = (is_32bit_elf ? 80 : 160) - 17 - addr_size * 6 - 1;
14869 for (i = 0; i < count; i++)
14870 {
14871 unsigned long idx = get_reloc_symindex (rels[i].r_info);
14872
14873 ent = print_mips_pltgot_entry (data, mips_pltgot, ent);
14874 printf (" ");
14875
14876 if (idx >= num_dynamic_syms)
14877 printf (_("<corrupt symbol index: %lu>"), idx);
14878 else
14879 {
14880 Elf_Internal_Sym * psym = dynamic_symbols + idx;
14881
14882 print_vma (psym->st_value, LONG_HEX);
14883 printf (" %-7s %3s ",
14884 get_symbol_type (ELF_ST_TYPE (psym->st_info)),
14885 get_symbol_index_type (psym->st_shndx));
14886 if (VALID_DYNAMIC_NAME (psym->st_name))
14887 print_symbol (sym_width, GET_DYNAMIC_NAME (psym->st_name));
14888 else
14889 printf (_("<corrupt: %14ld>"), psym->st_name);
14890 }
14891 printf ("\n");
14892 }
14893 printf ("\n");
14894
14895 if (data)
14896 free (data);
14897 free (rels);
14898 }
14899
14900 return 1;
14901}
14902
14903static int
14904process_nds32_specific (FILE * file)
14905{
14906 Elf_Internal_Shdr *sect = NULL;
14907
14908 sect = find_section (".nds32_e_flags");
14909 if (sect != NULL)
14910 {
14911 unsigned int *flag;
14912
14913 printf ("\nNDS32 elf flags section:\n");
14914 flag = get_data (NULL, file, sect->sh_offset, 1,
14915 sect->sh_size, _("NDS32 elf flags section"));
14916
14917 switch ((*flag) & 0x3)
14918 {
14919 case 0:
14920 printf ("(VEC_SIZE):\tNo entry.\n");
14921 break;
14922 case 1:
14923 printf ("(VEC_SIZE):\t4 bytes\n");
14924 break;
14925 case 2:
14926 printf ("(VEC_SIZE):\t16 bytes\n");
14927 break;
14928 case 3:
14929 printf ("(VEC_SIZE):\treserved\n");
14930 break;
14931 }
14932 }
14933
14934 return TRUE;
14935}
14936
14937static int
14938process_gnu_liblist (FILE * file)
14939{
14940 Elf_Internal_Shdr * section;
14941 Elf_Internal_Shdr * string_sec;
14942 Elf32_External_Lib * elib;
14943 char * strtab;
14944 size_t strtab_size;
14945 size_t cnt;
14946 unsigned i;
14947
14948 if (! do_arch)
14949 return 0;
14950
14951 for (i = 0, section = section_headers;
14952 i < elf_header.e_shnum;
14953 i++, section++)
14954 {
14955 switch (section->sh_type)
14956 {
14957 case SHT_GNU_LIBLIST:
14958 if (section->sh_link >= elf_header.e_shnum)
14959 break;
14960
14961 elib = (Elf32_External_Lib *)
14962 get_data (NULL, file, section->sh_offset, 1, section->sh_size,
14963 _("liblist section data"));
14964
14965 if (elib == NULL)
14966 break;
14967 string_sec = section_headers + section->sh_link;
14968
14969 strtab = (char *) get_data (NULL, file, string_sec->sh_offset, 1,
14970 string_sec->sh_size,
14971 _("liblist string table"));
14972 if (strtab == NULL
14973 || section->sh_entsize != sizeof (Elf32_External_Lib))
14974 {
14975 free (elib);
14976 free (strtab);
14977 break;
14978 }
14979 strtab_size = string_sec->sh_size;
14980
14981 printf (_("\nLibrary list section '%s' contains %lu entries:\n"),
14982 printable_section_name (section),
14983 (unsigned long) (section->sh_size / sizeof (Elf32_External_Lib)));
14984
14985 puts (_(" Library Time Stamp Checksum Version Flags"));
14986
14987 for (cnt = 0; cnt < section->sh_size / sizeof (Elf32_External_Lib);
14988 ++cnt)
14989 {
14990 Elf32_Lib liblist;
14991 time_t atime;
14992 char timebuf[20];
14993 struct tm * tmp;
14994
14995 liblist.l_name = BYTE_GET (elib[cnt].l_name);
14996 atime = BYTE_GET (elib[cnt].l_time_stamp);
14997 liblist.l_checksum = BYTE_GET (elib[cnt].l_checksum);
14998 liblist.l_version = BYTE_GET (elib[cnt].l_version);
14999 liblist.l_flags = BYTE_GET (elib[cnt].l_flags);
15000
15001 tmp = gmtime (&atime);
15002 snprintf (timebuf, sizeof (timebuf),
15003 "%04u-%02u-%02uT%02u:%02u:%02u",
15004 tmp->tm_year + 1900, tmp->tm_mon + 1, tmp->tm_mday,
15005 tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
15006
15007 printf ("%3lu: ", (unsigned long) cnt);
15008 if (do_wide)
15009 printf ("%-20s", liblist.l_name < strtab_size
15010 ? strtab + liblist.l_name : _("<corrupt>"));
15011 else
15012 printf ("%-20.20s", liblist.l_name < strtab_size
15013 ? strtab + liblist.l_name : _("<corrupt>"));
15014 printf (" %s %#010lx %-7ld %-7ld\n", timebuf, liblist.l_checksum,
15015 liblist.l_version, liblist.l_flags);
15016 }
15017
15018 free (elib);
15019 free (strtab);
15020 }
15021 }
15022
15023 return 1;
15024}
15025
15026static const char *
15027get_note_type (unsigned e_type)
15028{
15029 static char buff[64];
15030
15031 if (elf_header.e_type == ET_CORE)
15032 switch (e_type)
15033 {
15034 case NT_AUXV:
15035 return _("NT_AUXV (auxiliary vector)");
15036 case NT_PRSTATUS:
15037 return _("NT_PRSTATUS (prstatus structure)");
15038 case NT_FPREGSET:
15039 return _("NT_FPREGSET (floating point registers)");
15040 case NT_PRPSINFO:
15041 return _("NT_PRPSINFO (prpsinfo structure)");
15042 case NT_TASKSTRUCT:
15043 return _("NT_TASKSTRUCT (task structure)");
15044 case NT_PRXFPREG:
15045 return _("NT_PRXFPREG (user_xfpregs structure)");
15046 case NT_PPC_VMX:
15047 return _("NT_PPC_VMX (ppc Altivec registers)");
15048 case NT_PPC_VSX:
15049 return _("NT_PPC_VSX (ppc VSX registers)");
15050 case NT_386_TLS:
15051 return _("NT_386_TLS (x86 TLS information)");
15052 case NT_386_IOPERM:
15053 return _("NT_386_IOPERM (x86 I/O permissions)");
15054 case NT_X86_XSTATE:
15055 return _("NT_X86_XSTATE (x86 XSAVE extended state)");
15056 case NT_S390_HIGH_GPRS:
15057 return _("NT_S390_HIGH_GPRS (s390 upper register halves)");
15058 case NT_S390_TIMER:
15059 return _("NT_S390_TIMER (s390 timer register)");
15060 case NT_S390_TODCMP:
15061 return _("NT_S390_TODCMP (s390 TOD comparator register)");
15062 case NT_S390_TODPREG:
15063 return _("NT_S390_TODPREG (s390 TOD programmable register)");
15064 case NT_S390_CTRS:
15065 return _("NT_S390_CTRS (s390 control registers)");
15066 case NT_S390_PREFIX:
15067 return _("NT_S390_PREFIX (s390 prefix register)");
15068 case NT_S390_LAST_BREAK:
15069 return _("NT_S390_LAST_BREAK (s390 last breaking event address)");
15070 case NT_S390_SYSTEM_CALL:
15071 return _("NT_S390_SYSTEM_CALL (s390 system call restart data)");
15072 case NT_S390_TDB:
15073 return _("NT_S390_TDB (s390 transaction diagnostic block)");
15074 case NT_S390_VXRS_LOW:
15075 return _("NT_S390_VXRS_LOW (s390 vector registers 0-15 upper half)");
15076 case NT_S390_VXRS_HIGH:
15077 return _("NT_S390_VXRS_HIGH (s390 vector registers 16-31)");
15078 case NT_ARM_VFP:
15079 return _("NT_ARM_VFP (arm VFP registers)");
15080 case NT_ARM_TLS:
15081 return _("NT_ARM_TLS (AArch TLS registers)");
15082 case NT_ARM_HW_BREAK:
15083 return _("NT_ARM_HW_BREAK (AArch hardware breakpoint registers)");
15084 case NT_ARM_HW_WATCH:
15085 return _("NT_ARM_HW_WATCH (AArch hardware watchpoint registers)");
15086 case NT_PSTATUS:
15087 return _("NT_PSTATUS (pstatus structure)");
15088 case NT_FPREGS:
15089 return _("NT_FPREGS (floating point registers)");
15090 case NT_PSINFO:
15091 return _("NT_PSINFO (psinfo structure)");
15092 case NT_LWPSTATUS:
15093 return _("NT_LWPSTATUS (lwpstatus_t structure)");
15094 case NT_LWPSINFO:
15095 return _("NT_LWPSINFO (lwpsinfo_t structure)");
15096 case NT_WIN32PSTATUS:
15097 return _("NT_WIN32PSTATUS (win32_pstatus structure)");
15098 case NT_SIGINFO:
15099 return _("NT_SIGINFO (siginfo_t data)");
15100 case NT_FILE:
15101 return _("NT_FILE (mapped files)");
15102 default:
15103 break;
15104 }
15105 else
15106 switch (e_type)
15107 {
15108 case NT_VERSION:
15109 return _("NT_VERSION (version)");
15110 case NT_ARCH:
15111 return _("NT_ARCH (architecture)");
15112 default:
15113 break;
15114 }
15115
15116 snprintf (buff, sizeof (buff), _("Unknown note type: (0x%08x)"), e_type);
15117 return buff;
15118}
15119
15120static int
15121print_core_note (Elf_Internal_Note *pnote)
15122{
15123 unsigned int addr_size = is_32bit_elf ? 4 : 8;
15124 bfd_vma count, page_size;
15125 unsigned char *descdata, *filenames, *descend;
15126
15127 if (pnote->type != NT_FILE)
15128 return 1;
15129
15130#ifndef BFD64
15131 if (!is_32bit_elf)
15132 {
15133 printf (_(" Cannot decode 64-bit note in 32-bit build\n"));
15134 /* Still "successful". */
15135 return 1;
15136 }
15137#endif
15138
15139 if (pnote->descsz < 2 * addr_size)
15140 {
15141 printf (_(" Malformed note - too short for header\n"));
15142 return 0;
15143 }
15144
15145 descdata = (unsigned char *) pnote->descdata;
15146 descend = descdata + pnote->descsz;
15147
15148 if (descdata[pnote->descsz - 1] != '\0')
15149 {
15150 printf (_(" Malformed note - does not end with \\0\n"));
15151 return 0;
15152 }
15153
15154 count = byte_get (descdata, addr_size);
15155 descdata += addr_size;
15156
15157 page_size = byte_get (descdata, addr_size);
15158 descdata += addr_size;
15159
15160 if (pnote->descsz < 2 * addr_size + count * 3 * addr_size)
15161 {
15162 printf (_(" Malformed note - too short for supplied file count\n"));
15163 return 0;
15164 }
15165
15166 printf (_(" Page size: "));
15167 print_vma (page_size, DEC);
15168 printf ("\n");
15169
15170 printf (_(" %*s%*s%*s\n"),
15171 (int) (2 + 2 * addr_size), _("Start"),
15172 (int) (4 + 2 * addr_size), _("End"),
15173 (int) (4 + 2 * addr_size), _("Page Offset"));
15174 filenames = descdata + count * 3 * addr_size;
15175 while (count-- > 0)
15176 {
15177 bfd_vma start, end, file_ofs;
15178
15179 if (filenames == descend)
15180 {
15181 printf (_(" Malformed note - filenames end too early\n"));
15182 return 0;
15183 }
15184
15185 start = byte_get (descdata, addr_size);
15186 descdata += addr_size;
15187 end = byte_get (descdata, addr_size);
15188 descdata += addr_size;
15189 file_ofs = byte_get (descdata, addr_size);
15190 descdata += addr_size;
15191
15192 printf (" ");
15193 print_vma (start, FULL_HEX);
15194 printf (" ");
15195 print_vma (end, FULL_HEX);
15196 printf (" ");
15197 print_vma (file_ofs, FULL_HEX);
15198 printf ("\n %s\n", filenames);
15199
15200 filenames += 1 + strlen ((char *) filenames);
15201 }
15202
15203 return 1;
15204}
15205
15206static const char *
15207get_gnu_elf_note_type (unsigned e_type)
15208{
15209 static char buff[64];
15210
15211 switch (e_type)
15212 {
15213 case NT_GNU_ABI_TAG:
15214 return _("NT_GNU_ABI_TAG (ABI version tag)");
15215 case NT_GNU_HWCAP:
15216 return _("NT_GNU_HWCAP (DSO-supplied software HWCAP info)");
15217 case NT_GNU_BUILD_ID:
15218 return _("NT_GNU_BUILD_ID (unique build ID bitstring)");
15219 case NT_GNU_GOLD_VERSION:
15220 return _("NT_GNU_GOLD_VERSION (gold version)");
15221 default:
15222 break;
15223 }
15224
15225 snprintf (buff, sizeof (buff), _("Unknown note type: (0x%08x)"), e_type);
15226 return buff;
15227}
15228
15229static int
15230print_gnu_note (Elf_Internal_Note *pnote)
15231{
15232 switch (pnote->type)
15233 {
15234 case NT_GNU_BUILD_ID:
15235 {
15236 unsigned long i;
15237
15238 printf (_(" Build ID: "));
15239 for (i = 0; i < pnote->descsz; ++i)
15240 printf ("%02x", pnote->descdata[i] & 0xff);
15241 printf ("\n");
15242 }
15243 break;
15244
15245 case NT_GNU_ABI_TAG:
15246 {
15247 unsigned long os, major, minor, subminor;
15248 const char *osname;
15249
15250 /* PR 17531: file: 030-599401-0.004. */
15251 if (pnote->descsz < 16)
15252 {
15253 printf (_(" <corrupt GNU_ABI_TAG>\n"));
15254 break;
15255 }
15256
15257 os = byte_get ((unsigned char *) pnote->descdata, 4);
15258 major = byte_get ((unsigned char *) pnote->descdata + 4, 4);
15259 minor = byte_get ((unsigned char *) pnote->descdata + 8, 4);
15260 subminor = byte_get ((unsigned char *) pnote->descdata + 12, 4);
15261
15262 switch (os)
15263 {
15264 case GNU_ABI_TAG_LINUX:
15265 osname = "Linux";
15266 break;
15267 case GNU_ABI_TAG_HURD:
15268 osname = "Hurd";
15269 break;
15270 case GNU_ABI_TAG_SOLARIS:
15271 osname = "Solaris";
15272 break;
15273 case GNU_ABI_TAG_FREEBSD:
15274 osname = "FreeBSD";
15275 break;
15276 case GNU_ABI_TAG_NETBSD:
15277 osname = "NetBSD";
15278 break;
15279 case GNU_ABI_TAG_SYLLABLE:
15280 osname = "Syllable";
15281 break;
15282 case GNU_ABI_TAG_NACL:
15283 osname = "NaCl";
15284 break;
15285 default:
15286 osname = "Unknown";
15287 break;
15288 }
15289
15290 printf (_(" OS: %s, ABI: %ld.%ld.%ld\n"), osname,
15291 major, minor, subminor);
15292 }
15293 break;
15294
15295 case NT_GNU_GOLD_VERSION:
15296 {
15297 unsigned long i;
15298
15299 printf (_(" Version: "));
15300 for (i = 0; i < pnote->descsz && pnote->descdata[i] != '\0'; ++i)
15301 printf ("%c", pnote->descdata[i]);
15302 printf ("\n");
15303 }
15304 break;
15305 }
15306
15307 return 1;
15308}
15309
15310static const char *
15311get_v850_elf_note_type (enum v850_notes n_type)
15312{
15313 static char buff[64];
15314
15315 switch (n_type)
15316 {
15317 case V850_NOTE_ALIGNMENT: return _("Alignment of 8-byte objects");
15318 case V850_NOTE_DATA_SIZE: return _("Sizeof double and long double");
15319 case V850_NOTE_FPU_INFO: return _("Type of FPU support needed");
15320 case V850_NOTE_SIMD_INFO: return _("Use of SIMD instructions");
15321 case V850_NOTE_CACHE_INFO: return _("Use of cache");
15322 case V850_NOTE_MMU_INFO: return _("Use of MMU");
15323 default:
15324 snprintf (buff, sizeof (buff), _("Unknown note type: (0x%08x)"), n_type);
15325 return buff;
15326 }
15327}
15328
15329static int
15330print_v850_note (Elf_Internal_Note * pnote)
15331{
15332 unsigned int val;
15333
15334 if (pnote->descsz != 4)
15335 return 0;
15336 val = byte_get ((unsigned char *) pnote->descdata, pnote->descsz);
15337
15338 if (val == 0)
15339 {
15340 printf (_("not set\n"));
15341 return 1;
15342 }
15343
15344 switch (pnote->type)
15345 {
15346 case V850_NOTE_ALIGNMENT:
15347 switch (val)
15348 {
15349 case EF_RH850_DATA_ALIGN4: printf (_("4-byte\n")); return 1;
15350 case EF_RH850_DATA_ALIGN8: printf (_("8-byte\n")); return 1;
15351 }
15352 break;
15353
15354 case V850_NOTE_DATA_SIZE:
15355 switch (val)
15356 {
15357 case EF_RH850_DOUBLE32: printf (_("4-bytes\n")); return 1;
15358 case EF_RH850_DOUBLE64: printf (_("8-bytes\n")); return 1;
15359 }
15360 break;
15361
15362 case V850_NOTE_FPU_INFO:
15363 switch (val)
15364 {
15365 case EF_RH850_FPU20: printf (_("FPU-2.0\n")); return 1;
15366 case EF_RH850_FPU30: printf (_("FPU-3.0\n")); return 1;
15367 }
15368 break;
15369
15370 case V850_NOTE_MMU_INFO:
15371 case V850_NOTE_CACHE_INFO:
15372 case V850_NOTE_SIMD_INFO:
15373 if (val == EF_RH850_SIMD)
15374 {
15375 printf (_("yes\n"));
15376 return 1;
15377 }
15378 break;
15379
15380 default:
15381 /* An 'unknown note type' message will already have been displayed. */
15382 break;
15383 }
15384
15385 printf (_("unknown value: %x\n"), val);
15386 return 0;
15387}
15388
15389static int
15390process_netbsd_elf_note (Elf_Internal_Note * pnote)
15391{
15392 unsigned int version;
15393
15394 switch (pnote->type)
15395 {
15396 case NT_NETBSD_IDENT:
15397 version = byte_get ((unsigned char *) pnote->descdata, sizeof (version));
15398 if ((version / 10000) % 100)
15399 printf (" NetBSD\t\t0x%08lx\tIDENT %u (%u.%u%s%c)\n", pnote->descsz,
15400 version, version / 100000000, (version / 1000000) % 100,
15401 (version / 10000) % 100 > 26 ? "Z" : "",
15402 'A' + (version / 10000) % 26);
15403 else
15404 printf (" NetBSD\t\t0x%08lx\tIDENT %u (%u.%u.%u)\n", pnote->descsz,
15405 version, version / 100000000, (version / 1000000) % 100,
15406 (version / 100) % 100);
15407 return 1;
15408
15409 case NT_NETBSD_MARCH:
15410 printf (" NetBSD\t0x%08lx\tMARCH <%s>\n", pnote->descsz,
15411 pnote->descdata);
15412 return 1;
15413
15414 default:
15415 break;
15416 }
15417
15418 printf (" NetBSD\t0x%08lx\tUnknown note type: (0x%08lx)\n", pnote->descsz,
15419 pnote->type);
15420 return 1;
15421}
15422
15423static const char *
15424get_freebsd_elfcore_note_type (unsigned e_type)
15425{
15426 switch (e_type)
15427 {
15428 case NT_FREEBSD_THRMISC:
15429 return _("NT_THRMISC (thrmisc structure)");
15430 case NT_FREEBSD_PROCSTAT_PROC:
15431 return _("NT_PROCSTAT_PROC (proc data)");
15432 case NT_FREEBSD_PROCSTAT_FILES:
15433 return _("NT_PROCSTAT_FILES (files data)");
15434 case NT_FREEBSD_PROCSTAT_VMMAP:
15435 return _("NT_PROCSTAT_VMMAP (vmmap data)");
15436 case NT_FREEBSD_PROCSTAT_GROUPS:
15437 return _("NT_PROCSTAT_GROUPS (groups data)");
15438 case NT_FREEBSD_PROCSTAT_UMASK:
15439 return _("NT_PROCSTAT_UMASK (umask data)");
15440 case NT_FREEBSD_PROCSTAT_RLIMIT:
15441 return _("NT_PROCSTAT_RLIMIT (rlimit data)");
15442 case NT_FREEBSD_PROCSTAT_OSREL:
15443 return _("NT_PROCSTAT_OSREL (osreldate data)");
15444 case NT_FREEBSD_PROCSTAT_PSSTRINGS:
15445 return _("NT_PROCSTAT_PSSTRINGS (ps_strings data)");
15446 case NT_FREEBSD_PROCSTAT_AUXV:
15447 return _("NT_PROCSTAT_AUXV (auxv data)");
15448 }
15449 return get_note_type (e_type);
15450}
15451
15452static const char *
15453get_netbsd_elfcore_note_type (unsigned e_type)
15454{
15455 static char buff[64];
15456
15457 if (e_type == NT_NETBSDCORE_PROCINFO)
15458 {
15459 /* NetBSD core "procinfo" structure. */
15460 return _("NetBSD procinfo structure");
15461 }
15462
15463 /* As of Jan 2002 there are no other machine-independent notes
15464 defined for NetBSD core files. If the note type is less
15465 than the start of the machine-dependent note types, we don't
15466 understand it. */
15467
15468 if (e_type < NT_NETBSDCORE_FIRSTMACH)
15469 {
15470 snprintf (buff, sizeof (buff), _("Unknown note type: (0x%08x)"), e_type);
15471 return buff;
15472 }
15473
15474 switch (elf_header.e_machine)
15475 {
15476 /* On the Alpha, SPARC (32-bit and 64-bit), PT_GETREGS == mach+0
15477 and PT_GETFPREGS == mach+2. */
15478
15479 case EM_OLD_ALPHA:
15480 case EM_ALPHA:
15481 case EM_SPARC:
15482 case EM_SPARC32PLUS:
15483 case EM_SPARCV9:
15484 switch (e_type)
15485 {
15486 case NT_NETBSDCORE_FIRSTMACH + 0:
15487 return _("PT_GETREGS (reg structure)");
15488 case NT_NETBSDCORE_FIRSTMACH + 2:
15489 return _("PT_GETFPREGS (fpreg structure)");
15490 default:
15491 break;
15492 }
15493 break;
15494
15495 /* On all other arch's, PT_GETREGS == mach+1 and
15496 PT_GETFPREGS == mach+3. */
15497 default:
15498 switch (e_type)
15499 {
15500 case NT_NETBSDCORE_FIRSTMACH + 1:
15501 return _("PT_GETREGS (reg structure)");
15502 case NT_NETBSDCORE_FIRSTMACH + 3:
15503 return _("PT_GETFPREGS (fpreg structure)");
15504 default:
15505 break;
15506 }
15507 }
15508
15509 snprintf (buff, sizeof (buff), "PT_FIRSTMACH+%d",
15510 e_type - NT_NETBSDCORE_FIRSTMACH);
15511 return buff;
15512}
15513
15514static const char *
15515get_stapsdt_note_type (unsigned e_type)
15516{
15517 static char buff[64];
15518
15519 switch (e_type)
15520 {
15521 case NT_STAPSDT:
15522 return _("NT_STAPSDT (SystemTap probe descriptors)");
15523
15524 default:
15525 break;
15526 }
15527
15528 snprintf (buff, sizeof (buff), _("Unknown note type: (0x%08x)"), e_type);
15529 return buff;
15530}
15531
15532static int
15533print_stapsdt_note (Elf_Internal_Note *pnote)
15534{
15535 int addr_size = is_32bit_elf ? 4 : 8;
15536 char *data = pnote->descdata;
15537 char *data_end = pnote->descdata + pnote->descsz;
15538 bfd_vma pc, base_addr, semaphore;
15539 char *provider, *probe, *arg_fmt;
15540
15541 pc = byte_get ((unsigned char *) data, addr_size);
15542 data += addr_size;
15543 base_addr = byte_get ((unsigned char *) data, addr_size);
15544 data += addr_size;
15545 semaphore = byte_get ((unsigned char *) data, addr_size);
15546 data += addr_size;
15547
15548 provider = data;
15549 data += strlen (data) + 1;
15550 probe = data;
15551 data += strlen (data) + 1;
15552 arg_fmt = data;
15553 data += strlen (data) + 1;
15554
15555 printf (_(" Provider: %s\n"), provider);
15556 printf (_(" Name: %s\n"), probe);
15557 printf (_(" Location: "));
15558 print_vma (pc, FULL_HEX);
15559 printf (_(", Base: "));
15560 print_vma (base_addr, FULL_HEX);
15561 printf (_(", Semaphore: "));
15562 print_vma (semaphore, FULL_HEX);
15563 printf ("\n");
15564 printf (_(" Arguments: %s\n"), arg_fmt);
15565
15566 return data == data_end;
15567}
15568
15569static const char *
15570get_ia64_vms_note_type (unsigned e_type)
15571{
15572 static char buff[64];
15573
15574 switch (e_type)
15575 {
15576 case NT_VMS_MHD:
15577 return _("NT_VMS_MHD (module header)");
15578 case NT_VMS_LNM:
15579 return _("NT_VMS_LNM (language name)");
15580 case NT_VMS_SRC:
15581 return _("NT_VMS_SRC (source files)");
15582 case NT_VMS_TITLE:
15583 return "NT_VMS_TITLE";
15584 case NT_VMS_EIDC:
15585 return _("NT_VMS_EIDC (consistency check)");
15586 case NT_VMS_FPMODE:
15587 return _("NT_VMS_FPMODE (FP mode)");
15588 case NT_VMS_LINKTIME:
15589 return "NT_VMS_LINKTIME";
15590 case NT_VMS_IMGNAM:
15591 return _("NT_VMS_IMGNAM (image name)");
15592 case NT_VMS_IMGID:
15593 return _("NT_VMS_IMGID (image id)");
15594 case NT_VMS_LINKID:
15595 return _("NT_VMS_LINKID (link id)");
15596 case NT_VMS_IMGBID:
15597 return _("NT_VMS_IMGBID (build id)");
15598 case NT_VMS_GSTNAM:
15599 return _("NT_VMS_GSTNAM (sym table name)");
15600 case NT_VMS_ORIG_DYN:
15601 return "NT_VMS_ORIG_DYN";
15602 case NT_VMS_PATCHTIME:
15603 return "NT_VMS_PATCHTIME";
15604 default:
15605 snprintf (buff, sizeof (buff), _("Unknown note type: (0x%08x)"), e_type);
15606 return buff;
15607 }
15608}
15609
15610static int
15611print_ia64_vms_note (Elf_Internal_Note * pnote)
15612{
15613 switch (pnote->type)
15614 {
15615 case NT_VMS_MHD:
15616 if (pnote->descsz > 36)
15617 {
15618 size_t l = strlen (pnote->descdata + 34);
15619 printf (_(" Creation date : %.17s\n"), pnote->descdata);
15620 printf (_(" Last patch date: %.17s\n"), pnote->descdata + 17);
15621 printf (_(" Module name : %s\n"), pnote->descdata + 34);
15622 printf (_(" Module version : %s\n"), pnote->descdata + 34 + l + 1);
15623 }
15624 else
15625 printf (_(" Invalid size\n"));
15626 break;
15627 case NT_VMS_LNM:
15628 printf (_(" Language: %s\n"), pnote->descdata);
15629 break;
15630#ifdef BFD64
15631 case NT_VMS_FPMODE:
15632 printf (_(" Floating Point mode: "));
15633 printf ("0x%016" BFD_VMA_FMT "x\n",
15634 (bfd_vma) byte_get ((unsigned char *)pnote->descdata, 8));
15635 break;
15636 case NT_VMS_LINKTIME:
15637 printf (_(" Link time: "));
15638 print_vms_time
15639 ((bfd_int64_t) byte_get ((unsigned char *)pnote->descdata, 8));
15640 printf ("\n");
15641 break;
15642 case NT_VMS_PATCHTIME:
15643 printf (_(" Patch time: "));
15644 print_vms_time
15645 ((bfd_int64_t) byte_get ((unsigned char *)pnote->descdata, 8));
15646 printf ("\n");
15647 break;
15648 case NT_VMS_ORIG_DYN:
15649 printf (_(" Major id: %u, minor id: %u\n"),
15650 (unsigned) byte_get ((unsigned char *)pnote->descdata, 4),
15651 (unsigned) byte_get ((unsigned char *)pnote->descdata + 4, 4));
15652 printf (_(" Last modified : "));
15653 print_vms_time
15654 ((bfd_int64_t) byte_get ((unsigned char *)pnote->descdata + 8, 8));
15655 printf (_("\n Link flags : "));
15656 printf ("0x%016" BFD_VMA_FMT "x\n",
15657 (bfd_vma) byte_get ((unsigned char *)pnote->descdata + 16, 8));
15658 printf (_(" Header flags: 0x%08x\n"),
15659 (unsigned) byte_get ((unsigned char *)pnote->descdata + 24, 4));
15660 printf (_(" Image id : %s\n"), pnote->descdata + 32);
15661 break;
15662#endif
15663 case NT_VMS_IMGNAM:
15664 printf (_(" Image name: %s\n"), pnote->descdata);
15665 break;
15666 case NT_VMS_GSTNAM:
15667 printf (_(" Global symbol table name: %s\n"), pnote->descdata);
15668 break;
15669 case NT_VMS_IMGID:
15670 printf (_(" Image id: %s\n"), pnote->descdata);
15671 break;
15672 case NT_VMS_LINKID:
15673 printf (_(" Linker id: %s\n"), pnote->descdata);
15674 break;
15675 default:
15676 break;
15677 }
15678 return 1;
15679}
15680
15681/* Note that by the ELF standard, the name field is already null byte
15682 terminated, and namesz includes the terminating null byte.
15683 I.E. the value of namesz for the name "FSF" is 4.
15684
15685 If the value of namesz is zero, there is no name present. */
15686static int
15687process_note (Elf_Internal_Note * pnote)
15688{
15689 const char * name = pnote->namesz ? pnote->namedata : "(NONE)";
15690 const char * nt;
15691
15692 if (pnote->namesz == 0)
15693 /* If there is no note name, then use the default set of
15694 note type strings. */
15695 nt = get_note_type (pnote->type);
15696
15697 else if (const_strneq (pnote->namedata, "GNU"))
15698 /* GNU-specific object file notes. */
15699 nt = get_gnu_elf_note_type (pnote->type);
15700
15701 else if (const_strneq (pnote->namedata, "FreeBSD"))
15702 /* FreeBSD-specific core file notes. */
15703 nt = get_freebsd_elfcore_note_type (pnote->type);
15704
15705 else if (const_strneq (pnote->namedata, "NetBSD-CORE"))
15706 /* NetBSD-specific core file notes. */
15707 nt = get_netbsd_elfcore_note_type (pnote->type);
15708
15709 else if (const_strneq (pnote->namedata, "NetBSD"))
15710 /* NetBSD-specific core file notes. */
15711 return process_netbsd_elf_note (pnote);
15712
15713 else if (strneq (pnote->namedata, "SPU/", 4))
15714 {
15715 /* SPU-specific core file notes. */
15716 nt = pnote->namedata + 4;
15717 name = "SPU";
15718 }
15719
15720 else if (const_strneq (pnote->namedata, "IPF/VMS"))
15721 /* VMS/ia64-specific file notes. */
15722 nt = get_ia64_vms_note_type (pnote->type);
15723
15724 else if (const_strneq (pnote->namedata, "stapsdt"))
15725 nt = get_stapsdt_note_type (pnote->type);
15726
15727 else
15728 /* Don't recognize this note name; just use the default set of
15729 note type strings. */
15730 nt = get_note_type (pnote->type);
15731
15732 printf (" %-20s 0x%08lx\t%s\n", name, pnote->descsz, nt);
15733
15734 if (const_strneq (pnote->namedata, "IPF/VMS"))
15735 return print_ia64_vms_note (pnote);
15736 else if (const_strneq (pnote->namedata, "GNU"))
15737 return print_gnu_note (pnote);
15738 else if (const_strneq (pnote->namedata, "stapsdt"))
15739 return print_stapsdt_note (pnote);
15740 else if (const_strneq (pnote->namedata, "CORE"))
15741 return print_core_note (pnote);
15742 else
15743 return 1;
15744}
15745
15746
15747static int
15748process_corefile_note_segment (FILE * file, bfd_vma offset, bfd_vma length)
15749{
15750 Elf_External_Note * pnotes;
15751 Elf_External_Note * external;
15752 char * end;
15753 int res = 1;
15754
15755 if (length <= 0)
15756 return 0;
15757
15758 pnotes = (Elf_External_Note *) get_data (NULL, file, offset, 1, length,
15759 _("notes"));
15760 if (pnotes == NULL)
15761 return 0;
15762
15763 external = pnotes;
15764
15765 printf (_("\nDisplaying notes found at file offset 0x%08lx with length 0x%08lx:\n"),
15766 (unsigned long) offset, (unsigned long) length);
15767 printf (_(" %-20s %10s\tDescription\n"), _("Owner"), _("Data size"));
15768
15769 end = (char *) pnotes + length;
15770 while ((char *) external < end)
15771 {
15772 Elf_Internal_Note inote;
15773 size_t min_notesz;
15774 char *next;
15775 char * temp = NULL;
15776 size_t data_remaining = end - (char *) external;
15777
15778 if (!is_ia64_vms ())
15779 {
15780 /* PR binutils/15191
15781 Make sure that there is enough data to read. */
15782 min_notesz = offsetof (Elf_External_Note, name);
15783 if (data_remaining < min_notesz)
15784 {
15785 warn (_("Corrupt note: only %d bytes remain, not enough for a full note\n"),
15786 (int) data_remaining);
15787 break;
15788 }
15789 inote.type = BYTE_GET (external->type);
15790 inote.namesz = BYTE_GET (external->namesz);
15791 inote.namedata = external->name;
15792 inote.descsz = BYTE_GET (external->descsz);
15793 inote.descdata = inote.namedata + align_power (inote.namesz, 2);
15794 /* PR 17531: file: 3443835e. */
15795 if (inote.descdata < (char *) pnotes || inote.descdata > end)
15796 {
15797 warn (_("Corrupt note: name size is too big: %lx\n"), inote.namesz);
15798 inote.descdata = inote.namedata;
15799 inote.namesz = 0;
15800 }
15801
15802 inote.descpos = offset + (inote.descdata - (char *) pnotes);
15803 next = inote.descdata + align_power (inote.descsz, 2);
15804 }
15805 else
15806 {
15807 Elf64_External_VMS_Note *vms_external;
15808
15809 /* PR binutils/15191
15810 Make sure that there is enough data to read. */
15811 min_notesz = offsetof (Elf64_External_VMS_Note, name);
15812 if (data_remaining < min_notesz)
15813 {
15814 warn (_("Corrupt note: only %d bytes remain, not enough for a full note\n"),
15815 (int) data_remaining);
15816 break;
15817 }
15818
15819 vms_external = (Elf64_External_VMS_Note *) external;
15820 inote.type = BYTE_GET (vms_external->type);
15821 inote.namesz = BYTE_GET (vms_external->namesz);
15822 inote.namedata = vms_external->name;
15823 inote.descsz = BYTE_GET (vms_external->descsz);
15824 inote.descdata = inote.namedata + align_power (inote.namesz, 3);
15825 inote.descpos = offset + (inote.descdata - (char *) pnotes);
15826 next = inote.descdata + align_power (inote.descsz, 3);
15827 }
15828
15829 if (inote.descdata < (char *) external + min_notesz
15830 || next < (char *) external + min_notesz
15831 /* PR binutils/17531: file: id:000000,sig:11,src:006986,op:havoc,rep:4. */
15832 || inote.namedata + inote.namesz < inote.namedata
15833 || inote.descdata + inote.descsz < inote.descdata
15834 || data_remaining < (size_t)(next - (char *) external))
15835 {
15836 warn (_("note with invalid namesz and/or descsz found at offset 0x%lx\n"),
15837 (unsigned long) ((char *) external - (char *) pnotes));
15838 warn (_(" type: 0x%lx, namesize: 0x%08lx, descsize: 0x%08lx\n"),
15839 inote.type, inote.namesz, inote.descsz);
15840 break;
15841 }
15842
15843 external = (Elf_External_Note *) next;
15844
15845 /* Verify that name is null terminated. It appears that at least
15846 one version of Linux (RedHat 6.0) generates corefiles that don't
15847 comply with the ELF spec by failing to include the null byte in
15848 namesz. */
15849 if (inote.namedata[inote.namesz - 1] != '\0')
15850 {
15851 temp = (char *) malloc (inote.namesz + 1);
15852 if (temp == NULL)
15853 {
15854 error (_("Out of memory allocating space for inote name\n"));
15855 res = 0;
15856 break;
15857 }
15858
15859 strncpy (temp, inote.namedata, inote.namesz);
15860 temp[inote.namesz] = 0;
15861
15862 /* warn (_("'%s' NOTE name not properly null terminated\n"), temp); */
15863 inote.namedata = temp;
15864 }
15865
15866 res &= process_note (& inote);
15867
15868 if (temp != NULL)
15869 {
15870 free (temp);
15871 temp = NULL;
15872 }
15873 }
15874
15875 free (pnotes);
15876
15877 return res;
15878}
15879
15880static int
15881process_corefile_note_segments (FILE * file)
15882{
15883 Elf_Internal_Phdr * segment;
15884 unsigned int i;
15885 int res = 1;
15886
15887 if (! get_program_headers (file))
15888 return 0;
15889
15890 for (i = 0, segment = program_headers;
15891 i < elf_header.e_phnum;
15892 i++, segment++)
15893 {
15894 if (segment->p_type == PT_NOTE)
15895 res &= process_corefile_note_segment (file,
15896 (bfd_vma) segment->p_offset,
15897 (bfd_vma) segment->p_filesz);
15898 }
15899
15900 return res;
15901}
15902
15903static int
15904process_v850_notes (FILE * file, bfd_vma offset, bfd_vma length)
15905{
15906 Elf_External_Note * pnotes;
15907 Elf_External_Note * external;
15908 char * end;
15909 int res = 1;
15910
15911 if (length <= 0)
15912 return 0;
15913
15914 pnotes = (Elf_External_Note *) get_data (NULL, file, offset, 1, length,
15915 _("v850 notes"));
15916 if (pnotes == NULL)
15917 return 0;
15918
15919 external = pnotes;
15920 end = (char*) pnotes + length;
15921
15922 printf (_("\nDisplaying contents of Renesas V850 notes section at offset 0x%lx with length 0x%lx:\n"),
15923 (unsigned long) offset, (unsigned long) length);
15924
15925 while ((char *) external + sizeof (Elf_External_Note) < end)
15926 {
15927 Elf_External_Note * next;
15928 Elf_Internal_Note inote;
15929
15930 inote.type = BYTE_GET (external->type);
15931 inote.namesz = BYTE_GET (external->namesz);
15932 inote.namedata = external->name;
15933 inote.descsz = BYTE_GET (external->descsz);
15934 inote.descdata = inote.namedata + align_power (inote.namesz, 2);
15935 inote.descpos = offset + (inote.descdata - (char *) pnotes);
15936
15937 if (inote.descdata < (char *) pnotes || inote.descdata >= end)
15938 {
15939 warn (_("Corrupt note: name size is too big: %lx\n"), inote.namesz);
15940 inote.descdata = inote.namedata;
15941 inote.namesz = 0;
15942 }
15943
15944 next = (Elf_External_Note *) (inote.descdata + align_power (inote.descsz, 2));
15945
15946 if ( ((char *) next > end)
15947 || ((char *) next < (char *) pnotes))
15948 {
15949 warn (_("corrupt descsz found in note at offset 0x%lx\n"),
15950 (unsigned long) ((char *) external - (char *) pnotes));
15951 warn (_(" type: 0x%lx, namesize: 0x%lx, descsize: 0x%lx\n"),
15952 inote.type, inote.namesz, inote.descsz);
15953 break;
15954 }
15955
15956 external = next;
15957
15958 /* Prevent out-of-bounds indexing. */
15959 if ( inote.namedata + inote.namesz > end
15960 || inote.namedata + inote.namesz < inote.namedata)
15961 {
15962 warn (_("corrupt namesz found in note at offset 0x%lx\n"),
15963 (unsigned long) ((char *) external - (char *) pnotes));
15964 warn (_(" type: 0x%lx, namesize: 0x%lx, descsize: 0x%lx\n"),
15965 inote.type, inote.namesz, inote.descsz);
15966 break;
15967 }
15968
15969 printf (" %s: ", get_v850_elf_note_type (inote.type));
15970
15971 if (! print_v850_note (& inote))
15972 {
15973 res = 0;
15974 printf ("<corrupt sizes: namesz: %lx, descsz: %lx>\n",
15975 inote.namesz, inote.descsz);
15976 }
15977 }
15978
15979 free (pnotes);
15980
15981 return res;
15982}
15983
15984static int
15985process_note_sections (FILE * file)
15986{
15987 Elf_Internal_Shdr * section;
15988 unsigned long i;
15989 int n = 0;
15990 int res = 1;
15991
15992 for (i = 0, section = section_headers;
15993 i < elf_header.e_shnum && section != NULL;
15994 i++, section++)
15995 {
15996 if (section->sh_type == SHT_NOTE)
15997 {
15998 res &= process_corefile_note_segment (file,
15999 (bfd_vma) section->sh_offset,
16000 (bfd_vma) section->sh_size);
16001 n++;
16002 }
16003
16004 if (( elf_header.e_machine == EM_V800
16005 || elf_header.e_machine == EM_V850
16006 || elf_header.e_machine == EM_CYGNUS_V850)
16007 && section->sh_type == SHT_RENESAS_INFO)
16008 {
16009 res &= process_v850_notes (file,
16010 (bfd_vma) section->sh_offset,
16011 (bfd_vma) section->sh_size);
16012 n++;
16013 }
16014 }
16015
16016 if (n == 0)
16017 /* Try processing NOTE segments instead. */
16018 return process_corefile_note_segments (file);
16019
16020 return res;
16021}
16022
16023static int
16024process_notes (FILE * file)
16025{
16026 /* If we have not been asked to display the notes then do nothing. */
16027 if (! do_notes)
16028 return 1;
16029
16030 if (elf_header.e_type != ET_CORE)
16031 return process_note_sections (file);
16032
16033 /* No program headers means no NOTE segment. */
16034 if (elf_header.e_phnum > 0)
16035 return process_corefile_note_segments (file);
16036
16037 printf (_("No note segments present in the core file.\n"));
16038 return 1;
16039}
16040
16041static int
16042process_arch_specific (FILE * file)
16043{
16044 if (! do_arch)
16045 return 1;
16046
16047 switch (elf_header.e_machine)
16048 {
16049 case EM_ARM:
16050 return process_arm_specific (file);
16051 case EM_MIPS:
16052 case EM_MIPS_RS3_LE:
16053 return process_mips_specific (file);
16054 break;
16055 case EM_NDS32:
16056 return process_nds32_specific (file);
16057 break;
16058 case EM_PPC:
16059 return process_power_specific (file);
16060 break;
16061 case EM_S390:
16062 case EM_S390_OLD:
16063 return process_s390_specific (file);
16064 break;
16065 case EM_SPARC:
16066 case EM_SPARC32PLUS:
16067 case EM_SPARCV9:
16068 return process_sparc_specific (file);
16069 break;
16070 case EM_TI_C6000:
16071 return process_tic6x_specific (file);
16072 break;
16073 case EM_MSP430:
16074 return process_msp430x_specific (file);
16075 default:
16076 break;
16077 }
16078 return 1;
16079}
16080
16081static int
16082get_file_header (FILE * file)
16083{
16084 /* Read in the identity array. */
16085 if (fread (elf_header.e_ident, EI_NIDENT, 1, file) != 1)
16086 return 0;
16087
16088 /* Determine how to read the rest of the header. */
16089 switch (elf_header.e_ident[EI_DATA])
16090 {
16091 default: /* fall through */
16092 case ELFDATANONE: /* fall through */
16093 case ELFDATA2LSB:
16094 byte_get = byte_get_little_endian;
16095 byte_put = byte_put_little_endian;
16096 break;
16097 case ELFDATA2MSB:
16098 byte_get = byte_get_big_endian;
16099 byte_put = byte_put_big_endian;
16100 break;
16101 }
16102
16103 /* For now we only support 32 bit and 64 bit ELF files. */
16104 is_32bit_elf = (elf_header.e_ident[EI_CLASS] != ELFCLASS64);
16105
16106 /* Read in the rest of the header. */
16107 if (is_32bit_elf)
16108 {
16109 Elf32_External_Ehdr ehdr32;
16110
16111 if (fread (ehdr32.e_type, sizeof (ehdr32) - EI_NIDENT, 1, file) != 1)
16112 return 0;
16113
16114 elf_header.e_type = BYTE_GET (ehdr32.e_type);
16115 elf_header.e_machine = BYTE_GET (ehdr32.e_machine);
16116 elf_header.e_version = BYTE_GET (ehdr32.e_version);
16117 elf_header.e_entry = BYTE_GET (ehdr32.e_entry);
16118 elf_header.e_phoff = BYTE_GET (ehdr32.e_phoff);
16119 elf_header.e_shoff = BYTE_GET (ehdr32.e_shoff);
16120 elf_header.e_flags = BYTE_GET (ehdr32.e_flags);
16121 elf_header.e_ehsize = BYTE_GET (ehdr32.e_ehsize);
16122 elf_header.e_phentsize = BYTE_GET (ehdr32.e_phentsize);
16123 elf_header.e_phnum = BYTE_GET (ehdr32.e_phnum);
16124 elf_header.e_shentsize = BYTE_GET (ehdr32.e_shentsize);
16125 elf_header.e_shnum = BYTE_GET (ehdr32.e_shnum);
16126 elf_header.e_shstrndx = BYTE_GET (ehdr32.e_shstrndx);
16127 }
16128 else
16129 {
16130 Elf64_External_Ehdr ehdr64;
16131
16132 /* If we have been compiled with sizeof (bfd_vma) == 4, then
16133 we will not be able to cope with the 64bit data found in
16134 64 ELF files. Detect this now and abort before we start
16135 overwriting things. */
16136 if (sizeof (bfd_vma) < 8)
16137 {
16138 error (_("This instance of readelf has been built without support for a\n\
1613964 bit data type and so it cannot read 64 bit ELF files.\n"));
16140 return 0;
16141 }
16142
16143 if (fread (ehdr64.e_type, sizeof (ehdr64) - EI_NIDENT, 1, file) != 1)
16144 return 0;
16145
16146 elf_header.e_type = BYTE_GET (ehdr64.e_type);
16147 elf_header.e_machine = BYTE_GET (ehdr64.e_machine);
16148 elf_header.e_version = BYTE_GET (ehdr64.e_version);
16149 elf_header.e_entry = BYTE_GET (ehdr64.e_entry);
16150 elf_header.e_phoff = BYTE_GET (ehdr64.e_phoff);
16151 elf_header.e_shoff = BYTE_GET (ehdr64.e_shoff);
16152 elf_header.e_flags = BYTE_GET (ehdr64.e_flags);
16153 elf_header.e_ehsize = BYTE_GET (ehdr64.e_ehsize);
16154 elf_header.e_phentsize = BYTE_GET (ehdr64.e_phentsize);
16155 elf_header.e_phnum = BYTE_GET (ehdr64.e_phnum);
16156 elf_header.e_shentsize = BYTE_GET (ehdr64.e_shentsize);
16157 elf_header.e_shnum = BYTE_GET (ehdr64.e_shnum);
16158 elf_header.e_shstrndx = BYTE_GET (ehdr64.e_shstrndx);
16159 }
16160
16161 if (elf_header.e_shoff)
16162 {
16163 /* There may be some extensions in the first section header. Don't
16164 bomb if we can't read it. */
16165 if (is_32bit_elf)
16166 get_32bit_section_headers (file, TRUE);
16167 else
16168 get_64bit_section_headers (file, TRUE);
16169 }
16170
16171 return 1;
16172}
16173
16174/* Process one ELF object file according to the command line options.
16175 This file may actually be stored in an archive. The file is
16176 positioned at the start of the ELF object. */
16177
16178static int
16179process_object (char * file_name, FILE * file)
16180{
16181 unsigned int i;
16182
16183 if (! get_file_header (file))
16184 {
16185 error (_("%s: Failed to read file header\n"), file_name);
16186 return 1;
16187 }
16188
16189 /* Initialise per file variables. */
16190 for (i = ARRAY_SIZE (version_info); i--;)
16191 version_info[i] = 0;
16192
16193 for (i = ARRAY_SIZE (dynamic_info); i--;)
16194 dynamic_info[i] = 0;
16195 dynamic_info_DT_GNU_HASH = 0;
16196
16197 /* Process the file. */
16198 if (show_name)
16199 printf (_("\nFile: %s\n"), file_name);
16200
16201 /* Initialise the dump_sects array from the cmdline_dump_sects array.
16202 Note we do this even if cmdline_dump_sects is empty because we
16203 must make sure that the dump_sets array is zeroed out before each
16204 object file is processed. */
16205 if (num_dump_sects > num_cmdline_dump_sects)
16206 memset (dump_sects, 0, num_dump_sects * sizeof (* dump_sects));
16207
16208 if (num_cmdline_dump_sects > 0)
16209 {
16210 if (num_dump_sects == 0)
16211 /* A sneaky way of allocating the dump_sects array. */
16212 request_dump_bynumber (num_cmdline_dump_sects, 0);
16213
16214 assert (num_dump_sects >= num_cmdline_dump_sects);
16215 memcpy (dump_sects, cmdline_dump_sects,
16216 num_cmdline_dump_sects * sizeof (* dump_sects));
16217 }
16218
16219 if (! process_file_header ())
16220 return 1;
16221
16222 if (! process_section_headers (file))
16223 {
16224 /* Without loaded section headers we cannot process lots of
16225 things. */
16226 do_unwind = do_version = do_dump = do_arch = 0;
16227
16228 if (! do_using_dynamic)
16229 do_syms = do_dyn_syms = do_reloc = 0;
16230 }
16231
16232 if (! process_section_groups (file))
16233 {
16234 /* Without loaded section groups we cannot process unwind. */
16235 do_unwind = 0;
16236 }
16237
16238 if (process_program_headers (file))
16239 process_dynamic_section (file);
16240
16241 process_relocs (file);
16242
16243 process_unwind (file);
16244
16245 process_symbol_table (file);
16246
16247 process_syminfo (file);
16248
16249 process_version_sections (file);
16250
16251 process_section_contents (file);
16252
16253 process_notes (file);
16254
16255 process_gnu_liblist (file);
16256
16257 process_arch_specific (file);
16258
16259 if (program_headers)
16260 {
16261 free (program_headers);
16262 program_headers = NULL;
16263 }
16264
16265 if (section_headers)
16266 {
16267 free (section_headers);
16268 section_headers = NULL;
16269 }
16270
16271 if (string_table)
16272 {
16273 free (string_table);
16274 string_table = NULL;
16275 string_table_length = 0;
16276 }
16277
16278 if (dynamic_strings)
16279 {
16280 free (dynamic_strings);
16281 dynamic_strings = NULL;
16282 dynamic_strings_length = 0;
16283 }
16284
16285 if (dynamic_symbols)
16286 {
16287 free (dynamic_symbols);
16288 dynamic_symbols = NULL;
16289 num_dynamic_syms = 0;
16290 }
16291
16292 if (dynamic_syminfo)
16293 {
16294 free (dynamic_syminfo);
16295 dynamic_syminfo = NULL;
16296 }
16297
16298 if (dynamic_section)
16299 {
16300 free (dynamic_section);
16301 dynamic_section = NULL;
16302 }
16303
16304 if (section_headers_groups)
16305 {
16306 free (section_headers_groups);
16307 section_headers_groups = NULL;
16308 }
16309
16310 if (section_groups)
16311 {
16312 struct group_list * g;
16313 struct group_list * next;
16314
16315 for (i = 0; i < group_count; i++)
16316 {
16317 for (g = section_groups [i].root; g != NULL; g = next)
16318 {
16319 next = g->next;
16320 free (g);
16321 }
16322 }
16323
16324 free (section_groups);
16325 section_groups = NULL;
16326 }
16327
16328 free_debug_memory ();
16329
16330 return 0;
16331}
16332
16333/* Process an ELF archive.
16334 On entry the file is positioned just after the ARMAG string. */
16335
16336static int
16337process_archive (char * file_name, FILE * file, bfd_boolean is_thin_archive)
16338{
16339 struct archive_info arch;
16340 struct archive_info nested_arch;
16341 size_t got;
16342 int ret;
16343
16344 show_name = 1;
16345
16346 /* The ARCH structure is used to hold information about this archive. */
16347 arch.file_name = NULL;
16348 arch.file = NULL;
16349 arch.index_array = NULL;
16350 arch.sym_table = NULL;
16351 arch.longnames = NULL;
16352
16353 /* The NESTED_ARCH structure is used as a single-item cache of information
16354 about a nested archive (when members of a thin archive reside within
16355 another regular archive file). */
16356 nested_arch.file_name = NULL;
16357 nested_arch.file = NULL;
16358 nested_arch.index_array = NULL;
16359 nested_arch.sym_table = NULL;
16360 nested_arch.longnames = NULL;
16361
16362 if (setup_archive (&arch, file_name, file, is_thin_archive, do_archive_index) != 0)
16363 {
16364 ret = 1;
16365 goto out;
16366 }
16367
16368 if (do_archive_index)
16369 {
16370 if (arch.sym_table == NULL)
16371 error (_("%s: unable to dump the index as none was found\n"), file_name);
16372 else
16373 {
16374 unsigned long i, l;
16375 unsigned long current_pos;
16376
16377 printf (_("Index of archive %s: (%lu entries, 0x%lx bytes in the symbol table)\n"),
16378 file_name, (unsigned long) arch.index_num, arch.sym_size);
16379 current_pos = ftell (file);
16380
16381 for (i = l = 0; i < arch.index_num; i++)
16382 {
16383 if ((i == 0) || ((i > 0) && (arch.index_array[i] != arch.index_array[i - 1])))
16384 {
16385 char * member_name;
16386
16387 member_name = get_archive_member_name_at (&arch, arch.index_array[i], &nested_arch);
16388
16389 if (member_name != NULL)
16390 {
16391 char * qualified_name = make_qualified_name (&arch, &nested_arch, member_name);
16392
16393 if (qualified_name != NULL)
16394 {
16395 printf (_("Contents of binary %s at offset "), qualified_name);
16396 (void) print_vma (arch.index_array[i], PREFIX_HEX);
16397 putchar ('\n');
16398 free (qualified_name);
16399 }
16400 }
16401 }
16402
16403 if (l >= arch.sym_size)
16404 {
16405 error (_("%s: end of the symbol table reached before the end of the index\n"),
16406 file_name);
16407 break;
16408 }
16409 /* PR 17531: file: 0b6630b2. */
16410 printf ("\t%.*s\n", (int) (arch.sym_size - l), arch.sym_table + l);
16411 l += strnlen (arch.sym_table + l, arch.sym_size - l) + 1;
16412 }
16413
16414 if (arch.uses_64bit_indicies)
16415 l = (l + 7) & ~ 7;
16416 else
16417 l += l & 1;
16418
16419 if (l < arch.sym_size)
16420 error (_("%s: %ld bytes remain in the symbol table, but without corresponding entries in the index table\n"),
16421 file_name, arch.sym_size - l);
16422
16423 if (fseek (file, current_pos, SEEK_SET) != 0)
16424 {
16425 error (_("%s: failed to seek back to start of object files in the archive\n"), file_name);
16426 ret = 1;
16427 goto out;
16428 }
16429 }
16430
16431 if (!do_dynamic && !do_syms && !do_reloc && !do_unwind && !do_sections
16432 && !do_segments && !do_header && !do_dump && !do_version
16433 && !do_histogram && !do_debugging && !do_arch && !do_notes
16434 && !do_section_groups && !do_dyn_syms)
16435 {
16436 ret = 0; /* Archive index only. */
16437 goto out;
16438 }
16439 }
16440
16441 ret = 0;
16442
16443 while (1)
16444 {
16445 char * name;
16446 size_t namelen;
16447 char * qualified_name;
16448
16449 /* Read the next archive header. */
16450 if (fseek (file, arch.next_arhdr_offset, SEEK_SET) != 0)
16451 {
16452 error (_("%s: failed to seek to next archive header\n"), file_name);
16453 return 1;
16454 }
16455 got = fread (&arch.arhdr, 1, sizeof arch.arhdr, file);
16456 if (got != sizeof arch.arhdr)
16457 {
16458 if (got == 0)
16459 break;
16460 error (_("%s: failed to read archive header\n"), file_name);
16461 ret = 1;
16462 break;
16463 }
16464 if (memcmp (arch.arhdr.ar_fmag, ARFMAG, 2) != 0)
16465 {
16466 error (_("%s: did not find a valid archive header\n"), arch.file_name);
16467 ret = 1;
16468 break;
16469 }
16470
16471 arch.next_arhdr_offset += sizeof arch.arhdr;
16472
16473 archive_file_size = strtoul (arch.arhdr.ar_size, NULL, 10);
16474 if (archive_file_size & 01)
16475 ++archive_file_size;
16476
16477 name = get_archive_member_name (&arch, &nested_arch);
16478 if (name == NULL)
16479 {
16480 error (_("%s: bad archive file name\n"), file_name);
16481 ret = 1;
16482 break;
16483 }
16484 namelen = strlen (name);
16485
16486 qualified_name = make_qualified_name (&arch, &nested_arch, name);
16487 if (qualified_name == NULL)
16488 {
16489 error (_("%s: bad archive file name\n"), file_name);
16490 ret = 1;
16491 break;
16492 }
16493
16494 if (is_thin_archive && arch.nested_member_origin == 0)
16495 {
16496 /* This is a proxy for an external member of a thin archive. */
16497 FILE * member_file;
16498 char * member_file_name = adjust_relative_path (file_name, name, namelen);
16499 if (member_file_name == NULL)
16500 {
16501 ret = 1;
16502 break;
16503 }
16504
16505 member_file = fopen (member_file_name, "rb");
16506 if (member_file == NULL)
16507 {
16508 error (_("Input file '%s' is not readable.\n"), member_file_name);
16509 free (member_file_name);
16510 ret = 1;
16511 break;
16512 }
16513
16514 archive_file_offset = arch.nested_member_origin;
16515
16516 ret |= process_object (qualified_name, member_file);
16517
16518 fclose (member_file);
16519 free (member_file_name);
16520 }
16521 else if (is_thin_archive)
16522 {
16523 /* PR 15140: Allow for corrupt thin archives. */
16524 if (nested_arch.file == NULL)
16525 {
16526 error (_("%s: contains corrupt thin archive: %s\n"),
16527 file_name, name);
16528 ret = 1;
16529 break;
16530 }
16531
16532 /* This is a proxy for a member of a nested archive. */
16533 archive_file_offset = arch.nested_member_origin + sizeof arch.arhdr;
16534
16535 /* The nested archive file will have been opened and setup by
16536 get_archive_member_name. */
16537 if (fseek (nested_arch.file, archive_file_offset, SEEK_SET) != 0)
16538 {
16539 error (_("%s: failed to seek to archive member.\n"), nested_arch.file_name);
16540 ret = 1;
16541 break;
16542 }
16543
16544 ret |= process_object (qualified_name, nested_arch.file);
16545 }
16546 else
16547 {
16548 archive_file_offset = arch.next_arhdr_offset;
16549 arch.next_arhdr_offset += archive_file_size;
16550
16551 ret |= process_object (qualified_name, file);
16552 }
16553
16554 if (dump_sects != NULL)
16555 {
16556 free (dump_sects);
16557 dump_sects = NULL;
16558 num_dump_sects = 0;
16559 }
16560
16561 free (qualified_name);
16562 }
16563
16564 out:
16565 if (nested_arch.file != NULL)
16566 fclose (nested_arch.file);
16567 release_archive (&nested_arch);
16568 release_archive (&arch);
16569
16570 return ret;
16571}
16572
16573static int
16574process_file (char * file_name)
16575{
16576 FILE * file;
16577 struct stat statbuf;
16578 char armag[SARMAG];
16579 int ret;
16580
16581 if (stat (file_name, &statbuf) < 0)
16582 {
16583 if (errno == ENOENT)
16584 error (_("'%s': No such file\n"), file_name);
16585 else
16586 error (_("Could not locate '%s'. System error message: %s\n"),
16587 file_name, strerror (errno));
16588 return 1;
16589 }
16590
16591 if (! S_ISREG (statbuf.st_mode))
16592 {
16593 error (_("'%s' is not an ordinary file\n"), file_name);
16594 return 1;
16595 }
16596
16597 file = fopen (file_name, "rb");
16598 if (file == NULL)
16599 {
16600 error (_("Input file '%s' is not readable.\n"), file_name);
16601 return 1;
16602 }
16603
16604 if (fread (armag, SARMAG, 1, file) != 1)
16605 {
16606 error (_("%s: Failed to read file's magic number\n"), file_name);
16607 fclose (file);
16608 return 1;
16609 }
16610
16611 current_file_size = (bfd_size_type) statbuf.st_size;
16612
16613 if (memcmp (armag, ARMAG, SARMAG) == 0)
16614 ret = process_archive (file_name, file, FALSE);
16615 else if (memcmp (armag, ARMAGT, SARMAG) == 0)
16616 ret = process_archive (file_name, file, TRUE);
16617 else
16618 {
16619 if (do_archive_index)
16620 error (_("File %s is not an archive so its index cannot be displayed.\n"),
16621 file_name);
16622
16623 rewind (file);
16624 archive_file_size = archive_file_offset = 0;
16625 ret = process_object (file_name, file);
16626 }
16627
16628 fclose (file);
16629
16630 current_file_size = 0;
16631 return ret;
16632}
16633
16634#ifdef SUPPORT_DISASSEMBLY
16635/* Needed by the i386 disassembler. For extra credit, someone could
16636 fix this so that we insert symbolic addresses here, esp for GOT/PLT
16637 symbols. */
16638
16639void
16640print_address (unsigned int addr, FILE * outfile)
16641{
16642 fprintf (outfile,"0x%8.8x", addr);
16643}
16644
16645/* Needed by the i386 disassembler. */
16646void
16647db_task_printsym (unsigned int addr)
16648{
16649 print_address (addr, stderr);
16650}
16651#endif
16652
16653int
16654main (int argc, char ** argv)
16655{
16656 int err;
16657
16658#if defined (HAVE_SETLOCALE) && defined (HAVE_LC_MESSAGES)
16659 setlocale (LC_MESSAGES, "");
16660#endif
16661#if defined (HAVE_SETLOCALE)
16662 setlocale (LC_CTYPE, "");
16663#endif
16664 bindtextdomain (PACKAGE, LOCALEDIR);
16665 textdomain (PACKAGE);
16666
16667 expandargv (&argc, &argv);
16668
16669 parse_args (argc, argv);
16670
16671 if (num_dump_sects > 0)
16672 {
16673 /* Make a copy of the dump_sects array. */
16674 cmdline_dump_sects = (dump_type *)
16675 malloc (num_dump_sects * sizeof (* dump_sects));
16676 if (cmdline_dump_sects == NULL)
16677 error (_("Out of memory allocating dump request table.\n"));
16678 else
16679 {
16680 memcpy (cmdline_dump_sects, dump_sects,
16681 num_dump_sects * sizeof (* dump_sects));
16682 num_cmdline_dump_sects = num_dump_sects;
16683 }
16684 }
16685
16686 if (optind < (argc - 1))
16687 show_name = 1;
16688 else if (optind >= argc)
16689 {
16690 warn (_("Nothing to do.\n"));
16691 usage (stderr);
16692 }
16693
16694 err = 0;
16695 while (optind < argc)
16696 err |= process_file (argv[optind++]);
16697
16698 if (dump_sects != NULL)
16699 free (dump_sects);
16700 if (cmdline_dump_sects != NULL)
16701 free (cmdline_dump_sects);
16702
16703 return err;
16704}
This page took 0.155271 seconds and 4 git commands to generate.