Make tui_win_info::name pure virtual
[deliverable/binutils-gdb.git] / binutils / readelf.c
CommitLineData
252b5132 1/* readelf.c -- display contents of an ELF format file
b3adc24a 2 Copyright (C) 1998-2020 Free Software Foundation, Inc.
252b5132
RH
3
4 Originally developed by Eric Youngdale <eric@andante.jic.com>
12ab83a9 5 Modifications by Nick Clifton <nickc@redhat.com>
252b5132
RH
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
32866df7 11 the Free Software Foundation; either version 3 of the License, or
252b5132
RH
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
b43b5d5f
NC
21 Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
22 02110-1301, USA. */
252b5132 23\f
9eb20dd8 24/* The difference between readelf and objdump:
252b5132 25
74013231 26 Both programs are capable of displaying the contents of ELF format files,
9eb20dd8 27 so why does the binutils project have two file dumpers ?
0de14b54 28
9eb20dd8
NC
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
3db64b00 43#include "sysdep.h"
252b5132 44#include <assert.h>
252b5132 45#include <time.h>
1b315056 46#include <zlib.h>
3bfcb652 47#ifdef HAVE_WCHAR_H
7bfd842d 48#include <wchar.h>
3bfcb652 49#endif
252b5132 50
a952a375 51#if __GNUC__ >= 2
19936277 52/* Define BFD64 here, even if our default architecture is 32 bit ELF
a952a375 53 as this will allow us to read in and parse 64bit and 32bit ELF files.
b34976b6 54 Only do this if we believe that the compiler can support a 64 bit
a952a375 55 data type. For now we only rely on GCC being able to do this. */
19936277 56#define BFD64
a952a375
NC
57#endif
58
3db64b00
AM
59#include "bfd.h"
60#include "bucomm.h"
3284fe0c 61#include "elfcomm.h"
19e6b90e 62#include "dwarf.h"
7d9813f1 63#include "ctf-api.h"
252b5132
RH
64
65#include "elf/common.h"
66#include "elf/external.h"
67#include "elf/internal.h"
252b5132 68
4b78141a
NC
69
70/* Included here, before RELOC_MACROS_GEN_FUNC is defined, so that
71 we can obtain the H8 reloc numbers. We need these for the
72 get_reloc_size() function. We include h8.h again after defining
73 RELOC_MACROS_GEN_FUNC so that we get the naming function as well. */
74
75#include "elf/h8.h"
76#undef _ELF_H8_H
77
78/* Undo the effects of #including reloc-macros.h. */
79
80#undef START_RELOC_NUMBERS
81#undef RELOC_NUMBER
82#undef FAKE_RELOC
83#undef EMPTY_RELOC
84#undef END_RELOC_NUMBERS
85#undef _RELOC_MACROS_H
86
252b5132
RH
87/* The following headers use the elf/reloc-macros.h file to
88 automatically generate relocation recognition functions
89 such as elf_mips_reloc_type() */
90
91#define RELOC_MACROS_GEN_FUNC
92
a06ea964 93#include "elf/aarch64.h"
252b5132 94#include "elf/alpha.h"
3b16e843 95#include "elf/arc.h"
252b5132 96#include "elf/arm.h"
3b16e843 97#include "elf/avr.h"
1d65ded4 98#include "elf/bfin.h"
60bca95a 99#include "elf/cr16.h"
3b16e843 100#include "elf/cris.h"
1c0d3aa6 101#include "elf/crx.h"
b8891f8d 102#include "elf/csky.h"
252b5132
RH
103#include "elf/d10v.h"
104#include "elf/d30v.h"
d172d4ba 105#include "elf/dlx.h"
aca4efc7 106#include "elf/bpf.h"
cfb8c092 107#include "elf/epiphany.h"
252b5132 108#include "elf/fr30.h"
5c70f934 109#include "elf/frv.h"
3f8107ab 110#include "elf/ft32.h"
3b16e843
NC
111#include "elf/h8.h"
112#include "elf/hppa.h"
113#include "elf/i386.h"
f954747f
AM
114#include "elf/i370.h"
115#include "elf/i860.h"
116#include "elf/i960.h"
3b16e843 117#include "elf/ia64.h"
1e4cf259 118#include "elf/ip2k.h"
84e94c90 119#include "elf/lm32.h"
1c0d3aa6 120#include "elf/iq2000.h"
49f58d10 121#include "elf/m32c.h"
3b16e843
NC
122#include "elf/m32r.h"
123#include "elf/m68k.h"
75751cd9 124#include "elf/m68hc11.h"
7b4ae824 125#include "elf/s12z.h"
252b5132 126#include "elf/mcore.h"
15ab5209 127#include "elf/mep.h"
a3c62988 128#include "elf/metag.h"
7ba29e2a 129#include "elf/microblaze.h"
3b16e843 130#include "elf/mips.h"
3c3bdf30 131#include "elf/mmix.h"
3b16e843
NC
132#include "elf/mn10200.h"
133#include "elf/mn10300.h"
5506d11a 134#include "elf/moxie.h"
4970f871 135#include "elf/mt.h"
2469cfa2 136#include "elf/msp430.h"
35c08157 137#include "elf/nds32.h"
fe944acf 138#include "elf/nfp.h"
13761a11 139#include "elf/nios2.h"
73589c9d 140#include "elf/or1k.h"
7d466069 141#include "elf/pj.h"
3b16e843 142#include "elf/ppc.h"
c833c019 143#include "elf/ppc64.h"
2b100bb5 144#include "elf/pru.h"
03336641 145#include "elf/riscv.h"
99c513f6 146#include "elf/rl78.h"
c7927a3c 147#include "elf/rx.h"
a85d7ed0 148#include "elf/s390.h"
1c0d3aa6 149#include "elf/score.h"
3b16e843
NC
150#include "elf/sh.h"
151#include "elf/sparc.h"
e9f53129 152#include "elf/spu.h"
40b36596 153#include "elf/tic6x.h"
aa137e4d
NC
154#include "elf/tilegx.h"
155#include "elf/tilepro.h"
3b16e843 156#include "elf/v850.h"
179d3252 157#include "elf/vax.h"
619ed720 158#include "elf/visium.h"
f96bd6c2 159#include "elf/wasm32.h"
3b16e843 160#include "elf/x86-64.h"
c29aca4a 161#include "elf/xc16x.h"
f6c1a2d5 162#include "elf/xgate.h"
93fbbb04 163#include "elf/xstormy16.h"
88da6820 164#include "elf/xtensa.h"
6655dba2 165#include "elf/z80.h"
252b5132 166
252b5132 167#include "getopt.h"
566b0d53 168#include "libiberty.h"
09c11c86 169#include "safe-ctype.h"
2cf0635d 170#include "filenames.h"
252b5132 171
15b42fb0
AM
172#ifndef offsetof
173#define offsetof(TYPE, MEMBER) ((size_t) &(((TYPE *) 0)->MEMBER))
174#endif
175
6a40cf0c
NC
176typedef struct elf_section_list
177{
dda8d76d
NC
178 Elf_Internal_Shdr * hdr;
179 struct elf_section_list * next;
6a40cf0c
NC
180} elf_section_list;
181
dda8d76d
NC
182/* Flag bits indicating particular types of dump. */
183#define HEX_DUMP (1 << 0) /* The -x command line switch. */
184#define DISASS_DUMP (1 << 1) /* The -i command line switch. */
185#define DEBUG_DUMP (1 << 2) /* The -w command line switch. */
186#define STRING_DUMP (1 << 3) /* The -p command line switch. */
187#define RELOC_DUMP (1 << 4) /* The -R command line switch. */
d344b407 188#define CTF_DUMP (1 << 5) /* The --ctf command line switch. */
dda8d76d
NC
189
190typedef unsigned char dump_type;
191
192/* A linked list of the section names for which dumps were requested. */
193struct dump_list_entry
194{
195 char * name;
196 dump_type type;
197 struct dump_list_entry * next;
198};
199
6431e409
AM
200/* A dynamic array of flags indicating for which sections a dump
201 has been requested via command line switches. */
1b513401
NC
202struct dump_data
203{
6431e409
AM
204 dump_type * dump_sects;
205 unsigned int num_dump_sects;
206};
207
208static struct dump_data cmdline;
209
210static struct dump_list_entry * dump_sects_byname;
211
2cf0635d 212char * program_name = "readelf";
dda8d76d 213
32ec8896
NC
214static bfd_boolean show_name = FALSE;
215static bfd_boolean do_dynamic = FALSE;
216static bfd_boolean do_syms = FALSE;
217static bfd_boolean do_dyn_syms = FALSE;
218static bfd_boolean do_reloc = FALSE;
219static bfd_boolean do_sections = FALSE;
220static bfd_boolean do_section_groups = FALSE;
221static bfd_boolean do_section_details = FALSE;
222static bfd_boolean do_segments = FALSE;
223static bfd_boolean do_unwind = FALSE;
224static bfd_boolean do_using_dynamic = FALSE;
225static bfd_boolean do_header = FALSE;
226static bfd_boolean do_dump = FALSE;
227static bfd_boolean do_version = FALSE;
228static bfd_boolean do_histogram = FALSE;
229static bfd_boolean do_debugging = FALSE;
7d9813f1 230static bfd_boolean do_ctf = FALSE;
32ec8896
NC
231static bfd_boolean do_arch = FALSE;
232static bfd_boolean do_notes = FALSE;
233static bfd_boolean do_archive_index = FALSE;
1b513401 234static bfd_boolean check_all = FALSE;
32ec8896
NC
235static bfd_boolean is_32bit_elf = FALSE;
236static bfd_boolean decompress_dumps = FALSE;
252b5132 237
7d9813f1
NA
238static char *dump_ctf_parent_name;
239static char *dump_ctf_symtab_name;
240static char *dump_ctf_strtab_name;
241
e4b17d5c
L
242struct group_list
243{
dda8d76d
NC
244 struct group_list * next;
245 unsigned int section_index;
e4b17d5c
L
246};
247
248struct group
249{
dda8d76d
NC
250 struct group_list * root;
251 unsigned int group_index;
e4b17d5c
L
252};
253
978c4450
AM
254typedef struct filedata
255{
256 const char * file_name;
257 FILE * handle;
258 bfd_size_type file_size;
259 Elf_Internal_Ehdr file_header;
260 Elf_Internal_Shdr * section_headers;
261 Elf_Internal_Phdr * program_headers;
262 char * string_table;
263 unsigned long string_table_length;
264 unsigned long archive_file_offset;
265 unsigned long archive_file_size;
266 unsigned long dynamic_addr;
267 bfd_size_type dynamic_size;
268 size_t dynamic_nent;
269 Elf_Internal_Dyn * dynamic_section;
8ac10c5b 270 Elf_Internal_Shdr * dynamic_strtab_section;
978c4450
AM
271 char * dynamic_strings;
272 unsigned long dynamic_strings_length;
8ac10c5b 273 Elf_Internal_Shdr * dynamic_symtab_section;
978c4450
AM
274 unsigned long num_dynamic_syms;
275 Elf_Internal_Sym * dynamic_symbols;
276 bfd_vma version_info[16];
277 unsigned int dynamic_syminfo_nent;
278 Elf_Internal_Syminfo * dynamic_syminfo;
279 unsigned long dynamic_syminfo_offset;
280 bfd_size_type nbuckets;
281 bfd_size_type nchains;
282 bfd_vma * buckets;
283 bfd_vma * chains;
284 bfd_size_type ngnubuckets;
285 bfd_size_type ngnuchains;
286 bfd_vma * gnubuckets;
287 bfd_vma * gnuchains;
288 bfd_vma * mipsxlat;
289 bfd_vma gnusymidx;
290 char program_interpreter[PATH_MAX];
291 bfd_vma dynamic_info[DT_ENCODING];
292 bfd_vma dynamic_info_DT_GNU_HASH;
293 bfd_vma dynamic_info_DT_MIPS_XHASH;
294 elf_section_list * symtab_shndx_list;
295 size_t group_count;
296 struct group * section_groups;
297 struct group ** section_headers_groups;
298 /* A dynamic array of flags indicating for which sections a dump of
299 some kind has been requested. It is reset on a per-object file
300 basis and then initialised from the cmdline_dump_sects array,
301 the results of interpreting the -w switch, and the
302 dump_sects_byname list. */
303 struct dump_data dump;
304} Filedata;
aef1f6d0 305
c256ffe7 306/* How to print a vma value. */
843dd992
NC
307typedef enum print_mode
308{
309 HEX,
310 DEC,
311 DEC_5,
312 UNSIGNED,
313 PREFIX_HEX,
314 FULL_HEX,
315 LONG_HEX
316}
317print_mode;
318
bb4d2ac2
L
319/* Versioned symbol info. */
320enum versioned_symbol_info
321{
322 symbol_undefined,
323 symbol_hidden,
324 symbol_public
325};
326
32ec8896 327static const char * get_symbol_version_string
dda8d76d 328 (Filedata *, bfd_boolean, const char *, unsigned long, unsigned,
32ec8896 329 Elf_Internal_Sym *, enum versioned_symbol_info *, unsigned short *);
bb4d2ac2 330
9c19a809
NC
331#define UNKNOWN -1
332
2b692964
NC
333#define SECTION_NAME(X) \
334 ((X) == NULL ? _("<none>") \
dda8d76d
NC
335 : filedata->string_table == NULL ? _("<no-strings>") \
336 : ((X)->sh_name >= filedata->string_table_length ? _("<corrupt>") \
337 : filedata->string_table + (X)->sh_name))
252b5132 338
ee42cf8c 339#define DT_VERSIONTAGIDX(tag) (DT_VERNEEDNUM - (tag)) /* Reverse order! */
252b5132 340
ba5cdace
NC
341#define GET_ELF_SYMBOLS(file, section, sym_count) \
342 (is_32bit_elf ? get_32bit_elf_symbols (file, section, sym_count) \
343 : get_64bit_elf_symbols (file, section, sym_count))
9ea033b2 344
10ca4b04
L
345#define VALID_SYMBOL_NAME(strtab, strtab_size, offset) \
346 (strtab != NULL && offset < strtab_size)
978c4450
AM
347#define VALID_DYNAMIC_NAME(filedata, offset) \
348 VALID_SYMBOL_NAME (filedata->dynamic_strings, \
349 filedata->dynamic_strings_length, offset)
d79b3d50
NC
350/* GET_DYNAMIC_NAME asssumes that VALID_DYNAMIC_NAME has
351 already been called and verified that the string exists. */
978c4450
AM
352#define GET_DYNAMIC_NAME(filedata, offset) \
353 (filedata->dynamic_strings + offset)
18bd398b 354
61865e30
NC
355#define REMOVE_ARCH_BITS(ADDR) \
356 do \
357 { \
dda8d76d 358 if (filedata->file_header.e_machine == EM_ARM) \
61865e30
NC
359 (ADDR) &= ~1; \
360 } \
361 while (0)
f16a9783
MS
362
363/* Get the correct GNU hash section name. */
978c4450
AM
364#define GNU_HASH_SECTION_NAME(filedata) \
365 filedata->dynamic_info_DT_MIPS_XHASH ? ".MIPS.xhash" : ".gnu.hash"
d79b3d50 366\f
66cfc0fd
AM
367/* Print a BFD_VMA to an internal buffer, for use in error messages.
368 BFD_FMA_FMT can't be used in translated strings. */
369
370static const char *
371bfd_vmatoa (char *fmtch, bfd_vma value)
372{
373 /* bfd_vmatoa is used more then once in a printf call for output.
374 Cycle through an array of buffers. */
375 static int buf_pos = 0;
376 static struct bfd_vmatoa_buf
377 {
378 char place[64];
379 } buf[4];
380 char *ret;
381 char fmt[32];
382
383 ret = buf[buf_pos++].place;
384 buf_pos %= ARRAY_SIZE (buf);
385
386 sprintf (fmt, "%%%s%s", BFD_VMA_FMT, fmtch);
387 snprintf (ret, sizeof (buf[0].place), fmt, value);
388 return ret;
389}
390
dda8d76d
NC
391/* Retrieve NMEMB structures, each SIZE bytes long from FILEDATA starting at
392 OFFSET + the offset of the current archive member, if we are examining an
393 archive. Put the retrieved data into VAR, if it is not NULL. Otherwise
394 allocate a buffer using malloc and fill that. In either case return the
395 pointer to the start of the retrieved data or NULL if something went wrong.
396 If something does go wrong and REASON is not NULL then emit an error
397 message using REASON as part of the context. */
59245841 398
c256ffe7 399static void *
dda8d76d
NC
400get_data (void * var,
401 Filedata * filedata,
402 unsigned long offset,
403 bfd_size_type size,
404 bfd_size_type nmemb,
405 const char * reason)
a6e9f9df 406{
2cf0635d 407 void * mvar;
57028622 408 bfd_size_type amt = size * nmemb;
a6e9f9df 409
c256ffe7 410 if (size == 0 || nmemb == 0)
a6e9f9df
AM
411 return NULL;
412
57028622
NC
413 /* If the size_t type is smaller than the bfd_size_type, eg because
414 you are building a 32-bit tool on a 64-bit host, then make sure
415 that when the sizes are cast to (size_t) no information is lost. */
7c1c1904
AM
416 if ((size_t) size != size
417 || (size_t) nmemb != nmemb
418 || (size_t) amt != amt)
57028622
NC
419 {
420 if (reason)
66cfc0fd
AM
421 error (_("Size truncation prevents reading %s"
422 " elements of size %s for %s\n"),
423 bfd_vmatoa ("u", nmemb), bfd_vmatoa ("u", size), reason);
57028622
NC
424 return NULL;
425 }
426
427 /* Check for size overflow. */
7c1c1904 428 if (amt / size != nmemb || (size_t) amt + 1 == 0)
57028622
NC
429 {
430 if (reason)
66cfc0fd
AM
431 error (_("Size overflow prevents reading %s"
432 " elements of size %s for %s\n"),
433 bfd_vmatoa ("u", nmemb), bfd_vmatoa ("u", size), reason);
57028622
NC
434 return NULL;
435 }
436
c22b42ce 437 /* Be kind to memory checkers (eg valgrind, address sanitizer) by not
c9c1d674 438 attempting to allocate memory when the read is bound to fail. */
978c4450
AM
439 if (filedata->archive_file_offset > filedata->file_size
440 || offset > filedata->file_size - filedata->archive_file_offset
441 || amt > filedata->file_size - filedata->archive_file_offset - offset)
a6e9f9df 442 {
049b0c3a 443 if (reason)
66cfc0fd
AM
444 error (_("Reading %s bytes extends past end of file for %s\n"),
445 bfd_vmatoa ("u", amt), reason);
a6e9f9df
AM
446 return NULL;
447 }
448
978c4450
AM
449 if (fseek (filedata->handle, filedata->archive_file_offset + offset,
450 SEEK_SET))
071436c6
NC
451 {
452 if (reason)
c9c1d674 453 error (_("Unable to seek to 0x%lx for %s\n"),
978c4450 454 filedata->archive_file_offset + offset, reason);
071436c6
NC
455 return NULL;
456 }
457
a6e9f9df
AM
458 mvar = var;
459 if (mvar == NULL)
460 {
7c1c1904
AM
461 /* + 1 so that we can '\0' terminate invalid string table sections. */
462 mvar = malloc ((size_t) amt + 1);
a6e9f9df
AM
463
464 if (mvar == NULL)
465 {
049b0c3a 466 if (reason)
66cfc0fd
AM
467 error (_("Out of memory allocating %s bytes for %s\n"),
468 bfd_vmatoa ("u", amt), reason);
a6e9f9df
AM
469 return NULL;
470 }
c256ffe7 471
c9c1d674 472 ((char *) mvar)[amt] = '\0';
a6e9f9df
AM
473 }
474
dda8d76d 475 if (fread (mvar, (size_t) size, (size_t) nmemb, filedata->handle) != nmemb)
a6e9f9df 476 {
049b0c3a 477 if (reason)
66cfc0fd
AM
478 error (_("Unable to read in %s bytes of %s\n"),
479 bfd_vmatoa ("u", amt), reason);
a6e9f9df
AM
480 if (mvar != var)
481 free (mvar);
482 return NULL;
483 }
484
485 return mvar;
486}
487
32ec8896
NC
488/* Print a VMA value in the MODE specified.
489 Returns the number of characters displayed. */
cb8f3167 490
32ec8896 491static unsigned int
14a91970 492print_vma (bfd_vma vma, print_mode mode)
66543521 493{
32ec8896 494 unsigned int nc = 0;
66543521 495
14a91970 496 switch (mode)
66543521 497 {
14a91970
AM
498 case FULL_HEX:
499 nc = printf ("0x");
1a0670f3 500 /* Fall through. */
14a91970 501 case LONG_HEX:
f7a99963 502#ifdef BFD64
14a91970 503 if (is_32bit_elf)
437c2fb7 504 return nc + printf ("%8.8" BFD_VMA_FMT "x", vma);
f7a99963 505#endif
14a91970
AM
506 printf_vma (vma);
507 return nc + 16;
b19aac67 508
14a91970
AM
509 case DEC_5:
510 if (vma <= 99999)
511 return printf ("%5" BFD_VMA_FMT "d", vma);
1a0670f3 512 /* Fall through. */
14a91970
AM
513 case PREFIX_HEX:
514 nc = printf ("0x");
1a0670f3 515 /* Fall through. */
14a91970
AM
516 case HEX:
517 return nc + printf ("%" BFD_VMA_FMT "x", vma);
b19aac67 518
14a91970
AM
519 case DEC:
520 return printf ("%" BFD_VMA_FMT "d", vma);
b19aac67 521
14a91970
AM
522 case UNSIGNED:
523 return printf ("%" BFD_VMA_FMT "u", vma);
32ec8896
NC
524
525 default:
526 /* FIXME: Report unrecognised mode ? */
527 return 0;
f7a99963 528 }
f7a99963
NC
529}
530
7bfd842d 531/* Display a symbol on stdout. Handles the display of control characters and
3bfcb652 532 multibye characters (assuming the host environment supports them).
31104126 533
7bfd842d
NC
534 Display at most abs(WIDTH) characters, truncating as necessary, unless do_wide is true.
535
536 If WIDTH is negative then ensure that the output is at least (- WIDTH) characters,
537 padding as necessary.
171191ba
NC
538
539 Returns the number of emitted characters. */
540
541static unsigned int
32ec8896 542print_symbol (signed int width, const char *symbol)
31104126 543{
171191ba 544 bfd_boolean extra_padding = FALSE;
32ec8896 545 signed int num_printed = 0;
3bfcb652 546#ifdef HAVE_MBSTATE_T
7bfd842d 547 mbstate_t state;
3bfcb652 548#endif
32ec8896 549 unsigned int width_remaining;
961c521f 550
7bfd842d 551 if (width < 0)
961c521f 552 {
88305e1b 553 /* Keep the width positive. This helps the code below. */
961c521f 554 width = - width;
171191ba 555 extra_padding = TRUE;
0b4362b0 556 }
56d8f8a9
NC
557 else if (width == 0)
558 return 0;
961c521f 559
7bfd842d
NC
560 if (do_wide)
561 /* Set the remaining width to a very large value.
562 This simplifies the code below. */
563 width_remaining = INT_MAX;
564 else
565 width_remaining = width;
cb8f3167 566
3bfcb652 567#ifdef HAVE_MBSTATE_T
7bfd842d
NC
568 /* Initialise the multibyte conversion state. */
569 memset (& state, 0, sizeof (state));
3bfcb652 570#endif
961c521f 571
7bfd842d
NC
572 while (width_remaining)
573 {
574 size_t n;
7bfd842d 575 const char c = *symbol++;
961c521f 576
7bfd842d 577 if (c == 0)
961c521f
NC
578 break;
579
7bfd842d
NC
580 /* Do not print control characters directly as they can affect terminal
581 settings. Such characters usually appear in the names generated
582 by the assembler for local labels. */
583 if (ISCNTRL (c))
961c521f 584 {
7bfd842d 585 if (width_remaining < 2)
961c521f
NC
586 break;
587
7bfd842d
NC
588 printf ("^%c", c + 0x40);
589 width_remaining -= 2;
171191ba 590 num_printed += 2;
961c521f 591 }
7bfd842d
NC
592 else if (ISPRINT (c))
593 {
594 putchar (c);
595 width_remaining --;
596 num_printed ++;
597 }
961c521f
NC
598 else
599 {
3bfcb652
NC
600#ifdef HAVE_MBSTATE_T
601 wchar_t w;
602#endif
7bfd842d
NC
603 /* Let printf do the hard work of displaying multibyte characters. */
604 printf ("%.1s", symbol - 1);
605 width_remaining --;
606 num_printed ++;
607
3bfcb652 608#ifdef HAVE_MBSTATE_T
7bfd842d
NC
609 /* Try to find out how many bytes made up the character that was
610 just printed. Advance the symbol pointer past the bytes that
611 were displayed. */
612 n = mbrtowc (& w, symbol - 1, MB_CUR_MAX, & state);
3bfcb652
NC
613#else
614 n = 1;
615#endif
7bfd842d
NC
616 if (n != (size_t) -1 && n != (size_t) -2 && n > 0)
617 symbol += (n - 1);
961c521f 618 }
961c521f 619 }
171191ba 620
7bfd842d 621 if (extra_padding && num_printed < width)
171191ba
NC
622 {
623 /* Fill in the remaining spaces. */
7bfd842d
NC
624 printf ("%-*s", width - num_printed, " ");
625 num_printed = width;
171191ba
NC
626 }
627
628 return num_printed;
31104126
NC
629}
630
1449284b 631/* Returns a pointer to a static buffer containing a printable version of
74e1a04b
NC
632 the given section's name. Like print_symbol, except that it does not try
633 to print multibyte characters, it just interprets them as hex values. */
634
635static const char *
dda8d76d 636printable_section_name (Filedata * filedata, const Elf_Internal_Shdr * sec)
74e1a04b
NC
637{
638#define MAX_PRINT_SEC_NAME_LEN 128
639 static char sec_name_buf [MAX_PRINT_SEC_NAME_LEN + 1];
640 const char * name = SECTION_NAME (sec);
641 char * buf = sec_name_buf;
642 char c;
643 unsigned int remaining = MAX_PRINT_SEC_NAME_LEN;
644
645 while ((c = * name ++) != 0)
646 {
647 if (ISCNTRL (c))
648 {
649 if (remaining < 2)
650 break;
948f632f 651
74e1a04b
NC
652 * buf ++ = '^';
653 * buf ++ = c + 0x40;
654 remaining -= 2;
655 }
656 else if (ISPRINT (c))
657 {
658 * buf ++ = c;
659 remaining -= 1;
660 }
661 else
662 {
663 static char hex[17] = "0123456789ABCDEF";
664
665 if (remaining < 4)
666 break;
667 * buf ++ = '<';
668 * buf ++ = hex[(c & 0xf0) >> 4];
669 * buf ++ = hex[c & 0x0f];
670 * buf ++ = '>';
671 remaining -= 4;
672 }
673
674 if (remaining == 0)
675 break;
676 }
677
678 * buf = 0;
679 return sec_name_buf;
680}
681
682static const char *
dda8d76d 683printable_section_name_from_index (Filedata * filedata, unsigned long ndx)
74e1a04b 684{
dda8d76d 685 if (ndx >= filedata->file_header.e_shnum)
74e1a04b
NC
686 return _("<corrupt>");
687
dda8d76d 688 return printable_section_name (filedata, filedata->section_headers + ndx);
74e1a04b
NC
689}
690
89fac5e3
RS
691/* Return a pointer to section NAME, or NULL if no such section exists. */
692
693static Elf_Internal_Shdr *
dda8d76d 694find_section (Filedata * filedata, const char * name)
89fac5e3
RS
695{
696 unsigned int i;
697
68807c3c
NC
698 if (filedata->section_headers == NULL)
699 return NULL;
dda8d76d
NC
700
701 for (i = 0; i < filedata->file_header.e_shnum; i++)
702 if (streq (SECTION_NAME (filedata->section_headers + i), name))
703 return filedata->section_headers + i;
89fac5e3
RS
704
705 return NULL;
706}
707
0b6ae522
DJ
708/* Return a pointer to a section containing ADDR, or NULL if no such
709 section exists. */
710
711static Elf_Internal_Shdr *
dda8d76d 712find_section_by_address (Filedata * filedata, bfd_vma addr)
0b6ae522
DJ
713{
714 unsigned int i;
715
68807c3c
NC
716 if (filedata->section_headers == NULL)
717 return NULL;
718
dda8d76d 719 for (i = 0; i < filedata->file_header.e_shnum; i++)
0b6ae522 720 {
dda8d76d
NC
721 Elf_Internal_Shdr *sec = filedata->section_headers + i;
722
0b6ae522
DJ
723 if (addr >= sec->sh_addr && addr < sec->sh_addr + sec->sh_size)
724 return sec;
725 }
726
727 return NULL;
728}
729
071436c6 730static Elf_Internal_Shdr *
dda8d76d 731find_section_by_type (Filedata * filedata, unsigned int type)
071436c6
NC
732{
733 unsigned int i;
734
68807c3c
NC
735 if (filedata->section_headers == NULL)
736 return NULL;
737
dda8d76d 738 for (i = 0; i < filedata->file_header.e_shnum; i++)
071436c6 739 {
dda8d76d
NC
740 Elf_Internal_Shdr *sec = filedata->section_headers + i;
741
071436c6
NC
742 if (sec->sh_type == type)
743 return sec;
744 }
745
746 return NULL;
747}
748
657d0d47
CC
749/* Return a pointer to section NAME, or NULL if no such section exists,
750 restricted to the list of sections given in SET. */
751
752static Elf_Internal_Shdr *
dda8d76d 753find_section_in_set (Filedata * filedata, const char * name, unsigned int * set)
657d0d47
CC
754{
755 unsigned int i;
756
68807c3c
NC
757 if (filedata->section_headers == NULL)
758 return NULL;
759
657d0d47
CC
760 if (set != NULL)
761 {
762 while ((i = *set++) > 0)
b814a36d
NC
763 {
764 /* See PR 21156 for a reproducer. */
dda8d76d 765 if (i >= filedata->file_header.e_shnum)
b814a36d
NC
766 continue; /* FIXME: Should we issue an error message ? */
767
dda8d76d
NC
768 if (streq (SECTION_NAME (filedata->section_headers + i), name))
769 return filedata->section_headers + i;
b814a36d 770 }
657d0d47
CC
771 }
772
dda8d76d 773 return find_section (filedata, name);
657d0d47
CC
774}
775
32ec8896 776/* Return TRUE if the current file is for IA-64 machine and OpenVMS ABI.
28f997cf
TG
777 This OS has so many departures from the ELF standard that we test it at
778 many places. */
779
32ec8896 780static inline bfd_boolean
dda8d76d 781is_ia64_vms (Filedata * filedata)
28f997cf 782{
dda8d76d
NC
783 return filedata->file_header.e_machine == EM_IA_64
784 && filedata->file_header.e_ident[EI_OSABI] == ELFOSABI_OPENVMS;
28f997cf
TG
785}
786
bcedfee6 787/* Guess the relocation size commonly used by the specific machines. */
252b5132 788
32ec8896 789static bfd_boolean
2dc4cec1 790guess_is_rela (unsigned int e_machine)
252b5132 791{
9c19a809 792 switch (e_machine)
252b5132
RH
793 {
794 /* Targets that use REL relocations. */
252b5132 795 case EM_386:
22abe556 796 case EM_IAMCU:
f954747f 797 case EM_960:
e9f53129 798 case EM_ARM:
2b0337b0 799 case EM_D10V:
252b5132 800 case EM_CYGNUS_D10V:
e9f53129 801 case EM_DLX:
252b5132 802 case EM_MIPS:
4fe85591 803 case EM_MIPS_RS3_LE:
e9f53129 804 case EM_CYGNUS_M32R:
1c0d3aa6 805 case EM_SCORE:
f6c1a2d5 806 case EM_XGATE:
fe944acf 807 case EM_NFP:
aca4efc7 808 case EM_BPF:
9c19a809 809 return FALSE;
103f02d3 810
252b5132
RH
811 /* Targets that use RELA relocations. */
812 case EM_68K:
f954747f 813 case EM_860:
a06ea964 814 case EM_AARCH64:
cfb8c092 815 case EM_ADAPTEVA_EPIPHANY:
e9f53129
AM
816 case EM_ALPHA:
817 case EM_ALTERA_NIOS2:
886a2506
NC
818 case EM_ARC:
819 case EM_ARC_COMPACT:
820 case EM_ARC_COMPACT2:
e9f53129
AM
821 case EM_AVR:
822 case EM_AVR_OLD:
823 case EM_BLACKFIN:
60bca95a 824 case EM_CR16:
e9f53129
AM
825 case EM_CRIS:
826 case EM_CRX:
b8891f8d 827 case EM_CSKY:
2b0337b0 828 case EM_D30V:
252b5132 829 case EM_CYGNUS_D30V:
2b0337b0 830 case EM_FR30:
3f8107ab 831 case EM_FT32:
252b5132 832 case EM_CYGNUS_FR30:
5c70f934 833 case EM_CYGNUS_FRV:
e9f53129
AM
834 case EM_H8S:
835 case EM_H8_300:
836 case EM_H8_300H:
800eeca4 837 case EM_IA_64:
1e4cf259
NC
838 case EM_IP2K:
839 case EM_IP2K_OLD:
3b36097d 840 case EM_IQ2000:
84e94c90 841 case EM_LATTICEMICO32:
ff7eeb89 842 case EM_M32C_OLD:
49f58d10 843 case EM_M32C:
e9f53129
AM
844 case EM_M32R:
845 case EM_MCORE:
15ab5209 846 case EM_CYGNUS_MEP:
a3c62988 847 case EM_METAG:
e9f53129
AM
848 case EM_MMIX:
849 case EM_MN10200:
850 case EM_CYGNUS_MN10200:
851 case EM_MN10300:
852 case EM_CYGNUS_MN10300:
5506d11a 853 case EM_MOXIE:
e9f53129
AM
854 case EM_MSP430:
855 case EM_MSP430_OLD:
d031aafb 856 case EM_MT:
35c08157 857 case EM_NDS32:
64fd6348 858 case EM_NIOS32:
73589c9d 859 case EM_OR1K:
e9f53129
AM
860 case EM_PPC64:
861 case EM_PPC:
2b100bb5 862 case EM_TI_PRU:
e23eba97 863 case EM_RISCV:
99c513f6 864 case EM_RL78:
c7927a3c 865 case EM_RX:
e9f53129
AM
866 case EM_S390:
867 case EM_S390_OLD:
868 case EM_SH:
869 case EM_SPARC:
870 case EM_SPARC32PLUS:
871 case EM_SPARCV9:
872 case EM_SPU:
40b36596 873 case EM_TI_C6000:
aa137e4d
NC
874 case EM_TILEGX:
875 case EM_TILEPRO:
708e2187 876 case EM_V800:
e9f53129
AM
877 case EM_V850:
878 case EM_CYGNUS_V850:
879 case EM_VAX:
619ed720 880 case EM_VISIUM:
e9f53129 881 case EM_X86_64:
8a9036a4 882 case EM_L1OM:
7a9068fe 883 case EM_K1OM:
e9f53129
AM
884 case EM_XSTORMY16:
885 case EM_XTENSA:
886 case EM_XTENSA_OLD:
7ba29e2a
NC
887 case EM_MICROBLAZE:
888 case EM_MICROBLAZE_OLD:
f96bd6c2 889 case EM_WEBASSEMBLY:
9c19a809 890 return TRUE;
103f02d3 891
e9f53129
AM
892 case EM_68HC05:
893 case EM_68HC08:
894 case EM_68HC11:
895 case EM_68HC16:
896 case EM_FX66:
897 case EM_ME16:
d1133906 898 case EM_MMA:
d1133906
NC
899 case EM_NCPU:
900 case EM_NDR1:
e9f53129 901 case EM_PCP:
d1133906 902 case EM_ST100:
e9f53129 903 case EM_ST19:
d1133906 904 case EM_ST7:
e9f53129
AM
905 case EM_ST9PLUS:
906 case EM_STARCORE:
d1133906 907 case EM_SVX:
e9f53129 908 case EM_TINYJ:
9c19a809
NC
909 default:
910 warn (_("Don't know about relocations on this machine architecture\n"));
911 return FALSE;
912 }
913}
252b5132 914
dda8d76d 915/* Load RELA type relocations from FILEDATA at REL_OFFSET extending for REL_SIZE bytes.
32ec8896
NC
916 Returns TRUE upon success, FALSE otherwise. If successful then a
917 pointer to a malloc'ed buffer containing the relocs is placed in *RELASP,
918 and the number of relocs loaded is placed in *NRELASP. It is the caller's
919 responsibility to free the allocated buffer. */
920
921static bfd_boolean
dda8d76d
NC
922slurp_rela_relocs (Filedata * filedata,
923 unsigned long rel_offset,
924 unsigned long rel_size,
925 Elf_Internal_Rela ** relasp,
926 unsigned long * nrelasp)
9c19a809 927{
2cf0635d 928 Elf_Internal_Rela * relas;
8b73c356 929 size_t nrelas;
4d6ed7c8 930 unsigned int i;
252b5132 931
4d6ed7c8
NC
932 if (is_32bit_elf)
933 {
2cf0635d 934 Elf32_External_Rela * erelas;
103f02d3 935
dda8d76d 936 erelas = (Elf32_External_Rela *) get_data (NULL, filedata, rel_offset, 1,
9cf03b7e 937 rel_size, _("32-bit relocation data"));
a6e9f9df 938 if (!erelas)
32ec8896 939 return FALSE;
252b5132 940
4d6ed7c8 941 nrelas = rel_size / sizeof (Elf32_External_Rela);
103f02d3 942
3f5e193b
NC
943 relas = (Elf_Internal_Rela *) cmalloc (nrelas,
944 sizeof (Elf_Internal_Rela));
103f02d3 945
4d6ed7c8
NC
946 if (relas == NULL)
947 {
c256ffe7 948 free (erelas);
591a748a 949 error (_("out of memory parsing relocs\n"));
32ec8896 950 return FALSE;
4d6ed7c8 951 }
103f02d3 952
4d6ed7c8
NC
953 for (i = 0; i < nrelas; i++)
954 {
955 relas[i].r_offset = BYTE_GET (erelas[i].r_offset);
956 relas[i].r_info = BYTE_GET (erelas[i].r_info);
598aaa76 957 relas[i].r_addend = BYTE_GET_SIGNED (erelas[i].r_addend);
4d6ed7c8 958 }
103f02d3 959
4d6ed7c8
NC
960 free (erelas);
961 }
962 else
963 {
2cf0635d 964 Elf64_External_Rela * erelas;
103f02d3 965
dda8d76d 966 erelas = (Elf64_External_Rela *) get_data (NULL, filedata, rel_offset, 1,
9cf03b7e 967 rel_size, _("64-bit relocation data"));
a6e9f9df 968 if (!erelas)
32ec8896 969 return FALSE;
4d6ed7c8
NC
970
971 nrelas = rel_size / sizeof (Elf64_External_Rela);
103f02d3 972
3f5e193b
NC
973 relas = (Elf_Internal_Rela *) cmalloc (nrelas,
974 sizeof (Elf_Internal_Rela));
103f02d3 975
4d6ed7c8
NC
976 if (relas == NULL)
977 {
c256ffe7 978 free (erelas);
591a748a 979 error (_("out of memory parsing relocs\n"));
32ec8896 980 return FALSE;
9c19a809 981 }
4d6ed7c8
NC
982
983 for (i = 0; i < nrelas; i++)
9c19a809 984 {
66543521
AM
985 relas[i].r_offset = BYTE_GET (erelas[i].r_offset);
986 relas[i].r_info = BYTE_GET (erelas[i].r_info);
598aaa76 987 relas[i].r_addend = BYTE_GET_SIGNED (erelas[i].r_addend);
861fb55a
DJ
988
989 /* The #ifdef BFD64 below is to prevent a compile time
990 warning. We know that if we do not have a 64 bit data
991 type that we will never execute this code anyway. */
992#ifdef BFD64
dda8d76d
NC
993 if (filedata->file_header.e_machine == EM_MIPS
994 && filedata->file_header.e_ident[EI_DATA] != ELFDATA2MSB)
861fb55a
DJ
995 {
996 /* In little-endian objects, r_info isn't really a
997 64-bit little-endian value: it has a 32-bit
998 little-endian symbol index followed by four
999 individual byte fields. Reorder INFO
1000 accordingly. */
91d6fa6a
NC
1001 bfd_vma inf = relas[i].r_info;
1002 inf = (((inf & 0xffffffff) << 32)
1003 | ((inf >> 56) & 0xff)
1004 | ((inf >> 40) & 0xff00)
1005 | ((inf >> 24) & 0xff0000)
1006 | ((inf >> 8) & 0xff000000));
1007 relas[i].r_info = inf;
861fb55a
DJ
1008 }
1009#endif /* BFD64 */
4d6ed7c8 1010 }
103f02d3 1011
4d6ed7c8
NC
1012 free (erelas);
1013 }
32ec8896 1014
4d6ed7c8
NC
1015 *relasp = relas;
1016 *nrelasp = nrelas;
32ec8896 1017 return TRUE;
4d6ed7c8 1018}
103f02d3 1019
dda8d76d 1020/* Load REL type relocations from FILEDATA at REL_OFFSET extending for REL_SIZE bytes.
32ec8896
NC
1021 Returns TRUE upon success, FALSE otherwise. If successful then a
1022 pointer to a malloc'ed buffer containing the relocs is placed in *RELSP,
1023 and the number of relocs loaded is placed in *NRELSP. It is the caller's
1024 responsibility to free the allocated buffer. */
1025
1026static bfd_boolean
dda8d76d
NC
1027slurp_rel_relocs (Filedata * filedata,
1028 unsigned long rel_offset,
1029 unsigned long rel_size,
1030 Elf_Internal_Rela ** relsp,
1031 unsigned long * nrelsp)
4d6ed7c8 1032{
2cf0635d 1033 Elf_Internal_Rela * rels;
8b73c356 1034 size_t nrels;
4d6ed7c8 1035 unsigned int i;
103f02d3 1036
4d6ed7c8
NC
1037 if (is_32bit_elf)
1038 {
2cf0635d 1039 Elf32_External_Rel * erels;
103f02d3 1040
dda8d76d 1041 erels = (Elf32_External_Rel *) get_data (NULL, filedata, rel_offset, 1,
9cf03b7e 1042 rel_size, _("32-bit relocation data"));
a6e9f9df 1043 if (!erels)
32ec8896 1044 return FALSE;
103f02d3 1045
4d6ed7c8 1046 nrels = rel_size / sizeof (Elf32_External_Rel);
103f02d3 1047
3f5e193b 1048 rels = (Elf_Internal_Rela *) cmalloc (nrels, sizeof (Elf_Internal_Rela));
103f02d3 1049
4d6ed7c8
NC
1050 if (rels == NULL)
1051 {
c256ffe7 1052 free (erels);
591a748a 1053 error (_("out of memory parsing relocs\n"));
32ec8896 1054 return FALSE;
4d6ed7c8
NC
1055 }
1056
1057 for (i = 0; i < nrels; i++)
1058 {
1059 rels[i].r_offset = BYTE_GET (erels[i].r_offset);
1060 rels[i].r_info = BYTE_GET (erels[i].r_info);
c8286bd1 1061 rels[i].r_addend = 0;
9ea033b2 1062 }
4d6ed7c8
NC
1063
1064 free (erels);
9c19a809
NC
1065 }
1066 else
1067 {
2cf0635d 1068 Elf64_External_Rel * erels;
9ea033b2 1069
dda8d76d 1070 erels = (Elf64_External_Rel *) get_data (NULL, filedata, rel_offset, 1,
9cf03b7e 1071 rel_size, _("64-bit relocation data"));
a6e9f9df 1072 if (!erels)
32ec8896 1073 return FALSE;
103f02d3 1074
4d6ed7c8 1075 nrels = rel_size / sizeof (Elf64_External_Rel);
103f02d3 1076
3f5e193b 1077 rels = (Elf_Internal_Rela *) cmalloc (nrels, sizeof (Elf_Internal_Rela));
103f02d3 1078
4d6ed7c8 1079 if (rels == NULL)
9c19a809 1080 {
c256ffe7 1081 free (erels);
591a748a 1082 error (_("out of memory parsing relocs\n"));
32ec8896 1083 return FALSE;
4d6ed7c8 1084 }
103f02d3 1085
4d6ed7c8
NC
1086 for (i = 0; i < nrels; i++)
1087 {
66543521
AM
1088 rels[i].r_offset = BYTE_GET (erels[i].r_offset);
1089 rels[i].r_info = BYTE_GET (erels[i].r_info);
c8286bd1 1090 rels[i].r_addend = 0;
861fb55a
DJ
1091
1092 /* The #ifdef BFD64 below is to prevent a compile time
1093 warning. We know that if we do not have a 64 bit data
1094 type that we will never execute this code anyway. */
1095#ifdef BFD64
dda8d76d
NC
1096 if (filedata->file_header.e_machine == EM_MIPS
1097 && filedata->file_header.e_ident[EI_DATA] != ELFDATA2MSB)
861fb55a
DJ
1098 {
1099 /* In little-endian objects, r_info isn't really a
1100 64-bit little-endian value: it has a 32-bit
1101 little-endian symbol index followed by four
1102 individual byte fields. Reorder INFO
1103 accordingly. */
91d6fa6a
NC
1104 bfd_vma inf = rels[i].r_info;
1105 inf = (((inf & 0xffffffff) << 32)
1106 | ((inf >> 56) & 0xff)
1107 | ((inf >> 40) & 0xff00)
1108 | ((inf >> 24) & 0xff0000)
1109 | ((inf >> 8) & 0xff000000));
1110 rels[i].r_info = inf;
861fb55a
DJ
1111 }
1112#endif /* BFD64 */
4d6ed7c8 1113 }
103f02d3 1114
4d6ed7c8
NC
1115 free (erels);
1116 }
32ec8896 1117
4d6ed7c8
NC
1118 *relsp = rels;
1119 *nrelsp = nrels;
32ec8896 1120 return TRUE;
4d6ed7c8 1121}
103f02d3 1122
aca88567
NC
1123/* Returns the reloc type extracted from the reloc info field. */
1124
1125static unsigned int
dda8d76d 1126get_reloc_type (Filedata * filedata, bfd_vma reloc_info)
aca88567
NC
1127{
1128 if (is_32bit_elf)
1129 return ELF32_R_TYPE (reloc_info);
1130
dda8d76d 1131 switch (filedata->file_header.e_machine)
aca88567
NC
1132 {
1133 case EM_MIPS:
1134 /* Note: We assume that reloc_info has already been adjusted for us. */
1135 return ELF64_MIPS_R_TYPE (reloc_info);
1136
1137 case EM_SPARCV9:
1138 return ELF64_R_TYPE_ID (reloc_info);
1139
1140 default:
1141 return ELF64_R_TYPE (reloc_info);
1142 }
1143}
1144
1145/* Return the symbol index extracted from the reloc info field. */
1146
1147static bfd_vma
1148get_reloc_symindex (bfd_vma reloc_info)
1149{
1150 return is_32bit_elf ? ELF32_R_SYM (reloc_info) : ELF64_R_SYM (reloc_info);
1151}
1152
13761a11 1153static inline bfd_boolean
dda8d76d 1154uses_msp430x_relocs (Filedata * filedata)
13761a11
NC
1155{
1156 return
dda8d76d 1157 filedata->file_header.e_machine == EM_MSP430 /* Paranoia. */
13761a11 1158 /* GCC uses osabi == ELFOSBI_STANDALONE. */
dda8d76d 1159 && (((filedata->file_header.e_flags & EF_MSP430_MACH) == E_MSP430_MACH_MSP430X)
13761a11 1160 /* TI compiler uses ELFOSABI_NONE. */
dda8d76d 1161 || (filedata->file_header.e_ident[EI_OSABI] == ELFOSABI_NONE));
13761a11
NC
1162}
1163
d3ba0551
AM
1164/* Display the contents of the relocation data found at the specified
1165 offset. */
ee42cf8c 1166
32ec8896 1167static bfd_boolean
dda8d76d
NC
1168dump_relocations (Filedata * filedata,
1169 unsigned long rel_offset,
1170 unsigned long rel_size,
1171 Elf_Internal_Sym * symtab,
1172 unsigned long nsyms,
1173 char * strtab,
1174 unsigned long strtablen,
1175 int is_rela,
1176 bfd_boolean is_dynsym)
4d6ed7c8 1177{
32ec8896 1178 unsigned long i;
2cf0635d 1179 Elf_Internal_Rela * rels;
32ec8896 1180 bfd_boolean res = TRUE;
103f02d3 1181
4d6ed7c8 1182 if (is_rela == UNKNOWN)
dda8d76d 1183 is_rela = guess_is_rela (filedata->file_header.e_machine);
103f02d3 1184
4d6ed7c8
NC
1185 if (is_rela)
1186 {
dda8d76d 1187 if (!slurp_rela_relocs (filedata, rel_offset, rel_size, &rels, &rel_size))
32ec8896 1188 return FALSE;
4d6ed7c8
NC
1189 }
1190 else
1191 {
dda8d76d 1192 if (!slurp_rel_relocs (filedata, rel_offset, rel_size, &rels, &rel_size))
32ec8896 1193 return FALSE;
252b5132
RH
1194 }
1195
410f7a12
L
1196 if (is_32bit_elf)
1197 {
1198 if (is_rela)
2c71103e
NC
1199 {
1200 if (do_wide)
1201 printf (_(" Offset Info Type Sym. Value Symbol's Name + Addend\n"));
1202 else
1203 printf (_(" Offset Info Type Sym.Value Sym. Name + Addend\n"));
1204 }
410f7a12 1205 else
2c71103e
NC
1206 {
1207 if (do_wide)
1208 printf (_(" Offset Info Type Sym. Value Symbol's Name\n"));
1209 else
1210 printf (_(" Offset Info Type Sym.Value Sym. Name\n"));
1211 }
410f7a12 1212 }
252b5132 1213 else
410f7a12
L
1214 {
1215 if (is_rela)
2c71103e
NC
1216 {
1217 if (do_wide)
8beeaeb7 1218 printf (_(" Offset Info Type Symbol's Value Symbol's Name + Addend\n"));
2c71103e
NC
1219 else
1220 printf (_(" Offset Info Type Sym. Value Sym. Name + Addend\n"));
1221 }
410f7a12 1222 else
2c71103e
NC
1223 {
1224 if (do_wide)
8beeaeb7 1225 printf (_(" Offset Info Type Symbol's Value Symbol's Name\n"));
2c71103e
NC
1226 else
1227 printf (_(" Offset Info Type Sym. Value Sym. Name\n"));
1228 }
410f7a12 1229 }
252b5132
RH
1230
1231 for (i = 0; i < rel_size; i++)
1232 {
2cf0635d 1233 const char * rtype;
b34976b6 1234 bfd_vma offset;
91d6fa6a 1235 bfd_vma inf;
b34976b6
AM
1236 bfd_vma symtab_index;
1237 bfd_vma type;
103f02d3 1238
b34976b6 1239 offset = rels[i].r_offset;
91d6fa6a 1240 inf = rels[i].r_info;
103f02d3 1241
dda8d76d 1242 type = get_reloc_type (filedata, inf);
91d6fa6a 1243 symtab_index = get_reloc_symindex (inf);
252b5132 1244
410f7a12
L
1245 if (is_32bit_elf)
1246 {
39dbeff8
AM
1247 printf ("%8.8lx %8.8lx ",
1248 (unsigned long) offset & 0xffffffff,
91d6fa6a 1249 (unsigned long) inf & 0xffffffff);
410f7a12
L
1250 }
1251 else
1252 {
39dbeff8
AM
1253#if BFD_HOST_64BIT_LONG
1254 printf (do_wide
1255 ? "%16.16lx %16.16lx "
1256 : "%12.12lx %12.12lx ",
91d6fa6a 1257 offset, inf);
39dbeff8 1258#elif BFD_HOST_64BIT_LONG_LONG
6e3d6dc1 1259#ifndef __MSVCRT__
39dbeff8
AM
1260 printf (do_wide
1261 ? "%16.16llx %16.16llx "
1262 : "%12.12llx %12.12llx ",
91d6fa6a 1263 offset, inf);
6e3d6dc1
NC
1264#else
1265 printf (do_wide
1266 ? "%16.16I64x %16.16I64x "
1267 : "%12.12I64x %12.12I64x ",
91d6fa6a 1268 offset, inf);
6e3d6dc1 1269#endif
39dbeff8 1270#else
2c71103e
NC
1271 printf (do_wide
1272 ? "%8.8lx%8.8lx %8.8lx%8.8lx "
1273 : "%4.4lx%8.8lx %4.4lx%8.8lx ",
410f7a12
L
1274 _bfd_int64_high (offset),
1275 _bfd_int64_low (offset),
91d6fa6a
NC
1276 _bfd_int64_high (inf),
1277 _bfd_int64_low (inf));
9ea033b2 1278#endif
410f7a12 1279 }
103f02d3 1280
dda8d76d 1281 switch (filedata->file_header.e_machine)
252b5132
RH
1282 {
1283 default:
1284 rtype = NULL;
1285 break;
1286
a06ea964
NC
1287 case EM_AARCH64:
1288 rtype = elf_aarch64_reloc_type (type);
1289 break;
1290
2b0337b0 1291 case EM_M32R:
252b5132 1292 case EM_CYGNUS_M32R:
9ea033b2 1293 rtype = elf_m32r_reloc_type (type);
252b5132
RH
1294 break;
1295
1296 case EM_386:
22abe556 1297 case EM_IAMCU:
9ea033b2 1298 rtype = elf_i386_reloc_type (type);
252b5132
RH
1299 break;
1300
ba2685cc
AM
1301 case EM_68HC11:
1302 case EM_68HC12:
1303 rtype = elf_m68hc11_reloc_type (type);
1304 break;
75751cd9 1305
7b4ae824
JD
1306 case EM_S12Z:
1307 rtype = elf_s12z_reloc_type (type);
1308 break;
1309
252b5132 1310 case EM_68K:
9ea033b2 1311 rtype = elf_m68k_reloc_type (type);
252b5132
RH
1312 break;
1313
f954747f
AM
1314 case EM_960:
1315 rtype = elf_i960_reloc_type (type);
1316 break;
1317
adde6300 1318 case EM_AVR:
2b0337b0 1319 case EM_AVR_OLD:
adde6300
AM
1320 rtype = elf_avr_reloc_type (type);
1321 break;
1322
9ea033b2
NC
1323 case EM_OLD_SPARCV9:
1324 case EM_SPARC32PLUS:
1325 case EM_SPARCV9:
252b5132 1326 case EM_SPARC:
9ea033b2 1327 rtype = elf_sparc_reloc_type (type);
252b5132
RH
1328 break;
1329
e9f53129
AM
1330 case EM_SPU:
1331 rtype = elf_spu_reloc_type (type);
1332 break;
1333
708e2187
NC
1334 case EM_V800:
1335 rtype = v800_reloc_type (type);
1336 break;
2b0337b0 1337 case EM_V850:
252b5132 1338 case EM_CYGNUS_V850:
9ea033b2 1339 rtype = v850_reloc_type (type);
252b5132
RH
1340 break;
1341
2b0337b0 1342 case EM_D10V:
252b5132 1343 case EM_CYGNUS_D10V:
9ea033b2 1344 rtype = elf_d10v_reloc_type (type);
252b5132
RH
1345 break;
1346
2b0337b0 1347 case EM_D30V:
252b5132 1348 case EM_CYGNUS_D30V:
9ea033b2 1349 rtype = elf_d30v_reloc_type (type);
252b5132
RH
1350 break;
1351
d172d4ba
NC
1352 case EM_DLX:
1353 rtype = elf_dlx_reloc_type (type);
1354 break;
1355
252b5132 1356 case EM_SH:
9ea033b2 1357 rtype = elf_sh_reloc_type (type);
252b5132
RH
1358 break;
1359
2b0337b0 1360 case EM_MN10300:
252b5132 1361 case EM_CYGNUS_MN10300:
9ea033b2 1362 rtype = elf_mn10300_reloc_type (type);
252b5132
RH
1363 break;
1364
2b0337b0 1365 case EM_MN10200:
252b5132 1366 case EM_CYGNUS_MN10200:
9ea033b2 1367 rtype = elf_mn10200_reloc_type (type);
252b5132
RH
1368 break;
1369
2b0337b0 1370 case EM_FR30:
252b5132 1371 case EM_CYGNUS_FR30:
9ea033b2 1372 rtype = elf_fr30_reloc_type (type);
252b5132
RH
1373 break;
1374
ba2685cc
AM
1375 case EM_CYGNUS_FRV:
1376 rtype = elf_frv_reloc_type (type);
1377 break;
5c70f934 1378
b8891f8d
AJ
1379 case EM_CSKY:
1380 rtype = elf_csky_reloc_type (type);
1381 break;
1382
3f8107ab
AM
1383 case EM_FT32:
1384 rtype = elf_ft32_reloc_type (type);
1385 break;
1386
252b5132 1387 case EM_MCORE:
9ea033b2 1388 rtype = elf_mcore_reloc_type (type);
252b5132
RH
1389 break;
1390
3c3bdf30
NC
1391 case EM_MMIX:
1392 rtype = elf_mmix_reloc_type (type);
1393 break;
1394
5506d11a
AM
1395 case EM_MOXIE:
1396 rtype = elf_moxie_reloc_type (type);
1397 break;
1398
2469cfa2 1399 case EM_MSP430:
dda8d76d 1400 if (uses_msp430x_relocs (filedata))
13761a11
NC
1401 {
1402 rtype = elf_msp430x_reloc_type (type);
1403 break;
1404 }
1a0670f3 1405 /* Fall through. */
2469cfa2
NC
1406 case EM_MSP430_OLD:
1407 rtype = elf_msp430_reloc_type (type);
1408 break;
1409
35c08157
KLC
1410 case EM_NDS32:
1411 rtype = elf_nds32_reloc_type (type);
1412 break;
1413
252b5132 1414 case EM_PPC:
9ea033b2 1415 rtype = elf_ppc_reloc_type (type);
252b5132
RH
1416 break;
1417
c833c019
AM
1418 case EM_PPC64:
1419 rtype = elf_ppc64_reloc_type (type);
1420 break;
1421
252b5132 1422 case EM_MIPS:
4fe85591 1423 case EM_MIPS_RS3_LE:
9ea033b2 1424 rtype = elf_mips_reloc_type (type);
252b5132
RH
1425 break;
1426
e23eba97
NC
1427 case EM_RISCV:
1428 rtype = elf_riscv_reloc_type (type);
1429 break;
1430
252b5132 1431 case EM_ALPHA:
9ea033b2 1432 rtype = elf_alpha_reloc_type (type);
252b5132
RH
1433 break;
1434
1435 case EM_ARM:
9ea033b2 1436 rtype = elf_arm_reloc_type (type);
252b5132
RH
1437 break;
1438
584da044 1439 case EM_ARC:
886a2506
NC
1440 case EM_ARC_COMPACT:
1441 case EM_ARC_COMPACT2:
9ea033b2 1442 rtype = elf_arc_reloc_type (type);
252b5132
RH
1443 break;
1444
1445 case EM_PARISC:
69e617ca 1446 rtype = elf_hppa_reloc_type (type);
252b5132 1447 break;
7d466069 1448
b8720f9d
JL
1449 case EM_H8_300:
1450 case EM_H8_300H:
1451 case EM_H8S:
1452 rtype = elf_h8_reloc_type (type);
1453 break;
1454
73589c9d
CS
1455 case EM_OR1K:
1456 rtype = elf_or1k_reloc_type (type);
3b16e843
NC
1457 break;
1458
7d466069 1459 case EM_PJ:
2b0337b0 1460 case EM_PJ_OLD:
7d466069
ILT
1461 rtype = elf_pj_reloc_type (type);
1462 break;
800eeca4
JW
1463 case EM_IA_64:
1464 rtype = elf_ia64_reloc_type (type);
1465 break;
1b61cf92
HPN
1466
1467 case EM_CRIS:
1468 rtype = elf_cris_reloc_type (type);
1469 break;
535c37ff 1470
f954747f
AM
1471 case EM_860:
1472 rtype = elf_i860_reloc_type (type);
1473 break;
1474
bcedfee6 1475 case EM_X86_64:
8a9036a4 1476 case EM_L1OM:
7a9068fe 1477 case EM_K1OM:
bcedfee6
NC
1478 rtype = elf_x86_64_reloc_type (type);
1479 break;
a85d7ed0 1480
f954747f
AM
1481 case EM_S370:
1482 rtype = i370_reloc_type (type);
1483 break;
1484
53c7db4b
KH
1485 case EM_S390_OLD:
1486 case EM_S390:
1487 rtype = elf_s390_reloc_type (type);
1488 break;
93fbbb04 1489
1c0d3aa6
NC
1490 case EM_SCORE:
1491 rtype = elf_score_reloc_type (type);
1492 break;
1493
93fbbb04
GK
1494 case EM_XSTORMY16:
1495 rtype = elf_xstormy16_reloc_type (type);
1496 break;
179d3252 1497
1fe1f39c
NC
1498 case EM_CRX:
1499 rtype = elf_crx_reloc_type (type);
1500 break;
1501
179d3252
JT
1502 case EM_VAX:
1503 rtype = elf_vax_reloc_type (type);
1504 break;
1e4cf259 1505
619ed720
EB
1506 case EM_VISIUM:
1507 rtype = elf_visium_reloc_type (type);
1508 break;
1509
aca4efc7
JM
1510 case EM_BPF:
1511 rtype = elf_bpf_reloc_type (type);
1512 break;
1513
cfb8c092
NC
1514 case EM_ADAPTEVA_EPIPHANY:
1515 rtype = elf_epiphany_reloc_type (type);
1516 break;
1517
1e4cf259
NC
1518 case EM_IP2K:
1519 case EM_IP2K_OLD:
1520 rtype = elf_ip2k_reloc_type (type);
1521 break;
3b36097d
SC
1522
1523 case EM_IQ2000:
1524 rtype = elf_iq2000_reloc_type (type);
1525 break;
88da6820
NC
1526
1527 case EM_XTENSA_OLD:
1528 case EM_XTENSA:
1529 rtype = elf_xtensa_reloc_type (type);
1530 break;
a34e3ecb 1531
84e94c90
NC
1532 case EM_LATTICEMICO32:
1533 rtype = elf_lm32_reloc_type (type);
1534 break;
1535
ff7eeb89 1536 case EM_M32C_OLD:
49f58d10
JB
1537 case EM_M32C:
1538 rtype = elf_m32c_reloc_type (type);
1539 break;
1540
d031aafb
NS
1541 case EM_MT:
1542 rtype = elf_mt_reloc_type (type);
a34e3ecb 1543 break;
1d65ded4
CM
1544
1545 case EM_BLACKFIN:
1546 rtype = elf_bfin_reloc_type (type);
1547 break;
15ab5209
DB
1548
1549 case EM_CYGNUS_MEP:
1550 rtype = elf_mep_reloc_type (type);
1551 break;
60bca95a
NC
1552
1553 case EM_CR16:
1554 rtype = elf_cr16_reloc_type (type);
1555 break;
dd24e3da 1556
7ba29e2a
NC
1557 case EM_MICROBLAZE:
1558 case EM_MICROBLAZE_OLD:
1559 rtype = elf_microblaze_reloc_type (type);
1560 break;
c7927a3c 1561
99c513f6
DD
1562 case EM_RL78:
1563 rtype = elf_rl78_reloc_type (type);
1564 break;
1565
c7927a3c
NC
1566 case EM_RX:
1567 rtype = elf_rx_reloc_type (type);
1568 break;
c29aca4a 1569
a3c62988
NC
1570 case EM_METAG:
1571 rtype = elf_metag_reloc_type (type);
1572 break;
1573
c29aca4a
NC
1574 case EM_XC16X:
1575 case EM_C166:
1576 rtype = elf_xc16x_reloc_type (type);
1577 break;
40b36596
JM
1578
1579 case EM_TI_C6000:
1580 rtype = elf_tic6x_reloc_type (type);
1581 break;
aa137e4d
NC
1582
1583 case EM_TILEGX:
1584 rtype = elf_tilegx_reloc_type (type);
1585 break;
1586
1587 case EM_TILEPRO:
1588 rtype = elf_tilepro_reloc_type (type);
1589 break;
f6c1a2d5 1590
f96bd6c2
PC
1591 case EM_WEBASSEMBLY:
1592 rtype = elf_wasm32_reloc_type (type);
1593 break;
1594
f6c1a2d5
NC
1595 case EM_XGATE:
1596 rtype = elf_xgate_reloc_type (type);
1597 break;
36591ba1
SL
1598
1599 case EM_ALTERA_NIOS2:
1600 rtype = elf_nios2_reloc_type (type);
1601 break;
2b100bb5
DD
1602
1603 case EM_TI_PRU:
1604 rtype = elf_pru_reloc_type (type);
1605 break;
fe944acf
FT
1606
1607 case EM_NFP:
1608 if (EF_NFP_MACH (filedata->file_header.e_flags) == E_NFP_MACH_3200)
1609 rtype = elf_nfp3200_reloc_type (type);
1610 else
1611 rtype = elf_nfp_reloc_type (type);
1612 break;
6655dba2
SB
1613
1614 case EM_Z80:
1615 rtype = elf_z80_reloc_type (type);
1616 break;
252b5132
RH
1617 }
1618
1619 if (rtype == NULL)
39dbeff8 1620 printf (_("unrecognized: %-7lx"), (unsigned long) type & 0xffffffff);
252b5132 1621 else
5c144731 1622 printf (do_wide ? "%-22s" : "%-17.17s", rtype);
252b5132 1623
dda8d76d 1624 if (filedata->file_header.e_machine == EM_ALPHA
157c2599 1625 && rtype != NULL
7ace3541
RH
1626 && streq (rtype, "R_ALPHA_LITUSE")
1627 && is_rela)
1628 {
1629 switch (rels[i].r_addend)
1630 {
1631 case LITUSE_ALPHA_ADDR: rtype = "ADDR"; break;
1632 case LITUSE_ALPHA_BASE: rtype = "BASE"; break;
1633 case LITUSE_ALPHA_BYTOFF: rtype = "BYTOFF"; break;
1634 case LITUSE_ALPHA_JSR: rtype = "JSR"; break;
1635 case LITUSE_ALPHA_TLSGD: rtype = "TLSGD"; break;
1636 case LITUSE_ALPHA_TLSLDM: rtype = "TLSLDM"; break;
1637 case LITUSE_ALPHA_JSRDIRECT: rtype = "JSRDIRECT"; break;
1638 default: rtype = NULL;
1639 }
32ec8896 1640
7ace3541
RH
1641 if (rtype)
1642 printf (" (%s)", rtype);
1643 else
1644 {
1645 putchar (' ');
1646 printf (_("<unknown addend: %lx>"),
1647 (unsigned long) rels[i].r_addend);
32ec8896 1648 res = FALSE;
7ace3541
RH
1649 }
1650 }
1651 else if (symtab_index)
252b5132 1652 {
af3fc3bc 1653 if (symtab == NULL || symtab_index >= nsyms)
32ec8896 1654 {
27a45f42
AS
1655 error (_(" bad symbol index: %08lx in reloc\n"),
1656 (unsigned long) symtab_index);
32ec8896
NC
1657 res = FALSE;
1658 }
af3fc3bc 1659 else
19936277 1660 {
2cf0635d 1661 Elf_Internal_Sym * psym;
bb4d2ac2
L
1662 const char * version_string;
1663 enum versioned_symbol_info sym_info;
1664 unsigned short vna_other;
19936277 1665
af3fc3bc 1666 psym = symtab + symtab_index;
103f02d3 1667
bb4d2ac2 1668 version_string
dda8d76d 1669 = get_symbol_version_string (filedata, is_dynsym,
bb4d2ac2
L
1670 strtab, strtablen,
1671 symtab_index,
1672 psym,
1673 &sym_info,
1674 &vna_other);
1675
af3fc3bc 1676 printf (" ");
171191ba 1677
d8045f23
NC
1678 if (ELF_ST_TYPE (psym->st_info) == STT_GNU_IFUNC)
1679 {
1680 const char * name;
1681 unsigned int len;
1682 unsigned int width = is_32bit_elf ? 8 : 14;
1683
1684 /* Relocations against GNU_IFUNC symbols do not use the value
1685 of the symbol as the address to relocate against. Instead
1686 they invoke the function named by the symbol and use its
1687 result as the address for relocation.
1688
1689 To indicate this to the user, do not display the value of
1690 the symbol in the "Symbols's Value" field. Instead show
1691 its name followed by () as a hint that the symbol is
1692 invoked. */
1693
1694 if (strtab == NULL
1695 || psym->st_name == 0
1696 || psym->st_name >= strtablen)
1697 name = "??";
1698 else
1699 name = strtab + psym->st_name;
1700
1701 len = print_symbol (width, name);
bb4d2ac2
L
1702 if (version_string)
1703 printf (sym_info == symbol_public ? "@@%s" : "@%s",
1704 version_string);
d8045f23
NC
1705 printf ("()%-*s", len <= width ? (width + 1) - len : 1, " ");
1706 }
1707 else
1708 {
1709 print_vma (psym->st_value, LONG_HEX);
171191ba 1710
d8045f23
NC
1711 printf (is_32bit_elf ? " " : " ");
1712 }
103f02d3 1713
af3fc3bc 1714 if (psym->st_name == 0)
f1ef08cb 1715 {
2cf0635d 1716 const char * sec_name = "<null>";
f1ef08cb
AM
1717 char name_buf[40];
1718
1719 if (ELF_ST_TYPE (psym->st_info) == STT_SECTION)
1720 {
dda8d76d
NC
1721 if (psym->st_shndx < filedata->file_header.e_shnum)
1722 sec_name = SECTION_NAME (filedata->section_headers + psym->st_shndx);
f1ef08cb
AM
1723 else if (psym->st_shndx == SHN_ABS)
1724 sec_name = "ABS";
1725 else if (psym->st_shndx == SHN_COMMON)
1726 sec_name = "COMMON";
dda8d76d 1727 else if ((filedata->file_header.e_machine == EM_MIPS
ac145307 1728 && psym->st_shndx == SHN_MIPS_SCOMMON)
dda8d76d 1729 || (filedata->file_header.e_machine == EM_TI_C6000
ac145307 1730 && psym->st_shndx == SHN_TIC6X_SCOMMON))
172553c7 1731 sec_name = "SCOMMON";
dda8d76d 1732 else if (filedata->file_header.e_machine == EM_MIPS
172553c7
TS
1733 && psym->st_shndx == SHN_MIPS_SUNDEFINED)
1734 sec_name = "SUNDEF";
dda8d76d
NC
1735 else if ((filedata->file_header.e_machine == EM_X86_64
1736 || filedata->file_header.e_machine == EM_L1OM
1737 || filedata->file_header.e_machine == EM_K1OM)
3b22753a
L
1738 && psym->st_shndx == SHN_X86_64_LCOMMON)
1739 sec_name = "LARGE_COMMON";
dda8d76d
NC
1740 else if (filedata->file_header.e_machine == EM_IA_64
1741 && filedata->file_header.e_ident[EI_OSABI] == ELFOSABI_HPUX
9ce701e2
L
1742 && psym->st_shndx == SHN_IA_64_ANSI_COMMON)
1743 sec_name = "ANSI_COM";
dda8d76d 1744 else if (is_ia64_vms (filedata)
148b93f2
NC
1745 && psym->st_shndx == SHN_IA_64_VMS_SYMVEC)
1746 sec_name = "VMS_SYMVEC";
f1ef08cb
AM
1747 else
1748 {
1749 sprintf (name_buf, "<section 0x%x>",
1750 (unsigned int) psym->st_shndx);
1751 sec_name = name_buf;
1752 }
1753 }
1754 print_symbol (22, sec_name);
1755 }
af3fc3bc 1756 else if (strtab == NULL)
d79b3d50 1757 printf (_("<string table index: %3ld>"), psym->st_name);
c256ffe7 1758 else if (psym->st_name >= strtablen)
32ec8896 1759 {
27a45f42
AS
1760 error (_("<corrupt string table index: %3ld>\n"),
1761 psym->st_name);
32ec8896
NC
1762 res = FALSE;
1763 }
af3fc3bc 1764 else
bb4d2ac2
L
1765 {
1766 print_symbol (22, strtab + psym->st_name);
1767 if (version_string)
1768 printf (sym_info == symbol_public ? "@@%s" : "@%s",
1769 version_string);
1770 }
103f02d3 1771
af3fc3bc 1772 if (is_rela)
171191ba 1773 {
7360e63f 1774 bfd_vma off = rels[i].r_addend;
171191ba 1775
7360e63f 1776 if ((bfd_signed_vma) off < 0)
598aaa76 1777 printf (" - %" BFD_VMA_FMT "x", - off);
171191ba 1778 else
598aaa76 1779 printf (" + %" BFD_VMA_FMT "x", off);
171191ba 1780 }
19936277 1781 }
252b5132 1782 }
1b228002 1783 else if (is_rela)
f7a99963 1784 {
7360e63f 1785 bfd_vma off = rels[i].r_addend;
e04d7088
L
1786
1787 printf ("%*c", is_32bit_elf ? 12 : 20, ' ');
7360e63f 1788 if ((bfd_signed_vma) off < 0)
e04d7088
L
1789 printf ("-%" BFD_VMA_FMT "x", - off);
1790 else
1791 printf ("%" BFD_VMA_FMT "x", off);
f7a99963 1792 }
252b5132 1793
dda8d76d 1794 if (filedata->file_header.e_machine == EM_SPARCV9
157c2599
NC
1795 && rtype != NULL
1796 && streq (rtype, "R_SPARC_OLO10"))
91d6fa6a 1797 printf (" + %lx", (unsigned long) ELF64_R_TYPE_DATA (inf));
351b4b40 1798
252b5132 1799 putchar ('\n');
2c71103e 1800
aca88567 1801#ifdef BFD64
dda8d76d 1802 if (! is_32bit_elf && filedata->file_header.e_machine == EM_MIPS)
2c71103e 1803 {
91d6fa6a
NC
1804 bfd_vma type2 = ELF64_MIPS_R_TYPE2 (inf);
1805 bfd_vma type3 = ELF64_MIPS_R_TYPE3 (inf);
2cf0635d
NC
1806 const char * rtype2 = elf_mips_reloc_type (type2);
1807 const char * rtype3 = elf_mips_reloc_type (type3);
aca88567 1808
2c71103e
NC
1809 printf (" Type2: ");
1810
1811 if (rtype2 == NULL)
39dbeff8
AM
1812 printf (_("unrecognized: %-7lx"),
1813 (unsigned long) type2 & 0xffffffff);
2c71103e
NC
1814 else
1815 printf ("%-17.17s", rtype2);
1816
18bd398b 1817 printf ("\n Type3: ");
2c71103e
NC
1818
1819 if (rtype3 == NULL)
39dbeff8
AM
1820 printf (_("unrecognized: %-7lx"),
1821 (unsigned long) type3 & 0xffffffff);
2c71103e
NC
1822 else
1823 printf ("%-17.17s", rtype3);
1824
53c7db4b 1825 putchar ('\n');
2c71103e 1826 }
aca88567 1827#endif /* BFD64 */
252b5132
RH
1828 }
1829
c8286bd1 1830 free (rels);
32ec8896
NC
1831
1832 return res;
252b5132
RH
1833}
1834
37c18eed
SD
1835static const char *
1836get_aarch64_dynamic_type (unsigned long type)
1837{
1838 switch (type)
1839 {
1840 case DT_AARCH64_BTI_PLT: return "AARCH64_BTI_PLT";
1dbade74 1841 case DT_AARCH64_PAC_PLT: return "AARCH64_PAC_PLT";
2301ed1c 1842 case DT_AARCH64_VARIANT_PCS: return "AARCH64_VARIANT_PCS";
37c18eed
SD
1843 default:
1844 return NULL;
1845 }
1846}
1847
252b5132 1848static const char *
d3ba0551 1849get_mips_dynamic_type (unsigned long type)
252b5132
RH
1850{
1851 switch (type)
1852 {
1853 case DT_MIPS_RLD_VERSION: return "MIPS_RLD_VERSION";
1854 case DT_MIPS_TIME_STAMP: return "MIPS_TIME_STAMP";
1855 case DT_MIPS_ICHECKSUM: return "MIPS_ICHECKSUM";
1856 case DT_MIPS_IVERSION: return "MIPS_IVERSION";
1857 case DT_MIPS_FLAGS: return "MIPS_FLAGS";
1858 case DT_MIPS_BASE_ADDRESS: return "MIPS_BASE_ADDRESS";
1859 case DT_MIPS_MSYM: return "MIPS_MSYM";
1860 case DT_MIPS_CONFLICT: return "MIPS_CONFLICT";
1861 case DT_MIPS_LIBLIST: return "MIPS_LIBLIST";
1862 case DT_MIPS_LOCAL_GOTNO: return "MIPS_LOCAL_GOTNO";
1863 case DT_MIPS_CONFLICTNO: return "MIPS_CONFLICTNO";
1864 case DT_MIPS_LIBLISTNO: return "MIPS_LIBLISTNO";
1865 case DT_MIPS_SYMTABNO: return "MIPS_SYMTABNO";
1866 case DT_MIPS_UNREFEXTNO: return "MIPS_UNREFEXTNO";
1867 case DT_MIPS_GOTSYM: return "MIPS_GOTSYM";
1868 case DT_MIPS_HIPAGENO: return "MIPS_HIPAGENO";
1869 case DT_MIPS_RLD_MAP: return "MIPS_RLD_MAP";
a5499fa4 1870 case DT_MIPS_RLD_MAP_REL: return "MIPS_RLD_MAP_REL";
252b5132
RH
1871 case DT_MIPS_DELTA_CLASS: return "MIPS_DELTA_CLASS";
1872 case DT_MIPS_DELTA_CLASS_NO: return "MIPS_DELTA_CLASS_NO";
1873 case DT_MIPS_DELTA_INSTANCE: return "MIPS_DELTA_INSTANCE";
1874 case DT_MIPS_DELTA_INSTANCE_NO: return "MIPS_DELTA_INSTANCE_NO";
1875 case DT_MIPS_DELTA_RELOC: return "MIPS_DELTA_RELOC";
1876 case DT_MIPS_DELTA_RELOC_NO: return "MIPS_DELTA_RELOC_NO";
1877 case DT_MIPS_DELTA_SYM: return "MIPS_DELTA_SYM";
1878 case DT_MIPS_DELTA_SYM_NO: return "MIPS_DELTA_SYM_NO";
1879 case DT_MIPS_DELTA_CLASSSYM: return "MIPS_DELTA_CLASSSYM";
1880 case DT_MIPS_DELTA_CLASSSYM_NO: return "MIPS_DELTA_CLASSSYM_NO";
1881 case DT_MIPS_CXX_FLAGS: return "MIPS_CXX_FLAGS";
1882 case DT_MIPS_PIXIE_INIT: return "MIPS_PIXIE_INIT";
1883 case DT_MIPS_SYMBOL_LIB: return "MIPS_SYMBOL_LIB";
1884 case DT_MIPS_LOCALPAGE_GOTIDX: return "MIPS_LOCALPAGE_GOTIDX";
1885 case DT_MIPS_LOCAL_GOTIDX: return "MIPS_LOCAL_GOTIDX";
1886 case DT_MIPS_HIDDEN_GOTIDX: return "MIPS_HIDDEN_GOTIDX";
1887 case DT_MIPS_PROTECTED_GOTIDX: return "MIPS_PROTECTED_GOTIDX";
1888 case DT_MIPS_OPTIONS: return "MIPS_OPTIONS";
1889 case DT_MIPS_INTERFACE: return "MIPS_INTERFACE";
1890 case DT_MIPS_DYNSTR_ALIGN: return "MIPS_DYNSTR_ALIGN";
1891 case DT_MIPS_INTERFACE_SIZE: return "MIPS_INTERFACE_SIZE";
1892 case DT_MIPS_RLD_TEXT_RESOLVE_ADDR: return "MIPS_RLD_TEXT_RESOLVE_ADDR";
1893 case DT_MIPS_PERF_SUFFIX: return "MIPS_PERF_SUFFIX";
1894 case DT_MIPS_COMPACT_SIZE: return "MIPS_COMPACT_SIZE";
1895 case DT_MIPS_GP_VALUE: return "MIPS_GP_VALUE";
1896 case DT_MIPS_AUX_DYNAMIC: return "MIPS_AUX_DYNAMIC";
861fb55a
DJ
1897 case DT_MIPS_PLTGOT: return "MIPS_PLTGOT";
1898 case DT_MIPS_RWPLT: return "MIPS_RWPLT";
f16a9783 1899 case DT_MIPS_XHASH: return "MIPS_XHASH";
252b5132
RH
1900 default:
1901 return NULL;
1902 }
1903}
1904
9a097730 1905static const char *
d3ba0551 1906get_sparc64_dynamic_type (unsigned long type)
9a097730
RH
1907{
1908 switch (type)
1909 {
1910 case DT_SPARC_REGISTER: return "SPARC_REGISTER";
1911 default:
1912 return NULL;
1913 }
103f02d3
UD
1914}
1915
7490d522
AM
1916static const char *
1917get_ppc_dynamic_type (unsigned long type)
1918{
1919 switch (type)
1920 {
a7f2871e 1921 case DT_PPC_GOT: return "PPC_GOT";
e8910a83 1922 case DT_PPC_OPT: return "PPC_OPT";
7490d522
AM
1923 default:
1924 return NULL;
1925 }
1926}
1927
f1cb7e17 1928static const char *
d3ba0551 1929get_ppc64_dynamic_type (unsigned long type)
f1cb7e17
AM
1930{
1931 switch (type)
1932 {
a7f2871e
AM
1933 case DT_PPC64_GLINK: return "PPC64_GLINK";
1934 case DT_PPC64_OPD: return "PPC64_OPD";
1935 case DT_PPC64_OPDSZ: return "PPC64_OPDSZ";
e8910a83 1936 case DT_PPC64_OPT: return "PPC64_OPT";
f1cb7e17
AM
1937 default:
1938 return NULL;
1939 }
1940}
1941
103f02d3 1942static const char *
d3ba0551 1943get_parisc_dynamic_type (unsigned long type)
103f02d3
UD
1944{
1945 switch (type)
1946 {
1947 case DT_HP_LOAD_MAP: return "HP_LOAD_MAP";
1948 case DT_HP_DLD_FLAGS: return "HP_DLD_FLAGS";
1949 case DT_HP_DLD_HOOK: return "HP_DLD_HOOK";
1950 case DT_HP_UX10_INIT: return "HP_UX10_INIT";
1951 case DT_HP_UX10_INITSZ: return "HP_UX10_INITSZ";
1952 case DT_HP_PREINIT: return "HP_PREINIT";
1953 case DT_HP_PREINITSZ: return "HP_PREINITSZ";
1954 case DT_HP_NEEDED: return "HP_NEEDED";
1955 case DT_HP_TIME_STAMP: return "HP_TIME_STAMP";
1956 case DT_HP_CHECKSUM: return "HP_CHECKSUM";
1957 case DT_HP_GST_SIZE: return "HP_GST_SIZE";
1958 case DT_HP_GST_VERSION: return "HP_GST_VERSION";
1959 case DT_HP_GST_HASHVAL: return "HP_GST_HASHVAL";
eec8f817
DA
1960 case DT_HP_EPLTREL: return "HP_GST_EPLTREL";
1961 case DT_HP_EPLTRELSZ: return "HP_GST_EPLTRELSZ";
1962 case DT_HP_FILTERED: return "HP_FILTERED";
1963 case DT_HP_FILTER_TLS: return "HP_FILTER_TLS";
1964 case DT_HP_COMPAT_FILTERED: return "HP_COMPAT_FILTERED";
1965 case DT_HP_LAZYLOAD: return "HP_LAZYLOAD";
1966 case DT_HP_BIND_NOW_COUNT: return "HP_BIND_NOW_COUNT";
1967 case DT_PLT: return "PLT";
1968 case DT_PLT_SIZE: return "PLT_SIZE";
1969 case DT_DLT: return "DLT";
1970 case DT_DLT_SIZE: return "DLT_SIZE";
103f02d3
UD
1971 default:
1972 return NULL;
1973 }
1974}
9a097730 1975
ecc51f48 1976static const char *
d3ba0551 1977get_ia64_dynamic_type (unsigned long type)
ecc51f48
NC
1978{
1979 switch (type)
1980 {
148b93f2
NC
1981 case DT_IA_64_PLT_RESERVE: return "IA_64_PLT_RESERVE";
1982 case DT_IA_64_VMS_SUBTYPE: return "VMS_SUBTYPE";
1983 case DT_IA_64_VMS_IMGIOCNT: return "VMS_IMGIOCNT";
1984 case DT_IA_64_VMS_LNKFLAGS: return "VMS_LNKFLAGS";
1985 case DT_IA_64_VMS_VIR_MEM_BLK_SIZ: return "VMS_VIR_MEM_BLK_SIZ";
1986 case DT_IA_64_VMS_IDENT: return "VMS_IDENT";
1987 case DT_IA_64_VMS_NEEDED_IDENT: return "VMS_NEEDED_IDENT";
1988 case DT_IA_64_VMS_IMG_RELA_CNT: return "VMS_IMG_RELA_CNT";
1989 case DT_IA_64_VMS_SEG_RELA_CNT: return "VMS_SEG_RELA_CNT";
1990 case DT_IA_64_VMS_FIXUP_RELA_CNT: return "VMS_FIXUP_RELA_CNT";
1991 case DT_IA_64_VMS_FIXUP_NEEDED: return "VMS_FIXUP_NEEDED";
1992 case DT_IA_64_VMS_SYMVEC_CNT: return "VMS_SYMVEC_CNT";
1993 case DT_IA_64_VMS_XLATED: return "VMS_XLATED";
1994 case DT_IA_64_VMS_STACKSIZE: return "VMS_STACKSIZE";
1995 case DT_IA_64_VMS_UNWINDSZ: return "VMS_UNWINDSZ";
1996 case DT_IA_64_VMS_UNWIND_CODSEG: return "VMS_UNWIND_CODSEG";
1997 case DT_IA_64_VMS_UNWIND_INFOSEG: return "VMS_UNWIND_INFOSEG";
1998 case DT_IA_64_VMS_LINKTIME: return "VMS_LINKTIME";
1999 case DT_IA_64_VMS_SEG_NO: return "VMS_SEG_NO";
2000 case DT_IA_64_VMS_SYMVEC_OFFSET: return "VMS_SYMVEC_OFFSET";
2001 case DT_IA_64_VMS_SYMVEC_SEG: return "VMS_SYMVEC_SEG";
2002 case DT_IA_64_VMS_UNWIND_OFFSET: return "VMS_UNWIND_OFFSET";
2003 case DT_IA_64_VMS_UNWIND_SEG: return "VMS_UNWIND_SEG";
2004 case DT_IA_64_VMS_STRTAB_OFFSET: return "VMS_STRTAB_OFFSET";
2005 case DT_IA_64_VMS_SYSVER_OFFSET: return "VMS_SYSVER_OFFSET";
2006 case DT_IA_64_VMS_IMG_RELA_OFF: return "VMS_IMG_RELA_OFF";
2007 case DT_IA_64_VMS_SEG_RELA_OFF: return "VMS_SEG_RELA_OFF";
2008 case DT_IA_64_VMS_FIXUP_RELA_OFF: return "VMS_FIXUP_RELA_OFF";
2009 case DT_IA_64_VMS_PLTGOT_OFFSET: return "VMS_PLTGOT_OFFSET";
2010 case DT_IA_64_VMS_PLTGOT_SEG: return "VMS_PLTGOT_SEG";
2011 case DT_IA_64_VMS_FPMODE: return "VMS_FPMODE";
ecc51f48
NC
2012 default:
2013 return NULL;
2014 }
2015}
2016
fd85a6a1
NC
2017static const char *
2018get_solaris_section_type (unsigned long type)
2019{
2020 switch (type)
2021 {
2022 case 0x6fffffee: return "SUNW_ancillary";
2023 case 0x6fffffef: return "SUNW_capchain";
2024 case 0x6ffffff0: return "SUNW_capinfo";
2025 case 0x6ffffff1: return "SUNW_symsort";
2026 case 0x6ffffff2: return "SUNW_tlssort";
2027 case 0x6ffffff3: return "SUNW_LDYNSYM";
2028 case 0x6ffffff4: return "SUNW_dof";
2029 case 0x6ffffff5: return "SUNW_cap";
2030 case 0x6ffffff6: return "SUNW_SIGNATURE";
2031 case 0x6ffffff7: return "SUNW_ANNOTATE";
2032 case 0x6ffffff8: return "SUNW_DEBUGSTR";
2033 case 0x6ffffff9: return "SUNW_DEBUG";
2034 case 0x6ffffffa: return "SUNW_move";
2035 case 0x6ffffffb: return "SUNW_COMDAT";
2036 case 0x6ffffffc: return "SUNW_syminfo";
2037 case 0x6ffffffd: return "SUNW_verdef";
2038 case 0x6ffffffe: return "SUNW_verneed";
2039 case 0x6fffffff: return "SUNW_versym";
2040 case 0x70000000: return "SPARC_GOTDATA";
2041 default: return NULL;
2042 }
2043}
2044
fabcb361
RH
2045static const char *
2046get_alpha_dynamic_type (unsigned long type)
2047{
2048 switch (type)
2049 {
2050 case DT_ALPHA_PLTRO: return "ALPHA_PLTRO";
32ec8896 2051 default: return NULL;
fabcb361
RH
2052 }
2053}
2054
1c0d3aa6
NC
2055static const char *
2056get_score_dynamic_type (unsigned long type)
2057{
2058 switch (type)
2059 {
2060 case DT_SCORE_BASE_ADDRESS: return "SCORE_BASE_ADDRESS";
2061 case DT_SCORE_LOCAL_GOTNO: return "SCORE_LOCAL_GOTNO";
2062 case DT_SCORE_SYMTABNO: return "SCORE_SYMTABNO";
2063 case DT_SCORE_GOTSYM: return "SCORE_GOTSYM";
2064 case DT_SCORE_UNREFEXTNO: return "SCORE_UNREFEXTNO";
2065 case DT_SCORE_HIPAGENO: return "SCORE_HIPAGENO";
32ec8896 2066 default: return NULL;
1c0d3aa6
NC
2067 }
2068}
2069
40b36596
JM
2070static const char *
2071get_tic6x_dynamic_type (unsigned long type)
2072{
2073 switch (type)
2074 {
2075 case DT_C6000_GSYM_OFFSET: return "C6000_GSYM_OFFSET";
2076 case DT_C6000_GSTR_OFFSET: return "C6000_GSTR_OFFSET";
2077 case DT_C6000_DSBT_BASE: return "C6000_DSBT_BASE";
2078 case DT_C6000_DSBT_SIZE: return "C6000_DSBT_SIZE";
2079 case DT_C6000_PREEMPTMAP: return "C6000_PREEMPTMAP";
2080 case DT_C6000_DSBT_INDEX: return "C6000_DSBT_INDEX";
32ec8896 2081 default: return NULL;
40b36596
JM
2082 }
2083}
1c0d3aa6 2084
36591ba1
SL
2085static const char *
2086get_nios2_dynamic_type (unsigned long type)
2087{
2088 switch (type)
2089 {
2090 case DT_NIOS2_GP: return "NIOS2_GP";
32ec8896 2091 default: return NULL;
36591ba1
SL
2092 }
2093}
2094
fd85a6a1
NC
2095static const char *
2096get_solaris_dynamic_type (unsigned long type)
2097{
2098 switch (type)
2099 {
2100 case 0x6000000d: return "SUNW_AUXILIARY";
2101 case 0x6000000e: return "SUNW_RTLDINF";
2102 case 0x6000000f: return "SUNW_FILTER";
2103 case 0x60000010: return "SUNW_CAP";
2104 case 0x60000011: return "SUNW_SYMTAB";
2105 case 0x60000012: return "SUNW_SYMSZ";
2106 case 0x60000013: return "SUNW_SORTENT";
2107 case 0x60000014: return "SUNW_SYMSORT";
2108 case 0x60000015: return "SUNW_SYMSORTSZ";
2109 case 0x60000016: return "SUNW_TLSSORT";
2110 case 0x60000017: return "SUNW_TLSSORTSZ";
2111 case 0x60000018: return "SUNW_CAPINFO";
2112 case 0x60000019: return "SUNW_STRPAD";
2113 case 0x6000001a: return "SUNW_CAPCHAIN";
2114 case 0x6000001b: return "SUNW_LDMACH";
2115 case 0x6000001d: return "SUNW_CAPCHAINENT";
2116 case 0x6000001f: return "SUNW_CAPCHAINSZ";
2117 case 0x60000021: return "SUNW_PARENT";
2118 case 0x60000023: return "SUNW_ASLR";
2119 case 0x60000025: return "SUNW_RELAX";
2120 case 0x60000029: return "SUNW_NXHEAP";
2121 case 0x6000002b: return "SUNW_NXSTACK";
2122
2123 case 0x70000001: return "SPARC_REGISTER";
2124 case 0x7ffffffd: return "AUXILIARY";
2125 case 0x7ffffffe: return "USED";
2126 case 0x7fffffff: return "FILTER";
2127
15f205b1 2128 default: return NULL;
fd85a6a1
NC
2129 }
2130}
2131
252b5132 2132static const char *
dda8d76d 2133get_dynamic_type (Filedata * filedata, unsigned long type)
252b5132 2134{
e9e44622 2135 static char buff[64];
252b5132
RH
2136
2137 switch (type)
2138 {
2139 case DT_NULL: return "NULL";
2140 case DT_NEEDED: return "NEEDED";
2141 case DT_PLTRELSZ: return "PLTRELSZ";
2142 case DT_PLTGOT: return "PLTGOT";
2143 case DT_HASH: return "HASH";
2144 case DT_STRTAB: return "STRTAB";
2145 case DT_SYMTAB: return "SYMTAB";
2146 case DT_RELA: return "RELA";
2147 case DT_RELASZ: return "RELASZ";
2148 case DT_RELAENT: return "RELAENT";
2149 case DT_STRSZ: return "STRSZ";
2150 case DT_SYMENT: return "SYMENT";
2151 case DT_INIT: return "INIT";
2152 case DT_FINI: return "FINI";
2153 case DT_SONAME: return "SONAME";
2154 case DT_RPATH: return "RPATH";
2155 case DT_SYMBOLIC: return "SYMBOLIC";
2156 case DT_REL: return "REL";
2157 case DT_RELSZ: return "RELSZ";
2158 case DT_RELENT: return "RELENT";
2159 case DT_PLTREL: return "PLTREL";
2160 case DT_DEBUG: return "DEBUG";
2161 case DT_TEXTREL: return "TEXTREL";
2162 case DT_JMPREL: return "JMPREL";
2163 case DT_BIND_NOW: return "BIND_NOW";
2164 case DT_INIT_ARRAY: return "INIT_ARRAY";
2165 case DT_FINI_ARRAY: return "FINI_ARRAY";
2166 case DT_INIT_ARRAYSZ: return "INIT_ARRAYSZ";
2167 case DT_FINI_ARRAYSZ: return "FINI_ARRAYSZ";
d1133906
NC
2168 case DT_RUNPATH: return "RUNPATH";
2169 case DT_FLAGS: return "FLAGS";
2d0e6f43 2170
d1133906
NC
2171 case DT_PREINIT_ARRAY: return "PREINIT_ARRAY";
2172 case DT_PREINIT_ARRAYSZ: return "PREINIT_ARRAYSZ";
6d913794 2173 case DT_SYMTAB_SHNDX: return "SYMTAB_SHNDX";
103f02d3 2174
05107a46 2175 case DT_CHECKSUM: return "CHECKSUM";
252b5132
RH
2176 case DT_PLTPADSZ: return "PLTPADSZ";
2177 case DT_MOVEENT: return "MOVEENT";
2178 case DT_MOVESZ: return "MOVESZ";
dcefbbbd 2179 case DT_FEATURE: return "FEATURE";
252b5132
RH
2180 case DT_POSFLAG_1: return "POSFLAG_1";
2181 case DT_SYMINSZ: return "SYMINSZ";
2182 case DT_SYMINENT: return "SYMINENT"; /* aka VALRNGHI */
103f02d3 2183
252b5132 2184 case DT_ADDRRNGLO: return "ADDRRNGLO";
dcefbbbd
L
2185 case DT_CONFIG: return "CONFIG";
2186 case DT_DEPAUDIT: return "DEPAUDIT";
2187 case DT_AUDIT: return "AUDIT";
2188 case DT_PLTPAD: return "PLTPAD";
2189 case DT_MOVETAB: return "MOVETAB";
252b5132 2190 case DT_SYMINFO: return "SYMINFO"; /* aka ADDRRNGHI */
103f02d3 2191
252b5132 2192 case DT_VERSYM: return "VERSYM";
103f02d3 2193
67a4f2b7
AO
2194 case DT_TLSDESC_GOT: return "TLSDESC_GOT";
2195 case DT_TLSDESC_PLT: return "TLSDESC_PLT";
252b5132
RH
2196 case DT_RELACOUNT: return "RELACOUNT";
2197 case DT_RELCOUNT: return "RELCOUNT";
2198 case DT_FLAGS_1: return "FLAGS_1";
2199 case DT_VERDEF: return "VERDEF";
2200 case DT_VERDEFNUM: return "VERDEFNUM";
2201 case DT_VERNEED: return "VERNEED";
2202 case DT_VERNEEDNUM: return "VERNEEDNUM";
103f02d3 2203
019148e4 2204 case DT_AUXILIARY: return "AUXILIARY";
252b5132
RH
2205 case DT_USED: return "USED";
2206 case DT_FILTER: return "FILTER";
103f02d3 2207
047b2264
JJ
2208 case DT_GNU_PRELINKED: return "GNU_PRELINKED";
2209 case DT_GNU_CONFLICT: return "GNU_CONFLICT";
2210 case DT_GNU_CONFLICTSZ: return "GNU_CONFLICTSZ";
2211 case DT_GNU_LIBLIST: return "GNU_LIBLIST";
2212 case DT_GNU_LIBLISTSZ: return "GNU_LIBLISTSZ";
fdc90cb4 2213 case DT_GNU_HASH: return "GNU_HASH";
047b2264 2214
252b5132
RH
2215 default:
2216 if ((type >= DT_LOPROC) && (type <= DT_HIPROC))
2217 {
2cf0635d 2218 const char * result;
103f02d3 2219
dda8d76d 2220 switch (filedata->file_header.e_machine)
252b5132 2221 {
37c18eed
SD
2222 case EM_AARCH64:
2223 result = get_aarch64_dynamic_type (type);
2224 break;
252b5132 2225 case EM_MIPS:
4fe85591 2226 case EM_MIPS_RS3_LE:
252b5132
RH
2227 result = get_mips_dynamic_type (type);
2228 break;
9a097730
RH
2229 case EM_SPARCV9:
2230 result = get_sparc64_dynamic_type (type);
2231 break;
7490d522
AM
2232 case EM_PPC:
2233 result = get_ppc_dynamic_type (type);
2234 break;
f1cb7e17
AM
2235 case EM_PPC64:
2236 result = get_ppc64_dynamic_type (type);
2237 break;
ecc51f48
NC
2238 case EM_IA_64:
2239 result = get_ia64_dynamic_type (type);
2240 break;
fabcb361
RH
2241 case EM_ALPHA:
2242 result = get_alpha_dynamic_type (type);
2243 break;
1c0d3aa6
NC
2244 case EM_SCORE:
2245 result = get_score_dynamic_type (type);
2246 break;
40b36596
JM
2247 case EM_TI_C6000:
2248 result = get_tic6x_dynamic_type (type);
2249 break;
36591ba1
SL
2250 case EM_ALTERA_NIOS2:
2251 result = get_nios2_dynamic_type (type);
2252 break;
252b5132 2253 default:
dda8d76d 2254 if (filedata->file_header.e_ident[EI_OSABI] == ELFOSABI_SOLARIS)
fd85a6a1
NC
2255 result = get_solaris_dynamic_type (type);
2256 else
2257 result = NULL;
252b5132
RH
2258 break;
2259 }
2260
2261 if (result != NULL)
2262 return result;
2263
e9e44622 2264 snprintf (buff, sizeof (buff), _("Processor Specific: %lx"), type);
252b5132 2265 }
eec8f817 2266 else if (((type >= DT_LOOS) && (type <= DT_HIOS))
dda8d76d 2267 || (filedata->file_header.e_machine == EM_PARISC
eec8f817 2268 && (type >= OLD_DT_LOOS) && (type <= OLD_DT_HIOS)))
103f02d3 2269 {
2cf0635d 2270 const char * result;
103f02d3 2271
dda8d76d 2272 switch (filedata->file_header.e_machine)
103f02d3
UD
2273 {
2274 case EM_PARISC:
2275 result = get_parisc_dynamic_type (type);
2276 break;
148b93f2
NC
2277 case EM_IA_64:
2278 result = get_ia64_dynamic_type (type);
2279 break;
103f02d3 2280 default:
dda8d76d 2281 if (filedata->file_header.e_ident[EI_OSABI] == ELFOSABI_SOLARIS)
fd85a6a1
NC
2282 result = get_solaris_dynamic_type (type);
2283 else
2284 result = NULL;
103f02d3
UD
2285 break;
2286 }
2287
2288 if (result != NULL)
2289 return result;
2290
e9e44622
JJ
2291 snprintf (buff, sizeof (buff), _("Operating System specific: %lx"),
2292 type);
103f02d3 2293 }
252b5132 2294 else
e9e44622 2295 snprintf (buff, sizeof (buff), _("<unknown>: %lx"), type);
103f02d3 2296
252b5132
RH
2297 return buff;
2298 }
2299}
2300
2301static char *
d3ba0551 2302get_file_type (unsigned e_type)
252b5132 2303{
89246a0e 2304 static char buff[64];
252b5132
RH
2305
2306 switch (e_type)
2307 {
32ec8896
NC
2308 case ET_NONE: return _("NONE (None)");
2309 case ET_REL: return _("REL (Relocatable file)");
2310 case ET_EXEC: return _("EXEC (Executable file)");
2311 case ET_DYN: return _("DYN (Shared object file)");
2312 case ET_CORE: return _("CORE (Core file)");
252b5132
RH
2313
2314 default:
2315 if ((e_type >= ET_LOPROC) && (e_type <= ET_HIPROC))
e9e44622 2316 snprintf (buff, sizeof (buff), _("Processor Specific: (%x)"), e_type);
252b5132 2317 else if ((e_type >= ET_LOOS) && (e_type <= ET_HIOS))
e9e44622 2318 snprintf (buff, sizeof (buff), _("OS Specific: (%x)"), e_type);
252b5132 2319 else
e9e44622 2320 snprintf (buff, sizeof (buff), _("<unknown>: %x"), e_type);
252b5132
RH
2321 return buff;
2322 }
2323}
2324
2325static char *
d3ba0551 2326get_machine_name (unsigned e_machine)
252b5132 2327{
b34976b6 2328 static char buff[64]; /* XXX */
252b5132
RH
2329
2330 switch (e_machine)
2331 {
55e22ca8
NC
2332 /* Please keep this switch table sorted by increasing EM_ value. */
2333 /* 0 */
c45021f2
NC
2334 case EM_NONE: return _("None");
2335 case EM_M32: return "WE32100";
2336 case EM_SPARC: return "Sparc";
2337 case EM_386: return "Intel 80386";
2338 case EM_68K: return "MC68000";
2339 case EM_88K: return "MC88000";
22abe556 2340 case EM_IAMCU: return "Intel MCU";
fb70ec17 2341 case EM_860: return "Intel 80860";
c45021f2
NC
2342 case EM_MIPS: return "MIPS R3000";
2343 case EM_S370: return "IBM System/370";
55e22ca8 2344 /* 10 */
7036c0e1 2345 case EM_MIPS_RS3_LE: return "MIPS R4000 big-endian";
252b5132 2346 case EM_OLD_SPARCV9: return "Sparc v9 (old)";
c45021f2 2347 case EM_PARISC: return "HPPA";
55e22ca8 2348 case EM_VPP550: return "Fujitsu VPP500";
7036c0e1 2349 case EM_SPARC32PLUS: return "Sparc v8+" ;
d7867d17 2350 case EM_960: return "Intel 80960";
c45021f2 2351 case EM_PPC: return "PowerPC";
55e22ca8 2352 /* 20 */
285d1771 2353 case EM_PPC64: return "PowerPC64";
55e22ca8
NC
2354 case EM_S390_OLD:
2355 case EM_S390: return "IBM S/390";
2356 case EM_SPU: return "SPU";
2357 /* 30 */
2358 case EM_V800: return "Renesas V850 (using RH850 ABI)";
c45021f2
NC
2359 case EM_FR20: return "Fujitsu FR20";
2360 case EM_RH32: return "TRW RH32";
b34976b6 2361 case EM_MCORE: return "MCORE";
55e22ca8 2362 /* 40 */
7036c0e1
AJ
2363 case EM_ARM: return "ARM";
2364 case EM_OLD_ALPHA: return "Digital Alpha (old)";
ef230218 2365 case EM_SH: return "Renesas / SuperH SH";
c45021f2
NC
2366 case EM_SPARCV9: return "Sparc v9";
2367 case EM_TRICORE: return "Siemens Tricore";
584da044 2368 case EM_ARC: return "ARC";
c2dcd04e
NC
2369 case EM_H8_300: return "Renesas H8/300";
2370 case EM_H8_300H: return "Renesas H8/300H";
2371 case EM_H8S: return "Renesas H8S";
2372 case EM_H8_500: return "Renesas H8/500";
55e22ca8 2373 /* 50 */
30800947 2374 case EM_IA_64: return "Intel IA-64";
252b5132
RH
2375 case EM_MIPS_X: return "Stanford MIPS-X";
2376 case EM_COLDFIRE: return "Motorola Coldfire";
55e22ca8 2377 case EM_68HC12: return "Motorola MC68HC12 Microcontroller";
7036c0e1
AJ
2378 case EM_MMA: return "Fujitsu Multimedia Accelerator";
2379 case EM_PCP: return "Siemens PCP";
2380 case EM_NCPU: return "Sony nCPU embedded RISC processor";
2381 case EM_NDR1: return "Denso NDR1 microprocesspr";
2382 case EM_STARCORE: return "Motorola Star*Core processor";
2383 case EM_ME16: return "Toyota ME16 processor";
55e22ca8 2384 /* 60 */
7036c0e1
AJ
2385 case EM_ST100: return "STMicroelectronics ST100 processor";
2386 case EM_TINYJ: return "Advanced Logic Corp. TinyJ embedded processor";
55e22ca8 2387 case EM_X86_64: return "Advanced Micro Devices X86-64";
11636f9e
JM
2388 case EM_PDSP: return "Sony DSP processor";
2389 case EM_PDP10: return "Digital Equipment Corp. PDP-10";
2390 case EM_PDP11: return "Digital Equipment Corp. PDP-11";
7036c0e1
AJ
2391 case EM_FX66: return "Siemens FX66 microcontroller";
2392 case EM_ST9PLUS: return "STMicroelectronics ST9+ 8/16 bit microcontroller";
2393 case EM_ST7: return "STMicroelectronics ST7 8-bit microcontroller";
2394 case EM_68HC16: return "Motorola MC68HC16 Microcontroller";
55e22ca8 2395 /* 70 */
7036c0e1
AJ
2396 case EM_68HC11: return "Motorola MC68HC11 Microcontroller";
2397 case EM_68HC08: return "Motorola MC68HC08 Microcontroller";
2398 case EM_68HC05: return "Motorola MC68HC05 Microcontroller";
2399 case EM_SVX: return "Silicon Graphics SVx";
2400 case EM_ST19: return "STMicroelectronics ST19 8-bit microcontroller";
2401 case EM_VAX: return "Digital VAX";
1b61cf92 2402 case EM_CRIS: return "Axis Communications 32-bit embedded processor";
c45021f2
NC
2403 case EM_JAVELIN: return "Infineon Technologies 32-bit embedded cpu";
2404 case EM_FIREPATH: return "Element 14 64-bit DSP processor";
2405 case EM_ZSP: return "LSI Logic's 16-bit DSP processor";
55e22ca8 2406 /* 80 */
b34976b6 2407 case EM_MMIX: return "Donald Knuth's educational 64-bit processor";
c45021f2 2408 case EM_HUANY: return "Harvard Universitys's machine-independent object format";
3b36097d 2409 case EM_PRISM: return "Vitesse Prism";
55e22ca8
NC
2410 case EM_AVR_OLD:
2411 case EM_AVR: return "Atmel AVR 8-bit microcontroller";
2412 case EM_CYGNUS_FR30:
2413 case EM_FR30: return "Fujitsu FR30";
2414 case EM_CYGNUS_D10V:
2415 case EM_D10V: return "d10v";
2416 case EM_CYGNUS_D30V:
2417 case EM_D30V: return "d30v";
2418 case EM_CYGNUS_V850:
2419 case EM_V850: return "Renesas V850";
2420 case EM_CYGNUS_M32R:
2421 case EM_M32R: return "Renesas M32R (formerly Mitsubishi M32r)";
2422 case EM_CYGNUS_MN10300:
2423 case EM_MN10300: return "mn10300";
2424 /* 90 */
2425 case EM_CYGNUS_MN10200:
2426 case EM_MN10200: return "mn10200";
2427 case EM_PJ: return "picoJava";
73589c9d 2428 case EM_OR1K: return "OpenRISC 1000";
55e22ca8 2429 case EM_ARC_COMPACT: return "ARCompact";
88da6820
NC
2430 case EM_XTENSA_OLD:
2431 case EM_XTENSA: return "Tensilica Xtensa Processor";
11636f9e
JM
2432 case EM_VIDEOCORE: return "Alphamosaic VideoCore processor";
2433 case EM_TMM_GPP: return "Thompson Multimedia General Purpose Processor";
2434 case EM_NS32K: return "National Semiconductor 32000 series";
2435 case EM_TPC: return "Tenor Network TPC processor";
55e22ca8
NC
2436 case EM_SNP1K: return "Trebia SNP 1000 processor";
2437 /* 100 */
9abca702 2438 case EM_ST200: return "STMicroelectronics ST200 microcontroller";
55e22ca8
NC
2439 case EM_IP2K_OLD:
2440 case EM_IP2K: return "Ubicom IP2xxx 8-bit microcontrollers";
11636f9e
JM
2441 case EM_MAX: return "MAX Processor";
2442 case EM_CR: return "National Semiconductor CompactRISC";
2443 case EM_F2MC16: return "Fujitsu F2MC16";
2444 case EM_MSP430: return "Texas Instruments msp430 microcontroller";
7bbe5bc5 2445 case EM_BLACKFIN: return "Analog Devices Blackfin";
11636f9e
JM
2446 case EM_SE_C33: return "S1C33 Family of Seiko Epson processors";
2447 case EM_SEP: return "Sharp embedded microprocessor";
2448 case EM_ARCA: return "Arca RISC microprocessor";
55e22ca8 2449 /* 110 */
11636f9e
JM
2450 case EM_UNICORE: return "Unicore";
2451 case EM_EXCESS: return "eXcess 16/32/64-bit configurable embedded CPU";
2452 case EM_DXP: return "Icera Semiconductor Inc. Deep Execution Processor";
64fd6348 2453 case EM_ALTERA_NIOS2: return "Altera Nios II";
55e22ca8
NC
2454 case EM_CRX: return "National Semiconductor CRX microprocessor";
2455 case EM_XGATE: return "Motorola XGATE embedded processor";
c29aca4a 2456 case EM_C166:
d70c5fc7 2457 case EM_XC16X: return "Infineon Technologies xc16x";
11636f9e
JM
2458 case EM_M16C: return "Renesas M16C series microprocessors";
2459 case EM_DSPIC30F: return "Microchip Technology dsPIC30F Digital Signal Controller";
2460 case EM_CE: return "Freescale Communication Engine RISC core";
55e22ca8
NC
2461 /* 120 */
2462 case EM_M32C: return "Renesas M32c";
2463 /* 130 */
11636f9e
JM
2464 case EM_TSK3000: return "Altium TSK3000 core";
2465 case EM_RS08: return "Freescale RS08 embedded processor";
2466 case EM_ECOG2: return "Cyan Technology eCOG2 microprocessor";
55e22ca8 2467 case EM_SCORE: return "SUNPLUS S+Core";
11636f9e
JM
2468 case EM_DSP24: return "New Japan Radio (NJR) 24-bit DSP Processor";
2469 case EM_VIDEOCORE3: return "Broadcom VideoCore III processor";
55e22ca8 2470 case EM_LATTICEMICO32: return "Lattice Mico32";
11636f9e 2471 case EM_SE_C17: return "Seiko Epson C17 family";
55e22ca8 2472 /* 140 */
11636f9e
JM
2473 case EM_TI_C6000: return "Texas Instruments TMS320C6000 DSP family";
2474 case EM_TI_C2000: return "Texas Instruments TMS320C2000 DSP family";
2475 case EM_TI_C5500: return "Texas Instruments TMS320C55x DSP family";
55e22ca8
NC
2476 case EM_TI_PRU: return "TI PRU I/O processor";
2477 /* 160 */
11636f9e
JM
2478 case EM_MMDSP_PLUS: return "STMicroelectronics 64bit VLIW Data Signal Processor";
2479 case EM_CYPRESS_M8C: return "Cypress M8C microprocessor";
2480 case EM_R32C: return "Renesas R32C series microprocessors";
2481 case EM_TRIMEDIA: return "NXP Semiconductors TriMedia architecture family";
2482 case EM_QDSP6: return "QUALCOMM DSP6 Processor";
2483 case EM_8051: return "Intel 8051 and variants";
2484 case EM_STXP7X: return "STMicroelectronics STxP7x family";
2485 case EM_NDS32: return "Andes Technology compact code size embedded RISC processor family";
2486 case EM_ECOG1X: return "Cyan Technology eCOG1X family";
2487 case EM_MAXQ30: return "Dallas Semiconductor MAXQ30 Core microcontrollers";
55e22ca8 2488 /* 170 */
11636f9e
JM
2489 case EM_XIMO16: return "New Japan Radio (NJR) 16-bit DSP Processor";
2490 case EM_MANIK: return "M2000 Reconfigurable RISC Microprocessor";
2491 case EM_CRAYNV2: return "Cray Inc. NV2 vector architecture";
c7927a3c 2492 case EM_RX: return "Renesas RX";
a3c62988 2493 case EM_METAG: return "Imagination Technologies Meta processor architecture";
11636f9e
JM
2494 case EM_MCST_ELBRUS: return "MCST Elbrus general purpose hardware architecture";
2495 case EM_ECOG16: return "Cyan Technology eCOG16 family";
55e22ca8
NC
2496 case EM_CR16:
2497 case EM_MICROBLAZE:
2498 case EM_MICROBLAZE_OLD: return "Xilinx MicroBlaze";
11636f9e
JM
2499 case EM_ETPU: return "Freescale Extended Time Processing Unit";
2500 case EM_SLE9X: return "Infineon Technologies SLE9X core";
55e22ca8
NC
2501 /* 180 */
2502 case EM_L1OM: return "Intel L1OM";
2503 case EM_K1OM: return "Intel K1OM";
2504 case EM_INTEL182: return "Intel (reserved)";
2505 case EM_AARCH64: return "AArch64";
2506 case EM_ARM184: return "ARM (reserved)";
2507 case EM_AVR32: return "Atmel Corporation 32-bit microprocessor";
11636f9e
JM
2508 case EM_STM8: return "STMicroeletronics STM8 8-bit microcontroller";
2509 case EM_TILE64: return "Tilera TILE64 multicore architecture family";
2510 case EM_TILEPRO: return "Tilera TILEPro multicore architecture family";
55e22ca8 2511 /* 190 */
11636f9e 2512 case EM_CUDA: return "NVIDIA CUDA architecture";
55e22ca8 2513 case EM_TILEGX: return "Tilera TILE-Gx multicore architecture family";
6d913794
NC
2514 case EM_CLOUDSHIELD: return "CloudShield architecture family";
2515 case EM_COREA_1ST: return "KIPO-KAIST Core-A 1st generation processor family";
2516 case EM_COREA_2ND: return "KIPO-KAIST Core-A 2nd generation processor family";
55e22ca8 2517 case EM_ARC_COMPACT2: return "ARCv2";
6d913794 2518 case EM_OPEN8: return "Open8 8-bit RISC soft processor core";
55e22ca8 2519 case EM_RL78: return "Renesas RL78";
6d913794 2520 case EM_VIDEOCORE5: return "Broadcom VideoCore V processor";
55e22ca8
NC
2521 case EM_78K0R: return "Renesas 78K0R";
2522 /* 200 */
6d913794 2523 case EM_56800EX: return "Freescale 56800EX Digital Signal Controller (DSC)";
15f205b1
NC
2524 case EM_BA1: return "Beyond BA1 CPU architecture";
2525 case EM_BA2: return "Beyond BA2 CPU architecture";
6d913794
NC
2526 case EM_XCORE: return "XMOS xCORE processor family";
2527 case EM_MCHP_PIC: return "Microchip 8-bit PIC(r) family";
55e22ca8 2528 /* 210 */
6d913794
NC
2529 case EM_KM32: return "KM211 KM32 32-bit processor";
2530 case EM_KMX32: return "KM211 KMX32 32-bit processor";
2531 case EM_KMX16: return "KM211 KMX16 16-bit processor";
2532 case EM_KMX8: return "KM211 KMX8 8-bit processor";
2533 case EM_KVARC: return "KM211 KVARC processor";
15f205b1 2534 case EM_CDP: return "Paneve CDP architecture family";
6d913794
NC
2535 case EM_COGE: return "Cognitive Smart Memory Processor";
2536 case EM_COOL: return "Bluechip Systems CoolEngine";
2537 case EM_NORC: return "Nanoradio Optimized RISC";
2538 case EM_CSR_KALIMBA: return "CSR Kalimba architecture family";
55e22ca8 2539 /* 220 */
15f205b1 2540 case EM_Z80: return "Zilog Z80";
55e22ca8
NC
2541 case EM_VISIUM: return "CDS VISIUMcore processor";
2542 case EM_FT32: return "FTDI Chip FT32";
2543 case EM_MOXIE: return "Moxie";
2544 case EM_AMDGPU: return "AMD GPU";
2545 case EM_RISCV: return "RISC-V";
2546 case EM_LANAI: return "Lanai 32-bit processor";
2547 case EM_BPF: return "Linux BPF";
fe944acf 2548 case EM_NFP: return "Netronome Flow Processor";
55e22ca8
NC
2549
2550 /* Large numbers... */
2551 case EM_MT: return "Morpho Techologies MT processor";
2552 case EM_ALPHA: return "Alpha";
2553 case EM_WEBASSEMBLY: return "Web Assembly";
9abca702 2554 case EM_DLX: return "OpenDLX";
55e22ca8
NC
2555 case EM_XSTORMY16: return "Sanyo XStormy16 CPU core";
2556 case EM_IQ2000: return "Vitesse IQ2000";
2557 case EM_M32C_OLD:
2558 case EM_NIOS32: return "Altera Nios";
2559 case EM_CYGNUS_MEP: return "Toshiba MeP Media Engine";
2560 case EM_ADAPTEVA_EPIPHANY: return "Adapteva EPIPHANY";
2561 case EM_CYGNUS_FRV: return "Fujitsu FR-V";
637b1970 2562 case EM_S12Z: return "Freescale S12Z";
b8891f8d 2563 case EM_CSKY: return "C-SKY";
55e22ca8 2564
252b5132 2565 default:
35d9dd2f 2566 snprintf (buff, sizeof (buff), _("<unknown>: 0x%x"), e_machine);
252b5132
RH
2567 return buff;
2568 }
2569}
2570
a9522a21
AB
2571static void
2572decode_ARC_machine_flags (unsigned e_flags, unsigned e_machine, char buf[])
2573{
2574 /* ARC has two machine types EM_ARC_COMPACT and EM_ARC_COMPACT2. Some
2575 other compilers don't a specific architecture type in the e_flags, and
2576 instead use EM_ARC_COMPACT for old ARC600, ARC601, and ARC700
2577 architectures, and switch to EM_ARC_COMPACT2 for newer ARCEM and ARCHS
2578 architectures.
2579
2580 Th GNU tools follows this use of EM_ARC_COMPACT and EM_ARC_COMPACT2,
2581 but also sets a specific architecture type in the e_flags field.
2582
2583 However, when decoding the flags we don't worry if we see an
2584 unexpected pairing, for example EM_ARC_COMPACT machine type, with
2585 ARCEM architecture type. */
2586
2587 switch (e_flags & EF_ARC_MACH_MSK)
2588 {
2589 /* We only expect these to occur for EM_ARC_COMPACT2. */
2590 case EF_ARC_CPU_ARCV2EM:
2591 strcat (buf, ", ARC EM");
2592 break;
2593 case EF_ARC_CPU_ARCV2HS:
2594 strcat (buf, ", ARC HS");
2595 break;
2596
2597 /* We only expect these to occur for EM_ARC_COMPACT. */
2598 case E_ARC_MACH_ARC600:
2599 strcat (buf, ", ARC600");
2600 break;
2601 case E_ARC_MACH_ARC601:
2602 strcat (buf, ", ARC601");
2603 break;
2604 case E_ARC_MACH_ARC700:
2605 strcat (buf, ", ARC700");
2606 break;
2607
2608 /* The only times we should end up here are (a) A corrupt ELF, (b) A
2609 new ELF with new architecture being read by an old version of
2610 readelf, or (c) An ELF built with non-GNU compiler that does not
2611 set the architecture in the e_flags. */
2612 default:
2613 if (e_machine == EM_ARC_COMPACT)
2614 strcat (buf, ", Unknown ARCompact");
2615 else
2616 strcat (buf, ", Unknown ARC");
2617 break;
2618 }
2619
2620 switch (e_flags & EF_ARC_OSABI_MSK)
2621 {
2622 case E_ARC_OSABI_ORIG:
2623 strcat (buf, ", (ABI:legacy)");
2624 break;
2625 case E_ARC_OSABI_V2:
2626 strcat (buf, ", (ABI:v2)");
2627 break;
2628 /* Only upstream 3.9+ kernels will support ARCv2 ISA. */
2629 case E_ARC_OSABI_V3:
2630 strcat (buf, ", v3 no-legacy-syscalls ABI");
2631 break;
53a346d8
CZ
2632 case E_ARC_OSABI_V4:
2633 strcat (buf, ", v4 ABI");
2634 break;
a9522a21
AB
2635 default:
2636 strcat (buf, ", unrecognised ARC OSABI flag");
2637 break;
2638 }
2639}
2640
f3485b74 2641static void
d3ba0551 2642decode_ARM_machine_flags (unsigned e_flags, char buf[])
f3485b74
NC
2643{
2644 unsigned eabi;
32ec8896 2645 bfd_boolean unknown = FALSE;
f3485b74
NC
2646
2647 eabi = EF_ARM_EABI_VERSION (e_flags);
2648 e_flags &= ~ EF_ARM_EABIMASK;
2649
2650 /* Handle "generic" ARM flags. */
2651 if (e_flags & EF_ARM_RELEXEC)
2652 {
2653 strcat (buf, ", relocatable executable");
2654 e_flags &= ~ EF_ARM_RELEXEC;
2655 }
76da6bbe 2656
18a20338
CL
2657 if (e_flags & EF_ARM_PIC)
2658 {
2659 strcat (buf, ", position independent");
2660 e_flags &= ~ EF_ARM_PIC;
2661 }
2662
f3485b74
NC
2663 /* Now handle EABI specific flags. */
2664 switch (eabi)
2665 {
2666 default:
2c71103e 2667 strcat (buf, ", <unrecognized EABI>");
f3485b74 2668 if (e_flags)
32ec8896 2669 unknown = TRUE;
f3485b74
NC
2670 break;
2671
2672 case EF_ARM_EABI_VER1:
a5bcd848 2673 strcat (buf, ", Version1 EABI");
f3485b74
NC
2674 while (e_flags)
2675 {
2676 unsigned flag;
76da6bbe 2677
f3485b74
NC
2678 /* Process flags one bit at a time. */
2679 flag = e_flags & - e_flags;
2680 e_flags &= ~ flag;
76da6bbe 2681
f3485b74
NC
2682 switch (flag)
2683 {
a5bcd848 2684 case EF_ARM_SYMSARESORTED: /* Conflicts with EF_ARM_INTERWORK. */
f3485b74
NC
2685 strcat (buf, ", sorted symbol tables");
2686 break;
76da6bbe 2687
f3485b74 2688 default:
32ec8896 2689 unknown = TRUE;
f3485b74
NC
2690 break;
2691 }
2692 }
2693 break;
76da6bbe 2694
a5bcd848
PB
2695 case EF_ARM_EABI_VER2:
2696 strcat (buf, ", Version2 EABI");
2697 while (e_flags)
2698 {
2699 unsigned flag;
2700
2701 /* Process flags one bit at a time. */
2702 flag = e_flags & - e_flags;
2703 e_flags &= ~ flag;
2704
2705 switch (flag)
2706 {
2707 case EF_ARM_SYMSARESORTED: /* Conflicts with EF_ARM_INTERWORK. */
2708 strcat (buf, ", sorted symbol tables");
2709 break;
2710
2711 case EF_ARM_DYNSYMSUSESEGIDX:
2712 strcat (buf, ", dynamic symbols use segment index");
2713 break;
2714
2715 case EF_ARM_MAPSYMSFIRST:
2716 strcat (buf, ", mapping symbols precede others");
2717 break;
2718
2719 default:
32ec8896 2720 unknown = TRUE;
a5bcd848
PB
2721 break;
2722 }
2723 }
2724 break;
2725
d507cf36
PB
2726 case EF_ARM_EABI_VER3:
2727 strcat (buf, ", Version3 EABI");
8cb51566
PB
2728 break;
2729
2730 case EF_ARM_EABI_VER4:
2731 strcat (buf, ", Version4 EABI");
3bfcb652
NC
2732 while (e_flags)
2733 {
2734 unsigned flag;
2735
2736 /* Process flags one bit at a time. */
2737 flag = e_flags & - e_flags;
2738 e_flags &= ~ flag;
2739
2740 switch (flag)
2741 {
2742 case EF_ARM_BE8:
2743 strcat (buf, ", BE8");
2744 break;
2745
2746 case EF_ARM_LE8:
2747 strcat (buf, ", LE8");
2748 break;
2749
2750 default:
32ec8896 2751 unknown = TRUE;
3bfcb652
NC
2752 break;
2753 }
3bfcb652
NC
2754 }
2755 break;
3a4a14e9
PB
2756
2757 case EF_ARM_EABI_VER5:
2758 strcat (buf, ", Version5 EABI");
d507cf36
PB
2759 while (e_flags)
2760 {
2761 unsigned flag;
2762
2763 /* Process flags one bit at a time. */
2764 flag = e_flags & - e_flags;
2765 e_flags &= ~ flag;
2766
2767 switch (flag)
2768 {
2769 case EF_ARM_BE8:
2770 strcat (buf, ", BE8");
2771 break;
2772
2773 case EF_ARM_LE8:
2774 strcat (buf, ", LE8");
2775 break;
2776
3bfcb652
NC
2777 case EF_ARM_ABI_FLOAT_SOFT: /* Conflicts with EF_ARM_SOFT_FLOAT. */
2778 strcat (buf, ", soft-float ABI");
2779 break;
2780
2781 case EF_ARM_ABI_FLOAT_HARD: /* Conflicts with EF_ARM_VFP_FLOAT. */
2782 strcat (buf, ", hard-float ABI");
2783 break;
2784
d507cf36 2785 default:
32ec8896 2786 unknown = TRUE;
d507cf36
PB
2787 break;
2788 }
2789 }
2790 break;
2791
f3485b74 2792 case EF_ARM_EABI_UNKNOWN:
a5bcd848 2793 strcat (buf, ", GNU EABI");
f3485b74
NC
2794 while (e_flags)
2795 {
2796 unsigned flag;
76da6bbe 2797
f3485b74
NC
2798 /* Process flags one bit at a time. */
2799 flag = e_flags & - e_flags;
2800 e_flags &= ~ flag;
76da6bbe 2801
f3485b74
NC
2802 switch (flag)
2803 {
a5bcd848 2804 case EF_ARM_INTERWORK:
f3485b74
NC
2805 strcat (buf, ", interworking enabled");
2806 break;
76da6bbe 2807
a5bcd848 2808 case EF_ARM_APCS_26:
f3485b74
NC
2809 strcat (buf, ", uses APCS/26");
2810 break;
76da6bbe 2811
a5bcd848 2812 case EF_ARM_APCS_FLOAT:
f3485b74
NC
2813 strcat (buf, ", uses APCS/float");
2814 break;
76da6bbe 2815
a5bcd848 2816 case EF_ARM_PIC:
f3485b74
NC
2817 strcat (buf, ", position independent");
2818 break;
76da6bbe 2819
a5bcd848 2820 case EF_ARM_ALIGN8:
f3485b74
NC
2821 strcat (buf, ", 8 bit structure alignment");
2822 break;
76da6bbe 2823
a5bcd848 2824 case EF_ARM_NEW_ABI:
f3485b74
NC
2825 strcat (buf, ", uses new ABI");
2826 break;
76da6bbe 2827
a5bcd848 2828 case EF_ARM_OLD_ABI:
f3485b74
NC
2829 strcat (buf, ", uses old ABI");
2830 break;
76da6bbe 2831
a5bcd848 2832 case EF_ARM_SOFT_FLOAT:
f3485b74
NC
2833 strcat (buf, ", software FP");
2834 break;
76da6bbe 2835
90e01f86
ILT
2836 case EF_ARM_VFP_FLOAT:
2837 strcat (buf, ", VFP");
2838 break;
2839
fde78edd
NC
2840 case EF_ARM_MAVERICK_FLOAT:
2841 strcat (buf, ", Maverick FP");
2842 break;
2843
f3485b74 2844 default:
32ec8896 2845 unknown = TRUE;
f3485b74
NC
2846 break;
2847 }
2848 }
2849 }
f3485b74
NC
2850
2851 if (unknown)
2b692964 2852 strcat (buf,_(", <unknown>"));
f3485b74
NC
2853}
2854
343433df
AB
2855static void
2856decode_AVR_machine_flags (unsigned e_flags, char buf[], size_t size)
2857{
2858 --size; /* Leave space for null terminator. */
2859
2860 switch (e_flags & EF_AVR_MACH)
2861 {
2862 case E_AVR_MACH_AVR1:
2863 strncat (buf, ", avr:1", size);
2864 break;
2865 case E_AVR_MACH_AVR2:
2866 strncat (buf, ", avr:2", size);
2867 break;
2868 case E_AVR_MACH_AVR25:
2869 strncat (buf, ", avr:25", size);
2870 break;
2871 case E_AVR_MACH_AVR3:
2872 strncat (buf, ", avr:3", size);
2873 break;
2874 case E_AVR_MACH_AVR31:
2875 strncat (buf, ", avr:31", size);
2876 break;
2877 case E_AVR_MACH_AVR35:
2878 strncat (buf, ", avr:35", size);
2879 break;
2880 case E_AVR_MACH_AVR4:
2881 strncat (buf, ", avr:4", size);
2882 break;
2883 case E_AVR_MACH_AVR5:
2884 strncat (buf, ", avr:5", size);
2885 break;
2886 case E_AVR_MACH_AVR51:
2887 strncat (buf, ", avr:51", size);
2888 break;
2889 case E_AVR_MACH_AVR6:
2890 strncat (buf, ", avr:6", size);
2891 break;
2892 case E_AVR_MACH_AVRTINY:
2893 strncat (buf, ", avr:100", size);
2894 break;
2895 case E_AVR_MACH_XMEGA1:
2896 strncat (buf, ", avr:101", size);
2897 break;
2898 case E_AVR_MACH_XMEGA2:
2899 strncat (buf, ", avr:102", size);
2900 break;
2901 case E_AVR_MACH_XMEGA3:
2902 strncat (buf, ", avr:103", size);
2903 break;
2904 case E_AVR_MACH_XMEGA4:
2905 strncat (buf, ", avr:104", size);
2906 break;
2907 case E_AVR_MACH_XMEGA5:
2908 strncat (buf, ", avr:105", size);
2909 break;
2910 case E_AVR_MACH_XMEGA6:
2911 strncat (buf, ", avr:106", size);
2912 break;
2913 case E_AVR_MACH_XMEGA7:
2914 strncat (buf, ", avr:107", size);
2915 break;
2916 default:
2917 strncat (buf, ", avr:<unknown>", size);
2918 break;
2919 }
2920
2921 size -= strlen (buf);
2922 if (e_flags & EF_AVR_LINKRELAX_PREPARED)
2923 strncat (buf, ", link-relax", size);
2924}
2925
35c08157
KLC
2926static void
2927decode_NDS32_machine_flags (unsigned e_flags, char buf[], size_t size)
2928{
2929 unsigned abi;
2930 unsigned arch;
2931 unsigned config;
2932 unsigned version;
32ec8896
NC
2933 bfd_boolean has_fpu = FALSE;
2934 unsigned int r = 0;
35c08157
KLC
2935
2936 static const char *ABI_STRINGS[] =
2937 {
2938 "ABI v0", /* use r5 as return register; only used in N1213HC */
2939 "ABI v1", /* use r0 as return register */
2940 "ABI v2", /* use r0 as return register and don't reserve 24 bytes for arguments */
2941 "ABI v2fp", /* for FPU */
40c7a7cb
KLC
2942 "AABI",
2943 "ABI2 FP+"
35c08157
KLC
2944 };
2945 static const char *VER_STRINGS[] =
2946 {
2947 "Andes ELF V1.3 or older",
2948 "Andes ELF V1.3.1",
2949 "Andes ELF V1.4"
2950 };
2951 static const char *ARCH_STRINGS[] =
2952 {
2953 "",
2954 "Andes Star v1.0",
2955 "Andes Star v2.0",
2956 "Andes Star v3.0",
2957 "Andes Star v3.0m"
2958 };
2959
2960 abi = EF_NDS_ABI & e_flags;
2961 arch = EF_NDS_ARCH & e_flags;
2962 config = EF_NDS_INST & e_flags;
2963 version = EF_NDS32_ELF_VERSION & e_flags;
2964
2965 memset (buf, 0, size);
2966
2967 switch (abi)
2968 {
2969 case E_NDS_ABI_V0:
2970 case E_NDS_ABI_V1:
2971 case E_NDS_ABI_V2:
2972 case E_NDS_ABI_V2FP:
2973 case E_NDS_ABI_AABI:
40c7a7cb 2974 case E_NDS_ABI_V2FP_PLUS:
35c08157
KLC
2975 /* In case there are holes in the array. */
2976 r += snprintf (buf + r, size - r, ", %s", ABI_STRINGS[abi >> EF_NDS_ABI_SHIFT]);
2977 break;
2978
2979 default:
2980 r += snprintf (buf + r, size - r, ", <unrecognized ABI>");
2981 break;
2982 }
2983
2984 switch (version)
2985 {
2986 case E_NDS32_ELF_VER_1_2:
2987 case E_NDS32_ELF_VER_1_3:
2988 case E_NDS32_ELF_VER_1_4:
2989 r += snprintf (buf + r, size - r, ", %s", VER_STRINGS[version >> EF_NDS32_ELF_VERSION_SHIFT]);
2990 break;
2991
2992 default:
2993 r += snprintf (buf + r, size - r, ", <unrecognized ELF version number>");
2994 break;
2995 }
2996
2997 if (E_NDS_ABI_V0 == abi)
2998 {
2999 /* OLD ABI; only used in N1213HC, has performance extension 1. */
3000 r += snprintf (buf + r, size - r, ", Andes Star v1.0, N1213HC, MAC, PERF1");
3001 if (arch == E_NDS_ARCH_STAR_V1_0)
3002 r += snprintf (buf + r, size -r, ", 16b"); /* has 16-bit instructions */
3003 return;
3004 }
3005
3006 switch (arch)
3007 {
3008 case E_NDS_ARCH_STAR_V1_0:
3009 case E_NDS_ARCH_STAR_V2_0:
3010 case E_NDS_ARCH_STAR_V3_0:
3011 case E_NDS_ARCH_STAR_V3_M:
3012 r += snprintf (buf + r, size - r, ", %s", ARCH_STRINGS[arch >> EF_NDS_ARCH_SHIFT]);
3013 break;
3014
3015 default:
3016 r += snprintf (buf + r, size - r, ", <unrecognized architecture>");
3017 /* ARCH version determines how the e_flags are interpreted.
3018 If it is unknown, we cannot proceed. */
3019 return;
3020 }
3021
3022 /* Newer ABI; Now handle architecture specific flags. */
3023 if (arch == E_NDS_ARCH_STAR_V1_0)
3024 {
3025 if (config & E_NDS32_HAS_MFUSR_PC_INST)
3026 r += snprintf (buf + r, size -r, ", MFUSR_PC");
3027
3028 if (!(config & E_NDS32_HAS_NO_MAC_INST))
3029 r += snprintf (buf + r, size -r, ", MAC");
3030
3031 if (config & E_NDS32_HAS_DIV_INST)
3032 r += snprintf (buf + r, size -r, ", DIV");
3033
3034 if (config & E_NDS32_HAS_16BIT_INST)
3035 r += snprintf (buf + r, size -r, ", 16b");
3036 }
3037 else
3038 {
3039 if (config & E_NDS32_HAS_MFUSR_PC_INST)
3040 {
3041 if (version <= E_NDS32_ELF_VER_1_3)
3042 r += snprintf (buf + r, size -r, ", [B8]");
3043 else
3044 r += snprintf (buf + r, size -r, ", EX9");
3045 }
3046
3047 if (config & E_NDS32_HAS_MAC_DX_INST)
3048 r += snprintf (buf + r, size -r, ", MAC_DX");
3049
3050 if (config & E_NDS32_HAS_DIV_DX_INST)
3051 r += snprintf (buf + r, size -r, ", DIV_DX");
3052
3053 if (config & E_NDS32_HAS_16BIT_INST)
3054 {
3055 if (version <= E_NDS32_ELF_VER_1_3)
3056 r += snprintf (buf + r, size -r, ", 16b");
3057 else
3058 r += snprintf (buf + r, size -r, ", IFC");
3059 }
3060 }
3061
3062 if (config & E_NDS32_HAS_EXT_INST)
3063 r += snprintf (buf + r, size -r, ", PERF1");
3064
3065 if (config & E_NDS32_HAS_EXT2_INST)
3066 r += snprintf (buf + r, size -r, ", PERF2");
3067
3068 if (config & E_NDS32_HAS_FPU_INST)
3069 {
32ec8896 3070 has_fpu = TRUE;
35c08157
KLC
3071 r += snprintf (buf + r, size -r, ", FPU_SP");
3072 }
3073
3074 if (config & E_NDS32_HAS_FPU_DP_INST)
3075 {
32ec8896 3076 has_fpu = TRUE;
35c08157
KLC
3077 r += snprintf (buf + r, size -r, ", FPU_DP");
3078 }
3079
3080 if (config & E_NDS32_HAS_FPU_MAC_INST)
3081 {
32ec8896 3082 has_fpu = TRUE;
35c08157
KLC
3083 r += snprintf (buf + r, size -r, ", FPU_MAC");
3084 }
3085
3086 if (has_fpu)
3087 {
3088 switch ((config & E_NDS32_FPU_REG_CONF) >> E_NDS32_FPU_REG_CONF_SHIFT)
3089 {
3090 case E_NDS32_FPU_REG_8SP_4DP:
3091 r += snprintf (buf + r, size -r, ", FPU_REG:8/4");
3092 break;
3093 case E_NDS32_FPU_REG_16SP_8DP:
3094 r += snprintf (buf + r, size -r, ", FPU_REG:16/8");
3095 break;
3096 case E_NDS32_FPU_REG_32SP_16DP:
3097 r += snprintf (buf + r, size -r, ", FPU_REG:32/16");
3098 break;
3099 case E_NDS32_FPU_REG_32SP_32DP:
3100 r += snprintf (buf + r, size -r, ", FPU_REG:32/32");
3101 break;
3102 }
3103 }
3104
3105 if (config & E_NDS32_HAS_AUDIO_INST)
3106 r += snprintf (buf + r, size -r, ", AUDIO");
3107
3108 if (config & E_NDS32_HAS_STRING_INST)
3109 r += snprintf (buf + r, size -r, ", STR");
3110
3111 if (config & E_NDS32_HAS_REDUCED_REGS)
3112 r += snprintf (buf + r, size -r, ", 16REG");
3113
3114 if (config & E_NDS32_HAS_VIDEO_INST)
3115 {
3116 if (version <= E_NDS32_ELF_VER_1_3)
3117 r += snprintf (buf + r, size -r, ", VIDEO");
3118 else
3119 r += snprintf (buf + r, size -r, ", SATURATION");
3120 }
3121
3122 if (config & E_NDS32_HAS_ENCRIPT_INST)
3123 r += snprintf (buf + r, size -r, ", ENCRP");
3124
3125 if (config & E_NDS32_HAS_L2C_INST)
3126 r += snprintf (buf + r, size -r, ", L2C");
3127}
3128
252b5132 3129static char *
dda8d76d 3130get_machine_flags (Filedata * filedata, unsigned e_flags, unsigned e_machine)
252b5132 3131{
b34976b6 3132 static char buf[1024];
252b5132
RH
3133
3134 buf[0] = '\0';
76da6bbe 3135
252b5132
RH
3136 if (e_flags)
3137 {
3138 switch (e_machine)
3139 {
3140 default:
3141 break;
3142
886a2506 3143 case EM_ARC_COMPACT2:
886a2506 3144 case EM_ARC_COMPACT:
a9522a21
AB
3145 decode_ARC_machine_flags (e_flags, e_machine, buf);
3146 break;
886a2506 3147
f3485b74
NC
3148 case EM_ARM:
3149 decode_ARM_machine_flags (e_flags, buf);
3150 break;
76da6bbe 3151
343433df
AB
3152 case EM_AVR:
3153 decode_AVR_machine_flags (e_flags, buf, sizeof buf);
3154 break;
3155
781303ce
MF
3156 case EM_BLACKFIN:
3157 if (e_flags & EF_BFIN_PIC)
3158 strcat (buf, ", PIC");
3159
3160 if (e_flags & EF_BFIN_FDPIC)
3161 strcat (buf, ", FDPIC");
3162
3163 if (e_flags & EF_BFIN_CODE_IN_L1)
3164 strcat (buf, ", code in L1");
3165
3166 if (e_flags & EF_BFIN_DATA_IN_L1)
3167 strcat (buf, ", data in L1");
3168
3169 break;
3170
ec2dfb42
AO
3171 case EM_CYGNUS_FRV:
3172 switch (e_flags & EF_FRV_CPU_MASK)
3173 {
3174 case EF_FRV_CPU_GENERIC:
3175 break;
3176
3177 default:
3178 strcat (buf, ", fr???");
3179 break;
57346661 3180
ec2dfb42
AO
3181 case EF_FRV_CPU_FR300:
3182 strcat (buf, ", fr300");
3183 break;
3184
3185 case EF_FRV_CPU_FR400:
3186 strcat (buf, ", fr400");
3187 break;
3188 case EF_FRV_CPU_FR405:
3189 strcat (buf, ", fr405");
3190 break;
3191
3192 case EF_FRV_CPU_FR450:
3193 strcat (buf, ", fr450");
3194 break;
3195
3196 case EF_FRV_CPU_FR500:
3197 strcat (buf, ", fr500");
3198 break;
3199 case EF_FRV_CPU_FR550:
3200 strcat (buf, ", fr550");
3201 break;
3202
3203 case EF_FRV_CPU_SIMPLE:
3204 strcat (buf, ", simple");
3205 break;
3206 case EF_FRV_CPU_TOMCAT:
3207 strcat (buf, ", tomcat");
3208 break;
3209 }
1c877e87 3210 break;
ec2dfb42 3211
53c7db4b 3212 case EM_68K:
425c6cb0 3213 if ((e_flags & EF_M68K_ARCH_MASK) == EF_M68K_M68000)
76f57f3a 3214 strcat (buf, ", m68000");
425c6cb0 3215 else if ((e_flags & EF_M68K_ARCH_MASK) == EF_M68K_CPU32)
3bdcfdf4
KH
3216 strcat (buf, ", cpu32");
3217 else if ((e_flags & EF_M68K_ARCH_MASK) == EF_M68K_FIDO)
3218 strcat (buf, ", fido_a");
425c6cb0 3219 else
266abb8f 3220 {
2cf0635d
NC
3221 char const * isa = _("unknown");
3222 char const * mac = _("unknown mac");
3223 char const * additional = NULL;
0112cd26 3224
c694fd50 3225 switch (e_flags & EF_M68K_CF_ISA_MASK)
266abb8f 3226 {
c694fd50 3227 case EF_M68K_CF_ISA_A_NODIV:
0b2e31dc
NS
3228 isa = "A";
3229 additional = ", nodiv";
3230 break;
c694fd50 3231 case EF_M68K_CF_ISA_A:
266abb8f
NS
3232 isa = "A";
3233 break;
c694fd50 3234 case EF_M68K_CF_ISA_A_PLUS:
266abb8f
NS
3235 isa = "A+";
3236 break;
c694fd50 3237 case EF_M68K_CF_ISA_B_NOUSP:
0b2e31dc
NS
3238 isa = "B";
3239 additional = ", nousp";
3240 break;
c694fd50 3241 case EF_M68K_CF_ISA_B:
266abb8f
NS
3242 isa = "B";
3243 break;
f608cd77
NS
3244 case EF_M68K_CF_ISA_C:
3245 isa = "C";
3246 break;
3247 case EF_M68K_CF_ISA_C_NODIV:
3248 isa = "C";
3249 additional = ", nodiv";
3250 break;
266abb8f
NS
3251 }
3252 strcat (buf, ", cf, isa ");
3253 strcat (buf, isa);
0b2e31dc
NS
3254 if (additional)
3255 strcat (buf, additional);
c694fd50 3256 if (e_flags & EF_M68K_CF_FLOAT)
0b2e31dc 3257 strcat (buf, ", float");
c694fd50 3258 switch (e_flags & EF_M68K_CF_MAC_MASK)
266abb8f
NS
3259 {
3260 case 0:
3261 mac = NULL;
3262 break;
c694fd50 3263 case EF_M68K_CF_MAC:
266abb8f
NS
3264 mac = "mac";
3265 break;
c694fd50 3266 case EF_M68K_CF_EMAC:
266abb8f
NS
3267 mac = "emac";
3268 break;
f608cd77
NS
3269 case EF_M68K_CF_EMAC_B:
3270 mac = "emac_b";
3271 break;
266abb8f
NS
3272 }
3273 if (mac)
3274 {
3275 strcat (buf, ", ");
3276 strcat (buf, mac);
3277 }
266abb8f 3278 }
53c7db4b 3279 break;
33c63f9d 3280
153a2776
NC
3281 case EM_CYGNUS_MEP:
3282 switch (e_flags & EF_MEP_CPU_MASK)
3283 {
3284 case EF_MEP_CPU_MEP: strcat (buf, ", generic MeP"); break;
3285 case EF_MEP_CPU_C2: strcat (buf, ", MeP C2"); break;
3286 case EF_MEP_CPU_C3: strcat (buf, ", MeP C3"); break;
3287 case EF_MEP_CPU_C4: strcat (buf, ", MeP C4"); break;
3288 case EF_MEP_CPU_C5: strcat (buf, ", MeP C5"); break;
3289 case EF_MEP_CPU_H1: strcat (buf, ", MeP H1"); break;
3290 default: strcat (buf, _(", <unknown MeP cpu type>")); break;
3291 }
3292
3293 switch (e_flags & EF_MEP_COP_MASK)
3294 {
3295 case EF_MEP_COP_NONE: break;
3296 case EF_MEP_COP_AVC: strcat (buf, ", AVC coprocessor"); break;
3297 case EF_MEP_COP_AVC2: strcat (buf, ", AVC2 coprocessor"); break;
3298 case EF_MEP_COP_FMAX: strcat (buf, ", FMAX coprocessor"); break;
3299 case EF_MEP_COP_IVC2: strcat (buf, ", IVC2 coprocessor"); break;
3300 default: strcat (buf, _("<unknown MeP copro type>")); break;
3301 }
3302
3303 if (e_flags & EF_MEP_LIBRARY)
3304 strcat (buf, ", Built for Library");
3305
3306 if (e_flags & EF_MEP_INDEX_MASK)
3307 sprintf (buf + strlen (buf), ", Configuration Index: %#x",
3308 e_flags & EF_MEP_INDEX_MASK);
3309
3310 if (e_flags & ~ EF_MEP_ALL_FLAGS)
3311 sprintf (buf + strlen (buf), _(", unknown flags bits: %#x"),
3312 e_flags & ~ EF_MEP_ALL_FLAGS);
3313 break;
3314
252b5132
RH
3315 case EM_PPC:
3316 if (e_flags & EF_PPC_EMB)
3317 strcat (buf, ", emb");
3318
3319 if (e_flags & EF_PPC_RELOCATABLE)
2b692964 3320 strcat (buf, _(", relocatable"));
252b5132
RH
3321
3322 if (e_flags & EF_PPC_RELOCATABLE_LIB)
2b692964 3323 strcat (buf, _(", relocatable-lib"));
252b5132
RH
3324 break;
3325
ee67d69a
AM
3326 case EM_PPC64:
3327 if (e_flags & EF_PPC64_ABI)
3328 {
3329 char abi[] = ", abiv0";
3330
3331 abi[6] += e_flags & EF_PPC64_ABI;
3332 strcat (buf, abi);
3333 }
3334 break;
3335
708e2187
NC
3336 case EM_V800:
3337 if ((e_flags & EF_RH850_ABI) == EF_RH850_ABI)
3338 strcat (buf, ", RH850 ABI");
0b4362b0 3339
708e2187
NC
3340 if (e_flags & EF_V800_850E3)
3341 strcat (buf, ", V3 architecture");
3342
3343 if ((e_flags & (EF_RH850_FPU_DOUBLE | EF_RH850_FPU_SINGLE)) == 0)
3344 strcat (buf, ", FPU not used");
3345
3346 if ((e_flags & (EF_RH850_REGMODE22 | EF_RH850_REGMODE32)) == 0)
3347 strcat (buf, ", regmode: COMMON");
3348
3349 if ((e_flags & (EF_RH850_GP_FIX | EF_RH850_GP_NOFIX)) == 0)
3350 strcat (buf, ", r4 not used");
3351
3352 if ((e_flags & (EF_RH850_EP_FIX | EF_RH850_EP_NOFIX)) == 0)
3353 strcat (buf, ", r30 not used");
3354
3355 if ((e_flags & (EF_RH850_TP_FIX | EF_RH850_TP_NOFIX)) == 0)
3356 strcat (buf, ", r5 not used");
3357
3358 if ((e_flags & (EF_RH850_REG2_RESERVE | EF_RH850_REG2_NORESERVE)) == 0)
3359 strcat (buf, ", r2 not used");
3360
3361 for (e_flags &= 0xFFFF; e_flags; e_flags &= ~ (e_flags & - e_flags))
3362 {
3363 switch (e_flags & - e_flags)
3364 {
3365 case EF_RH850_FPU_DOUBLE: strcat (buf, ", double precision FPU"); break;
3366 case EF_RH850_FPU_SINGLE: strcat (buf, ", single precision FPU"); break;
708e2187
NC
3367 case EF_RH850_REGMODE22: strcat (buf, ", regmode:22"); break;
3368 case EF_RH850_REGMODE32: strcat (buf, ", regmode:23"); break;
708e2187
NC
3369 case EF_RH850_GP_FIX: strcat (buf, ", r4 fixed"); break;
3370 case EF_RH850_GP_NOFIX: strcat (buf, ", r4 free"); break;
3371 case EF_RH850_EP_FIX: strcat (buf, ", r30 fixed"); break;
3372 case EF_RH850_EP_NOFIX: strcat (buf, ", r30 free"); break;
3373 case EF_RH850_TP_FIX: strcat (buf, ", r5 fixed"); break;
3374 case EF_RH850_TP_NOFIX: strcat (buf, ", r5 free"); break;
3375 case EF_RH850_REG2_RESERVE: strcat (buf, ", r2 fixed"); break;
3376 case EF_RH850_REG2_NORESERVE: strcat (buf, ", r2 free"); break;
3377 default: break;
3378 }
3379 }
3380 break;
3381
2b0337b0 3382 case EM_V850:
252b5132
RH
3383 case EM_CYGNUS_V850:
3384 switch (e_flags & EF_V850_ARCH)
3385 {
78c8d46c
NC
3386 case E_V850E3V5_ARCH:
3387 strcat (buf, ", v850e3v5");
3388 break;
1cd986c5
NC
3389 case E_V850E2V3_ARCH:
3390 strcat (buf, ", v850e2v3");
3391 break;
3392 case E_V850E2_ARCH:
3393 strcat (buf, ", v850e2");
3394 break;
3395 case E_V850E1_ARCH:
3396 strcat (buf, ", v850e1");
8ad30312 3397 break;
252b5132
RH
3398 case E_V850E_ARCH:
3399 strcat (buf, ", v850e");
3400 break;
252b5132
RH
3401 case E_V850_ARCH:
3402 strcat (buf, ", v850");
3403 break;
3404 default:
2b692964 3405 strcat (buf, _(", unknown v850 architecture variant"));
252b5132
RH
3406 break;
3407 }
3408 break;
3409
2b0337b0 3410 case EM_M32R:
252b5132
RH
3411 case EM_CYGNUS_M32R:
3412 if ((e_flags & EF_M32R_ARCH) == E_M32R_ARCH)
3413 strcat (buf, ", m32r");
252b5132
RH
3414 break;
3415
3416 case EM_MIPS:
4fe85591 3417 case EM_MIPS_RS3_LE:
252b5132
RH
3418 if (e_flags & EF_MIPS_NOREORDER)
3419 strcat (buf, ", noreorder");
3420
3421 if (e_flags & EF_MIPS_PIC)
3422 strcat (buf, ", pic");
3423
3424 if (e_flags & EF_MIPS_CPIC)
3425 strcat (buf, ", cpic");
3426
d1bdd336
TS
3427 if (e_flags & EF_MIPS_UCODE)
3428 strcat (buf, ", ugen_reserved");
3429
252b5132
RH
3430 if (e_flags & EF_MIPS_ABI2)
3431 strcat (buf, ", abi2");
3432
43521d43
TS
3433 if (e_flags & EF_MIPS_OPTIONS_FIRST)
3434 strcat (buf, ", odk first");
3435
a5d22d2a
TS
3436 if (e_flags & EF_MIPS_32BITMODE)
3437 strcat (buf, ", 32bitmode");
3438
ba92f887
MR
3439 if (e_flags & EF_MIPS_NAN2008)
3440 strcat (buf, ", nan2008");
3441
fef1b0b3
SE
3442 if (e_flags & EF_MIPS_FP64)
3443 strcat (buf, ", fp64");
3444
156c2f8b
NC
3445 switch ((e_flags & EF_MIPS_MACH))
3446 {
3447 case E_MIPS_MACH_3900: strcat (buf, ", 3900"); break;
3448 case E_MIPS_MACH_4010: strcat (buf, ", 4010"); break;
3449 case E_MIPS_MACH_4100: strcat (buf, ", 4100"); break;
156c2f8b 3450 case E_MIPS_MACH_4111: strcat (buf, ", 4111"); break;
810dfa6e
L
3451 case E_MIPS_MACH_4120: strcat (buf, ", 4120"); break;
3452 case E_MIPS_MACH_4650: strcat (buf, ", 4650"); break;
3453 case E_MIPS_MACH_5400: strcat (buf, ", 5400"); break;
3454 case E_MIPS_MACH_5500: strcat (buf, ", 5500"); break;
ef272caa 3455 case E_MIPS_MACH_5900: strcat (buf, ", 5900"); break;
c6c98b38 3456 case E_MIPS_MACH_SB1: strcat (buf, ", sb1"); break;
ebcb91b7 3457 case E_MIPS_MACH_9000: strcat (buf, ", 9000"); break;
350cc38d
MS
3458 case E_MIPS_MACH_LS2E: strcat (buf, ", loongson-2e"); break;
3459 case E_MIPS_MACH_LS2F: strcat (buf, ", loongson-2f"); break;
ac8cb70f 3460 case E_MIPS_MACH_GS464: strcat (buf, ", gs464"); break;
bd782c07 3461 case E_MIPS_MACH_GS464E: strcat (buf, ", gs464e"); break;
9108bc33 3462 case E_MIPS_MACH_GS264E: strcat (buf, ", gs264e"); break;
05c6f050 3463 case E_MIPS_MACH_OCTEON: strcat (buf, ", octeon"); break;
67c2a3e8 3464 case E_MIPS_MACH_OCTEON2: strcat (buf, ", octeon2"); break;
d32e5c54 3465 case E_MIPS_MACH_OCTEON3: strcat (buf, ", octeon3"); break;
52b6b6b9 3466 case E_MIPS_MACH_XLR: strcat (buf, ", xlr"); break;
38bf472a 3467 case E_MIPS_MACH_IAMR2: strcat (buf, ", interaptiv-mr2"); break;
43521d43
TS
3468 case 0:
3469 /* We simply ignore the field in this case to avoid confusion:
3470 MIPS ELF does not specify EF_MIPS_MACH, it is a GNU
3471 extension. */
3472 break;
2b692964 3473 default: strcat (buf, _(", unknown CPU")); break;
156c2f8b 3474 }
43521d43
TS
3475
3476 switch ((e_flags & EF_MIPS_ABI))
3477 {
3478 case E_MIPS_ABI_O32: strcat (buf, ", o32"); break;
3479 case E_MIPS_ABI_O64: strcat (buf, ", o64"); break;
3480 case E_MIPS_ABI_EABI32: strcat (buf, ", eabi32"); break;
3481 case E_MIPS_ABI_EABI64: strcat (buf, ", eabi64"); break;
3482 case 0:
3483 /* We simply ignore the field in this case to avoid confusion:
3484 MIPS ELF does not specify EF_MIPS_ABI, it is a GNU extension.
3485 This means it is likely to be an o32 file, but not for
3486 sure. */
3487 break;
2b692964 3488 default: strcat (buf, _(", unknown ABI")); break;
43521d43
TS
3489 }
3490
3491 if (e_flags & EF_MIPS_ARCH_ASE_MDMX)
3492 strcat (buf, ", mdmx");
3493
3494 if (e_flags & EF_MIPS_ARCH_ASE_M16)
3495 strcat (buf, ", mips16");
3496
df58fc94
RS
3497 if (e_flags & EF_MIPS_ARCH_ASE_MICROMIPS)
3498 strcat (buf, ", micromips");
3499
43521d43
TS
3500 switch ((e_flags & EF_MIPS_ARCH))
3501 {
3502 case E_MIPS_ARCH_1: strcat (buf, ", mips1"); break;
3503 case E_MIPS_ARCH_2: strcat (buf, ", mips2"); break;
3504 case E_MIPS_ARCH_3: strcat (buf, ", mips3"); break;
3505 case E_MIPS_ARCH_4: strcat (buf, ", mips4"); break;
3506 case E_MIPS_ARCH_5: strcat (buf, ", mips5"); break;
3507 case E_MIPS_ARCH_32: strcat (buf, ", mips32"); break;
cb44e358 3508 case E_MIPS_ARCH_32R2: strcat (buf, ", mips32r2"); break;
7361da2c 3509 case E_MIPS_ARCH_32R6: strcat (buf, ", mips32r6"); break;
43521d43 3510 case E_MIPS_ARCH_64: strcat (buf, ", mips64"); break;
5f74bc13 3511 case E_MIPS_ARCH_64R2: strcat (buf, ", mips64r2"); break;
7361da2c 3512 case E_MIPS_ARCH_64R6: strcat (buf, ", mips64r6"); break;
2b692964 3513 default: strcat (buf, _(", unknown ISA")); break;
43521d43 3514 }
252b5132 3515 break;
351b4b40 3516
35c08157
KLC
3517 case EM_NDS32:
3518 decode_NDS32_machine_flags (e_flags, buf, sizeof buf);
3519 break;
3520
fe944acf
FT
3521 case EM_NFP:
3522 switch (EF_NFP_MACH (e_flags))
3523 {
3524 case E_NFP_MACH_3200:
3525 strcat (buf, ", NFP-32xx");
3526 break;
3527 case E_NFP_MACH_6000:
3528 strcat (buf, ", NFP-6xxx");
3529 break;
3530 }
3531 break;
3532
e23eba97
NC
3533 case EM_RISCV:
3534 if (e_flags & EF_RISCV_RVC)
3535 strcat (buf, ", RVC");
2922d21d 3536
7f999549
JW
3537 if (e_flags & EF_RISCV_RVE)
3538 strcat (buf, ", RVE");
3539
2922d21d
AW
3540 switch (e_flags & EF_RISCV_FLOAT_ABI)
3541 {
3542 case EF_RISCV_FLOAT_ABI_SOFT:
3543 strcat (buf, ", soft-float ABI");
3544 break;
3545
3546 case EF_RISCV_FLOAT_ABI_SINGLE:
3547 strcat (buf, ", single-float ABI");
3548 break;
3549
3550 case EF_RISCV_FLOAT_ABI_DOUBLE:
3551 strcat (buf, ", double-float ABI");
3552 break;
3553
3554 case EF_RISCV_FLOAT_ABI_QUAD:
3555 strcat (buf, ", quad-float ABI");
3556 break;
3557 }
e23eba97
NC
3558 break;
3559
ccde1100
AO
3560 case EM_SH:
3561 switch ((e_flags & EF_SH_MACH_MASK))
3562 {
3563 case EF_SH1: strcat (buf, ", sh1"); break;
3564 case EF_SH2: strcat (buf, ", sh2"); break;
3565 case EF_SH3: strcat (buf, ", sh3"); break;
3566 case EF_SH_DSP: strcat (buf, ", sh-dsp"); break;
3567 case EF_SH3_DSP: strcat (buf, ", sh3-dsp"); break;
3568 case EF_SH4AL_DSP: strcat (buf, ", sh4al-dsp"); break;
3569 case EF_SH3E: strcat (buf, ", sh3e"); break;
3570 case EF_SH4: strcat (buf, ", sh4"); break;
3571 case EF_SH5: strcat (buf, ", sh5"); break;
3572 case EF_SH2E: strcat (buf, ", sh2e"); break;
3573 case EF_SH4A: strcat (buf, ", sh4a"); break;
1d70c7fb 3574 case EF_SH2A: strcat (buf, ", sh2a"); break;
ccde1100
AO
3575 case EF_SH4_NOFPU: strcat (buf, ", sh4-nofpu"); break;
3576 case EF_SH4A_NOFPU: strcat (buf, ", sh4a-nofpu"); break;
1d70c7fb 3577 case EF_SH2A_NOFPU: strcat (buf, ", sh2a-nofpu"); break;
0b92ab21
NH
3578 case EF_SH3_NOMMU: strcat (buf, ", sh3-nommu"); break;
3579 case EF_SH4_NOMMU_NOFPU: strcat (buf, ", sh4-nommu-nofpu"); break;
3580 case EF_SH2A_SH4_NOFPU: strcat (buf, ", sh2a-nofpu-or-sh4-nommu-nofpu"); break;
3581 case EF_SH2A_SH3_NOFPU: strcat (buf, ", sh2a-nofpu-or-sh3-nommu"); break;
3582 case EF_SH2A_SH4: strcat (buf, ", sh2a-or-sh4"); break;
3583 case EF_SH2A_SH3E: strcat (buf, ", sh2a-or-sh3e"); break;
2b692964 3584 default: strcat (buf, _(", unknown ISA")); break;
ccde1100
AO
3585 }
3586
cec6a5b8
MR
3587 if (e_flags & EF_SH_PIC)
3588 strcat (buf, ", pic");
3589
3590 if (e_flags & EF_SH_FDPIC)
3591 strcat (buf, ", fdpic");
ccde1100 3592 break;
948f632f 3593
73589c9d
CS
3594 case EM_OR1K:
3595 if (e_flags & EF_OR1K_NODELAY)
3596 strcat (buf, ", no delay");
3597 break;
57346661 3598
351b4b40
RH
3599 case EM_SPARCV9:
3600 if (e_flags & EF_SPARC_32PLUS)
3601 strcat (buf, ", v8+");
3602
3603 if (e_flags & EF_SPARC_SUN_US1)
d07faca2
RH
3604 strcat (buf, ", ultrasparcI");
3605
3606 if (e_flags & EF_SPARC_SUN_US3)
3607 strcat (buf, ", ultrasparcIII");
351b4b40
RH
3608
3609 if (e_flags & EF_SPARC_HAL_R1)
3610 strcat (buf, ", halr1");
3611
3612 if (e_flags & EF_SPARC_LEDATA)
3613 strcat (buf, ", ledata");
3614
3615 if ((e_flags & EF_SPARCV9_MM) == EF_SPARCV9_TSO)
3616 strcat (buf, ", tso");
3617
3618 if ((e_flags & EF_SPARCV9_MM) == EF_SPARCV9_PSO)
3619 strcat (buf, ", pso");
3620
3621 if ((e_flags & EF_SPARCV9_MM) == EF_SPARCV9_RMO)
3622 strcat (buf, ", rmo");
3623 break;
7d466069 3624
103f02d3
UD
3625 case EM_PARISC:
3626 switch (e_flags & EF_PARISC_ARCH)
3627 {
3628 case EFA_PARISC_1_0:
3629 strcpy (buf, ", PA-RISC 1.0");
3630 break;
3631 case EFA_PARISC_1_1:
3632 strcpy (buf, ", PA-RISC 1.1");
3633 break;
3634 case EFA_PARISC_2_0:
3635 strcpy (buf, ", PA-RISC 2.0");
3636 break;
3637 default:
3638 break;
3639 }
3640 if (e_flags & EF_PARISC_TRAPNIL)
3641 strcat (buf, ", trapnil");
3642 if (e_flags & EF_PARISC_EXT)
3643 strcat (buf, ", ext");
3644 if (e_flags & EF_PARISC_LSB)
3645 strcat (buf, ", lsb");
3646 if (e_flags & EF_PARISC_WIDE)
3647 strcat (buf, ", wide");
3648 if (e_flags & EF_PARISC_NO_KABP)
3649 strcat (buf, ", no kabp");
3650 if (e_flags & EF_PARISC_LAZYSWAP)
3651 strcat (buf, ", lazyswap");
30800947 3652 break;
76da6bbe 3653
7d466069 3654 case EM_PJ:
2b0337b0 3655 case EM_PJ_OLD:
7d466069
ILT
3656 if ((e_flags & EF_PICOJAVA_NEWCALLS) == EF_PICOJAVA_NEWCALLS)
3657 strcat (buf, ", new calling convention");
3658
3659 if ((e_flags & EF_PICOJAVA_GNUCALLS) == EF_PICOJAVA_GNUCALLS)
3660 strcat (buf, ", gnu calling convention");
3661 break;
4d6ed7c8
NC
3662
3663 case EM_IA_64:
3664 if ((e_flags & EF_IA_64_ABI64))
3665 strcat (buf, ", 64-bit");
3666 else
3667 strcat (buf, ", 32-bit");
3668 if ((e_flags & EF_IA_64_REDUCEDFP))
3669 strcat (buf, ", reduced fp model");
3670 if ((e_flags & EF_IA_64_NOFUNCDESC_CONS_GP))
3671 strcat (buf, ", no function descriptors, constant gp");
3672 else if ((e_flags & EF_IA_64_CONS_GP))
3673 strcat (buf, ", constant gp");
3674 if ((e_flags & EF_IA_64_ABSOLUTE))
3675 strcat (buf, ", absolute");
dda8d76d 3676 if (filedata->file_header.e_ident[EI_OSABI] == ELFOSABI_OPENVMS)
28f997cf
TG
3677 {
3678 if ((e_flags & EF_IA_64_VMS_LINKAGES))
3679 strcat (buf, ", vms_linkages");
3680 switch ((e_flags & EF_IA_64_VMS_COMCOD))
3681 {
3682 case EF_IA_64_VMS_COMCOD_SUCCESS:
3683 break;
3684 case EF_IA_64_VMS_COMCOD_WARNING:
3685 strcat (buf, ", warning");
3686 break;
3687 case EF_IA_64_VMS_COMCOD_ERROR:
3688 strcat (buf, ", error");
3689 break;
3690 case EF_IA_64_VMS_COMCOD_ABORT:
3691 strcat (buf, ", abort");
3692 break;
3693 default:
bee0ee85
NC
3694 warn (_("Unrecognised IA64 VMS Command Code: %x\n"),
3695 e_flags & EF_IA_64_VMS_COMCOD);
3696 strcat (buf, ", <unknown>");
28f997cf
TG
3697 }
3698 }
4d6ed7c8 3699 break;
179d3252
JT
3700
3701 case EM_VAX:
3702 if ((e_flags & EF_VAX_NONPIC))
3703 strcat (buf, ", non-PIC");
3704 if ((e_flags & EF_VAX_DFLOAT))
3705 strcat (buf, ", D-Float");
3706 if ((e_flags & EF_VAX_GFLOAT))
3707 strcat (buf, ", G-Float");
3708 break;
c7927a3c 3709
619ed720
EB
3710 case EM_VISIUM:
3711 if (e_flags & EF_VISIUM_ARCH_MCM)
3712 strcat (buf, ", mcm");
3713 else if (e_flags & EF_VISIUM_ARCH_MCM24)
3714 strcat (buf, ", mcm24");
3715 if (e_flags & EF_VISIUM_ARCH_GR6)
3716 strcat (buf, ", gr6");
3717 break;
3718
4046d87a 3719 case EM_RL78:
1740ba0c
NC
3720 switch (e_flags & E_FLAG_RL78_CPU_MASK)
3721 {
3722 case E_FLAG_RL78_ANY_CPU: break;
3723 case E_FLAG_RL78_G10: strcat (buf, ", G10"); break;
3724 case E_FLAG_RL78_G13: strcat (buf, ", G13"); break;
3725 case E_FLAG_RL78_G14: strcat (buf, ", G14"); break;
3726 }
856ea05c
KP
3727 if (e_flags & E_FLAG_RL78_64BIT_DOUBLES)
3728 strcat (buf, ", 64-bit doubles");
4046d87a 3729 break;
0b4362b0 3730
c7927a3c
NC
3731 case EM_RX:
3732 if (e_flags & E_FLAG_RX_64BIT_DOUBLES)
3733 strcat (buf, ", 64-bit doubles");
3734 if (e_flags & E_FLAG_RX_DSP)
dd24e3da 3735 strcat (buf, ", dsp");
d4cb0ea0 3736 if (e_flags & E_FLAG_RX_PID)
0b4362b0 3737 strcat (buf, ", pid");
708e2187
NC
3738 if (e_flags & E_FLAG_RX_ABI)
3739 strcat (buf, ", RX ABI");
3525236c
NC
3740 if (e_flags & E_FLAG_RX_SINSNS_SET)
3741 strcat (buf, e_flags & E_FLAG_RX_SINSNS_YES
3742 ? ", uses String instructions" : ", bans String instructions");
a117b0a5
YS
3743 if (e_flags & E_FLAG_RX_V2)
3744 strcat (buf, ", V2");
f87673e0
YS
3745 if (e_flags & E_FLAG_RX_V3)
3746 strcat (buf, ", V3");
d4cb0ea0 3747 break;
55786da2
AK
3748
3749 case EM_S390:
3750 if (e_flags & EF_S390_HIGH_GPRS)
3751 strcat (buf, ", highgprs");
d4cb0ea0 3752 break;
40b36596
JM
3753
3754 case EM_TI_C6000:
3755 if ((e_flags & EF_C6000_REL))
3756 strcat (buf, ", relocatable module");
d4cb0ea0 3757 break;
13761a11
NC
3758
3759 case EM_MSP430:
3760 strcat (buf, _(": architecture variant: "));
3761 switch (e_flags & EF_MSP430_MACH)
3762 {
3763 case E_MSP430_MACH_MSP430x11: strcat (buf, "MSP430x11"); break;
3764 case E_MSP430_MACH_MSP430x11x1 : strcat (buf, "MSP430x11x1 "); break;
3765 case E_MSP430_MACH_MSP430x12: strcat (buf, "MSP430x12"); break;
3766 case E_MSP430_MACH_MSP430x13: strcat (buf, "MSP430x13"); break;
3767 case E_MSP430_MACH_MSP430x14: strcat (buf, "MSP430x14"); break;
3768 case E_MSP430_MACH_MSP430x15: strcat (buf, "MSP430x15"); break;
3769 case E_MSP430_MACH_MSP430x16: strcat (buf, "MSP430x16"); break;
3770 case E_MSP430_MACH_MSP430x31: strcat (buf, "MSP430x31"); break;
3771 case E_MSP430_MACH_MSP430x32: strcat (buf, "MSP430x32"); break;
3772 case E_MSP430_MACH_MSP430x33: strcat (buf, "MSP430x33"); break;
3773 case E_MSP430_MACH_MSP430x41: strcat (buf, "MSP430x41"); break;
3774 case E_MSP430_MACH_MSP430x42: strcat (buf, "MSP430x42"); break;
3775 case E_MSP430_MACH_MSP430x43: strcat (buf, "MSP430x43"); break;
3776 case E_MSP430_MACH_MSP430x44: strcat (buf, "MSP430x44"); break;
3777 case E_MSP430_MACH_MSP430X : strcat (buf, "MSP430X"); break;
3778 default:
3779 strcat (buf, _(": unknown")); break;
3780 }
3781
3782 if (e_flags & ~ EF_MSP430_MACH)
3783 strcat (buf, _(": unknown extra flag bits also present"));
6655dba2
SB
3784 break;
3785
3786 case EM_Z80:
3787 switch (e_flags & EF_Z80_MACH_MSK)
3788 {
3789 case EF_Z80_MACH_Z80: strcat (buf, ", Z80"); break;
3790 case EF_Z80_MACH_Z180: strcat (buf, ", Z180"); break;
3791 case EF_Z80_MACH_R800: strcat (buf, ", R800"); break;
3792 case EF_Z80_MACH_EZ80_Z80: strcat (buf, ", EZ80"); break;
3793 case EF_Z80_MACH_EZ80_ADL: strcat (buf, ", EZ80, ADL"); break;
3794 case EF_Z80_MACH_GBZ80: strcat (buf, ", GBZ80"); break;
9fc0b501 3795 case EF_Z80_MACH_Z80N: strcat (buf, ", Z80N"); break;
6655dba2
SB
3796 default:
3797 strcat (buf, _(", unknown")); break;
3798 }
3799 break;
252b5132
RH
3800 }
3801 }
3802
3803 return buf;
3804}
3805
252b5132 3806static const char *
dda8d76d 3807get_osabi_name (Filedata * filedata, unsigned int osabi)
d3ba0551
AM
3808{
3809 static char buff[32];
3810
3811 switch (osabi)
3812 {
3813 case ELFOSABI_NONE: return "UNIX - System V";
3814 case ELFOSABI_HPUX: return "UNIX - HP-UX";
3815 case ELFOSABI_NETBSD: return "UNIX - NetBSD";
9c55345c 3816 case ELFOSABI_GNU: return "UNIX - GNU";
d3ba0551
AM
3817 case ELFOSABI_SOLARIS: return "UNIX - Solaris";
3818 case ELFOSABI_AIX: return "UNIX - AIX";
3819 case ELFOSABI_IRIX: return "UNIX - IRIX";
3820 case ELFOSABI_FREEBSD: return "UNIX - FreeBSD";
3821 case ELFOSABI_TRU64: return "UNIX - TRU64";
3822 case ELFOSABI_MODESTO: return "Novell - Modesto";
3823 case ELFOSABI_OPENBSD: return "UNIX - OpenBSD";
3824 case ELFOSABI_OPENVMS: return "VMS - OpenVMS";
3825 case ELFOSABI_NSK: return "HP - Non-Stop Kernel";
3b26c801 3826 case ELFOSABI_AROS: return "AROS";
11636f9e 3827 case ELFOSABI_FENIXOS: return "FenixOS";
6d913794
NC
3828 case ELFOSABI_CLOUDABI: return "Nuxi CloudABI";
3829 case ELFOSABI_OPENVOS: return "Stratus Technologies OpenVOS";
d3ba0551 3830 default:
40b36596 3831 if (osabi >= 64)
dda8d76d 3832 switch (filedata->file_header.e_machine)
40b36596
JM
3833 {
3834 case EM_ARM:
3835 switch (osabi)
3836 {
3837 case ELFOSABI_ARM: return "ARM";
18a20338 3838 case ELFOSABI_ARM_FDPIC: return "ARM FDPIC";
40b36596
JM
3839 default:
3840 break;
3841 }
3842 break;
3843
3844 case EM_MSP430:
3845 case EM_MSP430_OLD:
619ed720 3846 case EM_VISIUM:
40b36596
JM
3847 switch (osabi)
3848 {
3849 case ELFOSABI_STANDALONE: return _("Standalone App");
3850 default:
3851 break;
3852 }
3853 break;
3854
3855 case EM_TI_C6000:
3856 switch (osabi)
3857 {
3858 case ELFOSABI_C6000_ELFABI: return _("Bare-metal C6000");
3859 case ELFOSABI_C6000_LINUX: return "Linux C6000";
3860 default:
3861 break;
3862 }
3863 break;
3864
3865 default:
3866 break;
3867 }
e9e44622 3868 snprintf (buff, sizeof (buff), _("<unknown: %x>"), osabi);
d3ba0551
AM
3869 return buff;
3870 }
3871}
3872
a06ea964
NC
3873static const char *
3874get_aarch64_segment_type (unsigned long type)
3875{
3876 switch (type)
3877 {
32ec8896
NC
3878 case PT_AARCH64_ARCHEXT: return "AARCH64_ARCHEXT";
3879 default: return NULL;
a06ea964 3880 }
a06ea964
NC
3881}
3882
b294bdf8
MM
3883static const char *
3884get_arm_segment_type (unsigned long type)
3885{
3886 switch (type)
3887 {
32ec8896
NC
3888 case PT_ARM_EXIDX: return "EXIDX";
3889 default: return NULL;
b294bdf8 3890 }
b294bdf8
MM
3891}
3892
b4cbbe8f
AK
3893static const char *
3894get_s390_segment_type (unsigned long type)
3895{
3896 switch (type)
3897 {
3898 case PT_S390_PGSTE: return "S390_PGSTE";
3899 default: return NULL;
3900 }
3901}
3902
d3ba0551
AM
3903static const char *
3904get_mips_segment_type (unsigned long type)
252b5132
RH
3905{
3906 switch (type)
3907 {
32ec8896
NC
3908 case PT_MIPS_REGINFO: return "REGINFO";
3909 case PT_MIPS_RTPROC: return "RTPROC";
3910 case PT_MIPS_OPTIONS: return "OPTIONS";
3911 case PT_MIPS_ABIFLAGS: return "ABIFLAGS";
3912 default: return NULL;
252b5132 3913 }
252b5132
RH
3914}
3915
103f02d3 3916static const char *
d3ba0551 3917get_parisc_segment_type (unsigned long type)
103f02d3
UD
3918{
3919 switch (type)
3920 {
103f02d3
UD
3921 case PT_PARISC_ARCHEXT: return "PARISC_ARCHEXT";
3922 case PT_PARISC_UNWIND: return "PARISC_UNWIND";
61472819 3923 case PT_PARISC_WEAKORDER: return "PARISC_WEAKORDER";
32ec8896 3924 default: return NULL;
103f02d3 3925 }
103f02d3
UD
3926}
3927
4d6ed7c8 3928static const char *
d3ba0551 3929get_ia64_segment_type (unsigned long type)
4d6ed7c8
NC
3930{
3931 switch (type)
3932 {
3933 case PT_IA_64_ARCHEXT: return "IA_64_ARCHEXT";
3934 case PT_IA_64_UNWIND: return "IA_64_UNWIND";
32ec8896 3935 default: return NULL;
4d6ed7c8 3936 }
4d6ed7c8
NC
3937}
3938
40b36596
JM
3939static const char *
3940get_tic6x_segment_type (unsigned long type)
3941{
3942 switch (type)
3943 {
32ec8896
NC
3944 case PT_C6000_PHATTR: return "C6000_PHATTR";
3945 default: return NULL;
40b36596 3946 }
40b36596
JM
3947}
3948
df3a023b
AM
3949static const char *
3950get_hpux_segment_type (unsigned long type, unsigned e_machine)
3951{
3952 if (e_machine == EM_PARISC)
3953 switch (type)
3954 {
3955 case PT_HP_TLS: return "HP_TLS";
3956 case PT_HP_CORE_NONE: return "HP_CORE_NONE";
3957 case PT_HP_CORE_VERSION: return "HP_CORE_VERSION";
3958 case PT_HP_CORE_KERNEL: return "HP_CORE_KERNEL";
3959 case PT_HP_CORE_COMM: return "HP_CORE_COMM";
3960 case PT_HP_CORE_PROC: return "HP_CORE_PROC";
3961 case PT_HP_CORE_LOADABLE: return "HP_CORE_LOADABLE";
3962 case PT_HP_CORE_STACK: return "HP_CORE_STACK";
3963 case PT_HP_CORE_SHM: return "HP_CORE_SHM";
3964 case PT_HP_CORE_MMF: return "HP_CORE_MMF";
3965 case PT_HP_PARALLEL: return "HP_PARALLEL";
3966 case PT_HP_FASTBIND: return "HP_FASTBIND";
3967 case PT_HP_OPT_ANNOT: return "HP_OPT_ANNOT";
3968 case PT_HP_HSL_ANNOT: return "HP_HSL_ANNOT";
3969 case PT_HP_STACK: return "HP_STACK";
3970 case PT_HP_CORE_UTSNAME: return "HP_CORE_UTSNAME";
3971 default: return NULL;
3972 }
3973
3974 if (e_machine == EM_IA_64)
3975 switch (type)
3976 {
3977 case PT_HP_TLS: return "HP_TLS";
3978 case PT_IA_64_HP_OPT_ANOT: return "HP_OPT_ANNOT";
3979 case PT_IA_64_HP_HSL_ANOT: return "HP_HSL_ANNOT";
3980 case PT_IA_64_HP_STACK: return "HP_STACK";
3981 default: return NULL;
3982 }
3983
3984 return NULL;
3985}
3986
5522f910
NC
3987static const char *
3988get_solaris_segment_type (unsigned long type)
3989{
3990 switch (type)
3991 {
3992 case 0x6464e550: return "PT_SUNW_UNWIND";
3993 case 0x6474e550: return "PT_SUNW_EH_FRAME";
3994 case 0x6ffffff7: return "PT_LOSUNW";
3995 case 0x6ffffffa: return "PT_SUNWBSS";
3996 case 0x6ffffffb: return "PT_SUNWSTACK";
3997 case 0x6ffffffc: return "PT_SUNWDTRACE";
3998 case 0x6ffffffd: return "PT_SUNWCAP";
3999 case 0x6fffffff: return "PT_HISUNW";
32ec8896 4000 default: return NULL;
5522f910
NC
4001 }
4002}
4003
252b5132 4004static const char *
dda8d76d 4005get_segment_type (Filedata * filedata, unsigned long p_type)
252b5132 4006{
b34976b6 4007 static char buff[32];
252b5132
RH
4008
4009 switch (p_type)
4010 {
b34976b6
AM
4011 case PT_NULL: return "NULL";
4012 case PT_LOAD: return "LOAD";
252b5132 4013 case PT_DYNAMIC: return "DYNAMIC";
b34976b6
AM
4014 case PT_INTERP: return "INTERP";
4015 case PT_NOTE: return "NOTE";
4016 case PT_SHLIB: return "SHLIB";
4017 case PT_PHDR: return "PHDR";
13ae64f3 4018 case PT_TLS: return "TLS";
32ec8896 4019 case PT_GNU_EH_FRAME: return "GNU_EH_FRAME";
2b05f1b7 4020 case PT_GNU_STACK: return "GNU_STACK";
8c37241b 4021 case PT_GNU_RELRO: return "GNU_RELRO";
0a59decb 4022 case PT_GNU_PROPERTY: return "GNU_PROPERTY";
65765700 4023
252b5132 4024 default:
df3a023b 4025 if ((p_type >= PT_LOPROC) && (p_type <= PT_HIPROC))
252b5132 4026 {
2cf0635d 4027 const char * result;
103f02d3 4028
dda8d76d 4029 switch (filedata->file_header.e_machine)
252b5132 4030 {
a06ea964
NC
4031 case EM_AARCH64:
4032 result = get_aarch64_segment_type (p_type);
4033 break;
b294bdf8
MM
4034 case EM_ARM:
4035 result = get_arm_segment_type (p_type);
4036 break;
252b5132 4037 case EM_MIPS:
4fe85591 4038 case EM_MIPS_RS3_LE:
252b5132
RH
4039 result = get_mips_segment_type (p_type);
4040 break;
103f02d3
UD
4041 case EM_PARISC:
4042 result = get_parisc_segment_type (p_type);
4043 break;
4d6ed7c8
NC
4044 case EM_IA_64:
4045 result = get_ia64_segment_type (p_type);
4046 break;
40b36596
JM
4047 case EM_TI_C6000:
4048 result = get_tic6x_segment_type (p_type);
4049 break;
b4cbbe8f
AK
4050 case EM_S390:
4051 case EM_S390_OLD:
4052 result = get_s390_segment_type (p_type);
4053 break;
252b5132
RH
4054 default:
4055 result = NULL;
4056 break;
4057 }
103f02d3 4058
252b5132
RH
4059 if (result != NULL)
4060 return result;
103f02d3 4061
1a9ccd70 4062 sprintf (buff, "LOPROC+%#lx", p_type - PT_LOPROC);
252b5132
RH
4063 }
4064 else if ((p_type >= PT_LOOS) && (p_type <= PT_HIOS))
103f02d3 4065 {
df3a023b 4066 const char * result = NULL;
103f02d3 4067
df3a023b 4068 switch (filedata->file_header.e_ident[EI_OSABI])
103f02d3 4069 {
df3a023b
AM
4070 case ELFOSABI_GNU:
4071 case ELFOSABI_FREEBSD:
4072 if (p_type >= PT_GNU_MBIND_LO && p_type <= PT_GNU_MBIND_HI)
4073 {
4074 sprintf (buff, "GNU_MBIND+%#lx", p_type - PT_GNU_MBIND_LO);
4075 result = buff;
4076 }
103f02d3 4077 break;
df3a023b
AM
4078 case ELFOSABI_HPUX:
4079 result = get_hpux_segment_type (p_type,
4080 filedata->file_header.e_machine);
4081 break;
4082 case ELFOSABI_SOLARIS:
4083 result = get_solaris_segment_type (p_type);
00428cca 4084 break;
103f02d3 4085 default:
103f02d3
UD
4086 break;
4087 }
103f02d3
UD
4088 if (result != NULL)
4089 return result;
4090
1a9ccd70 4091 sprintf (buff, "LOOS+%#lx", p_type - PT_LOOS);
103f02d3 4092 }
252b5132 4093 else
e9e44622 4094 snprintf (buff, sizeof (buff), _("<unknown>: %lx"), p_type);
252b5132
RH
4095
4096 return buff;
4097 }
4098}
4099
53a346d8
CZ
4100static const char *
4101get_arc_section_type_name (unsigned int sh_type)
4102{
4103 switch (sh_type)
4104 {
4105 case SHT_ARC_ATTRIBUTES: return "ARC_ATTRIBUTES";
4106 default:
4107 break;
4108 }
4109 return NULL;
4110}
4111
252b5132 4112static const char *
d3ba0551 4113get_mips_section_type_name (unsigned int sh_type)
252b5132
RH
4114{
4115 switch (sh_type)
4116 {
b34976b6
AM
4117 case SHT_MIPS_LIBLIST: return "MIPS_LIBLIST";
4118 case SHT_MIPS_MSYM: return "MIPS_MSYM";
4119 case SHT_MIPS_CONFLICT: return "MIPS_CONFLICT";
4120 case SHT_MIPS_GPTAB: return "MIPS_GPTAB";
4121 case SHT_MIPS_UCODE: return "MIPS_UCODE";
4122 case SHT_MIPS_DEBUG: return "MIPS_DEBUG";
4123 case SHT_MIPS_REGINFO: return "MIPS_REGINFO";
4124 case SHT_MIPS_PACKAGE: return "MIPS_PACKAGE";
4125 case SHT_MIPS_PACKSYM: return "MIPS_PACKSYM";
4126 case SHT_MIPS_RELD: return "MIPS_RELD";
4127 case SHT_MIPS_IFACE: return "MIPS_IFACE";
4128 case SHT_MIPS_CONTENT: return "MIPS_CONTENT";
4129 case SHT_MIPS_OPTIONS: return "MIPS_OPTIONS";
4130 case SHT_MIPS_SHDR: return "MIPS_SHDR";
4131 case SHT_MIPS_FDESC: return "MIPS_FDESC";
4132 case SHT_MIPS_EXTSYM: return "MIPS_EXTSYM";
4133 case SHT_MIPS_DENSE: return "MIPS_DENSE";
4134 case SHT_MIPS_PDESC: return "MIPS_PDESC";
4135 case SHT_MIPS_LOCSYM: return "MIPS_LOCSYM";
4136 case SHT_MIPS_AUXSYM: return "MIPS_AUXSYM";
4137 case SHT_MIPS_OPTSYM: return "MIPS_OPTSYM";
4138 case SHT_MIPS_LOCSTR: return "MIPS_LOCSTR";
4139 case SHT_MIPS_LINE: return "MIPS_LINE";
4140 case SHT_MIPS_RFDESC: return "MIPS_RFDESC";
4141 case SHT_MIPS_DELTASYM: return "MIPS_DELTASYM";
4142 case SHT_MIPS_DELTAINST: return "MIPS_DELTAINST";
4143 case SHT_MIPS_DELTACLASS: return "MIPS_DELTACLASS";
4144 case SHT_MIPS_DWARF: return "MIPS_DWARF";
4145 case SHT_MIPS_DELTADECL: return "MIPS_DELTADECL";
4146 case SHT_MIPS_SYMBOL_LIB: return "MIPS_SYMBOL_LIB";
4147 case SHT_MIPS_EVENTS: return "MIPS_EVENTS";
4148 case SHT_MIPS_TRANSLATE: return "MIPS_TRANSLATE";
4149 case SHT_MIPS_PIXIE: return "MIPS_PIXIE";
4150 case SHT_MIPS_XLATE: return "MIPS_XLATE";
4151 case SHT_MIPS_XLATE_DEBUG: return "MIPS_XLATE_DEBUG";
4152 case SHT_MIPS_WHIRL: return "MIPS_WHIRL";
4153 case SHT_MIPS_EH_REGION: return "MIPS_EH_REGION";
4154 case SHT_MIPS_XLATE_OLD: return "MIPS_XLATE_OLD";
252b5132 4155 case SHT_MIPS_PDR_EXCEPTION: return "MIPS_PDR_EXCEPTION";
351cdf24 4156 case SHT_MIPS_ABIFLAGS: return "MIPS_ABIFLAGS";
f16a9783 4157 case SHT_MIPS_XHASH: return "MIPS_XHASH";
252b5132
RH
4158 default:
4159 break;
4160 }
4161 return NULL;
4162}
4163
103f02d3 4164static const char *
d3ba0551 4165get_parisc_section_type_name (unsigned int sh_type)
103f02d3
UD
4166{
4167 switch (sh_type)
4168 {
4169 case SHT_PARISC_EXT: return "PARISC_EXT";
4170 case SHT_PARISC_UNWIND: return "PARISC_UNWIND";
4171 case SHT_PARISC_DOC: return "PARISC_DOC";
eec8f817
DA
4172 case SHT_PARISC_ANNOT: return "PARISC_ANNOT";
4173 case SHT_PARISC_SYMEXTN: return "PARISC_SYMEXTN";
4174 case SHT_PARISC_STUBS: return "PARISC_STUBS";
61472819 4175 case SHT_PARISC_DLKM: return "PARISC_DLKM";
32ec8896 4176 default: return NULL;
103f02d3 4177 }
103f02d3
UD
4178}
4179
4d6ed7c8 4180static const char *
dda8d76d 4181get_ia64_section_type_name (Filedata * filedata, unsigned int sh_type)
4d6ed7c8 4182{
18bd398b 4183 /* If the top 8 bits are 0x78 the next 8 are the os/abi ID. */
ecc51f48 4184 if ((sh_type & 0xFF000000) == SHT_IA_64_LOPSREG)
dda8d76d 4185 return get_osabi_name (filedata, (sh_type & 0x00FF0000) >> 16);
0de14b54 4186
4d6ed7c8
NC
4187 switch (sh_type)
4188 {
148b93f2
NC
4189 case SHT_IA_64_EXT: return "IA_64_EXT";
4190 case SHT_IA_64_UNWIND: return "IA_64_UNWIND";
4191 case SHT_IA_64_PRIORITY_INIT: return "IA_64_PRIORITY_INIT";
4192 case SHT_IA_64_VMS_TRACE: return "VMS_TRACE";
4193 case SHT_IA_64_VMS_TIE_SIGNATURES: return "VMS_TIE_SIGNATURES";
4194 case SHT_IA_64_VMS_DEBUG: return "VMS_DEBUG";
4195 case SHT_IA_64_VMS_DEBUG_STR: return "VMS_DEBUG_STR";
4196 case SHT_IA_64_VMS_LINKAGES: return "VMS_LINKAGES";
4197 case SHT_IA_64_VMS_SYMBOL_VECTOR: return "VMS_SYMBOL_VECTOR";
4198 case SHT_IA_64_VMS_FIXUP: return "VMS_FIXUP";
4d6ed7c8
NC
4199 default:
4200 break;
4201 }
4202 return NULL;
4203}
4204
d2b2c203
DJ
4205static const char *
4206get_x86_64_section_type_name (unsigned int sh_type)
4207{
4208 switch (sh_type)
4209 {
4210 case SHT_X86_64_UNWIND: return "X86_64_UNWIND";
32ec8896 4211 default: return NULL;
d2b2c203 4212 }
d2b2c203
DJ
4213}
4214
a06ea964
NC
4215static const char *
4216get_aarch64_section_type_name (unsigned int sh_type)
4217{
4218 switch (sh_type)
4219 {
32ec8896
NC
4220 case SHT_AARCH64_ATTRIBUTES: return "AARCH64_ATTRIBUTES";
4221 default: return NULL;
a06ea964 4222 }
a06ea964
NC
4223}
4224
40a18ebd
NC
4225static const char *
4226get_arm_section_type_name (unsigned int sh_type)
4227{
4228 switch (sh_type)
4229 {
7f6fed87
NC
4230 case SHT_ARM_EXIDX: return "ARM_EXIDX";
4231 case SHT_ARM_PREEMPTMAP: return "ARM_PREEMPTMAP";
4232 case SHT_ARM_ATTRIBUTES: return "ARM_ATTRIBUTES";
4233 case SHT_ARM_DEBUGOVERLAY: return "ARM_DEBUGOVERLAY";
4234 case SHT_ARM_OVERLAYSECTION: return "ARM_OVERLAYSECTION";
32ec8896 4235 default: return NULL;
40a18ebd 4236 }
40a18ebd
NC
4237}
4238
40b36596
JM
4239static const char *
4240get_tic6x_section_type_name (unsigned int sh_type)
4241{
4242 switch (sh_type)
4243 {
32ec8896
NC
4244 case SHT_C6000_UNWIND: return "C6000_UNWIND";
4245 case SHT_C6000_PREEMPTMAP: return "C6000_PREEMPTMAP";
4246 case SHT_C6000_ATTRIBUTES: return "C6000_ATTRIBUTES";
4247 case SHT_TI_ICODE: return "TI_ICODE";
4248 case SHT_TI_XREF: return "TI_XREF";
4249 case SHT_TI_HANDLER: return "TI_HANDLER";
4250 case SHT_TI_INITINFO: return "TI_INITINFO";
4251 case SHT_TI_PHATTRS: return "TI_PHATTRS";
4252 default: return NULL;
40b36596 4253 }
40b36596
JM
4254}
4255
13761a11
NC
4256static const char *
4257get_msp430x_section_type_name (unsigned int sh_type)
4258{
4259 switch (sh_type)
4260 {
32ec8896
NC
4261 case SHT_MSP430_SEC_FLAGS: return "MSP430_SEC_FLAGS";
4262 case SHT_MSP430_SYM_ALIASES: return "MSP430_SYM_ALIASES";
4263 case SHT_MSP430_ATTRIBUTES: return "MSP430_ATTRIBUTES";
4264 default: return NULL;
13761a11
NC
4265 }
4266}
4267
fe944acf
FT
4268static const char *
4269get_nfp_section_type_name (unsigned int sh_type)
4270{
4271 switch (sh_type)
4272 {
4273 case SHT_NFP_MECONFIG: return "NFP_MECONFIG";
4274 case SHT_NFP_INITREG: return "NFP_INITREG";
4275 case SHT_NFP_UDEBUG: return "NFP_UDEBUG";
4276 default: return NULL;
4277 }
4278}
4279
685080f2
NC
4280static const char *
4281get_v850_section_type_name (unsigned int sh_type)
4282{
4283 switch (sh_type)
4284 {
32ec8896
NC
4285 case SHT_V850_SCOMMON: return "V850 Small Common";
4286 case SHT_V850_TCOMMON: return "V850 Tiny Common";
4287 case SHT_V850_ZCOMMON: return "V850 Zero Common";
4288 case SHT_RENESAS_IOP: return "RENESAS IOP";
4289 case SHT_RENESAS_INFO: return "RENESAS INFO";
4290 default: return NULL;
685080f2
NC
4291 }
4292}
4293
2dc8dd17
JW
4294static const char *
4295get_riscv_section_type_name (unsigned int sh_type)
4296{
4297 switch (sh_type)
4298 {
4299 case SHT_RISCV_ATTRIBUTES: return "RISCV_ATTRIBUTES";
4300 default: return NULL;
4301 }
4302}
4303
252b5132 4304static const char *
dda8d76d 4305get_section_type_name (Filedata * filedata, unsigned int sh_type)
252b5132 4306{
b34976b6 4307 static char buff[32];
9fb71ee4 4308 const char * result;
252b5132
RH
4309
4310 switch (sh_type)
4311 {
4312 case SHT_NULL: return "NULL";
4313 case SHT_PROGBITS: return "PROGBITS";
4314 case SHT_SYMTAB: return "SYMTAB";
4315 case SHT_STRTAB: return "STRTAB";
4316 case SHT_RELA: return "RELA";
4317 case SHT_HASH: return "HASH";
4318 case SHT_DYNAMIC: return "DYNAMIC";
4319 case SHT_NOTE: return "NOTE";
4320 case SHT_NOBITS: return "NOBITS";
4321 case SHT_REL: return "REL";
4322 case SHT_SHLIB: return "SHLIB";
4323 case SHT_DYNSYM: return "DYNSYM";
d1133906
NC
4324 case SHT_INIT_ARRAY: return "INIT_ARRAY";
4325 case SHT_FINI_ARRAY: return "FINI_ARRAY";
4326 case SHT_PREINIT_ARRAY: return "PREINIT_ARRAY";
fdc90cb4 4327 case SHT_GNU_HASH: return "GNU_HASH";
93ebe586 4328 case SHT_GROUP: return "GROUP";
67ce483b 4329 case SHT_SYMTAB_SHNDX: return "SYMTAB SECTION INDICES";
252b5132
RH
4330 case SHT_GNU_verdef: return "VERDEF";
4331 case SHT_GNU_verneed: return "VERNEED";
4332 case SHT_GNU_versym: return "VERSYM";
b34976b6
AM
4333 case 0x6ffffff0: return "VERSYM";
4334 case 0x6ffffffc: return "VERDEF";
252b5132
RH
4335 case 0x7ffffffd: return "AUXILIARY";
4336 case 0x7fffffff: return "FILTER";
047b2264 4337 case SHT_GNU_LIBLIST: return "GNU_LIBLIST";
252b5132
RH
4338
4339 default:
4340 if ((sh_type >= SHT_LOPROC) && (sh_type <= SHT_HIPROC))
4341 {
dda8d76d 4342 switch (filedata->file_header.e_machine)
252b5132 4343 {
53a346d8
CZ
4344 case EM_ARC:
4345 case EM_ARC_COMPACT:
4346 case EM_ARC_COMPACT2:
4347 result = get_arc_section_type_name (sh_type);
4348 break;
252b5132 4349 case EM_MIPS:
4fe85591 4350 case EM_MIPS_RS3_LE:
252b5132
RH
4351 result = get_mips_section_type_name (sh_type);
4352 break;
103f02d3
UD
4353 case EM_PARISC:
4354 result = get_parisc_section_type_name (sh_type);
4355 break;
4d6ed7c8 4356 case EM_IA_64:
dda8d76d 4357 result = get_ia64_section_type_name (filedata, sh_type);
4d6ed7c8 4358 break;
d2b2c203 4359 case EM_X86_64:
8a9036a4 4360 case EM_L1OM:
7a9068fe 4361 case EM_K1OM:
d2b2c203
DJ
4362 result = get_x86_64_section_type_name (sh_type);
4363 break;
a06ea964
NC
4364 case EM_AARCH64:
4365 result = get_aarch64_section_type_name (sh_type);
4366 break;
40a18ebd
NC
4367 case EM_ARM:
4368 result = get_arm_section_type_name (sh_type);
4369 break;
40b36596
JM
4370 case EM_TI_C6000:
4371 result = get_tic6x_section_type_name (sh_type);
4372 break;
13761a11
NC
4373 case EM_MSP430:
4374 result = get_msp430x_section_type_name (sh_type);
4375 break;
fe944acf
FT
4376 case EM_NFP:
4377 result = get_nfp_section_type_name (sh_type);
4378 break;
685080f2
NC
4379 case EM_V800:
4380 case EM_V850:
4381 case EM_CYGNUS_V850:
4382 result = get_v850_section_type_name (sh_type);
4383 break;
2dc8dd17
JW
4384 case EM_RISCV:
4385 result = get_riscv_section_type_name (sh_type);
4386 break;
252b5132
RH
4387 default:
4388 result = NULL;
4389 break;
4390 }
4391
4392 if (result != NULL)
4393 return result;
4394
9fb71ee4 4395 sprintf (buff, "LOPROC+%#x", sh_type - SHT_LOPROC);
252b5132
RH
4396 }
4397 else if ((sh_type >= SHT_LOOS) && (sh_type <= SHT_HIOS))
148b93f2 4398 {
dda8d76d 4399 switch (filedata->file_header.e_machine)
148b93f2
NC
4400 {
4401 case EM_IA_64:
dda8d76d 4402 result = get_ia64_section_type_name (filedata, sh_type);
148b93f2
NC
4403 break;
4404 default:
dda8d76d 4405 if (filedata->file_header.e_ident[EI_OSABI] == ELFOSABI_SOLARIS)
fd85a6a1
NC
4406 result = get_solaris_section_type (sh_type);
4407 else
1b4b80bf
NC
4408 {
4409 switch (sh_type)
4410 {
4411 case SHT_GNU_INCREMENTAL_INPUTS: result = "GNU_INCREMENTAL_INPUTS"; break;
4412 case SHT_GNU_ATTRIBUTES: result = "GNU_ATTRIBUTES"; break;
4413 case SHT_GNU_HASH: result = "GNU_HASH"; break;
4414 case SHT_GNU_LIBLIST: result = "GNU_LIBLIST"; break;
4415 default:
4416 result = NULL;
4417 break;
4418 }
4419 }
148b93f2
NC
4420 break;
4421 }
4422
4423 if (result != NULL)
4424 return result;
4425
9fb71ee4 4426 sprintf (buff, "LOOS+%#x", sh_type - SHT_LOOS);
148b93f2 4427 }
252b5132 4428 else if ((sh_type >= SHT_LOUSER) && (sh_type <= SHT_HIUSER))
685080f2 4429 {
dda8d76d 4430 switch (filedata->file_header.e_machine)
685080f2
NC
4431 {
4432 case EM_V800:
4433 case EM_V850:
4434 case EM_CYGNUS_V850:
9fb71ee4 4435 result = get_v850_section_type_name (sh_type);
a9fb83be 4436 break;
685080f2 4437 default:
9fb71ee4 4438 result = NULL;
685080f2
NC
4439 break;
4440 }
4441
9fb71ee4
NC
4442 if (result != NULL)
4443 return result;
4444
4445 sprintf (buff, "LOUSER+%#x", sh_type - SHT_LOUSER);
685080f2 4446 }
252b5132 4447 else
a7dbfd1c
NC
4448 /* This message is probably going to be displayed in a 15
4449 character wide field, so put the hex value first. */
4450 snprintf (buff, sizeof (buff), _("%08x: <unknown>"), sh_type);
103f02d3 4451
252b5132
RH
4452 return buff;
4453 }
4454}
4455
2979dc34 4456#define OPTION_DEBUG_DUMP 512
2c610e4b 4457#define OPTION_DYN_SYMS 513
fd2f0033
TT
4458#define OPTION_DWARF_DEPTH 514
4459#define OPTION_DWARF_START 515
4723351a 4460#define OPTION_DWARF_CHECK 516
7d9813f1
NA
4461#define OPTION_CTF_DUMP 517
4462#define OPTION_CTF_PARENT 518
4463#define OPTION_CTF_SYMBOLS 519
4464#define OPTION_CTF_STRINGS 520
2979dc34 4465
85b1c36d 4466static struct option options[] =
252b5132 4467{
b34976b6 4468 {"all", no_argument, 0, 'a'},
252b5132
RH
4469 {"file-header", no_argument, 0, 'h'},
4470 {"program-headers", no_argument, 0, 'l'},
b34976b6
AM
4471 {"headers", no_argument, 0, 'e'},
4472 {"histogram", no_argument, 0, 'I'},
4473 {"segments", no_argument, 0, 'l'},
4474 {"sections", no_argument, 0, 'S'},
252b5132 4475 {"section-headers", no_argument, 0, 'S'},
f5842774 4476 {"section-groups", no_argument, 0, 'g'},
5477e8a0 4477 {"section-details", no_argument, 0, 't'},
595cf52e 4478 {"full-section-name",no_argument, 0, 'N'},
b34976b6
AM
4479 {"symbols", no_argument, 0, 's'},
4480 {"syms", no_argument, 0, 's'},
2c610e4b 4481 {"dyn-syms", no_argument, 0, OPTION_DYN_SYMS},
b34976b6
AM
4482 {"relocs", no_argument, 0, 'r'},
4483 {"notes", no_argument, 0, 'n'},
4484 {"dynamic", no_argument, 0, 'd'},
1b513401
NC
4485 {"lint", no_argument, 0, 'L'},
4486 {"enable-checks", no_argument, 0, 'L'},
a952a375 4487 {"arch-specific", no_argument, 0, 'A'},
252b5132
RH
4488 {"version-info", no_argument, 0, 'V'},
4489 {"use-dynamic", no_argument, 0, 'D'},
09c11c86 4490 {"unwind", no_argument, 0, 'u'},
4145f1d5 4491 {"archive-index", no_argument, 0, 'c'},
b34976b6 4492 {"hex-dump", required_argument, 0, 'x'},
cf13d699 4493 {"relocated-dump", required_argument, 0, 'R'},
09c11c86 4494 {"string-dump", required_argument, 0, 'p'},
0e602686 4495 {"decompress", no_argument, 0, 'z'},
252b5132
RH
4496#ifdef SUPPORT_DISASSEMBLY
4497 {"instruction-dump", required_argument, 0, 'i'},
4498#endif
cf13d699 4499 {"debug-dump", optional_argument, 0, OPTION_DEBUG_DUMP},
252b5132 4500
fd2f0033
TT
4501 {"dwarf-depth", required_argument, 0, OPTION_DWARF_DEPTH},
4502 {"dwarf-start", required_argument, 0, OPTION_DWARF_START},
4723351a 4503 {"dwarf-check", no_argument, 0, OPTION_DWARF_CHECK},
fd2f0033 4504
094e34f2 4505#ifdef ENABLE_LIBCTF
d344b407 4506 {"ctf", required_argument, 0, OPTION_CTF_DUMP},
7d9813f1
NA
4507
4508 {"ctf-symbols", required_argument, 0, OPTION_CTF_SYMBOLS},
4509 {"ctf-strings", required_argument, 0, OPTION_CTF_STRINGS},
4510 {"ctf-parent", required_argument, 0, OPTION_CTF_PARENT},
094e34f2 4511#endif
7d9813f1 4512
b34976b6
AM
4513 {"version", no_argument, 0, 'v'},
4514 {"wide", no_argument, 0, 'W'},
4515 {"help", no_argument, 0, 'H'},
4516 {0, no_argument, 0, 0}
252b5132
RH
4517};
4518
4519static void
2cf0635d 4520usage (FILE * stream)
252b5132 4521{
92f01d61
JM
4522 fprintf (stream, _("Usage: readelf <option(s)> elf-file(s)\n"));
4523 fprintf (stream, _(" Display information about the contents of ELF format files\n"));
4524 fprintf (stream, _(" Options are:\n\
8b53311e
NC
4525 -a --all Equivalent to: -h -l -S -s -r -d -V -A -I\n\
4526 -h --file-header Display the ELF file header\n\
4527 -l --program-headers Display the program headers\n\
4528 --segments An alias for --program-headers\n\
4529 -S --section-headers Display the sections' header\n\
4530 --sections An alias for --section-headers\n\
f5842774 4531 -g --section-groups Display the section groups\n\
5477e8a0 4532 -t --section-details Display the section details\n\
8b53311e
NC
4533 -e --headers Equivalent to: -h -l -S\n\
4534 -s --syms Display the symbol table\n\
3f08eb35 4535 --symbols An alias for --syms\n\
1b513401 4536 --dyn-syms Display the dynamic symbol table\n\
8b53311e
NC
4537 -n --notes Display the core notes (if present)\n\
4538 -r --relocs Display the relocations (if present)\n\
4539 -u --unwind Display the unwind info (if present)\n\
b2d38a17 4540 -d --dynamic Display the dynamic section (if present)\n\
8b53311e 4541 -V --version-info Display the version sections (if present)\n\
1b31d05e 4542 -A --arch-specific Display architecture specific information (if any)\n\
4145f1d5 4543 -c --archive-index Display the symbol/file index in an archive\n\
8b53311e 4544 -D --use-dynamic Use the dynamic section info when displaying symbols\n\
1b513401 4545 -L --lint|--enable-checks Display warning messages for possible problems\n\
09c11c86
NC
4546 -x --hex-dump=<number|name>\n\
4547 Dump the contents of section <number|name> as bytes\n\
4548 -p --string-dump=<number|name>\n\
4549 Dump the contents of section <number|name> as strings\n\
cf13d699
NC
4550 -R --relocated-dump=<number|name>\n\
4551 Dump the contents of section <number|name> as relocated bytes\n\
0e602686 4552 -z --decompress Decompress section before dumping it\n\
e4b7104b 4553 -w[lLiaprmfFsoORtUuTgAckK] or\n\
1ed06042 4554 --debug-dump[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,\n\
e4b7104b 4555 =frames-interp,=str,=str-offsets,=loc,=Ranges,=pubtypes,\n\
657d0d47 4556 =gdb_index,=trace_info,=trace_abbrev,=trace_aranges,\n\
dda8d76d
NC
4557 =addr,=cu_index,=links,=follow-links]\n\
4558 Display the contents of DWARF debug sections\n"));
fd2f0033
TT
4559 fprintf (stream, _("\
4560 --dwarf-depth=N Do not display DIEs at depth N or greater\n\
4561 --dwarf-start=N Display DIEs starting with N, at the same depth\n\
4562 or deeper\n"));
094e34f2 4563#ifdef ENABLE_LIBCTF
7d9813f1
NA
4564 fprintf (stream, _("\
4565 --ctf=<number|name> Display CTF info from section <number|name>\n\
4566 --ctf-parent=<number|name>\n\
4567 Use section <number|name> as the CTF parent\n\n\
4568 --ctf-symbols=<number|name>\n\
4569 Use section <number|name> as the CTF external symtab\n\n\
4570 --ctf-strings=<number|name>\n\
4571 Use section <number|name> as the CTF external strtab\n\n"));
094e34f2 4572#endif
7d9813f1 4573
252b5132 4574#ifdef SUPPORT_DISASSEMBLY
92f01d61 4575 fprintf (stream, _("\
09c11c86
NC
4576 -i --instruction-dump=<number|name>\n\
4577 Disassemble the contents of section <number|name>\n"));
252b5132 4578#endif
92f01d61 4579 fprintf (stream, _("\
8b53311e
NC
4580 -I --histogram Display histogram of bucket list lengths\n\
4581 -W --wide Allow output width to exceed 80 characters\n\
07012eee 4582 @<file> Read options from <file>\n\
8b53311e
NC
4583 -H --help Display this information\n\
4584 -v --version Display the version number of readelf\n"));
1118d252 4585
92f01d61
JM
4586 if (REPORT_BUGS_TO[0] && stream == stdout)
4587 fprintf (stdout, _("Report bugs to %s\n"), REPORT_BUGS_TO);
252b5132 4588
92f01d61 4589 exit (stream == stdout ? 0 : 1);
252b5132
RH
4590}
4591
18bd398b
NC
4592/* Record the fact that the user wants the contents of section number
4593 SECTION to be displayed using the method(s) encoded as flags bits
4594 in TYPE. Note, TYPE can be zero if we are creating the array for
4595 the first time. */
4596
252b5132 4597static void
6431e409
AM
4598request_dump_bynumber (struct dump_data *dumpdata,
4599 unsigned int section, dump_type type)
252b5132 4600{
6431e409 4601 if (section >= dumpdata->num_dump_sects)
252b5132 4602 {
2cf0635d 4603 dump_type * new_dump_sects;
252b5132 4604
3f5e193b 4605 new_dump_sects = (dump_type *) calloc (section + 1,
dda8d76d 4606 sizeof (* new_dump_sects));
252b5132
RH
4607
4608 if (new_dump_sects == NULL)
591a748a 4609 error (_("Out of memory allocating dump request table.\n"));
252b5132
RH
4610 else
4611 {
6431e409 4612 if (dumpdata->dump_sects)
21b65bac
NC
4613 {
4614 /* Copy current flag settings. */
6431e409
AM
4615 memcpy (new_dump_sects, dumpdata->dump_sects,
4616 dumpdata->num_dump_sects * sizeof (* new_dump_sects));
252b5132 4617
6431e409 4618 free (dumpdata->dump_sects);
21b65bac 4619 }
252b5132 4620
6431e409
AM
4621 dumpdata->dump_sects = new_dump_sects;
4622 dumpdata->num_dump_sects = section + 1;
252b5132
RH
4623 }
4624 }
4625
6431e409
AM
4626 if (dumpdata->dump_sects)
4627 dumpdata->dump_sects[section] |= type;
252b5132
RH
4628}
4629
aef1f6d0
DJ
4630/* Request a dump by section name. */
4631
4632static void
2cf0635d 4633request_dump_byname (const char * section, dump_type type)
aef1f6d0 4634{
2cf0635d 4635 struct dump_list_entry * new_request;
aef1f6d0 4636
3f5e193b
NC
4637 new_request = (struct dump_list_entry *)
4638 malloc (sizeof (struct dump_list_entry));
aef1f6d0 4639 if (!new_request)
591a748a 4640 error (_("Out of memory allocating dump request table.\n"));
aef1f6d0
DJ
4641
4642 new_request->name = strdup (section);
4643 if (!new_request->name)
591a748a 4644 error (_("Out of memory allocating dump request table.\n"));
aef1f6d0
DJ
4645
4646 new_request->type = type;
4647
4648 new_request->next = dump_sects_byname;
4649 dump_sects_byname = new_request;
4650}
4651
cf13d699 4652static inline void
6431e409 4653request_dump (struct dump_data *dumpdata, dump_type type)
cf13d699
NC
4654{
4655 int section;
4656 char * cp;
4657
4658 do_dump++;
4659 section = strtoul (optarg, & cp, 0);
4660
4661 if (! *cp && section >= 0)
6431e409 4662 request_dump_bynumber (dumpdata, section, type);
cf13d699
NC
4663 else
4664 request_dump_byname (optarg, type);
4665}
4666
252b5132 4667static void
6431e409 4668parse_args (struct dump_data *dumpdata, int argc, char ** argv)
252b5132
RH
4669{
4670 int c;
4671
4672 if (argc < 2)
92f01d61 4673 usage (stderr);
252b5132
RH
4674
4675 while ((c = getopt_long
1b513401 4676 (argc, argv, "ADHILNR:SVWacdeghi:lnp:rstuvw::x:z", options, NULL)) != EOF)
252b5132 4677 {
252b5132
RH
4678 switch (c)
4679 {
4680 case 0:
4681 /* Long options. */
4682 break;
4683 case 'H':
92f01d61 4684 usage (stdout);
252b5132
RH
4685 break;
4686
4687 case 'a':
32ec8896
NC
4688 do_syms = TRUE;
4689 do_reloc = TRUE;
4690 do_unwind = TRUE;
4691 do_dynamic = TRUE;
4692 do_header = TRUE;
4693 do_sections = TRUE;
4694 do_section_groups = TRUE;
4695 do_segments = TRUE;
4696 do_version = TRUE;
4697 do_histogram = TRUE;
4698 do_arch = TRUE;
4699 do_notes = TRUE;
252b5132 4700 break;
f5842774 4701 case 'g':
32ec8896 4702 do_section_groups = TRUE;
f5842774 4703 break;
5477e8a0 4704 case 't':
595cf52e 4705 case 'N':
32ec8896
NC
4706 do_sections = TRUE;
4707 do_section_details = TRUE;
595cf52e 4708 break;
252b5132 4709 case 'e':
32ec8896
NC
4710 do_header = TRUE;
4711 do_sections = TRUE;
4712 do_segments = TRUE;
252b5132 4713 break;
a952a375 4714 case 'A':
32ec8896 4715 do_arch = TRUE;
a952a375 4716 break;
252b5132 4717 case 'D':
32ec8896 4718 do_using_dynamic = TRUE;
252b5132
RH
4719 break;
4720 case 'r':
32ec8896 4721 do_reloc = TRUE;
252b5132 4722 break;
4d6ed7c8 4723 case 'u':
32ec8896 4724 do_unwind = TRUE;
4d6ed7c8 4725 break;
252b5132 4726 case 'h':
32ec8896 4727 do_header = TRUE;
252b5132
RH
4728 break;
4729 case 'l':
32ec8896 4730 do_segments = TRUE;
252b5132
RH
4731 break;
4732 case 's':
32ec8896 4733 do_syms = TRUE;
252b5132
RH
4734 break;
4735 case 'S':
32ec8896 4736 do_sections = TRUE;
252b5132
RH
4737 break;
4738 case 'd':
32ec8896 4739 do_dynamic = TRUE;
252b5132 4740 break;
a952a375 4741 case 'I':
32ec8896 4742 do_histogram = TRUE;
a952a375 4743 break;
779fe533 4744 case 'n':
32ec8896 4745 do_notes = TRUE;
779fe533 4746 break;
4145f1d5 4747 case 'c':
32ec8896 4748 do_archive_index = TRUE;
4145f1d5 4749 break;
1b513401
NC
4750 case 'L':
4751 do_checks = TRUE;
4752 break;
252b5132 4753 case 'x':
6431e409 4754 request_dump (dumpdata, HEX_DUMP);
aef1f6d0 4755 break;
09c11c86 4756 case 'p':
6431e409 4757 request_dump (dumpdata, STRING_DUMP);
cf13d699
NC
4758 break;
4759 case 'R':
6431e409 4760 request_dump (dumpdata, RELOC_DUMP);
09c11c86 4761 break;
0e602686 4762 case 'z':
32ec8896 4763 decompress_dumps = TRUE;
0e602686 4764 break;
252b5132 4765 case 'w':
32ec8896 4766 do_dump = TRUE;
252b5132 4767 if (optarg == 0)
613ff48b 4768 {
32ec8896 4769 do_debugging = TRUE;
613ff48b
CC
4770 dwarf_select_sections_all ();
4771 }
252b5132
RH
4772 else
4773 {
32ec8896 4774 do_debugging = FALSE;
4cb93e3b 4775 dwarf_select_sections_by_letters (optarg);
252b5132
RH
4776 }
4777 break;
2979dc34 4778 case OPTION_DEBUG_DUMP:
32ec8896 4779 do_dump = TRUE;
2979dc34 4780 if (optarg == 0)
32ec8896 4781 do_debugging = TRUE;
2979dc34
JJ
4782 else
4783 {
32ec8896 4784 do_debugging = FALSE;
4cb93e3b 4785 dwarf_select_sections_by_names (optarg);
2979dc34
JJ
4786 }
4787 break;
fd2f0033
TT
4788 case OPTION_DWARF_DEPTH:
4789 {
4790 char *cp;
4791
4792 dwarf_cutoff_level = strtoul (optarg, & cp, 0);
4793 }
4794 break;
4795 case OPTION_DWARF_START:
4796 {
4797 char *cp;
4798
4799 dwarf_start_die = strtoul (optarg, & cp, 0);
4800 }
4801 break;
4723351a 4802 case OPTION_DWARF_CHECK:
32ec8896 4803 dwarf_check = TRUE;
4723351a 4804 break;
7d9813f1
NA
4805 case OPTION_CTF_DUMP:
4806 do_ctf = TRUE;
6431e409 4807 request_dump (dumpdata, CTF_DUMP);
7d9813f1
NA
4808 break;
4809 case OPTION_CTF_SYMBOLS:
4810 dump_ctf_symtab_name = strdup (optarg);
4811 break;
4812 case OPTION_CTF_STRINGS:
4813 dump_ctf_strtab_name = strdup (optarg);
4814 break;
4815 case OPTION_CTF_PARENT:
4816 dump_ctf_parent_name = strdup (optarg);
4817 break;
2c610e4b 4818 case OPTION_DYN_SYMS:
32ec8896 4819 do_dyn_syms = TRUE;
2c610e4b 4820 break;
252b5132
RH
4821#ifdef SUPPORT_DISASSEMBLY
4822 case 'i':
6431e409 4823 request_dump (dumpdata, DISASS_DUMP);
cf13d699 4824 break;
252b5132
RH
4825#endif
4826 case 'v':
4827 print_version (program_name);
4828 break;
4829 case 'V':
32ec8896 4830 do_version = TRUE;
252b5132 4831 break;
d974e256 4832 case 'W':
32ec8896 4833 do_wide = TRUE;
d974e256 4834 break;
252b5132 4835 default:
252b5132
RH
4836 /* xgettext:c-format */
4837 error (_("Invalid option '-%c'\n"), c);
1a0670f3 4838 /* Fall through. */
252b5132 4839 case '?':
92f01d61 4840 usage (stderr);
252b5132
RH
4841 }
4842 }
4843
4d6ed7c8 4844 if (!do_dynamic && !do_syms && !do_reloc && !do_unwind && !do_sections
252b5132 4845 && !do_segments && !do_header && !do_dump && !do_version
f5842774 4846 && !do_histogram && !do_debugging && !do_arch && !do_notes
2c610e4b
L
4847 && !do_section_groups && !do_archive_index
4848 && !do_dyn_syms)
1b513401
NC
4849 {
4850 if (do_checks)
4851 {
4852 check_all = TRUE;
4853 do_dynamic = do_syms = do_reloc = do_unwind = do_sections = TRUE;
4854 do_segments = do_header = do_dump = do_version = TRUE;
4855 do_histogram = do_debugging = do_arch = do_notes = TRUE;
4856 do_section_groups = do_archive_index = do_dyn_syms = TRUE;
4857 }
4858 else
4859 usage (stderr);
4860 }
252b5132
RH
4861}
4862
4863static const char *
d3ba0551 4864get_elf_class (unsigned int elf_class)
252b5132 4865{
b34976b6 4866 static char buff[32];
103f02d3 4867
252b5132
RH
4868 switch (elf_class)
4869 {
4870 case ELFCLASSNONE: return _("none");
e3c8793a
NC
4871 case ELFCLASS32: return "ELF32";
4872 case ELFCLASS64: return "ELF64";
ab5e7794 4873 default:
e9e44622 4874 snprintf (buff, sizeof (buff), _("<unknown: %x>"), elf_class);
ab5e7794 4875 return buff;
252b5132
RH
4876 }
4877}
4878
4879static const char *
d3ba0551 4880get_data_encoding (unsigned int encoding)
252b5132 4881{
b34976b6 4882 static char buff[32];
103f02d3 4883
252b5132
RH
4884 switch (encoding)
4885 {
4886 case ELFDATANONE: return _("none");
33c63f9d
CM
4887 case ELFDATA2LSB: return _("2's complement, little endian");
4888 case ELFDATA2MSB: return _("2's complement, big endian");
103f02d3 4889 default:
e9e44622 4890 snprintf (buff, sizeof (buff), _("<unknown: %x>"), encoding);
ab5e7794 4891 return buff;
252b5132
RH
4892 }
4893}
4894
dda8d76d 4895/* Decode the data held in 'filedata->file_header'. */
ee42cf8c 4896
32ec8896 4897static bfd_boolean
dda8d76d 4898process_file_header (Filedata * filedata)
252b5132 4899{
dda8d76d
NC
4900 Elf_Internal_Ehdr * header = & filedata->file_header;
4901
4902 if ( header->e_ident[EI_MAG0] != ELFMAG0
4903 || header->e_ident[EI_MAG1] != ELFMAG1
4904 || header->e_ident[EI_MAG2] != ELFMAG2
4905 || header->e_ident[EI_MAG3] != ELFMAG3)
252b5132
RH
4906 {
4907 error
4908 (_("Not an ELF file - it has the wrong magic bytes at the start\n"));
32ec8896 4909 return FALSE;
252b5132
RH
4910 }
4911
955ff7fc 4912 init_dwarf_regnames_by_elf_machine_code (header->e_machine);
2dc4cec1 4913
252b5132
RH
4914 if (do_header)
4915 {
32ec8896 4916 unsigned i;
252b5132
RH
4917
4918 printf (_("ELF Header:\n"));
4919 printf (_(" Magic: "));
b34976b6 4920 for (i = 0; i < EI_NIDENT; i++)
dda8d76d 4921 printf ("%2.2x ", header->e_ident[i]);
252b5132
RH
4922 printf ("\n");
4923 printf (_(" Class: %s\n"),
dda8d76d 4924 get_elf_class (header->e_ident[EI_CLASS]));
252b5132 4925 printf (_(" Data: %s\n"),
dda8d76d 4926 get_data_encoding (header->e_ident[EI_DATA]));
e8a64888 4927 printf (_(" Version: %d%s\n"),
dda8d76d
NC
4928 header->e_ident[EI_VERSION],
4929 (header->e_ident[EI_VERSION] == EV_CURRENT
e8a64888 4930 ? _(" (current)")
dda8d76d 4931 : (header->e_ident[EI_VERSION] != EV_NONE
e8a64888 4932 ? _(" <unknown>")
789be9f7 4933 : "")));
252b5132 4934 printf (_(" OS/ABI: %s\n"),
dda8d76d 4935 get_osabi_name (filedata, header->e_ident[EI_OSABI]));
252b5132 4936 printf (_(" ABI Version: %d\n"),
dda8d76d 4937 header->e_ident[EI_ABIVERSION]);
252b5132 4938 printf (_(" Type: %s\n"),
dda8d76d 4939 get_file_type (header->e_type));
252b5132 4940 printf (_(" Machine: %s\n"),
dda8d76d 4941 get_machine_name (header->e_machine));
252b5132 4942 printf (_(" Version: 0x%lx\n"),
e8a64888 4943 header->e_version);
76da6bbe 4944
f7a99963 4945 printf (_(" Entry point address: "));
e8a64888 4946 print_vma (header->e_entry, PREFIX_HEX);
f7a99963 4947 printf (_("\n Start of program headers: "));
e8a64888 4948 print_vma (header->e_phoff, DEC);
f7a99963 4949 printf (_(" (bytes into file)\n Start of section headers: "));
e8a64888 4950 print_vma (header->e_shoff, DEC);
f7a99963 4951 printf (_(" (bytes into file)\n"));
76da6bbe 4952
252b5132 4953 printf (_(" Flags: 0x%lx%s\n"),
e8a64888 4954 header->e_flags,
dda8d76d 4955 get_machine_flags (filedata, header->e_flags, header->e_machine));
e8a64888
AM
4956 printf (_(" Size of this header: %u (bytes)\n"),
4957 header->e_ehsize);
4958 printf (_(" Size of program headers: %u (bytes)\n"),
4959 header->e_phentsize);
4960 printf (_(" Number of program headers: %u"),
4961 header->e_phnum);
dda8d76d
NC
4962 if (filedata->section_headers != NULL
4963 && header->e_phnum == PN_XNUM
4964 && filedata->section_headers[0].sh_info != 0)
e8a64888
AM
4965 {
4966 header->e_phnum = filedata->section_headers[0].sh_info;
4967 printf (" (%u)", header->e_phnum);
4968 }
2046a35d 4969 putc ('\n', stdout);
e8a64888
AM
4970 printf (_(" Size of section headers: %u (bytes)\n"),
4971 header->e_shentsize);
4972 printf (_(" Number of section headers: %u"),
4973 header->e_shnum);
dda8d76d 4974 if (filedata->section_headers != NULL && header->e_shnum == SHN_UNDEF)
e8a64888
AM
4975 {
4976 header->e_shnum = filedata->section_headers[0].sh_size;
4977 printf (" (%u)", header->e_shnum);
4978 }
560f3c1c 4979 putc ('\n', stdout);
e8a64888
AM
4980 printf (_(" Section header string table index: %u"),
4981 header->e_shstrndx);
dda8d76d
NC
4982 if (filedata->section_headers != NULL
4983 && header->e_shstrndx == (SHN_XINDEX & 0xffff))
e8a64888
AM
4984 {
4985 header->e_shstrndx = filedata->section_headers[0].sh_link;
4986 printf (" (%u)", header->e_shstrndx);
4987 }
4988 if (header->e_shstrndx != SHN_UNDEF
4989 && header->e_shstrndx >= header->e_shnum)
4990 {
4991 header->e_shstrndx = SHN_UNDEF;
4992 printf (_(" <corrupt: out of range>"));
4993 }
560f3c1c
AM
4994 putc ('\n', stdout);
4995 }
4996
dda8d76d 4997 if (filedata->section_headers != NULL)
560f3c1c 4998 {
dda8d76d
NC
4999 if (header->e_phnum == PN_XNUM
5000 && filedata->section_headers[0].sh_info != 0)
5001 header->e_phnum = filedata->section_headers[0].sh_info;
5002 if (header->e_shnum == SHN_UNDEF)
5003 header->e_shnum = filedata->section_headers[0].sh_size;
5004 if (header->e_shstrndx == (SHN_XINDEX & 0xffff))
5005 header->e_shstrndx = filedata->section_headers[0].sh_link;
9c1ce108 5006 if (header->e_shstrndx >= header->e_shnum)
dda8d76d
NC
5007 header->e_shstrndx = SHN_UNDEF;
5008 free (filedata->section_headers);
5009 filedata->section_headers = NULL;
252b5132 5010 }
103f02d3 5011
32ec8896 5012 return TRUE;
9ea033b2
NC
5013}
5014
dda8d76d
NC
5015/* Read in the program headers from FILEDATA and store them in PHEADERS.
5016 Returns TRUE upon success, FALSE otherwise. Loads 32-bit headers. */
5017
e0a31db1 5018static bfd_boolean
dda8d76d 5019get_32bit_program_headers (Filedata * filedata, Elf_Internal_Phdr * pheaders)
9ea033b2 5020{
2cf0635d
NC
5021 Elf32_External_Phdr * phdrs;
5022 Elf32_External_Phdr * external;
5023 Elf_Internal_Phdr * internal;
b34976b6 5024 unsigned int i;
dda8d76d
NC
5025 unsigned int size = filedata->file_header.e_phentsize;
5026 unsigned int num = filedata->file_header.e_phnum;
e0a31db1
NC
5027
5028 /* PR binutils/17531: Cope with unexpected section header sizes. */
5029 if (size == 0 || num == 0)
5030 return FALSE;
5031 if (size < sizeof * phdrs)
5032 {
5033 error (_("The e_phentsize field in the ELF header is less than the size of an ELF program header\n"));
5034 return FALSE;
5035 }
5036 if (size > sizeof * phdrs)
5037 warn (_("The e_phentsize field in the ELF header is larger than the size of an ELF program header\n"));
103f02d3 5038
dda8d76d 5039 phdrs = (Elf32_External_Phdr *) get_data (NULL, filedata, filedata->file_header.e_phoff,
e0a31db1
NC
5040 size, num, _("program headers"));
5041 if (phdrs == NULL)
5042 return FALSE;
9ea033b2 5043
91d6fa6a 5044 for (i = 0, internal = pheaders, external = phdrs;
dda8d76d 5045 i < filedata->file_header.e_phnum;
b34976b6 5046 i++, internal++, external++)
252b5132 5047 {
9ea033b2
NC
5048 internal->p_type = BYTE_GET (external->p_type);
5049 internal->p_offset = BYTE_GET (external->p_offset);
5050 internal->p_vaddr = BYTE_GET (external->p_vaddr);
5051 internal->p_paddr = BYTE_GET (external->p_paddr);
5052 internal->p_filesz = BYTE_GET (external->p_filesz);
5053 internal->p_memsz = BYTE_GET (external->p_memsz);
5054 internal->p_flags = BYTE_GET (external->p_flags);
5055 internal->p_align = BYTE_GET (external->p_align);
252b5132
RH
5056 }
5057
9ea033b2 5058 free (phdrs);
e0a31db1 5059 return TRUE;
252b5132
RH
5060}
5061
dda8d76d
NC
5062/* Read in the program headers from FILEDATA and store them in PHEADERS.
5063 Returns TRUE upon success, FALSE otherwise. Loads 64-bit headers. */
5064
e0a31db1 5065static bfd_boolean
dda8d76d 5066get_64bit_program_headers (Filedata * filedata, Elf_Internal_Phdr * pheaders)
9ea033b2 5067{
2cf0635d
NC
5068 Elf64_External_Phdr * phdrs;
5069 Elf64_External_Phdr * external;
5070 Elf_Internal_Phdr * internal;
b34976b6 5071 unsigned int i;
dda8d76d
NC
5072 unsigned int size = filedata->file_header.e_phentsize;
5073 unsigned int num = filedata->file_header.e_phnum;
e0a31db1
NC
5074
5075 /* PR binutils/17531: Cope with unexpected section header sizes. */
5076 if (size == 0 || num == 0)
5077 return FALSE;
5078 if (size < sizeof * phdrs)
5079 {
5080 error (_("The e_phentsize field in the ELF header is less than the size of an ELF program header\n"));
5081 return FALSE;
5082 }
5083 if (size > sizeof * phdrs)
5084 warn (_("The e_phentsize field in the ELF header is larger than the size of an ELF program header\n"));
103f02d3 5085
dda8d76d 5086 phdrs = (Elf64_External_Phdr *) get_data (NULL, filedata, filedata->file_header.e_phoff,
e0a31db1 5087 size, num, _("program headers"));
a6e9f9df 5088 if (!phdrs)
e0a31db1 5089 return FALSE;
9ea033b2 5090
91d6fa6a 5091 for (i = 0, internal = pheaders, external = phdrs;
dda8d76d 5092 i < filedata->file_header.e_phnum;
b34976b6 5093 i++, internal++, external++)
9ea033b2
NC
5094 {
5095 internal->p_type = BYTE_GET (external->p_type);
5096 internal->p_flags = BYTE_GET (external->p_flags);
66543521
AM
5097 internal->p_offset = BYTE_GET (external->p_offset);
5098 internal->p_vaddr = BYTE_GET (external->p_vaddr);
5099 internal->p_paddr = BYTE_GET (external->p_paddr);
5100 internal->p_filesz = BYTE_GET (external->p_filesz);
5101 internal->p_memsz = BYTE_GET (external->p_memsz);
5102 internal->p_align = BYTE_GET (external->p_align);
9ea033b2
NC
5103 }
5104
5105 free (phdrs);
e0a31db1 5106 return TRUE;
9ea033b2 5107}
252b5132 5108
32ec8896 5109/* Returns TRUE if the program headers were read into `program_headers'. */
d93f0186 5110
32ec8896 5111static bfd_boolean
dda8d76d 5112get_program_headers (Filedata * filedata)
d93f0186 5113{
2cf0635d 5114 Elf_Internal_Phdr * phdrs;
d93f0186
NC
5115
5116 /* Check cache of prior read. */
dda8d76d 5117 if (filedata->program_headers != NULL)
32ec8896 5118 return TRUE;
d93f0186 5119
82156ab7
NC
5120 /* Be kind to memory checkers by looking for
5121 e_phnum values which we know must be invalid. */
dda8d76d 5122 if (filedata->file_header.e_phnum
82156ab7 5123 * (is_32bit_elf ? sizeof (Elf32_External_Phdr) : sizeof (Elf64_External_Phdr))
dda8d76d 5124 >= filedata->file_size)
82156ab7
NC
5125 {
5126 error (_("Too many program headers - %#x - the file is not that big\n"),
dda8d76d 5127 filedata->file_header.e_phnum);
82156ab7
NC
5128 return FALSE;
5129 }
d93f0186 5130
dda8d76d 5131 phdrs = (Elf_Internal_Phdr *) cmalloc (filedata->file_header.e_phnum,
82156ab7 5132 sizeof (Elf_Internal_Phdr));
d93f0186
NC
5133 if (phdrs == NULL)
5134 {
8b73c356 5135 error (_("Out of memory reading %u program headers\n"),
dda8d76d 5136 filedata->file_header.e_phnum);
32ec8896 5137 return FALSE;
d93f0186
NC
5138 }
5139
5140 if (is_32bit_elf
dda8d76d
NC
5141 ? get_32bit_program_headers (filedata, phdrs)
5142 : get_64bit_program_headers (filedata, phdrs))
d93f0186 5143 {
dda8d76d 5144 filedata->program_headers = phdrs;
32ec8896 5145 return TRUE;
d93f0186
NC
5146 }
5147
5148 free (phdrs);
32ec8896 5149 return FALSE;
d93f0186
NC
5150}
5151
32ec8896 5152/* Returns TRUE if the program headers were loaded. */
2f62977e 5153
32ec8896 5154static bfd_boolean
dda8d76d 5155process_program_headers (Filedata * filedata)
252b5132 5156{
2cf0635d 5157 Elf_Internal_Phdr * segment;
b34976b6 5158 unsigned int i;
1a9ccd70 5159 Elf_Internal_Phdr * previous_load = NULL;
252b5132 5160
978c4450
AM
5161 filedata->dynamic_addr = 0;
5162 filedata->dynamic_size = 0;
663f67df 5163
dda8d76d 5164 if (filedata->file_header.e_phnum == 0)
252b5132 5165 {
82f2dbf7 5166 /* PR binutils/12467. */
dda8d76d 5167 if (filedata->file_header.e_phoff != 0)
32ec8896
NC
5168 {
5169 warn (_("possibly corrupt ELF header - it has a non-zero program"
5170 " header offset, but no program headers\n"));
5171 return FALSE;
5172 }
82f2dbf7 5173 else if (do_segments)
252b5132 5174 printf (_("\nThere are no program headers in this file.\n"));
32ec8896 5175 return TRUE;
252b5132
RH
5176 }
5177
5178 if (do_segments && !do_header)
5179 {
dda8d76d
NC
5180 printf (_("\nElf file type is %s\n"), get_file_type (filedata->file_header.e_type));
5181 printf (_("Entry point 0x%s\n"), bfd_vmatoa ("x", filedata->file_header.e_entry));
d3a49aa8
AM
5182 printf (ngettext ("There is %d program header, starting at offset %s\n",
5183 "There are %d program headers, starting at offset %s\n",
dda8d76d
NC
5184 filedata->file_header.e_phnum),
5185 filedata->file_header.e_phnum,
5186 bfd_vmatoa ("u", filedata->file_header.e_phoff));
252b5132
RH
5187 }
5188
dda8d76d 5189 if (! get_program_headers (filedata))
6b4bf3bc 5190 return TRUE;
103f02d3 5191
252b5132
RH
5192 if (do_segments)
5193 {
dda8d76d 5194 if (filedata->file_header.e_phnum > 1)
3a1a2036
NC
5195 printf (_("\nProgram Headers:\n"));
5196 else
5197 printf (_("\nProgram Headers:\n"));
76da6bbe 5198
f7a99963
NC
5199 if (is_32bit_elf)
5200 printf
5201 (_(" Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align\n"));
d974e256
JJ
5202 else if (do_wide)
5203 printf
5204 (_(" Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align\n"));
f7a99963
NC
5205 else
5206 {
5207 printf
5208 (_(" Type Offset VirtAddr PhysAddr\n"));
5209 printf
5210 (_(" FileSiz MemSiz Flags Align\n"));
5211 }
252b5132
RH
5212 }
5213
dda8d76d
NC
5214 for (i = 0, segment = filedata->program_headers;
5215 i < filedata->file_header.e_phnum;
b34976b6 5216 i++, segment++)
252b5132
RH
5217 {
5218 if (do_segments)
5219 {
dda8d76d 5220 printf (" %-14.14s ", get_segment_type (filedata, segment->p_type));
f7a99963
NC
5221
5222 if (is_32bit_elf)
5223 {
5224 printf ("0x%6.6lx ", (unsigned long) segment->p_offset);
5225 printf ("0x%8.8lx ", (unsigned long) segment->p_vaddr);
5226 printf ("0x%8.8lx ", (unsigned long) segment->p_paddr);
5227 printf ("0x%5.5lx ", (unsigned long) segment->p_filesz);
5228 printf ("0x%5.5lx ", (unsigned long) segment->p_memsz);
5229 printf ("%c%c%c ",
5230 (segment->p_flags & PF_R ? 'R' : ' '),
5231 (segment->p_flags & PF_W ? 'W' : ' '),
5232 (segment->p_flags & PF_X ? 'E' : ' '));
5233 printf ("%#lx", (unsigned long) segment->p_align);
5234 }
d974e256
JJ
5235 else if (do_wide)
5236 {
5237 if ((unsigned long) segment->p_offset == segment->p_offset)
5238 printf ("0x%6.6lx ", (unsigned long) segment->p_offset);
5239 else
5240 {
5241 print_vma (segment->p_offset, FULL_HEX);
5242 putchar (' ');
5243 }
5244
5245 print_vma (segment->p_vaddr, FULL_HEX);
5246 putchar (' ');
5247 print_vma (segment->p_paddr, FULL_HEX);
5248 putchar (' ');
5249
5250 if ((unsigned long) segment->p_filesz == segment->p_filesz)
5251 printf ("0x%6.6lx ", (unsigned long) segment->p_filesz);
5252 else
5253 {
5254 print_vma (segment->p_filesz, FULL_HEX);
5255 putchar (' ');
5256 }
5257
5258 if ((unsigned long) segment->p_memsz == segment->p_memsz)
5259 printf ("0x%6.6lx", (unsigned long) segment->p_memsz);
5260 else
5261 {
f48e6c45 5262 print_vma (segment->p_memsz, FULL_HEX);
d974e256
JJ
5263 }
5264
5265 printf (" %c%c%c ",
5266 (segment->p_flags & PF_R ? 'R' : ' '),
5267 (segment->p_flags & PF_W ? 'W' : ' '),
5268 (segment->p_flags & PF_X ? 'E' : ' '));
5269
5270 if ((unsigned long) segment->p_align == segment->p_align)
5271 printf ("%#lx", (unsigned long) segment->p_align);
5272 else
5273 {
5274 print_vma (segment->p_align, PREFIX_HEX);
5275 }
5276 }
f7a99963
NC
5277 else
5278 {
5279 print_vma (segment->p_offset, FULL_HEX);
5280 putchar (' ');
5281 print_vma (segment->p_vaddr, FULL_HEX);
5282 putchar (' ');
5283 print_vma (segment->p_paddr, FULL_HEX);
5284 printf ("\n ");
5285 print_vma (segment->p_filesz, FULL_HEX);
5286 putchar (' ');
5287 print_vma (segment->p_memsz, FULL_HEX);
5288 printf (" %c%c%c ",
5289 (segment->p_flags & PF_R ? 'R' : ' '),
5290 (segment->p_flags & PF_W ? 'W' : ' '),
5291 (segment->p_flags & PF_X ? 'E' : ' '));
1d262527 5292 print_vma (segment->p_align, PREFIX_HEX);
f7a99963 5293 }
252b5132 5294
1a9ccd70
NC
5295 putc ('\n', stdout);
5296 }
f54498b4 5297
252b5132
RH
5298 switch (segment->p_type)
5299 {
1a9ccd70 5300 case PT_LOAD:
502d895c
NC
5301#if 0 /* Do not warn about out of order PT_LOAD segments. Although officially
5302 required by the ELF standard, several programs, including the Linux
5303 kernel, make use of non-ordered segments. */
1a9ccd70
NC
5304 if (previous_load
5305 && previous_load->p_vaddr > segment->p_vaddr)
5306 error (_("LOAD segments must be sorted in order of increasing VirtAddr\n"));
502d895c 5307#endif
1a9ccd70
NC
5308 if (segment->p_memsz < segment->p_filesz)
5309 error (_("the segment's file size is larger than its memory size\n"));
5310 previous_load = segment;
5311 break;
5312
5313 case PT_PHDR:
5314 /* PR 20815 - Verify that the program header is loaded into memory. */
5315 if (i > 0 && previous_load != NULL)
5316 error (_("the PHDR segment must occur before any LOAD segment\n"));
dda8d76d 5317 if (filedata->file_header.e_machine != EM_PARISC)
1a9ccd70
NC
5318 {
5319 unsigned int j;
5320
dda8d76d 5321 for (j = 1; j < filedata->file_header.e_phnum; j++)
c0c121b0
AM
5322 {
5323 Elf_Internal_Phdr *load = filedata->program_headers + j;
5324 if (load->p_type == PT_LOAD
5325 && load->p_offset <= segment->p_offset
5326 && (load->p_offset + load->p_filesz
5327 >= segment->p_offset + segment->p_filesz)
5328 && load->p_vaddr <= segment->p_vaddr
5329 && (load->p_vaddr + load->p_filesz
5330 >= segment->p_vaddr + segment->p_filesz))
5331 break;
5332 }
dda8d76d 5333 if (j == filedata->file_header.e_phnum)
1a9ccd70
NC
5334 error (_("the PHDR segment is not covered by a LOAD segment\n"));
5335 }
5336 break;
5337
252b5132 5338 case PT_DYNAMIC:
978c4450 5339 if (filedata->dynamic_addr)
252b5132
RH
5340 error (_("more than one dynamic segment\n"));
5341
20737c13
AM
5342 /* By default, assume that the .dynamic section is the first
5343 section in the DYNAMIC segment. */
978c4450
AM
5344 filedata->dynamic_addr = segment->p_offset;
5345 filedata->dynamic_size = segment->p_filesz;
20737c13 5346
b2d38a17
NC
5347 /* Try to locate the .dynamic section. If there is
5348 a section header table, we can easily locate it. */
dda8d76d 5349 if (filedata->section_headers != NULL)
b2d38a17 5350 {
2cf0635d 5351 Elf_Internal_Shdr * sec;
b2d38a17 5352
dda8d76d 5353 sec = find_section (filedata, ".dynamic");
89fac5e3 5354 if (sec == NULL || sec->sh_size == 0)
b2d38a17 5355 {
28f997cf
TG
5356 /* A corresponding .dynamic section is expected, but on
5357 IA-64/OpenVMS it is OK for it to be missing. */
dda8d76d 5358 if (!is_ia64_vms (filedata))
28f997cf 5359 error (_("no .dynamic section in the dynamic segment\n"));
b2d38a17
NC
5360 break;
5361 }
5362
42bb2e33 5363 if (sec->sh_type == SHT_NOBITS)
20737c13 5364 {
978c4450 5365 filedata->dynamic_size = 0;
20737c13
AM
5366 break;
5367 }
42bb2e33 5368
978c4450
AM
5369 filedata->dynamic_addr = sec->sh_offset;
5370 filedata->dynamic_size = sec->sh_size;
b2d38a17 5371
8ac10c5b
L
5372 /* The PT_DYNAMIC segment, which is used by the run-time
5373 loader, should exactly match the .dynamic section. */
5374 if (do_checks
5375 && (filedata->dynamic_addr != segment->p_offset
5376 || filedata->dynamic_size != segment->p_filesz))
5377 warn (_("\
5378the .dynamic section is not the same as the dynamic segment\n"));
b2d38a17 5379 }
39e224f6
MW
5380
5381 /* PR binutils/17512: Avoid corrupt dynamic section info in the
5382 segment. Check this after matching against the section headers
5383 so we don't warn on debuginfo file (which have NOBITS .dynamic
5384 sections). */
978c4450
AM
5385 if (filedata->dynamic_addr > filedata->file_size
5386 || (filedata->dynamic_size
5387 > filedata->file_size - filedata->dynamic_addr))
39e224f6
MW
5388 {
5389 error (_("the dynamic segment offset + size exceeds the size of the file\n"));
978c4450 5390 filedata->dynamic_addr = filedata->dynamic_size = 0;
39e224f6 5391 }
252b5132
RH
5392 break;
5393
5394 case PT_INTERP:
978c4450
AM
5395 if (fseek (filedata->handle,
5396 filedata->archive_file_offset + (long) segment->p_offset,
fb52b2f4 5397 SEEK_SET))
252b5132
RH
5398 error (_("Unable to find program interpreter name\n"));
5399 else
5400 {
f8eae8b2 5401 char fmt [32];
9495b2e6 5402 int ret = snprintf (fmt, sizeof (fmt), "%%%ds", PATH_MAX - 1);
f8eae8b2
L
5403
5404 if (ret >= (int) sizeof (fmt) || ret < 0)
591a748a 5405 error (_("Internal error: failed to create format string to display program interpreter\n"));
f8eae8b2 5406
978c4450
AM
5407 filedata->program_interpreter[0] = 0;
5408 if (fscanf (filedata->handle, fmt,
5409 filedata->program_interpreter) <= 0)
7bd7b3ef 5410 error (_("Unable to read program interpreter name\n"));
252b5132
RH
5411
5412 if (do_segments)
f54498b4 5413 printf (_(" [Requesting program interpreter: %s]\n"),
978c4450 5414 filedata->program_interpreter);
252b5132
RH
5415 }
5416 break;
5417 }
252b5132
RH
5418 }
5419
dda8d76d
NC
5420 if (do_segments
5421 && filedata->section_headers != NULL
5422 && filedata->string_table != NULL)
252b5132
RH
5423 {
5424 printf (_("\n Section to Segment mapping:\n"));
5425 printf (_(" Segment Sections...\n"));
5426
dda8d76d 5427 for (i = 0; i < filedata->file_header.e_phnum; i++)
252b5132 5428 {
9ad5cbcf 5429 unsigned int j;
2cf0635d 5430 Elf_Internal_Shdr * section;
252b5132 5431
dda8d76d
NC
5432 segment = filedata->program_headers + i;
5433 section = filedata->section_headers + 1;
252b5132
RH
5434
5435 printf (" %2.2d ", i);
5436
dda8d76d 5437 for (j = 1; j < filedata->file_header.e_shnum; j++, section++)
252b5132 5438 {
f4638467
AM
5439 if (!ELF_TBSS_SPECIAL (section, segment)
5440 && ELF_SECTION_IN_SEGMENT_STRICT (section, segment))
dda8d76d 5441 printf ("%s ", printable_section_name (filedata, section));
252b5132
RH
5442 }
5443
5444 putc ('\n',stdout);
5445 }
5446 }
5447
32ec8896 5448 return TRUE;
252b5132
RH
5449}
5450
5451
d93f0186
NC
5452/* Find the file offset corresponding to VMA by using the program headers. */
5453
5454static long
dda8d76d 5455offset_from_vma (Filedata * filedata, bfd_vma vma, bfd_size_type size)
d93f0186 5456{
2cf0635d 5457 Elf_Internal_Phdr * seg;
d93f0186 5458
dda8d76d 5459 if (! get_program_headers (filedata))
d93f0186
NC
5460 {
5461 warn (_("Cannot interpret virtual addresses without program headers.\n"));
5462 return (long) vma;
5463 }
5464
dda8d76d
NC
5465 for (seg = filedata->program_headers;
5466 seg < filedata->program_headers + filedata->file_header.e_phnum;
d93f0186
NC
5467 ++seg)
5468 {
5469 if (seg->p_type != PT_LOAD)
5470 continue;
5471
5472 if (vma >= (seg->p_vaddr & -seg->p_align)
5473 && vma + size <= seg->p_vaddr + seg->p_filesz)
5474 return vma - seg->p_vaddr + seg->p_offset;
5475 }
5476
5477 warn (_("Virtual address 0x%lx not located in any PT_LOAD segment.\n"),
0af1713e 5478 (unsigned long) vma);
d93f0186
NC
5479 return (long) vma;
5480}
5481
5482
dda8d76d
NC
5483/* Allocate memory and load the sections headers into FILEDATA->filedata->section_headers.
5484 If PROBE is true, this is just a probe and we do not generate any error
5485 messages if the load fails. */
049b0c3a
NC
5486
5487static bfd_boolean
dda8d76d 5488get_32bit_section_headers (Filedata * filedata, bfd_boolean probe)
252b5132 5489{
2cf0635d
NC
5490 Elf32_External_Shdr * shdrs;
5491 Elf_Internal_Shdr * internal;
dda8d76d
NC
5492 unsigned int i;
5493 unsigned int size = filedata->file_header.e_shentsize;
5494 unsigned int num = probe ? 1 : filedata->file_header.e_shnum;
049b0c3a
NC
5495
5496 /* PR binutils/17531: Cope with unexpected section header sizes. */
5497 if (size == 0 || num == 0)
5498 return FALSE;
5499 if (size < sizeof * shdrs)
5500 {
5501 if (! probe)
5502 error (_("The e_shentsize field in the ELF header is less than the size of an ELF section header\n"));
5503 return FALSE;
5504 }
5505 if (!probe && size > sizeof * shdrs)
5506 warn (_("The e_shentsize field in the ELF header is larger than the size of an ELF section header\n"));
252b5132 5507
dda8d76d 5508 shdrs = (Elf32_External_Shdr *) get_data (NULL, filedata, filedata->file_header.e_shoff,
049b0c3a
NC
5509 size, num,
5510 probe ? NULL : _("section headers"));
5511 if (shdrs == NULL)
5512 return FALSE;
252b5132 5513
dda8d76d
NC
5514 free (filedata->section_headers);
5515 filedata->section_headers = (Elf_Internal_Shdr *)
5516 cmalloc (num, sizeof (Elf_Internal_Shdr));
5517 if (filedata->section_headers == NULL)
252b5132 5518 {
049b0c3a 5519 if (!probe)
8b73c356 5520 error (_("Out of memory reading %u section headers\n"), num);
e3d39609 5521 free (shdrs);
049b0c3a 5522 return FALSE;
252b5132
RH
5523 }
5524
dda8d76d 5525 for (i = 0, internal = filedata->section_headers;
560f3c1c 5526 i < num;
b34976b6 5527 i++, internal++)
252b5132
RH
5528 {
5529 internal->sh_name = BYTE_GET (shdrs[i].sh_name);
5530 internal->sh_type = BYTE_GET (shdrs[i].sh_type);
5531 internal->sh_flags = BYTE_GET (shdrs[i].sh_flags);
5532 internal->sh_addr = BYTE_GET (shdrs[i].sh_addr);
5533 internal->sh_offset = BYTE_GET (shdrs[i].sh_offset);
5534 internal->sh_size = BYTE_GET (shdrs[i].sh_size);
5535 internal->sh_link = BYTE_GET (shdrs[i].sh_link);
5536 internal->sh_info = BYTE_GET (shdrs[i].sh_info);
5537 internal->sh_addralign = BYTE_GET (shdrs[i].sh_addralign);
5538 internal->sh_entsize = BYTE_GET (shdrs[i].sh_entsize);
315350be
NC
5539 if (!probe && internal->sh_link > num)
5540 warn (_("Section %u has an out of range sh_link value of %u\n"), i, internal->sh_link);
5541 if (!probe && internal->sh_flags & SHF_INFO_LINK && internal->sh_info > num)
5542 warn (_("Section %u has an out of range sh_info value of %u\n"), i, internal->sh_info);
252b5132
RH
5543 }
5544
5545 free (shdrs);
049b0c3a 5546 return TRUE;
252b5132
RH
5547}
5548
dda8d76d
NC
5549/* Like get_32bit_section_headers, except that it fetches 64-bit headers. */
5550
049b0c3a 5551static bfd_boolean
dda8d76d 5552get_64bit_section_headers (Filedata * filedata, bfd_boolean probe)
9ea033b2 5553{
dda8d76d
NC
5554 Elf64_External_Shdr * shdrs;
5555 Elf_Internal_Shdr * internal;
5556 unsigned int i;
5557 unsigned int size = filedata->file_header.e_shentsize;
5558 unsigned int num = probe ? 1 : filedata->file_header.e_shnum;
049b0c3a
NC
5559
5560 /* PR binutils/17531: Cope with unexpected section header sizes. */
5561 if (size == 0 || num == 0)
5562 return FALSE;
dda8d76d 5563
049b0c3a
NC
5564 if (size < sizeof * shdrs)
5565 {
5566 if (! probe)
5567 error (_("The e_shentsize field in the ELF header is less than the size of an ELF section header\n"));
5568 return FALSE;
5569 }
dda8d76d 5570
049b0c3a
NC
5571 if (! probe && size > sizeof * shdrs)
5572 warn (_("The e_shentsize field in the ELF header is larger than the size of an ELF section header\n"));
9ea033b2 5573
dda8d76d
NC
5574 shdrs = (Elf64_External_Shdr *) get_data (NULL, filedata,
5575 filedata->file_header.e_shoff,
049b0c3a
NC
5576 size, num,
5577 probe ? NULL : _("section headers"));
5578 if (shdrs == NULL)
5579 return FALSE;
9ea033b2 5580
dda8d76d
NC
5581 free (filedata->section_headers);
5582 filedata->section_headers = (Elf_Internal_Shdr *)
5583 cmalloc (num, sizeof (Elf_Internal_Shdr));
5584 if (filedata->section_headers == NULL)
9ea033b2 5585 {
049b0c3a 5586 if (! probe)
8b73c356 5587 error (_("Out of memory reading %u section headers\n"), num);
e3d39609 5588 free (shdrs);
049b0c3a 5589 return FALSE;
9ea033b2
NC
5590 }
5591
dda8d76d 5592 for (i = 0, internal = filedata->section_headers;
560f3c1c 5593 i < num;
b34976b6 5594 i++, internal++)
9ea033b2
NC
5595 {
5596 internal->sh_name = BYTE_GET (shdrs[i].sh_name);
5597 internal->sh_type = BYTE_GET (shdrs[i].sh_type);
66543521
AM
5598 internal->sh_flags = BYTE_GET (shdrs[i].sh_flags);
5599 internal->sh_addr = BYTE_GET (shdrs[i].sh_addr);
5600 internal->sh_size = BYTE_GET (shdrs[i].sh_size);
5601 internal->sh_entsize = BYTE_GET (shdrs[i].sh_entsize);
9ea033b2
NC
5602 internal->sh_link = BYTE_GET (shdrs[i].sh_link);
5603 internal->sh_info = BYTE_GET (shdrs[i].sh_info);
5604 internal->sh_offset = BYTE_GET (shdrs[i].sh_offset);
5605 internal->sh_addralign = BYTE_GET (shdrs[i].sh_addralign);
315350be
NC
5606 if (!probe && internal->sh_link > num)
5607 warn (_("Section %u has an out of range sh_link value of %u\n"), i, internal->sh_link);
5608 if (!probe && internal->sh_flags & SHF_INFO_LINK && internal->sh_info > num)
5609 warn (_("Section %u has an out of range sh_info value of %u\n"), i, internal->sh_info);
9ea033b2
NC
5610 }
5611
5612 free (shdrs);
049b0c3a 5613 return TRUE;
9ea033b2
NC
5614}
5615
252b5132 5616static Elf_Internal_Sym *
dda8d76d
NC
5617get_32bit_elf_symbols (Filedata * filedata,
5618 Elf_Internal_Shdr * section,
5619 unsigned long * num_syms_return)
252b5132 5620{
ba5cdace 5621 unsigned long number = 0;
dd24e3da 5622 Elf32_External_Sym * esyms = NULL;
ba5cdace 5623 Elf_External_Sym_Shndx * shndx = NULL;
dd24e3da 5624 Elf_Internal_Sym * isyms = NULL;
2cf0635d 5625 Elf_Internal_Sym * psym;
b34976b6 5626 unsigned int j;
e3d39609 5627 elf_section_list * entry;
252b5132 5628
c9c1d674
EG
5629 if (section->sh_size == 0)
5630 {
5631 if (num_syms_return != NULL)
5632 * num_syms_return = 0;
5633 return NULL;
5634 }
5635
dd24e3da 5636 /* Run some sanity checks first. */
c9c1d674 5637 if (section->sh_entsize == 0 || section->sh_entsize > section->sh_size)
dd24e3da 5638 {
c9c1d674 5639 error (_("Section %s has an invalid sh_entsize of 0x%lx\n"),
dda8d76d
NC
5640 printable_section_name (filedata, section),
5641 (unsigned long) section->sh_entsize);
ba5cdace 5642 goto exit_point;
dd24e3da
NC
5643 }
5644
dda8d76d 5645 if (section->sh_size > filedata->file_size)
f54498b4
NC
5646 {
5647 error (_("Section %s has an invalid sh_size of 0x%lx\n"),
dda8d76d
NC
5648 printable_section_name (filedata, section),
5649 (unsigned long) section->sh_size);
f54498b4
NC
5650 goto exit_point;
5651 }
5652
dd24e3da
NC
5653 number = section->sh_size / section->sh_entsize;
5654
5655 if (number * sizeof (Elf32_External_Sym) > section->sh_size + 1)
5656 {
c9c1d674 5657 error (_("Size (0x%lx) of section %s is not a multiple of its sh_entsize (0x%lx)\n"),
8066deb1 5658 (unsigned long) section->sh_size,
dda8d76d 5659 printable_section_name (filedata, section),
8066deb1 5660 (unsigned long) section->sh_entsize);
ba5cdace 5661 goto exit_point;
dd24e3da
NC
5662 }
5663
dda8d76d 5664 esyms = (Elf32_External_Sym *) get_data (NULL, filedata, section->sh_offset, 1,
3f5e193b 5665 section->sh_size, _("symbols"));
dd24e3da 5666 if (esyms == NULL)
ba5cdace 5667 goto exit_point;
252b5132 5668
e3d39609 5669 shndx = NULL;
978c4450 5670 for (entry = filedata->symtab_shndx_list; entry != NULL; entry = entry->next)
e3d39609
NC
5671 {
5672 if (entry->hdr->sh_link != (unsigned long) (section - filedata->section_headers))
5673 continue;
5674
5675 if (shndx != NULL)
5676 {
5677 error (_("Multiple symbol table index sections associated with the same symbol section\n"));
5678 free (shndx);
5679 }
5680
5681 shndx = (Elf_External_Sym_Shndx *) get_data (NULL, filedata,
5682 entry->hdr->sh_offset,
5683 1, entry->hdr->sh_size,
5684 _("symbol table section indices"));
5685 if (shndx == NULL)
5686 goto exit_point;
5687
5688 /* PR17531: file: heap-buffer-overflow */
5689 if (entry->hdr->sh_size / sizeof (Elf_External_Sym_Shndx) < number)
5690 {
5691 error (_("Index section %s has an sh_size of 0x%lx - expected 0x%lx\n"),
5692 printable_section_name (filedata, entry->hdr),
5693 (unsigned long) entry->hdr->sh_size,
5694 (unsigned long) section->sh_size);
5695 goto exit_point;
c9c1d674 5696 }
e3d39609 5697 }
9ad5cbcf 5698
3f5e193b 5699 isyms = (Elf_Internal_Sym *) cmalloc (number, sizeof (Elf_Internal_Sym));
252b5132
RH
5700
5701 if (isyms == NULL)
5702 {
8b73c356
NC
5703 error (_("Out of memory reading %lu symbols\n"),
5704 (unsigned long) number);
dd24e3da 5705 goto exit_point;
252b5132
RH
5706 }
5707
dd24e3da 5708 for (j = 0, psym = isyms; j < number; j++, psym++)
252b5132
RH
5709 {
5710 psym->st_name = BYTE_GET (esyms[j].st_name);
5711 psym->st_value = BYTE_GET (esyms[j].st_value);
5712 psym->st_size = BYTE_GET (esyms[j].st_size);
5713 psym->st_shndx = BYTE_GET (esyms[j].st_shndx);
4fbb74a6 5714 if (psym->st_shndx == (SHN_XINDEX & 0xffff) && shndx != NULL)
9ad5cbcf
AM
5715 psym->st_shndx
5716 = byte_get ((unsigned char *) &shndx[j], sizeof (shndx[j]));
4fbb74a6
AM
5717 else if (psym->st_shndx >= (SHN_LORESERVE & 0xffff))
5718 psym->st_shndx += SHN_LORESERVE - (SHN_LORESERVE & 0xffff);
252b5132
RH
5719 psym->st_info = BYTE_GET (esyms[j].st_info);
5720 psym->st_other = BYTE_GET (esyms[j].st_other);
5721 }
5722
dd24e3da 5723 exit_point:
e3d39609
NC
5724 free (shndx);
5725 free (esyms);
252b5132 5726
ba5cdace
NC
5727 if (num_syms_return != NULL)
5728 * num_syms_return = isyms == NULL ? 0 : number;
5729
252b5132
RH
5730 return isyms;
5731}
5732
9ea033b2 5733static Elf_Internal_Sym *
dda8d76d
NC
5734get_64bit_elf_symbols (Filedata * filedata,
5735 Elf_Internal_Shdr * section,
5736 unsigned long * num_syms_return)
9ea033b2 5737{
ba5cdace
NC
5738 unsigned long number = 0;
5739 Elf64_External_Sym * esyms = NULL;
5740 Elf_External_Sym_Shndx * shndx = NULL;
5741 Elf_Internal_Sym * isyms = NULL;
2cf0635d 5742 Elf_Internal_Sym * psym;
b34976b6 5743 unsigned int j;
e3d39609 5744 elf_section_list * entry;
9ea033b2 5745
c9c1d674
EG
5746 if (section->sh_size == 0)
5747 {
5748 if (num_syms_return != NULL)
5749 * num_syms_return = 0;
5750 return NULL;
5751 }
5752
dd24e3da 5753 /* Run some sanity checks first. */
c9c1d674 5754 if (section->sh_entsize == 0 || section->sh_entsize > section->sh_size)
dd24e3da 5755 {
c9c1d674 5756 error (_("Section %s has an invalid sh_entsize of 0x%lx\n"),
dda8d76d 5757 printable_section_name (filedata, section),
8066deb1 5758 (unsigned long) section->sh_entsize);
ba5cdace 5759 goto exit_point;
dd24e3da
NC
5760 }
5761
dda8d76d 5762 if (section->sh_size > filedata->file_size)
f54498b4
NC
5763 {
5764 error (_("Section %s has an invalid sh_size of 0x%lx\n"),
dda8d76d 5765 printable_section_name (filedata, section),
8066deb1 5766 (unsigned long) section->sh_size);
f54498b4
NC
5767 goto exit_point;
5768 }
5769
dd24e3da
NC
5770 number = section->sh_size / section->sh_entsize;
5771
5772 if (number * sizeof (Elf64_External_Sym) > section->sh_size + 1)
5773 {
c9c1d674 5774 error (_("Size (0x%lx) of section %s is not a multiple of its sh_entsize (0x%lx)\n"),
8066deb1 5775 (unsigned long) section->sh_size,
dda8d76d 5776 printable_section_name (filedata, section),
8066deb1 5777 (unsigned long) section->sh_entsize);
ba5cdace 5778 goto exit_point;
dd24e3da
NC
5779 }
5780
dda8d76d 5781 esyms = (Elf64_External_Sym *) get_data (NULL, filedata, section->sh_offset, 1,
3f5e193b 5782 section->sh_size, _("symbols"));
a6e9f9df 5783 if (!esyms)
ba5cdace 5784 goto exit_point;
9ea033b2 5785
e3d39609 5786 shndx = NULL;
978c4450 5787 for (entry = filedata->symtab_shndx_list; entry != NULL; entry = entry->next)
e3d39609
NC
5788 {
5789 if (entry->hdr->sh_link != (unsigned long) (section - filedata->section_headers))
5790 continue;
5791
5792 if (shndx != NULL)
5793 {
5794 error (_("Multiple symbol table index sections associated with the same symbol section\n"));
5795 free (shndx);
c9c1d674 5796 }
e3d39609
NC
5797
5798 shndx = (Elf_External_Sym_Shndx *) get_data (NULL, filedata,
5799 entry->hdr->sh_offset,
5800 1, entry->hdr->sh_size,
5801 _("symbol table section indices"));
5802 if (shndx == NULL)
5803 goto exit_point;
5804
5805 /* PR17531: file: heap-buffer-overflow */
5806 if (entry->hdr->sh_size / sizeof (Elf_External_Sym_Shndx) < number)
5807 {
5808 error (_("Index section %s has an sh_size of 0x%lx - expected 0x%lx\n"),
5809 printable_section_name (filedata, entry->hdr),
5810 (unsigned long) entry->hdr->sh_size,
5811 (unsigned long) section->sh_size);
5812 goto exit_point;
5813 }
5814 }
9ad5cbcf 5815
3f5e193b 5816 isyms = (Elf_Internal_Sym *) cmalloc (number, sizeof (Elf_Internal_Sym));
9ea033b2
NC
5817
5818 if (isyms == NULL)
5819 {
8b73c356
NC
5820 error (_("Out of memory reading %lu symbols\n"),
5821 (unsigned long) number);
ba5cdace 5822 goto exit_point;
9ea033b2
NC
5823 }
5824
ba5cdace 5825 for (j = 0, psym = isyms; j < number; j++, psym++)
9ea033b2
NC
5826 {
5827 psym->st_name = BYTE_GET (esyms[j].st_name);
5828 psym->st_info = BYTE_GET (esyms[j].st_info);
5829 psym->st_other = BYTE_GET (esyms[j].st_other);
5830 psym->st_shndx = BYTE_GET (esyms[j].st_shndx);
ba5cdace 5831
4fbb74a6 5832 if (psym->st_shndx == (SHN_XINDEX & 0xffff) && shndx != NULL)
9ad5cbcf
AM
5833 psym->st_shndx
5834 = byte_get ((unsigned char *) &shndx[j], sizeof (shndx[j]));
4fbb74a6
AM
5835 else if (psym->st_shndx >= (SHN_LORESERVE & 0xffff))
5836 psym->st_shndx += SHN_LORESERVE - (SHN_LORESERVE & 0xffff);
ba5cdace 5837
66543521
AM
5838 psym->st_value = BYTE_GET (esyms[j].st_value);
5839 psym->st_size = BYTE_GET (esyms[j].st_size);
9ea033b2
NC
5840 }
5841
ba5cdace 5842 exit_point:
e3d39609
NC
5843 free (shndx);
5844 free (esyms);
ba5cdace
NC
5845
5846 if (num_syms_return != NULL)
5847 * num_syms_return = isyms == NULL ? 0 : number;
9ea033b2
NC
5848
5849 return isyms;
5850}
5851
d1133906 5852static const char *
dda8d76d 5853get_elf_section_flags (Filedata * filedata, bfd_vma sh_flags)
d1133906 5854{
5477e8a0 5855 static char buff[1024];
2cf0635d 5856 char * p = buff;
32ec8896
NC
5857 unsigned int field_size = is_32bit_elf ? 8 : 16;
5858 signed int sindex;
5859 unsigned int size = sizeof (buff) - (field_size + 4 + 1);
8d5ff12c
L
5860 bfd_vma os_flags = 0;
5861 bfd_vma proc_flags = 0;
5862 bfd_vma unknown_flags = 0;
148b93f2 5863 static const struct
5477e8a0 5864 {
2cf0635d 5865 const char * str;
32ec8896 5866 unsigned int len;
5477e8a0
L
5867 }
5868 flags [] =
5869 {
cfcac11d
NC
5870 /* 0 */ { STRING_COMMA_LEN ("WRITE") },
5871 /* 1 */ { STRING_COMMA_LEN ("ALLOC") },
5872 /* 2 */ { STRING_COMMA_LEN ("EXEC") },
5873 /* 3 */ { STRING_COMMA_LEN ("MERGE") },
5874 /* 4 */ { STRING_COMMA_LEN ("STRINGS") },
5875 /* 5 */ { STRING_COMMA_LEN ("INFO LINK") },
5876 /* 6 */ { STRING_COMMA_LEN ("LINK ORDER") },
5877 /* 7 */ { STRING_COMMA_LEN ("OS NONCONF") },
5878 /* 8 */ { STRING_COMMA_LEN ("GROUP") },
5879 /* 9 */ { STRING_COMMA_LEN ("TLS") },
5880 /* IA-64 specific. */
5881 /* 10 */ { STRING_COMMA_LEN ("SHORT") },
5882 /* 11 */ { STRING_COMMA_LEN ("NORECOV") },
5883 /* IA-64 OpenVMS specific. */
5884 /* 12 */ { STRING_COMMA_LEN ("VMS_GLOBAL") },
5885 /* 13 */ { STRING_COMMA_LEN ("VMS_OVERLAID") },
5886 /* 14 */ { STRING_COMMA_LEN ("VMS_SHARED") },
5887 /* 15 */ { STRING_COMMA_LEN ("VMS_VECTOR") },
5888 /* 16 */ { STRING_COMMA_LEN ("VMS_ALLOC_64BIT") },
5889 /* 17 */ { STRING_COMMA_LEN ("VMS_PROTECTED") },
18ae9cc1 5890 /* Generic. */
cfcac11d 5891 /* 18 */ { STRING_COMMA_LEN ("EXCLUDE") },
18ae9cc1 5892 /* SPARC specific. */
77115a4a 5893 /* 19 */ { STRING_COMMA_LEN ("ORDERED") },
ac4c9b04
MG
5894 /* 20 */ { STRING_COMMA_LEN ("COMPRESSED") },
5895 /* ARM specific. */
5896 /* 21 */ { STRING_COMMA_LEN ("ENTRYSECT") },
f0728ee3 5897 /* 22 */ { STRING_COMMA_LEN ("ARM_PURECODE") },
a91e1603
L
5898 /* 23 */ { STRING_COMMA_LEN ("COMDEF") },
5899 /* GNU specific. */
5900 /* 24 */ { STRING_COMMA_LEN ("GNU_MBIND") },
83eef883
AFB
5901 /* VLE specific. */
5902 /* 25 */ { STRING_COMMA_LEN ("VLE") },
5477e8a0
L
5903 };
5904
5905 if (do_section_details)
5906 {
8d5ff12c
L
5907 sprintf (buff, "[%*.*lx]: ",
5908 field_size, field_size, (unsigned long) sh_flags);
5909 p += field_size + 4;
5477e8a0 5910 }
76da6bbe 5911
d1133906
NC
5912 while (sh_flags)
5913 {
5914 bfd_vma flag;
5915
5916 flag = sh_flags & - sh_flags;
5917 sh_flags &= ~ flag;
76da6bbe 5918
5477e8a0 5919 if (do_section_details)
d1133906 5920 {
5477e8a0
L
5921 switch (flag)
5922 {
91d6fa6a
NC
5923 case SHF_WRITE: sindex = 0; break;
5924 case SHF_ALLOC: sindex = 1; break;
5925 case SHF_EXECINSTR: sindex = 2; break;
5926 case SHF_MERGE: sindex = 3; break;
5927 case SHF_STRINGS: sindex = 4; break;
5928 case SHF_INFO_LINK: sindex = 5; break;
5929 case SHF_LINK_ORDER: sindex = 6; break;
5930 case SHF_OS_NONCONFORMING: sindex = 7; break;
5931 case SHF_GROUP: sindex = 8; break;
5932 case SHF_TLS: sindex = 9; break;
18ae9cc1 5933 case SHF_EXCLUDE: sindex = 18; break;
77115a4a 5934 case SHF_COMPRESSED: sindex = 20; break;
a91e1603 5935 case SHF_GNU_MBIND: sindex = 24; break;
76da6bbe 5936
5477e8a0 5937 default:
91d6fa6a 5938 sindex = -1;
dda8d76d 5939 switch (filedata->file_header.e_machine)
148b93f2 5940 {
cfcac11d 5941 case EM_IA_64:
148b93f2 5942 if (flag == SHF_IA_64_SHORT)
91d6fa6a 5943 sindex = 10;
148b93f2 5944 else if (flag == SHF_IA_64_NORECOV)
91d6fa6a 5945 sindex = 11;
148b93f2 5946#ifdef BFD64
dda8d76d 5947 else if (filedata->file_header.e_ident[EI_OSABI] == ELFOSABI_OPENVMS)
148b93f2
NC
5948 switch (flag)
5949 {
91d6fa6a
NC
5950 case SHF_IA_64_VMS_GLOBAL: sindex = 12; break;
5951 case SHF_IA_64_VMS_OVERLAID: sindex = 13; break;
5952 case SHF_IA_64_VMS_SHARED: sindex = 14; break;
5953 case SHF_IA_64_VMS_VECTOR: sindex = 15; break;
5954 case SHF_IA_64_VMS_ALLOC_64BIT: sindex = 16; break;
5955 case SHF_IA_64_VMS_PROTECTED: sindex = 17; break;
148b93f2
NC
5956 default: break;
5957 }
5958#endif
cfcac11d
NC
5959 break;
5960
caa83f8b 5961 case EM_386:
22abe556 5962 case EM_IAMCU:
caa83f8b 5963 case EM_X86_64:
7f502d6c 5964 case EM_L1OM:
7a9068fe 5965 case EM_K1OM:
cfcac11d
NC
5966 case EM_OLD_SPARCV9:
5967 case EM_SPARC32PLUS:
5968 case EM_SPARCV9:
5969 case EM_SPARC:
18ae9cc1 5970 if (flag == SHF_ORDERED)
91d6fa6a 5971 sindex = 19;
cfcac11d 5972 break;
ac4c9b04
MG
5973
5974 case EM_ARM:
5975 switch (flag)
5976 {
5977 case SHF_ENTRYSECT: sindex = 21; break;
f0728ee3 5978 case SHF_ARM_PURECODE: sindex = 22; break;
ac4c9b04
MG
5979 case SHF_COMDEF: sindex = 23; break;
5980 default: break;
5981 }
5982 break;
83eef883
AFB
5983 case EM_PPC:
5984 if (flag == SHF_PPC_VLE)
5985 sindex = 25;
5986 break;
ac4c9b04 5987
cfcac11d
NC
5988 default:
5989 break;
148b93f2 5990 }
5477e8a0
L
5991 }
5992
91d6fa6a 5993 if (sindex != -1)
5477e8a0 5994 {
8d5ff12c
L
5995 if (p != buff + field_size + 4)
5996 {
5997 if (size < (10 + 2))
bee0ee85
NC
5998 {
5999 warn (_("Internal error: not enough buffer room for section flag info"));
6000 return _("<unknown>");
6001 }
8d5ff12c
L
6002 size -= 2;
6003 *p++ = ',';
6004 *p++ = ' ';
6005 }
6006
91d6fa6a
NC
6007 size -= flags [sindex].len;
6008 p = stpcpy (p, flags [sindex].str);
5477e8a0 6009 }
3b22753a 6010 else if (flag & SHF_MASKOS)
8d5ff12c 6011 os_flags |= flag;
d1133906 6012 else if (flag & SHF_MASKPROC)
8d5ff12c 6013 proc_flags |= flag;
d1133906 6014 else
8d5ff12c 6015 unknown_flags |= flag;
5477e8a0
L
6016 }
6017 else
6018 {
6019 switch (flag)
6020 {
6021 case SHF_WRITE: *p = 'W'; break;
6022 case SHF_ALLOC: *p = 'A'; break;
6023 case SHF_EXECINSTR: *p = 'X'; break;
6024 case SHF_MERGE: *p = 'M'; break;
6025 case SHF_STRINGS: *p = 'S'; break;
6026 case SHF_INFO_LINK: *p = 'I'; break;
6027 case SHF_LINK_ORDER: *p = 'L'; break;
6028 case SHF_OS_NONCONFORMING: *p = 'O'; break;
6029 case SHF_GROUP: *p = 'G'; break;
6030 case SHF_TLS: *p = 'T'; break;
18ae9cc1 6031 case SHF_EXCLUDE: *p = 'E'; break;
77115a4a 6032 case SHF_COMPRESSED: *p = 'C'; break;
a91e1603 6033 case SHF_GNU_MBIND: *p = 'D'; break;
5477e8a0
L
6034
6035 default:
dda8d76d
NC
6036 if ((filedata->file_header.e_machine == EM_X86_64
6037 || filedata->file_header.e_machine == EM_L1OM
6038 || filedata->file_header.e_machine == EM_K1OM)
5477e8a0
L
6039 && flag == SHF_X86_64_LARGE)
6040 *p = 'l';
dda8d76d 6041 else if (filedata->file_header.e_machine == EM_ARM
f0728ee3 6042 && flag == SHF_ARM_PURECODE)
91f68a68 6043 *p = 'y';
dda8d76d 6044 else if (filedata->file_header.e_machine == EM_PPC
83eef883
AFB
6045 && flag == SHF_PPC_VLE)
6046 *p = 'v';
5477e8a0
L
6047 else if (flag & SHF_MASKOS)
6048 {
6049 *p = 'o';
6050 sh_flags &= ~ SHF_MASKOS;
6051 }
6052 else if (flag & SHF_MASKPROC)
6053 {
6054 *p = 'p';
6055 sh_flags &= ~ SHF_MASKPROC;
6056 }
6057 else
6058 *p = 'x';
6059 break;
6060 }
6061 p++;
d1133906
NC
6062 }
6063 }
76da6bbe 6064
8d5ff12c
L
6065 if (do_section_details)
6066 {
6067 if (os_flags)
6068 {
6069 size -= 5 + field_size;
6070 if (p != buff + field_size + 4)
6071 {
6072 if (size < (2 + 1))
bee0ee85
NC
6073 {
6074 warn (_("Internal error: not enough buffer room for section flag info"));
6075 return _("<unknown>");
6076 }
8d5ff12c
L
6077 size -= 2;
6078 *p++ = ',';
6079 *p++ = ' ';
6080 }
6081 sprintf (p, "OS (%*.*lx)", field_size, field_size,
6082 (unsigned long) os_flags);
6083 p += 5 + field_size;
6084 }
6085 if (proc_flags)
6086 {
6087 size -= 7 + field_size;
6088 if (p != buff + field_size + 4)
6089 {
6090 if (size < (2 + 1))
bee0ee85
NC
6091 {
6092 warn (_("Internal error: not enough buffer room for section flag info"));
6093 return _("<unknown>");
6094 }
8d5ff12c
L
6095 size -= 2;
6096 *p++ = ',';
6097 *p++ = ' ';
6098 }
6099 sprintf (p, "PROC (%*.*lx)", field_size, field_size,
6100 (unsigned long) proc_flags);
6101 p += 7 + field_size;
6102 }
6103 if (unknown_flags)
6104 {
6105 size -= 10 + field_size;
6106 if (p != buff + field_size + 4)
6107 {
6108 if (size < (2 + 1))
bee0ee85
NC
6109 {
6110 warn (_("Internal error: not enough buffer room for section flag info"));
6111 return _("<unknown>");
6112 }
8d5ff12c
L
6113 size -= 2;
6114 *p++ = ',';
6115 *p++ = ' ';
6116 }
2b692964 6117 sprintf (p, _("UNKNOWN (%*.*lx)"), field_size, field_size,
8d5ff12c
L
6118 (unsigned long) unknown_flags);
6119 p += 10 + field_size;
6120 }
6121 }
6122
e9e44622 6123 *p = '\0';
d1133906
NC
6124 return buff;
6125}
6126
5844b465 6127static unsigned int ATTRIBUTE_WARN_UNUSED_RESULT
ebdf1ebf 6128get_compression_header (Elf_Internal_Chdr *chdr, unsigned char *buf, bfd_size_type size)
77115a4a
L
6129{
6130 if (is_32bit_elf)
6131 {
6132 Elf32_External_Chdr *echdr = (Elf32_External_Chdr *) buf;
d8024a91 6133
ebdf1ebf
NC
6134 if (size < sizeof (* echdr))
6135 {
6136 error (_("Compressed section is too small even for a compression header\n"));
6137 return 0;
6138 }
6139
77115a4a
L
6140 chdr->ch_type = BYTE_GET (echdr->ch_type);
6141 chdr->ch_size = BYTE_GET (echdr->ch_size);
6142 chdr->ch_addralign = BYTE_GET (echdr->ch_addralign);
6143 return sizeof (*echdr);
6144 }
6145 else
6146 {
6147 Elf64_External_Chdr *echdr = (Elf64_External_Chdr *) buf;
d8024a91 6148
ebdf1ebf
NC
6149 if (size < sizeof (* echdr))
6150 {
6151 error (_("Compressed section is too small even for a compression header\n"));
6152 return 0;
6153 }
6154
77115a4a
L
6155 chdr->ch_type = BYTE_GET (echdr->ch_type);
6156 chdr->ch_size = BYTE_GET (echdr->ch_size);
6157 chdr->ch_addralign = BYTE_GET (echdr->ch_addralign);
6158 return sizeof (*echdr);
6159 }
6160}
6161
32ec8896 6162static bfd_boolean
dda8d76d 6163process_section_headers (Filedata * filedata)
252b5132 6164{
2cf0635d 6165 Elf_Internal_Shdr * section;
b34976b6 6166 unsigned int i;
252b5132 6167
8fb879cd 6168 free (filedata->section_headers);
dda8d76d 6169 filedata->section_headers = NULL;
978c4450
AM
6170 free (filedata->dynamic_symbols);
6171 filedata->dynamic_symbols = NULL;
6172 filedata->num_dynamic_syms = 0;
6173 free (filedata->dynamic_strings);
6174 filedata->dynamic_strings = NULL;
6175 filedata->dynamic_strings_length = 0;
6176 free (filedata->dynamic_syminfo);
6177 filedata->dynamic_syminfo = NULL;
6178 while (filedata->symtab_shndx_list != NULL)
8ff66993 6179 {
978c4450
AM
6180 elf_section_list *next = filedata->symtab_shndx_list->next;
6181 free (filedata->symtab_shndx_list);
6182 filedata->symtab_shndx_list = next;
8ff66993 6183 }
252b5132 6184
dda8d76d 6185 if (filedata->file_header.e_shnum == 0)
252b5132 6186 {
82f2dbf7 6187 /* PR binutils/12467. */
dda8d76d 6188 if (filedata->file_header.e_shoff != 0)
32ec8896
NC
6189 {
6190 warn (_("possibly corrupt ELF file header - it has a non-zero"
6191 " section header offset, but no section headers\n"));
6192 return FALSE;
6193 }
82f2dbf7 6194 else if (do_sections)
252b5132
RH
6195 printf (_("\nThere are no sections in this file.\n"));
6196
32ec8896 6197 return TRUE;
252b5132
RH
6198 }
6199
6200 if (do_sections && !do_header)
d3a49aa8
AM
6201 printf (ngettext ("There is %d section header, "
6202 "starting at offset 0x%lx:\n",
6203 "There are %d section headers, "
6204 "starting at offset 0x%lx:\n",
dda8d76d
NC
6205 filedata->file_header.e_shnum),
6206 filedata->file_header.e_shnum,
6207 (unsigned long) filedata->file_header.e_shoff);
252b5132 6208
9ea033b2
NC
6209 if (is_32bit_elf)
6210 {
dda8d76d 6211 if (! get_32bit_section_headers (filedata, FALSE))
32ec8896
NC
6212 return FALSE;
6213 }
6214 else
6215 {
dda8d76d 6216 if (! get_64bit_section_headers (filedata, FALSE))
32ec8896 6217 return FALSE;
9ea033b2 6218 }
252b5132
RH
6219
6220 /* Read in the string table, so that we have names to display. */
dda8d76d
NC
6221 if (filedata->file_header.e_shstrndx != SHN_UNDEF
6222 && filedata->file_header.e_shstrndx < filedata->file_header.e_shnum)
252b5132 6223 {
dda8d76d 6224 section = filedata->section_headers + filedata->file_header.e_shstrndx;
d40ac9bd 6225
c256ffe7
JJ
6226 if (section->sh_size != 0)
6227 {
dda8d76d
NC
6228 filedata->string_table = (char *) get_data (NULL, filedata, section->sh_offset,
6229 1, section->sh_size,
6230 _("string table"));
0de14b54 6231
dda8d76d 6232 filedata->string_table_length = filedata->string_table != NULL ? section->sh_size : 0;
c256ffe7 6233 }
252b5132
RH
6234 }
6235
6236 /* Scan the sections for the dynamic symbol table
e3c8793a 6237 and dynamic string table and debug sections. */
89fac5e3 6238 eh_addr_size = is_32bit_elf ? 4 : 8;
dda8d76d 6239 switch (filedata->file_header.e_machine)
89fac5e3
RS
6240 {
6241 case EM_MIPS:
6242 case EM_MIPS_RS3_LE:
6243 /* The 64-bit MIPS EABI uses a combination of 32-bit ELF and 64-bit
6244 FDE addresses. However, the ABI also has a semi-official ILP32
6245 variant for which the normal FDE address size rules apply.
6246
6247 GCC 4.0 marks EABI64 objects with a dummy .gcc_compiled_longXX
6248 section, where XX is the size of longs in bits. Unfortunately,
6249 earlier compilers provided no way of distinguishing ILP32 objects
6250 from LP64 objects, so if there's any doubt, we should assume that
6251 the official LP64 form is being used. */
dda8d76d
NC
6252 if ((filedata->file_header.e_flags & EF_MIPS_ABI) == E_MIPS_ABI_EABI64
6253 && find_section (filedata, ".gcc_compiled_long32") == NULL)
89fac5e3
RS
6254 eh_addr_size = 8;
6255 break;
0f56a26a
DD
6256
6257 case EM_H8_300:
6258 case EM_H8_300H:
dda8d76d 6259 switch (filedata->file_header.e_flags & EF_H8_MACH)
0f56a26a
DD
6260 {
6261 case E_H8_MACH_H8300:
6262 case E_H8_MACH_H8300HN:
6263 case E_H8_MACH_H8300SN:
6264 case E_H8_MACH_H8300SXN:
6265 eh_addr_size = 2;
6266 break;
6267 case E_H8_MACH_H8300H:
6268 case E_H8_MACH_H8300S:
6269 case E_H8_MACH_H8300SX:
6270 eh_addr_size = 4;
6271 break;
6272 }
f4236fe4
DD
6273 break;
6274
ff7eeb89 6275 case EM_M32C_OLD:
f4236fe4 6276 case EM_M32C:
dda8d76d 6277 switch (filedata->file_header.e_flags & EF_M32C_CPU_MASK)
f4236fe4
DD
6278 {
6279 case EF_M32C_CPU_M16C:
6280 eh_addr_size = 2;
6281 break;
6282 }
6283 break;
89fac5e3
RS
6284 }
6285
76ca31c0
NC
6286#define CHECK_ENTSIZE_VALUES(section, i, size32, size64) \
6287 do \
6288 { \
6289 bfd_size_type expected_entsize = is_32bit_elf ? size32 : size64; \
6290 if (section->sh_entsize != expected_entsize) \
9dd3a467 6291 { \
76ca31c0
NC
6292 char buf[40]; \
6293 sprintf_vma (buf, section->sh_entsize); \
6294 /* Note: coded this way so that there is a single string for \
6295 translation. */ \
6296 error (_("Section %d has invalid sh_entsize of %s\n"), i, buf); \
6297 error (_("(Using the expected size of %u for the rest of this dump)\n"), \
6298 (unsigned) expected_entsize); \
9dd3a467 6299 section->sh_entsize = expected_entsize; \
76ca31c0
NC
6300 } \
6301 } \
08d8fa11 6302 while (0)
9dd3a467
NC
6303
6304#define CHECK_ENTSIZE(section, i, type) \
1b513401 6305 CHECK_ENTSIZE_VALUES (section, i, sizeof (Elf32_External_##type), \
08d8fa11
JJ
6306 sizeof (Elf64_External_##type))
6307
dda8d76d
NC
6308 for (i = 0, section = filedata->section_headers;
6309 i < filedata->file_header.e_shnum;
b34976b6 6310 i++, section++)
252b5132 6311 {
2cf0635d 6312 char * name = SECTION_NAME (section);
252b5132 6313
1b513401
NC
6314 /* Run some sanity checks on the headers and
6315 possibly fill in some file data as well. */
6316 switch (section->sh_type)
252b5132 6317 {
1b513401 6318 case SHT_DYNSYM:
978c4450 6319 if (filedata->dynamic_symbols != NULL)
252b5132
RH
6320 {
6321 error (_("File contains multiple dynamic symbol tables\n"));
6322 continue;
6323 }
6324
08d8fa11 6325 CHECK_ENTSIZE (section, i, Sym);
978c4450
AM
6326 filedata->dynamic_symbols
6327 = GET_ELF_SYMBOLS (filedata, section, &filedata->num_dynamic_syms);
8ac10c5b 6328 filedata->dynamic_symtab_section = section;
1b513401
NC
6329 break;
6330
6331 case SHT_STRTAB:
6332 if (streq (name, ".dynstr"))
252b5132 6333 {
1b513401
NC
6334 if (filedata->dynamic_strings != NULL)
6335 {
6336 error (_("File contains multiple dynamic string tables\n"));
6337 continue;
6338 }
6339
6340 filedata->dynamic_strings
6341 = (char *) get_data (NULL, filedata, section->sh_offset,
6342 1, section->sh_size, _("dynamic strings"));
6343 filedata->dynamic_strings_length
6344 = filedata->dynamic_strings == NULL ? 0 : section->sh_size;
8ac10c5b 6345 filedata->dynamic_strtab_section = section;
252b5132 6346 }
1b513401
NC
6347 break;
6348
6349 case SHT_SYMTAB_SHNDX:
6350 {
6351 elf_section_list * entry = xmalloc (sizeof * entry);
6352
6353 entry->hdr = section;
6354 entry->next = filedata->symtab_shndx_list;
6355 filedata->symtab_shndx_list = entry;
6356 }
6357 break;
6358
6359 case SHT_SYMTAB:
6360 CHECK_ENTSIZE (section, i, Sym);
6361 break;
6362
6363 case SHT_GROUP:
6364 CHECK_ENTSIZE_VALUES (section, i, GRP_ENTRY_SIZE, GRP_ENTRY_SIZE);
6365 break;
252b5132 6366
1b513401
NC
6367 case SHT_REL:
6368 CHECK_ENTSIZE (section, i, Rel);
546cb2d8 6369 if (do_checks && section->sh_size == 0)
1b513401
NC
6370 warn (_("Section '%s': zero-sized relocation section\n"), name);
6371 break;
6372
6373 case SHT_RELA:
6374 CHECK_ENTSIZE (section, i, Rela);
546cb2d8 6375 if (do_checks && section->sh_size == 0)
1b513401
NC
6376 warn (_("Section '%s': zero-sized relocation section\n"), name);
6377 break;
6378
6379 case SHT_NOTE:
6380 case SHT_PROGBITS:
546cb2d8
NC
6381 /* Having a zero sized section is not illegal according to the
6382 ELF standard, but it might be an indication that something
6383 is wrong. So issue a warning if we are running in lint mode. */
6384 if (do_checks && section->sh_size == 0)
1b513401
NC
6385 warn (_("Section '%s': has a size of zero - is this intended ?\n"), name);
6386 break;
6387
6388 default:
6389 break;
6390 }
6391
6392 if ((do_debugging || do_debug_info || do_debug_abbrevs
6393 || do_debug_lines || do_debug_pubnames || do_debug_pubtypes
6394 || do_debug_aranges || do_debug_frames || do_debug_macinfo
e4b7104b 6395 || do_debug_str || do_debug_str_offsets || do_debug_loc || do_debug_ranges
1b513401
NC
6396 || do_debug_addr || do_debug_cu_index || do_debug_links)
6397 && (const_strneq (name, ".debug_")
6398 || const_strneq (name, ".zdebug_")))
252b5132 6399 {
1b315056
CS
6400 if (name[1] == 'z')
6401 name += sizeof (".zdebug_") - 1;
6402 else
6403 name += sizeof (".debug_") - 1;
252b5132
RH
6404
6405 if (do_debugging
4723351a
CC
6406 || (do_debug_info && const_strneq (name, "info"))
6407 || (do_debug_info && const_strneq (name, "types"))
6408 || (do_debug_abbrevs && const_strneq (name, "abbrev"))
b40bf0a2
NC
6409 || (do_debug_lines && strcmp (name, "line") == 0)
6410 || (do_debug_lines && const_strneq (name, "line."))
4723351a
CC
6411 || (do_debug_pubnames && const_strneq (name, "pubnames"))
6412 || (do_debug_pubtypes && const_strneq (name, "pubtypes"))
459d52c8
DE
6413 || (do_debug_pubnames && const_strneq (name, "gnu_pubnames"))
6414 || (do_debug_pubtypes && const_strneq (name, "gnu_pubtypes"))
4723351a
CC
6415 || (do_debug_aranges && const_strneq (name, "aranges"))
6416 || (do_debug_ranges && const_strneq (name, "ranges"))
77145576 6417 || (do_debug_ranges && const_strneq (name, "rnglists"))
4723351a
CC
6418 || (do_debug_frames && const_strneq (name, "frame"))
6419 || (do_debug_macinfo && const_strneq (name, "macinfo"))
6420 || (do_debug_macinfo && const_strneq (name, "macro"))
6421 || (do_debug_str && const_strneq (name, "str"))
e4b7104b 6422 || (do_debug_str_offsets && const_strneq (name, "str_offsets"))
4723351a 6423 || (do_debug_loc && const_strneq (name, "loc"))
77145576 6424 || (do_debug_loc && const_strneq (name, "loclists"))
657d0d47
CC
6425 || (do_debug_addr && const_strneq (name, "addr"))
6426 || (do_debug_cu_index && const_strneq (name, "cu_index"))
6427 || (do_debug_cu_index && const_strneq (name, "tu_index"))
252b5132 6428 )
6431e409 6429 request_dump_bynumber (&filedata->dump, i, DEBUG_DUMP);
252b5132 6430 }
a262ae96 6431 /* Linkonce section to be combined with .debug_info at link time. */
09fd7e38 6432 else if ((do_debugging || do_debug_info)
0112cd26 6433 && const_strneq (name, ".gnu.linkonce.wi."))
6431e409 6434 request_dump_bynumber (&filedata->dump, i, DEBUG_DUMP);
18bd398b 6435 else if (do_debug_frames && streq (name, ".eh_frame"))
6431e409 6436 request_dump_bynumber (&filedata->dump, i, DEBUG_DUMP);
61364358
JK
6437 else if (do_gdb_index && (streq (name, ".gdb_index")
6438 || streq (name, ".debug_names")))
6431e409 6439 request_dump_bynumber (&filedata->dump, i, DEBUG_DUMP);
6f875884
TG
6440 /* Trace sections for Itanium VMS. */
6441 else if ((do_debugging || do_trace_info || do_trace_abbrevs
6442 || do_trace_aranges)
6443 && const_strneq (name, ".trace_"))
6444 {
6445 name += sizeof (".trace_") - 1;
6446
6447 if (do_debugging
6448 || (do_trace_info && streq (name, "info"))
6449 || (do_trace_abbrevs && streq (name, "abbrev"))
6450 || (do_trace_aranges && streq (name, "aranges"))
6451 )
6431e409 6452 request_dump_bynumber (&filedata->dump, i, DEBUG_DUMP);
6f875884 6453 }
dda8d76d
NC
6454 else if ((do_debugging || do_debug_links)
6455 && (const_strneq (name, ".gnu_debuglink")
6456 || const_strneq (name, ".gnu_debugaltlink")))
6431e409 6457 request_dump_bynumber (&filedata->dump, i, DEBUG_DUMP);
252b5132
RH
6458 }
6459
6460 if (! do_sections)
32ec8896 6461 return TRUE;
252b5132 6462
dda8d76d 6463 if (filedata->file_header.e_shnum > 1)
3a1a2036
NC
6464 printf (_("\nSection Headers:\n"));
6465 else
6466 printf (_("\nSection Header:\n"));
76da6bbe 6467
f7a99963 6468 if (is_32bit_elf)
595cf52e 6469 {
5477e8a0 6470 if (do_section_details)
595cf52e
L
6471 {
6472 printf (_(" [Nr] Name\n"));
5477e8a0 6473 printf (_(" Type Addr Off Size ES Lk Inf Al\n"));
595cf52e
L
6474 }
6475 else
6476 printf
6477 (_(" [Nr] Name Type Addr Off Size ES Flg Lk Inf Al\n"));
6478 }
d974e256 6479 else if (do_wide)
595cf52e 6480 {
5477e8a0 6481 if (do_section_details)
595cf52e
L
6482 {
6483 printf (_(" [Nr] Name\n"));
5477e8a0 6484 printf (_(" Type Address Off Size ES Lk Inf Al\n"));
595cf52e
L
6485 }
6486 else
6487 printf
6488 (_(" [Nr] Name Type Address Off Size ES Flg Lk Inf Al\n"));
6489 }
f7a99963
NC
6490 else
6491 {
5477e8a0 6492 if (do_section_details)
595cf52e
L
6493 {
6494 printf (_(" [Nr] Name\n"));
5477e8a0
L
6495 printf (_(" Type Address Offset Link\n"));
6496 printf (_(" Size EntSize Info Align\n"));
595cf52e
L
6497 }
6498 else
6499 {
6500 printf (_(" [Nr] Name Type Address Offset\n"));
6501 printf (_(" Size EntSize Flags Link Info Align\n"));
6502 }
f7a99963 6503 }
252b5132 6504
5477e8a0
L
6505 if (do_section_details)
6506 printf (_(" Flags\n"));
6507
dda8d76d
NC
6508 for (i = 0, section = filedata->section_headers;
6509 i < filedata->file_header.e_shnum;
b34976b6 6510 i++, section++)
252b5132 6511 {
dd905818
NC
6512 /* Run some sanity checks on the section header. */
6513
6514 /* Check the sh_link field. */
6515 switch (section->sh_type)
6516 {
285e3f99
AM
6517 case SHT_REL:
6518 case SHT_RELA:
6519 if (section->sh_link == 0
6520 && (filedata->file_header.e_type == ET_EXEC
6521 || filedata->file_header.e_type == ET_DYN))
6522 /* A dynamic relocation section where all entries use a
6523 zero symbol index need not specify a symtab section. */
6524 break;
6525 /* Fall through. */
dd905818
NC
6526 case SHT_SYMTAB_SHNDX:
6527 case SHT_GROUP:
6528 case SHT_HASH:
6529 case SHT_GNU_HASH:
6530 case SHT_GNU_versym:
285e3f99 6531 if (section->sh_link == 0
dda8d76d
NC
6532 || section->sh_link >= filedata->file_header.e_shnum
6533 || (filedata->section_headers[section->sh_link].sh_type != SHT_SYMTAB
6534 && filedata->section_headers[section->sh_link].sh_type != SHT_DYNSYM))
dd905818
NC
6535 warn (_("[%2u]: Link field (%u) should index a symtab section.\n"),
6536 i, section->sh_link);
6537 break;
6538
6539 case SHT_DYNAMIC:
6540 case SHT_SYMTAB:
6541 case SHT_DYNSYM:
6542 case SHT_GNU_verneed:
6543 case SHT_GNU_verdef:
6544 case SHT_GNU_LIBLIST:
285e3f99 6545 if (section->sh_link == 0
dda8d76d
NC
6546 || section->sh_link >= filedata->file_header.e_shnum
6547 || filedata->section_headers[section->sh_link].sh_type != SHT_STRTAB)
dd905818
NC
6548 warn (_("[%2u]: Link field (%u) should index a string section.\n"),
6549 i, section->sh_link);
6550 break;
6551
6552 case SHT_INIT_ARRAY:
6553 case SHT_FINI_ARRAY:
6554 case SHT_PREINIT_ARRAY:
6555 if (section->sh_type < SHT_LOOS && section->sh_link != 0)
6556 warn (_("[%2u]: Unexpected value (%u) in link field.\n"),
6557 i, section->sh_link);
6558 break;
6559
6560 default:
6561 /* FIXME: Add support for target specific section types. */
6562#if 0 /* Currently we do not check other section types as there are too
6563 many special cases. Stab sections for example have a type
6564 of SHT_PROGBITS but an sh_link field that links to the .stabstr
6565 section. */
6566 if (section->sh_type < SHT_LOOS && section->sh_link != 0)
6567 warn (_("[%2u]: Unexpected value (%u) in link field.\n"),
6568 i, section->sh_link);
6569#endif
6570 break;
6571 }
6572
6573 /* Check the sh_info field. */
6574 switch (section->sh_type)
6575 {
6576 case SHT_REL:
6577 case SHT_RELA:
285e3f99
AM
6578 if (section->sh_info == 0
6579 && (filedata->file_header.e_type == ET_EXEC
6580 || filedata->file_header.e_type == ET_DYN))
6581 /* Dynamic relocations apply to segments, so they do not
6582 need to specify the section they relocate. */
6583 break;
6584 if (section->sh_info == 0
dda8d76d
NC
6585 || section->sh_info >= filedata->file_header.e_shnum
6586 || (filedata->section_headers[section->sh_info].sh_type != SHT_PROGBITS
6587 && filedata->section_headers[section->sh_info].sh_type != SHT_NOBITS
6588 && filedata->section_headers[section->sh_info].sh_type != SHT_NOTE
6589 && filedata->section_headers[section->sh_info].sh_type != SHT_INIT_ARRAY
385e5b90
L
6590 && filedata->section_headers[section->sh_info].sh_type != SHT_FINI_ARRAY
6591 && filedata->section_headers[section->sh_info].sh_type != SHT_PREINIT_ARRAY
dd905818 6592 /* FIXME: Are other section types valid ? */
dda8d76d 6593 && filedata->section_headers[section->sh_info].sh_type < SHT_LOOS))
285e3f99
AM
6594 warn (_("[%2u]: Info field (%u) should index a relocatable section.\n"),
6595 i, section->sh_info);
dd905818
NC
6596 break;
6597
6598 case SHT_DYNAMIC:
6599 case SHT_HASH:
6600 case SHT_SYMTAB_SHNDX:
6601 case SHT_INIT_ARRAY:
6602 case SHT_FINI_ARRAY:
6603 case SHT_PREINIT_ARRAY:
6604 if (section->sh_info != 0)
6605 warn (_("[%2u]: Unexpected value (%u) in info field.\n"),
6606 i, section->sh_info);
6607 break;
6608
6609 case SHT_GROUP:
6610 case SHT_SYMTAB:
6611 case SHT_DYNSYM:
6612 /* A symbol index - we assume that it is valid. */
6613 break;
6614
6615 default:
6616 /* FIXME: Add support for target specific section types. */
6617 if (section->sh_type == SHT_NOBITS)
6618 /* NOBITS section headers with non-zero sh_info fields can be
6619 created when a binary is stripped of everything but its debug
1a9ccd70
NC
6620 information. The stripped sections have their headers
6621 preserved but their types set to SHT_NOBITS. So do not check
6622 this type of section. */
dd905818
NC
6623 ;
6624 else if (section->sh_flags & SHF_INFO_LINK)
6625 {
dda8d76d 6626 if (section->sh_info < 1 || section->sh_info >= filedata->file_header.e_shnum)
dd905818
NC
6627 warn (_("[%2u]: Expected link to another section in info field"), i);
6628 }
a91e1603
L
6629 else if (section->sh_type < SHT_LOOS
6630 && (section->sh_flags & SHF_GNU_MBIND) == 0
6631 && section->sh_info != 0)
dd905818
NC
6632 warn (_("[%2u]: Unexpected value (%u) in info field.\n"),
6633 i, section->sh_info);
6634 break;
6635 }
6636
3e6b6445 6637 /* Check the sh_size field. */
dda8d76d 6638 if (section->sh_size > filedata->file_size
3e6b6445
NC
6639 && section->sh_type != SHT_NOBITS
6640 && section->sh_type != SHT_NULL
6641 && section->sh_type < SHT_LOOS)
6642 warn (_("Size of section %u is larger than the entire file!\n"), i);
6643
7bfd842d 6644 printf (" [%2u] ", i);
5477e8a0 6645 if (do_section_details)
dda8d76d 6646 printf ("%s\n ", printable_section_name (filedata, section));
595cf52e 6647 else
74e1a04b 6648 print_symbol (-17, SECTION_NAME (section));
0b4362b0 6649
ea52a088 6650 printf (do_wide ? " %-15s " : " %-15.15s ",
dda8d76d 6651 get_section_type_name (filedata, section->sh_type));
0b4362b0 6652
f7a99963
NC
6653 if (is_32bit_elf)
6654 {
cfcac11d
NC
6655 const char * link_too_big = NULL;
6656
f7a99963 6657 print_vma (section->sh_addr, LONG_HEX);
76da6bbe 6658
f7a99963
NC
6659 printf ( " %6.6lx %6.6lx %2.2lx",
6660 (unsigned long) section->sh_offset,
6661 (unsigned long) section->sh_size,
6662 (unsigned long) section->sh_entsize);
d1133906 6663
5477e8a0
L
6664 if (do_section_details)
6665 fputs (" ", stdout);
6666 else
dda8d76d 6667 printf (" %3s ", get_elf_section_flags (filedata, section->sh_flags));
76da6bbe 6668
dda8d76d 6669 if (section->sh_link >= filedata->file_header.e_shnum)
cfcac11d
NC
6670 {
6671 link_too_big = "";
6672 /* The sh_link value is out of range. Normally this indicates
caa83f8b 6673 an error but it can have special values in Solaris binaries. */
dda8d76d 6674 switch (filedata->file_header.e_machine)
cfcac11d 6675 {
caa83f8b 6676 case EM_386:
22abe556 6677 case EM_IAMCU:
caa83f8b 6678 case EM_X86_64:
7f502d6c 6679 case EM_L1OM:
7a9068fe 6680 case EM_K1OM:
cfcac11d
NC
6681 case EM_OLD_SPARCV9:
6682 case EM_SPARC32PLUS:
6683 case EM_SPARCV9:
6684 case EM_SPARC:
6685 if (section->sh_link == (SHN_BEFORE & 0xffff))
6686 link_too_big = "BEFORE";
6687 else if (section->sh_link == (SHN_AFTER & 0xffff))
6688 link_too_big = "AFTER";
6689 break;
6690 default:
6691 break;
6692 }
6693 }
6694
6695 if (do_section_details)
6696 {
6697 if (link_too_big != NULL && * link_too_big)
6698 printf ("<%s> ", link_too_big);
6699 else
6700 printf ("%2u ", section->sh_link);
6701 printf ("%3u %2lu\n", section->sh_info,
6702 (unsigned long) section->sh_addralign);
6703 }
6704 else
6705 printf ("%2u %3u %2lu\n",
6706 section->sh_link,
6707 section->sh_info,
6708 (unsigned long) section->sh_addralign);
6709
6710 if (link_too_big && ! * link_too_big)
6711 warn (_("section %u: sh_link value of %u is larger than the number of sections\n"),
6712 i, section->sh_link);
f7a99963 6713 }
d974e256
JJ
6714 else if (do_wide)
6715 {
6716 print_vma (section->sh_addr, LONG_HEX);
6717
6718 if ((long) section->sh_offset == section->sh_offset)
6719 printf (" %6.6lx", (unsigned long) section->sh_offset);
6720 else
6721 {
6722 putchar (' ');
6723 print_vma (section->sh_offset, LONG_HEX);
6724 }
6725
6726 if ((unsigned long) section->sh_size == section->sh_size)
6727 printf (" %6.6lx", (unsigned long) section->sh_size);
6728 else
6729 {
6730 putchar (' ');
6731 print_vma (section->sh_size, LONG_HEX);
6732 }
6733
6734 if ((unsigned long) section->sh_entsize == section->sh_entsize)
6735 printf (" %2.2lx", (unsigned long) section->sh_entsize);
6736 else
6737 {
6738 putchar (' ');
6739 print_vma (section->sh_entsize, LONG_HEX);
6740 }
6741
5477e8a0
L
6742 if (do_section_details)
6743 fputs (" ", stdout);
6744 else
dda8d76d 6745 printf (" %3s ", get_elf_section_flags (filedata, section->sh_flags));
d974e256 6746
72de5009 6747 printf ("%2u %3u ", section->sh_link, section->sh_info);
d974e256
JJ
6748
6749 if ((unsigned long) section->sh_addralign == section->sh_addralign)
72de5009 6750 printf ("%2lu\n", (unsigned long) section->sh_addralign);
d974e256
JJ
6751 else
6752 {
6753 print_vma (section->sh_addralign, DEC);
6754 putchar ('\n');
6755 }
6756 }
5477e8a0 6757 else if (do_section_details)
595cf52e 6758 {
55cc53e9 6759 putchar (' ');
595cf52e
L
6760 print_vma (section->sh_addr, LONG_HEX);
6761 if ((long) section->sh_offset == section->sh_offset)
5477e8a0 6762 printf (" %16.16lx", (unsigned long) section->sh_offset);
595cf52e
L
6763 else
6764 {
6765 printf (" ");
6766 print_vma (section->sh_offset, LONG_HEX);
6767 }
72de5009 6768 printf (" %u\n ", section->sh_link);
595cf52e 6769 print_vma (section->sh_size, LONG_HEX);
5477e8a0 6770 putchar (' ');
595cf52e
L
6771 print_vma (section->sh_entsize, LONG_HEX);
6772
72de5009
AM
6773 printf (" %-16u %lu\n",
6774 section->sh_info,
595cf52e
L
6775 (unsigned long) section->sh_addralign);
6776 }
f7a99963
NC
6777 else
6778 {
6779 putchar (' ');
6780 print_vma (section->sh_addr, LONG_HEX);
53c7db4b
KH
6781 if ((long) section->sh_offset == section->sh_offset)
6782 printf (" %8.8lx", (unsigned long) section->sh_offset);
6783 else
6784 {
6785 printf (" ");
6786 print_vma (section->sh_offset, LONG_HEX);
6787 }
f7a99963
NC
6788 printf ("\n ");
6789 print_vma (section->sh_size, LONG_HEX);
6790 printf (" ");
6791 print_vma (section->sh_entsize, LONG_HEX);
76da6bbe 6792
dda8d76d 6793 printf (" %3s ", get_elf_section_flags (filedata, section->sh_flags));
76da6bbe 6794
72de5009
AM
6795 printf (" %2u %3u %lu\n",
6796 section->sh_link,
6797 section->sh_info,
f7a99963
NC
6798 (unsigned long) section->sh_addralign);
6799 }
5477e8a0
L
6800
6801 if (do_section_details)
77115a4a 6802 {
dda8d76d 6803 printf (" %s\n", get_elf_section_flags (filedata, section->sh_flags));
77115a4a
L
6804 if ((section->sh_flags & SHF_COMPRESSED) != 0)
6805 {
6806 /* Minimum section size is 12 bytes for 32-bit compression
6807 header + 12 bytes for compressed data header. */
6808 unsigned char buf[24];
d8024a91 6809
77115a4a 6810 assert (sizeof (buf) >= sizeof (Elf64_External_Chdr));
dda8d76d 6811 if (get_data (&buf, filedata, section->sh_offset, 1,
77115a4a
L
6812 sizeof (buf), _("compression header")))
6813 {
6814 Elf_Internal_Chdr chdr;
d8024a91 6815
5844b465
NC
6816 if (get_compression_header (&chdr, buf, sizeof (buf)) == 0)
6817 printf (_(" [<corrupt>]\n"));
77115a4a 6818 else
5844b465
NC
6819 {
6820 if (chdr.ch_type == ELFCOMPRESS_ZLIB)
6821 printf (" ZLIB, ");
6822 else
6823 printf (_(" [<unknown>: 0x%x], "),
6824 chdr.ch_type);
6825 print_vma (chdr.ch_size, LONG_HEX);
6826 printf (", %lu\n", (unsigned long) chdr.ch_addralign);
6827 }
77115a4a
L
6828 }
6829 }
6830 }
252b5132
RH
6831 }
6832
5477e8a0 6833 if (!do_section_details)
3dbcc61d 6834 {
9fb71ee4
NC
6835 /* The ordering of the letters shown here matches the ordering of the
6836 corresponding SHF_xxx values, and hence the order in which these
6837 letters will be displayed to the user. */
6838 printf (_("Key to Flags:\n\
6839 W (write), A (alloc), X (execute), M (merge), S (strings), I (info),\n\
6840 L (link order), O (extra OS processing required), G (group), T (TLS),\n\
fd85a6a1 6841 C (compressed), x (unknown), o (OS specific), E (exclude),\n "));
dda8d76d
NC
6842 if (filedata->file_header.e_machine == EM_X86_64
6843 || filedata->file_header.e_machine == EM_L1OM
6844 || filedata->file_header.e_machine == EM_K1OM)
9fb71ee4 6845 printf (_("l (large), "));
dda8d76d 6846 else if (filedata->file_header.e_machine == EM_ARM)
f0728ee3 6847 printf (_("y (purecode), "));
dda8d76d 6848 else if (filedata->file_header.e_machine == EM_PPC)
83eef883 6849 printf (_("v (VLE), "));
9fb71ee4 6850 printf ("p (processor specific)\n");
0b4362b0 6851 }
d1133906 6852
32ec8896 6853 return TRUE;
252b5132
RH
6854}
6855
28d13567
AM
6856static bfd_boolean
6857get_symtab (Filedata *filedata, Elf_Internal_Shdr *symsec,
6858 Elf_Internal_Sym **symtab, unsigned long *nsyms,
6859 char **strtab, unsigned long *strtablen)
6860{
6861 *strtab = NULL;
6862 *strtablen = 0;
6863 *symtab = GET_ELF_SYMBOLS (filedata, symsec, nsyms);
6864
6865 if (*symtab == NULL)
6866 return FALSE;
6867
6868 if (symsec->sh_link != 0)
6869 {
6870 Elf_Internal_Shdr *strsec;
6871
6872 if (symsec->sh_link >= filedata->file_header.e_shnum)
6873 {
6874 error (_("Bad sh_link in symbol table section\n"));
6875 free (*symtab);
6876 *symtab = NULL;
6877 *nsyms = 0;
6878 return FALSE;
6879 }
6880
6881 strsec = filedata->section_headers + symsec->sh_link;
6882
6883 *strtab = (char *) get_data (NULL, filedata, strsec->sh_offset,
6884 1, strsec->sh_size, _("string table"));
6885 if (*strtab == NULL)
6886 {
6887 free (*symtab);
6888 *symtab = NULL;
6889 *nsyms = 0;
6890 return FALSE;
6891 }
6892 *strtablen = strsec->sh_size;
6893 }
6894 return TRUE;
6895}
6896
f5842774
L
6897static const char *
6898get_group_flags (unsigned int flags)
6899{
1449284b 6900 static char buff[128];
220453ec 6901
6d913794
NC
6902 if (flags == 0)
6903 return "";
6904 else if (flags == GRP_COMDAT)
6905 return "COMDAT ";
f5842774 6906
89246a0e
AM
6907 snprintf (buff, sizeof buff, "[0x%x: %s%s%s]",
6908 flags,
6909 flags & GRP_MASKOS ? _("<OS specific>") : "",
6910 flags & GRP_MASKPROC ? _("<PROC specific>") : "",
6911 (flags & ~(GRP_COMDAT | GRP_MASKOS | GRP_MASKPROC)
6912 ? _("<unknown>") : ""));
6d913794 6913
f5842774
L
6914 return buff;
6915}
6916
32ec8896 6917static bfd_boolean
dda8d76d 6918process_section_groups (Filedata * filedata)
f5842774 6919{
2cf0635d 6920 Elf_Internal_Shdr * section;
f5842774 6921 unsigned int i;
2cf0635d
NC
6922 struct group * group;
6923 Elf_Internal_Shdr * symtab_sec;
6924 Elf_Internal_Shdr * strtab_sec;
6925 Elf_Internal_Sym * symtab;
ba5cdace 6926 unsigned long num_syms;
2cf0635d 6927 char * strtab;
c256ffe7 6928 size_t strtab_size;
d1f5c6e3
L
6929
6930 /* Don't process section groups unless needed. */
6931 if (!do_unwind && !do_section_groups)
32ec8896 6932 return TRUE;
f5842774 6933
dda8d76d 6934 if (filedata->file_header.e_shnum == 0)
f5842774
L
6935 {
6936 if (do_section_groups)
82f2dbf7 6937 printf (_("\nThere are no sections to group in this file.\n"));
f5842774 6938
32ec8896 6939 return TRUE;
f5842774
L
6940 }
6941
dda8d76d 6942 if (filedata->section_headers == NULL)
f5842774
L
6943 {
6944 error (_("Section headers are not available!\n"));
fa1908fd 6945 /* PR 13622: This can happen with a corrupt ELF header. */
32ec8896 6946 return FALSE;
f5842774
L
6947 }
6948
978c4450
AM
6949 filedata->section_headers_groups
6950 = (struct group **) calloc (filedata->file_header.e_shnum,
6951 sizeof (struct group *));
e4b17d5c 6952
978c4450 6953 if (filedata->section_headers_groups == NULL)
e4b17d5c 6954 {
8b73c356 6955 error (_("Out of memory reading %u section group headers\n"),
dda8d76d 6956 filedata->file_header.e_shnum);
32ec8896 6957 return FALSE;
e4b17d5c
L
6958 }
6959
f5842774 6960 /* Scan the sections for the group section. */
978c4450 6961 filedata->group_count = 0;
dda8d76d
NC
6962 for (i = 0, section = filedata->section_headers;
6963 i < filedata->file_header.e_shnum;
f5842774 6964 i++, section++)
e4b17d5c 6965 if (section->sh_type == SHT_GROUP)
978c4450 6966 filedata->group_count++;
e4b17d5c 6967
978c4450 6968 if (filedata->group_count == 0)
d1f5c6e3
L
6969 {
6970 if (do_section_groups)
6971 printf (_("\nThere are no section groups in this file.\n"));
6972
32ec8896 6973 return TRUE;
d1f5c6e3
L
6974 }
6975
978c4450
AM
6976 filedata->section_groups = (struct group *) calloc (filedata->group_count,
6977 sizeof (struct group));
e4b17d5c 6978
978c4450 6979 if (filedata->section_groups == NULL)
e4b17d5c 6980 {
8b73c356 6981 error (_("Out of memory reading %lu groups\n"),
978c4450 6982 (unsigned long) filedata->group_count);
32ec8896 6983 return FALSE;
e4b17d5c
L
6984 }
6985
d1f5c6e3
L
6986 symtab_sec = NULL;
6987 strtab_sec = NULL;
6988 symtab = NULL;
ba5cdace 6989 num_syms = 0;
d1f5c6e3 6990 strtab = NULL;
c256ffe7 6991 strtab_size = 0;
978c4450 6992 for (i = 0, section = filedata->section_headers, group = filedata->section_groups;
dda8d76d 6993 i < filedata->file_header.e_shnum;
e4b17d5c 6994 i++, section++)
f5842774
L
6995 {
6996 if (section->sh_type == SHT_GROUP)
6997 {
dda8d76d 6998 const char * name = printable_section_name (filedata, section);
74e1a04b 6999 const char * group_name;
2cf0635d
NC
7000 unsigned char * start;
7001 unsigned char * indices;
f5842774 7002 unsigned int entry, j, size;
2cf0635d
NC
7003 Elf_Internal_Shdr * sec;
7004 Elf_Internal_Sym * sym;
f5842774
L
7005
7006 /* Get the symbol table. */
dda8d76d
NC
7007 if (section->sh_link >= filedata->file_header.e_shnum
7008 || ((sec = filedata->section_headers + section->sh_link)->sh_type
c256ffe7 7009 != SHT_SYMTAB))
f5842774
L
7010 {
7011 error (_("Bad sh_link in group section `%s'\n"), name);
7012 continue;
7013 }
d1f5c6e3
L
7014
7015 if (symtab_sec != sec)
7016 {
7017 symtab_sec = sec;
9db70fc3 7018 free (symtab);
dda8d76d 7019 symtab = GET_ELF_SYMBOLS (filedata, symtab_sec, & num_syms);
d1f5c6e3 7020 }
f5842774 7021
dd24e3da
NC
7022 if (symtab == NULL)
7023 {
7024 error (_("Corrupt header in group section `%s'\n"), name);
7025 continue;
7026 }
7027
ba5cdace
NC
7028 if (section->sh_info >= num_syms)
7029 {
7030 error (_("Bad sh_info in group section `%s'\n"), name);
7031 continue;
7032 }
7033
f5842774
L
7034 sym = symtab + section->sh_info;
7035
7036 if (ELF_ST_TYPE (sym->st_info) == STT_SECTION)
7037 {
4fbb74a6 7038 if (sym->st_shndx == 0
dda8d76d 7039 || sym->st_shndx >= filedata->file_header.e_shnum)
f5842774
L
7040 {
7041 error (_("Bad sh_info in group section `%s'\n"), name);
7042 continue;
7043 }
ba2685cc 7044
dda8d76d 7045 group_name = SECTION_NAME (filedata->section_headers + sym->st_shndx);
c256ffe7 7046 strtab_sec = NULL;
9db70fc3 7047 free (strtab);
f5842774 7048 strtab = NULL;
c256ffe7 7049 strtab_size = 0;
f5842774
L
7050 }
7051 else
7052 {
7053 /* Get the string table. */
dda8d76d 7054 if (symtab_sec->sh_link >= filedata->file_header.e_shnum)
c256ffe7
JJ
7055 {
7056 strtab_sec = NULL;
9db70fc3 7057 free (strtab);
c256ffe7
JJ
7058 strtab = NULL;
7059 strtab_size = 0;
7060 }
7061 else if (strtab_sec
dda8d76d 7062 != (sec = filedata->section_headers + symtab_sec->sh_link))
d1f5c6e3
L
7063 {
7064 strtab_sec = sec;
9db70fc3 7065 free (strtab);
071436c6 7066
dda8d76d 7067 strtab = (char *) get_data (NULL, filedata, strtab_sec->sh_offset,
071436c6
NC
7068 1, strtab_sec->sh_size,
7069 _("string table"));
c256ffe7 7070 strtab_size = strtab != NULL ? strtab_sec->sh_size : 0;
d1f5c6e3 7071 }
c256ffe7 7072 group_name = sym->st_name < strtab_size
2b692964 7073 ? strtab + sym->st_name : _("<corrupt>");
f5842774
L
7074 }
7075
c9c1d674
EG
7076 /* PR 17531: file: loop. */
7077 if (section->sh_entsize > section->sh_size)
7078 {
7079 error (_("Section %s has sh_entsize (0x%lx) which is larger than its size (0x%lx)\n"),
dda8d76d 7080 printable_section_name (filedata, section),
8066deb1
AM
7081 (unsigned long) section->sh_entsize,
7082 (unsigned long) section->sh_size);
61dd8e19 7083 continue;
c9c1d674
EG
7084 }
7085
dda8d76d 7086 start = (unsigned char *) get_data (NULL, filedata, section->sh_offset,
3f5e193b
NC
7087 1, section->sh_size,
7088 _("section data"));
59245841
NC
7089 if (start == NULL)
7090 continue;
f5842774
L
7091
7092 indices = start;
7093 size = (section->sh_size / section->sh_entsize) - 1;
7094 entry = byte_get (indices, 4);
7095 indices += 4;
e4b17d5c
L
7096
7097 if (do_section_groups)
7098 {
2b692964 7099 printf (_("\n%sgroup section [%5u] `%s' [%s] contains %u sections:\n"),
391cb864 7100 get_group_flags (entry), i, name, group_name, size);
ba2685cc 7101
e4b17d5c
L
7102 printf (_(" [Index] Name\n"));
7103 }
7104
7105 group->group_index = i;
7106
f5842774
L
7107 for (j = 0; j < size; j++)
7108 {
2cf0635d 7109 struct group_list * g;
e4b17d5c 7110
f5842774
L
7111 entry = byte_get (indices, 4);
7112 indices += 4;
7113
dda8d76d 7114 if (entry >= filedata->file_header.e_shnum)
391cb864 7115 {
57028622
NC
7116 static unsigned num_group_errors = 0;
7117
7118 if (num_group_errors ++ < 10)
7119 {
7120 error (_("section [%5u] in group section [%5u] > maximum section [%5u]\n"),
dda8d76d 7121 entry, i, filedata->file_header.e_shnum - 1);
57028622 7122 if (num_group_errors == 10)
67ce483b 7123 warn (_("Further error messages about overlarge group section indices suppressed\n"));
57028622 7124 }
391cb864
L
7125 continue;
7126 }
391cb864 7127
978c4450 7128 if (filedata->section_headers_groups [entry] != NULL)
e4b17d5c 7129 {
d1f5c6e3
L
7130 if (entry)
7131 {
57028622
NC
7132 static unsigned num_errs = 0;
7133
7134 if (num_errs ++ < 10)
7135 {
7136 error (_("section [%5u] in group section [%5u] already in group section [%5u]\n"),
7137 entry, i,
978c4450 7138 filedata->section_headers_groups [entry]->group_index);
57028622
NC
7139 if (num_errs == 10)
7140 warn (_("Further error messages about already contained group sections suppressed\n"));
7141 }
d1f5c6e3
L
7142 continue;
7143 }
7144 else
7145 {
7146 /* Intel C/C++ compiler may put section 0 in a
32ec8896 7147 section group. We just warn it the first time
d1f5c6e3 7148 and ignore it afterwards. */
32ec8896 7149 static bfd_boolean warned = FALSE;
d1f5c6e3
L
7150 if (!warned)
7151 {
7152 error (_("section 0 in group section [%5u]\n"),
978c4450 7153 filedata->section_headers_groups [entry]->group_index);
32ec8896 7154 warned = TRUE;
d1f5c6e3
L
7155 }
7156 }
e4b17d5c
L
7157 }
7158
978c4450 7159 filedata->section_headers_groups [entry] = group;
e4b17d5c
L
7160
7161 if (do_section_groups)
7162 {
dda8d76d
NC
7163 sec = filedata->section_headers + entry;
7164 printf (" [%5u] %s\n", entry, printable_section_name (filedata, sec));
ba2685cc
AM
7165 }
7166
3f5e193b 7167 g = (struct group_list *) xmalloc (sizeof (struct group_list));
e4b17d5c
L
7168 g->section_index = entry;
7169 g->next = group->root;
7170 group->root = g;
f5842774
L
7171 }
7172
9db70fc3 7173 free (start);
e4b17d5c
L
7174
7175 group++;
f5842774
L
7176 }
7177 }
7178
9db70fc3
AM
7179 free (symtab);
7180 free (strtab);
32ec8896 7181 return TRUE;
f5842774
L
7182}
7183
28f997cf
TG
7184/* Data used to display dynamic fixups. */
7185
7186struct ia64_vms_dynfixup
7187{
7188 bfd_vma needed_ident; /* Library ident number. */
7189 bfd_vma needed; /* Index in the dstrtab of the library name. */
7190 bfd_vma fixup_needed; /* Index of the library. */
7191 bfd_vma fixup_rela_cnt; /* Number of fixups. */
7192 bfd_vma fixup_rela_off; /* Fixups offset in the dynamic segment. */
7193};
7194
7195/* Data used to display dynamic relocations. */
7196
7197struct ia64_vms_dynimgrela
7198{
7199 bfd_vma img_rela_cnt; /* Number of relocations. */
7200 bfd_vma img_rela_off; /* Reloc offset in the dynamic segment. */
7201};
7202
7203/* Display IA-64 OpenVMS dynamic fixups (used to dynamically link a shared
7204 library). */
7205
32ec8896 7206static bfd_boolean
dda8d76d
NC
7207dump_ia64_vms_dynamic_fixups (Filedata * filedata,
7208 struct ia64_vms_dynfixup * fixup,
7209 const char * strtab,
7210 unsigned int strtab_sz)
28f997cf 7211{
32ec8896 7212 Elf64_External_VMS_IMAGE_FIXUP * imfs;
28f997cf 7213 long i;
32ec8896 7214 const char * lib_name;
28f997cf 7215
978c4450
AM
7216 imfs = get_data (NULL, filedata,
7217 filedata->dynamic_addr + fixup->fixup_rela_off,
95099889 7218 sizeof (*imfs), fixup->fixup_rela_cnt,
28f997cf
TG
7219 _("dynamic section image fixups"));
7220 if (!imfs)
32ec8896 7221 return FALSE;
28f997cf
TG
7222
7223 if (fixup->needed < strtab_sz)
7224 lib_name = strtab + fixup->needed;
7225 else
7226 {
32ec8896 7227 warn (_("corrupt library name index of 0x%lx found in dynamic entry"),
7f01b0c6 7228 (unsigned long) fixup->needed);
28f997cf
TG
7229 lib_name = "???";
7230 }
736990c4 7231
28f997cf
TG
7232 printf (_("\nImage fixups for needed library #%d: %s - ident: %lx\n"),
7233 (int) fixup->fixup_needed, lib_name, (long) fixup->needed_ident);
7234 printf
7235 (_("Seg Offset Type SymVec DataType\n"));
7236
7237 for (i = 0; i < (long) fixup->fixup_rela_cnt; i++)
7238 {
7239 unsigned int type;
7240 const char *rtype;
7241
7242 printf ("%3u ", (unsigned) BYTE_GET (imfs [i].fixup_seg));
7243 printf_vma ((bfd_vma) BYTE_GET (imfs [i].fixup_offset));
7244 type = BYTE_GET (imfs [i].type);
7245 rtype = elf_ia64_reloc_type (type);
7246 if (rtype == NULL)
7247 printf (" 0x%08x ", type);
7248 else
7249 printf (" %-32s ", rtype);
7250 printf ("%6u ", (unsigned) BYTE_GET (imfs [i].symvec_index));
7251 printf ("0x%08x\n", (unsigned) BYTE_GET (imfs [i].data_type));
7252 }
7253
7254 free (imfs);
32ec8896 7255 return TRUE;
28f997cf
TG
7256}
7257
7258/* Display IA-64 OpenVMS dynamic relocations (used to relocate an image). */
7259
32ec8896 7260static bfd_boolean
dda8d76d 7261dump_ia64_vms_dynamic_relocs (Filedata * filedata, struct ia64_vms_dynimgrela *imgrela)
28f997cf
TG
7262{
7263 Elf64_External_VMS_IMAGE_RELA *imrs;
7264 long i;
7265
978c4450
AM
7266 imrs = get_data (NULL, filedata,
7267 filedata->dynamic_addr + imgrela->img_rela_off,
95099889 7268 sizeof (*imrs), imgrela->img_rela_cnt,
9cf03b7e 7269 _("dynamic section image relocations"));
28f997cf 7270 if (!imrs)
32ec8896 7271 return FALSE;
28f997cf
TG
7272
7273 printf (_("\nImage relocs\n"));
7274 printf
7275 (_("Seg Offset Type Addend Seg Sym Off\n"));
7276
7277 for (i = 0; i < (long) imgrela->img_rela_cnt; i++)
7278 {
7279 unsigned int type;
7280 const char *rtype;
7281
7282 printf ("%3u ", (unsigned) BYTE_GET (imrs [i].rela_seg));
7283 printf ("%08" BFD_VMA_FMT "x ",
7284 (bfd_vma) BYTE_GET (imrs [i].rela_offset));
7285 type = BYTE_GET (imrs [i].type);
7286 rtype = elf_ia64_reloc_type (type);
7287 if (rtype == NULL)
7288 printf ("0x%08x ", type);
7289 else
7290 printf ("%-31s ", rtype);
7291 print_vma (BYTE_GET (imrs [i].addend), FULL_HEX);
7292 printf ("%3u ", (unsigned) BYTE_GET (imrs [i].sym_seg));
7293 printf ("%08" BFD_VMA_FMT "x\n",
7294 (bfd_vma) BYTE_GET (imrs [i].sym_offset));
7295 }
7296
7297 free (imrs);
32ec8896 7298 return TRUE;
28f997cf
TG
7299}
7300
7301/* Display IA-64 OpenVMS dynamic relocations and fixups. */
7302
32ec8896 7303static bfd_boolean
dda8d76d 7304process_ia64_vms_dynamic_relocs (Filedata * filedata)
28f997cf
TG
7305{
7306 struct ia64_vms_dynfixup fixup;
7307 struct ia64_vms_dynimgrela imgrela;
7308 Elf_Internal_Dyn *entry;
28f997cf
TG
7309 bfd_vma strtab_off = 0;
7310 bfd_vma strtab_sz = 0;
7311 char *strtab = NULL;
32ec8896 7312 bfd_boolean res = TRUE;
28f997cf
TG
7313
7314 memset (&fixup, 0, sizeof (fixup));
7315 memset (&imgrela, 0, sizeof (imgrela));
7316
7317 /* Note: the order of the entries is specified by the OpenVMS specs. */
978c4450
AM
7318 for (entry = filedata->dynamic_section;
7319 entry < filedata->dynamic_section + filedata->dynamic_nent;
28f997cf
TG
7320 entry++)
7321 {
7322 switch (entry->d_tag)
7323 {
7324 case DT_IA_64_VMS_STRTAB_OFFSET:
7325 strtab_off = entry->d_un.d_val;
7326 break;
7327 case DT_STRSZ:
7328 strtab_sz = entry->d_un.d_val;
7329 if (strtab == NULL)
978c4450
AM
7330 strtab = get_data (NULL, filedata,
7331 filedata->dynamic_addr + strtab_off,
28f997cf 7332 1, strtab_sz, _("dynamic string section"));
736990c4
NC
7333 if (strtab == NULL)
7334 strtab_sz = 0;
28f997cf
TG
7335 break;
7336
7337 case DT_IA_64_VMS_NEEDED_IDENT:
7338 fixup.needed_ident = entry->d_un.d_val;
7339 break;
7340 case DT_NEEDED:
7341 fixup.needed = entry->d_un.d_val;
7342 break;
7343 case DT_IA_64_VMS_FIXUP_NEEDED:
7344 fixup.fixup_needed = entry->d_un.d_val;
7345 break;
7346 case DT_IA_64_VMS_FIXUP_RELA_CNT:
7347 fixup.fixup_rela_cnt = entry->d_un.d_val;
7348 break;
7349 case DT_IA_64_VMS_FIXUP_RELA_OFF:
7350 fixup.fixup_rela_off = entry->d_un.d_val;
dda8d76d 7351 if (! dump_ia64_vms_dynamic_fixups (filedata, &fixup, strtab, strtab_sz))
32ec8896 7352 res = FALSE;
28f997cf 7353 break;
28f997cf
TG
7354 case DT_IA_64_VMS_IMG_RELA_CNT:
7355 imgrela.img_rela_cnt = entry->d_un.d_val;
7356 break;
7357 case DT_IA_64_VMS_IMG_RELA_OFF:
7358 imgrela.img_rela_off = entry->d_un.d_val;
dda8d76d 7359 if (! dump_ia64_vms_dynamic_relocs (filedata, &imgrela))
32ec8896 7360 res = FALSE;
28f997cf
TG
7361 break;
7362
7363 default:
7364 break;
7365 }
7366 }
7367
9db70fc3 7368 free (strtab);
28f997cf
TG
7369
7370 return res;
7371}
7372
85b1c36d 7373static struct
566b0d53 7374{
2cf0635d 7375 const char * name;
566b0d53
L
7376 int reloc;
7377 int size;
7378 int rela;
32ec8896
NC
7379}
7380 dynamic_relocations [] =
566b0d53 7381{
32ec8896
NC
7382 { "REL", DT_REL, DT_RELSZ, FALSE },
7383 { "RELA", DT_RELA, DT_RELASZ, TRUE },
7384 { "PLT", DT_JMPREL, DT_PLTRELSZ, UNKNOWN }
566b0d53
L
7385};
7386
252b5132 7387/* Process the reloc section. */
18bd398b 7388
32ec8896 7389static bfd_boolean
dda8d76d 7390process_relocs (Filedata * filedata)
252b5132 7391{
b34976b6
AM
7392 unsigned long rel_size;
7393 unsigned long rel_offset;
252b5132 7394
252b5132 7395 if (!do_reloc)
32ec8896 7396 return TRUE;
252b5132
RH
7397
7398 if (do_using_dynamic)
7399 {
32ec8896 7400 int is_rela;
2cf0635d 7401 const char * name;
32ec8896 7402 bfd_boolean has_dynamic_reloc;
566b0d53 7403 unsigned int i;
0de14b54 7404
32ec8896 7405 has_dynamic_reloc = FALSE;
252b5132 7406
566b0d53 7407 for (i = 0; i < ARRAY_SIZE (dynamic_relocations); i++)
252b5132 7408 {
566b0d53
L
7409 is_rela = dynamic_relocations [i].rela;
7410 name = dynamic_relocations [i].name;
978c4450
AM
7411 rel_size = filedata->dynamic_info[dynamic_relocations [i].size];
7412 rel_offset = filedata->dynamic_info[dynamic_relocations [i].reloc];
103f02d3 7413
32ec8896
NC
7414 if (rel_size)
7415 has_dynamic_reloc = TRUE;
566b0d53
L
7416
7417 if (is_rela == UNKNOWN)
aa903cfb 7418 {
566b0d53 7419 if (dynamic_relocations [i].reloc == DT_JMPREL)
978c4450 7420 switch (filedata->dynamic_info[DT_PLTREL])
566b0d53
L
7421 {
7422 case DT_REL:
7423 is_rela = FALSE;
7424 break;
7425 case DT_RELA:
7426 is_rela = TRUE;
7427 break;
7428 }
aa903cfb 7429 }
252b5132 7430
566b0d53
L
7431 if (rel_size)
7432 {
7433 printf
7434 (_("\n'%s' relocation section at offset 0x%lx contains %ld bytes:\n"),
7435 name, rel_offset, rel_size);
252b5132 7436
dda8d76d
NC
7437 dump_relocations (filedata,
7438 offset_from_vma (filedata, rel_offset, rel_size),
d93f0186 7439 rel_size,
978c4450
AM
7440 filedata->dynamic_symbols,
7441 filedata->num_dynamic_syms,
7442 filedata->dynamic_strings,
7443 filedata->dynamic_strings_length,
32ec8896 7444 is_rela, TRUE /* is_dynamic */);
566b0d53 7445 }
252b5132 7446 }
566b0d53 7447
dda8d76d
NC
7448 if (is_ia64_vms (filedata))
7449 if (process_ia64_vms_dynamic_relocs (filedata))
32ec8896 7450 has_dynamic_reloc = TRUE;
28f997cf 7451
566b0d53 7452 if (! has_dynamic_reloc)
252b5132
RH
7453 printf (_("\nThere are no dynamic relocations in this file.\n"));
7454 }
7455 else
7456 {
2cf0635d 7457 Elf_Internal_Shdr * section;
b34976b6 7458 unsigned long i;
32ec8896 7459 bfd_boolean found = FALSE;
252b5132 7460
dda8d76d
NC
7461 for (i = 0, section = filedata->section_headers;
7462 i < filedata->file_header.e_shnum;
b34976b6 7463 i++, section++)
252b5132
RH
7464 {
7465 if ( section->sh_type != SHT_RELA
7466 && section->sh_type != SHT_REL)
7467 continue;
7468
7469 rel_offset = section->sh_offset;
7470 rel_size = section->sh_size;
7471
7472 if (rel_size)
7473 {
b34976b6 7474 int is_rela;
d3a49aa8 7475 unsigned long num_rela;
103f02d3 7476
252b5132
RH
7477 printf (_("\nRelocation section "));
7478
dda8d76d 7479 if (filedata->string_table == NULL)
19936277 7480 printf ("%d", section->sh_name);
252b5132 7481 else
dda8d76d 7482 printf ("'%s'", printable_section_name (filedata, section));
252b5132 7483
d3a49aa8
AM
7484 num_rela = rel_size / section->sh_entsize;
7485 printf (ngettext (" at offset 0x%lx contains %lu entry:\n",
7486 " at offset 0x%lx contains %lu entries:\n",
7487 num_rela),
7488 rel_offset, num_rela);
252b5132 7489
d79b3d50
NC
7490 is_rela = section->sh_type == SHT_RELA;
7491
4fbb74a6 7492 if (section->sh_link != 0
dda8d76d 7493 && section->sh_link < filedata->file_header.e_shnum)
af3fc3bc 7494 {
2cf0635d
NC
7495 Elf_Internal_Shdr * symsec;
7496 Elf_Internal_Sym * symtab;
d79b3d50 7497 unsigned long nsyms;
c256ffe7 7498 unsigned long strtablen = 0;
2cf0635d 7499 char * strtab = NULL;
57346661 7500
dda8d76d 7501 symsec = filedata->section_headers + section->sh_link;
08d8fa11
JJ
7502 if (symsec->sh_type != SHT_SYMTAB
7503 && symsec->sh_type != SHT_DYNSYM)
7504 continue;
7505
28d13567
AM
7506 if (!get_symtab (filedata, symsec,
7507 &symtab, &nsyms, &strtab, &strtablen))
af3fc3bc 7508 continue;
252b5132 7509
dda8d76d 7510 dump_relocations (filedata, rel_offset, rel_size,
bb4d2ac2
L
7511 symtab, nsyms, strtab, strtablen,
7512 is_rela,
7513 symsec->sh_type == SHT_DYNSYM);
9db70fc3 7514 free (strtab);
d79b3d50
NC
7515 free (symtab);
7516 }
7517 else
dda8d76d 7518 dump_relocations (filedata, rel_offset, rel_size,
32ec8896
NC
7519 NULL, 0, NULL, 0, is_rela,
7520 FALSE /* is_dynamic */);
252b5132 7521
32ec8896 7522 found = TRUE;
252b5132
RH
7523 }
7524 }
7525
7526 if (! found)
45ac8f4f
NC
7527 {
7528 /* Users sometimes forget the -D option, so try to be helpful. */
7529 for (i = 0; i < ARRAY_SIZE (dynamic_relocations); i++)
7530 {
978c4450 7531 if (filedata->dynamic_info[dynamic_relocations [i].size])
45ac8f4f
NC
7532 {
7533 printf (_("\nThere are no static relocations in this file."));
7534 printf (_("\nTo see the dynamic relocations add --use-dynamic to the command line.\n"));
7535
7536 break;
7537 }
7538 }
7539 if (i == ARRAY_SIZE (dynamic_relocations))
7540 printf (_("\nThere are no relocations in this file.\n"));
7541 }
252b5132
RH
7542 }
7543
32ec8896 7544 return TRUE;
252b5132
RH
7545}
7546
4d6ed7c8
NC
7547/* An absolute address consists of a section and an offset. If the
7548 section is NULL, the offset itself is the address, otherwise, the
7549 address equals to LOAD_ADDRESS(section) + offset. */
7550
7551struct absaddr
948f632f
DA
7552{
7553 unsigned short section;
7554 bfd_vma offset;
7555};
4d6ed7c8 7556
948f632f
DA
7557/* Find the nearest symbol at or below ADDR. Returns the symbol
7558 name, if found, and the offset from the symbol to ADDR. */
4d6ed7c8 7559
4d6ed7c8 7560static void
dda8d76d
NC
7561find_symbol_for_address (Filedata * filedata,
7562 Elf_Internal_Sym * symtab,
7563 unsigned long nsyms,
7564 const char * strtab,
7565 unsigned long strtab_size,
7566 struct absaddr addr,
7567 const char ** symname,
7568 bfd_vma * offset)
4d6ed7c8 7569{
d3ba0551 7570 bfd_vma dist = 0x100000;
2cf0635d 7571 Elf_Internal_Sym * sym;
948f632f
DA
7572 Elf_Internal_Sym * beg;
7573 Elf_Internal_Sym * end;
2cf0635d 7574 Elf_Internal_Sym * best = NULL;
4d6ed7c8 7575
0b6ae522 7576 REMOVE_ARCH_BITS (addr.offset);
948f632f
DA
7577 beg = symtab;
7578 end = symtab + nsyms;
0b6ae522 7579
948f632f 7580 while (beg < end)
4d6ed7c8 7581 {
948f632f
DA
7582 bfd_vma value;
7583
7584 sym = beg + (end - beg) / 2;
0b6ae522 7585
948f632f 7586 value = sym->st_value;
0b6ae522
DJ
7587 REMOVE_ARCH_BITS (value);
7588
948f632f 7589 if (sym->st_name != 0
4d6ed7c8 7590 && (addr.section == SHN_UNDEF || addr.section == sym->st_shndx)
0b6ae522
DJ
7591 && addr.offset >= value
7592 && addr.offset - value < dist)
4d6ed7c8
NC
7593 {
7594 best = sym;
0b6ae522 7595 dist = addr.offset - value;
4d6ed7c8
NC
7596 if (!dist)
7597 break;
7598 }
948f632f
DA
7599
7600 if (addr.offset < value)
7601 end = sym;
7602 else
7603 beg = sym + 1;
4d6ed7c8 7604 }
1b31d05e 7605
4d6ed7c8
NC
7606 if (best)
7607 {
57346661 7608 *symname = (best->st_name >= strtab_size
2b692964 7609 ? _("<corrupt>") : strtab + best->st_name);
4d6ed7c8
NC
7610 *offset = dist;
7611 return;
7612 }
1b31d05e 7613
4d6ed7c8
NC
7614 *symname = NULL;
7615 *offset = addr.offset;
7616}
7617
32ec8896 7618static /* signed */ int
948f632f
DA
7619symcmp (const void *p, const void *q)
7620{
7621 Elf_Internal_Sym *sp = (Elf_Internal_Sym *) p;
7622 Elf_Internal_Sym *sq = (Elf_Internal_Sym *) q;
7623
7624 return sp->st_value > sq->st_value ? 1 : (sp->st_value < sq->st_value ? -1 : 0);
7625}
7626
7627/* Process the unwind section. */
7628
7629#include "unwind-ia64.h"
7630
7631struct ia64_unw_table_entry
7632{
7633 struct absaddr start;
7634 struct absaddr end;
7635 struct absaddr info;
7636};
7637
7638struct ia64_unw_aux_info
7639{
32ec8896
NC
7640 struct ia64_unw_table_entry * table; /* Unwind table. */
7641 unsigned long table_len; /* Length of unwind table. */
7642 unsigned char * info; /* Unwind info. */
7643 unsigned long info_size; /* Size of unwind info. */
7644 bfd_vma info_addr; /* Starting address of unwind info. */
7645 bfd_vma seg_base; /* Starting address of segment. */
7646 Elf_Internal_Sym * symtab; /* The symbol table. */
7647 unsigned long nsyms; /* Number of symbols. */
7648 Elf_Internal_Sym * funtab; /* Sorted table of STT_FUNC symbols. */
7649 unsigned long nfuns; /* Number of entries in funtab. */
7650 char * strtab; /* The string table. */
7651 unsigned long strtab_size; /* Size of string table. */
948f632f
DA
7652};
7653
32ec8896 7654static bfd_boolean
dda8d76d 7655dump_ia64_unwind (Filedata * filedata, struct ia64_unw_aux_info * aux)
4d6ed7c8 7656{
2cf0635d 7657 struct ia64_unw_table_entry * tp;
948f632f 7658 unsigned long j, nfuns;
4d6ed7c8 7659 int in_body;
32ec8896 7660 bfd_boolean res = TRUE;
7036c0e1 7661
948f632f
DA
7662 aux->funtab = xmalloc (aux->nsyms * sizeof (Elf_Internal_Sym));
7663 for (nfuns = 0, j = 0; j < aux->nsyms; j++)
7664 if (aux->symtab[j].st_value && ELF_ST_TYPE (aux->symtab[j].st_info) == STT_FUNC)
7665 aux->funtab[nfuns++] = aux->symtab[j];
7666 aux->nfuns = nfuns;
7667 qsort (aux->funtab, aux->nfuns, sizeof (Elf_Internal_Sym), symcmp);
7668
4d6ed7c8
NC
7669 for (tp = aux->table; tp < aux->table + aux->table_len; ++tp)
7670 {
7671 bfd_vma stamp;
7672 bfd_vma offset;
2cf0635d
NC
7673 const unsigned char * dp;
7674 const unsigned char * head;
53774b7e 7675 const unsigned char * end;
2cf0635d 7676 const char * procname;
4d6ed7c8 7677
dda8d76d 7678 find_symbol_for_address (filedata, aux->funtab, aux->nfuns, aux->strtab,
57346661 7679 aux->strtab_size, tp->start, &procname, &offset);
4d6ed7c8
NC
7680
7681 fputs ("\n<", stdout);
7682
7683 if (procname)
7684 {
7685 fputs (procname, stdout);
7686
7687 if (offset)
7688 printf ("+%lx", (unsigned long) offset);
7689 }
7690
7691 fputs (">: [", stdout);
7692 print_vma (tp->start.offset, PREFIX_HEX);
7693 fputc ('-', stdout);
7694 print_vma (tp->end.offset, PREFIX_HEX);
86f55779 7695 printf ("], info at +0x%lx\n",
4d6ed7c8
NC
7696 (unsigned long) (tp->info.offset - aux->seg_base));
7697
53774b7e
NC
7698 /* PR 17531: file: 86232b32. */
7699 if (aux->info == NULL)
7700 continue;
7701
97c0a079
AM
7702 offset = tp->info.offset;
7703 if (tp->info.section)
7704 {
7705 if (tp->info.section >= filedata->file_header.e_shnum)
7706 {
7707 warn (_("Invalid section %u in table entry %ld\n"),
7708 tp->info.section, (long) (tp - aux->table));
7709 res = FALSE;
7710 continue;
7711 }
7712 offset += filedata->section_headers[tp->info.section].sh_addr;
7713 }
7714 offset -= aux->info_addr;
53774b7e 7715 /* PR 17531: file: 0997b4d1. */
90679903
AM
7716 if (offset >= aux->info_size
7717 || aux->info_size - offset < 8)
53774b7e
NC
7718 {
7719 warn (_("Invalid offset %lx in table entry %ld\n"),
7720 (long) tp->info.offset, (long) (tp - aux->table));
32ec8896 7721 res = FALSE;
53774b7e
NC
7722 continue;
7723 }
7724
97c0a079 7725 head = aux->info + offset;
a4a00738 7726 stamp = byte_get ((unsigned char *) head, sizeof (stamp));
4d6ed7c8 7727
86f55779 7728 printf (" v%u, flags=0x%lx (%s%s), len=%lu bytes\n",
4d6ed7c8
NC
7729 (unsigned) UNW_VER (stamp),
7730 (unsigned long) ((stamp & UNW_FLAG_MASK) >> 32),
7731 UNW_FLAG_EHANDLER (stamp) ? " ehandler" : "",
7732 UNW_FLAG_UHANDLER (stamp) ? " uhandler" : "",
89fac5e3 7733 (unsigned long) (eh_addr_size * UNW_LENGTH (stamp)));
4d6ed7c8
NC
7734
7735 if (UNW_VER (stamp) != 1)
7736 {
2b692964 7737 printf (_("\tUnknown version.\n"));
4d6ed7c8
NC
7738 continue;
7739 }
7740
7741 in_body = 0;
53774b7e
NC
7742 end = head + 8 + eh_addr_size * UNW_LENGTH (stamp);
7743 /* PR 17531: file: 16ceda89. */
7744 if (end > aux->info + aux->info_size)
7745 end = aux->info + aux->info_size;
7746 for (dp = head + 8; dp < end;)
b4477bc8 7747 dp = unw_decode (dp, in_body, & in_body, end);
4d6ed7c8 7748 }
948f632f
DA
7749
7750 free (aux->funtab);
32ec8896
NC
7751
7752 return res;
4d6ed7c8
NC
7753}
7754
53774b7e 7755static bfd_boolean
dda8d76d
NC
7756slurp_ia64_unwind_table (Filedata * filedata,
7757 struct ia64_unw_aux_info * aux,
7758 Elf_Internal_Shdr * sec)
4d6ed7c8 7759{
89fac5e3 7760 unsigned long size, nrelas, i;
2cf0635d
NC
7761 Elf_Internal_Phdr * seg;
7762 struct ia64_unw_table_entry * tep;
7763 Elf_Internal_Shdr * relsec;
7764 Elf_Internal_Rela * rela;
7765 Elf_Internal_Rela * rp;
7766 unsigned char * table;
7767 unsigned char * tp;
7768 Elf_Internal_Sym * sym;
7769 const char * relname;
4d6ed7c8 7770
53774b7e
NC
7771 aux->table_len = 0;
7772
4d6ed7c8
NC
7773 /* First, find the starting address of the segment that includes
7774 this section: */
7775
dda8d76d 7776 if (filedata->file_header.e_phnum)
4d6ed7c8 7777 {
dda8d76d 7778 if (! get_program_headers (filedata))
53774b7e 7779 return FALSE;
4d6ed7c8 7780
dda8d76d
NC
7781 for (seg = filedata->program_headers;
7782 seg < filedata->program_headers + filedata->file_header.e_phnum;
d93f0186 7783 ++seg)
4d6ed7c8
NC
7784 {
7785 if (seg->p_type != PT_LOAD)
7786 continue;
7787
7788 if (sec->sh_addr >= seg->p_vaddr
7789 && (sec->sh_addr + sec->sh_size <= seg->p_vaddr + seg->p_memsz))
7790 {
7791 aux->seg_base = seg->p_vaddr;
7792 break;
7793 }
7794 }
4d6ed7c8
NC
7795 }
7796
7797 /* Second, build the unwind table from the contents of the unwind section: */
7798 size = sec->sh_size;
dda8d76d 7799 table = (unsigned char *) get_data (NULL, filedata, sec->sh_offset, 1, size,
3f5e193b 7800 _("unwind table"));
a6e9f9df 7801 if (!table)
53774b7e 7802 return FALSE;
4d6ed7c8 7803
53774b7e 7804 aux->table_len = size / (3 * eh_addr_size);
3f5e193b 7805 aux->table = (struct ia64_unw_table_entry *)
53774b7e 7806 xcmalloc (aux->table_len, sizeof (aux->table[0]));
89fac5e3 7807 tep = aux->table;
53774b7e
NC
7808
7809 for (tp = table; tp <= table + size - (3 * eh_addr_size); ++tep)
4d6ed7c8
NC
7810 {
7811 tep->start.section = SHN_UNDEF;
7812 tep->end.section = SHN_UNDEF;
7813 tep->info.section = SHN_UNDEF;
c6a0c689
AM
7814 tep->start.offset = byte_get (tp, eh_addr_size); tp += eh_addr_size;
7815 tep->end.offset = byte_get (tp, eh_addr_size); tp += eh_addr_size;
7816 tep->info.offset = byte_get (tp, eh_addr_size); tp += eh_addr_size;
4d6ed7c8
NC
7817 tep->start.offset += aux->seg_base;
7818 tep->end.offset += aux->seg_base;
7819 tep->info.offset += aux->seg_base;
7820 }
7821 free (table);
7822
41e92641 7823 /* Third, apply any relocations to the unwind table: */
dda8d76d
NC
7824 for (relsec = filedata->section_headers;
7825 relsec < filedata->section_headers + filedata->file_header.e_shnum;
4d6ed7c8
NC
7826 ++relsec)
7827 {
7828 if (relsec->sh_type != SHT_RELA
dda8d76d
NC
7829 || relsec->sh_info >= filedata->file_header.e_shnum
7830 || filedata->section_headers + relsec->sh_info != sec)
4d6ed7c8
NC
7831 continue;
7832
dda8d76d 7833 if (!slurp_rela_relocs (filedata, relsec->sh_offset, relsec->sh_size,
4d6ed7c8 7834 & rela, & nrelas))
53774b7e
NC
7835 {
7836 free (aux->table);
7837 aux->table = NULL;
7838 aux->table_len = 0;
7839 return FALSE;
7840 }
4d6ed7c8
NC
7841
7842 for (rp = rela; rp < rela + nrelas; ++rp)
7843 {
4770fb94 7844 unsigned int sym_ndx;
726bd37d
AM
7845 unsigned int r_type = get_reloc_type (filedata, rp->r_info);
7846 relname = elf_ia64_reloc_type (r_type);
4d6ed7c8 7847
82b1b41b
NC
7848 /* PR 17531: file: 9fa67536. */
7849 if (relname == NULL)
7850 {
726bd37d 7851 warn (_("Skipping unknown relocation type: %u\n"), r_type);
82b1b41b
NC
7852 continue;
7853 }
948f632f 7854
0112cd26 7855 if (! const_strneq (relname, "R_IA64_SEGREL"))
4d6ed7c8 7856 {
82b1b41b 7857 warn (_("Skipping unexpected relocation type: %s\n"), relname);
4d6ed7c8
NC
7858 continue;
7859 }
7860
89fac5e3 7861 i = rp->r_offset / (3 * eh_addr_size);
4d6ed7c8 7862
53774b7e
NC
7863 /* PR 17531: file: 5bc8d9bf. */
7864 if (i >= aux->table_len)
7865 {
7866 warn (_("Skipping reloc with overlarge offset: %lx\n"), i);
7867 continue;
7868 }
7869
4770fb94
AM
7870 sym_ndx = get_reloc_symindex (rp->r_info);
7871 if (sym_ndx >= aux->nsyms)
7872 {
7873 warn (_("Skipping reloc with invalid symbol index: %u\n"),
7874 sym_ndx);
7875 continue;
7876 }
7877 sym = aux->symtab + sym_ndx;
7878
53774b7e 7879 switch (rp->r_offset / eh_addr_size % 3)
4d6ed7c8
NC
7880 {
7881 case 0:
7882 aux->table[i].start.section = sym->st_shndx;
e466bc6e 7883 aux->table[i].start.offset = rp->r_addend + sym->st_value;
4d6ed7c8
NC
7884 break;
7885 case 1:
7886 aux->table[i].end.section = sym->st_shndx;
e466bc6e 7887 aux->table[i].end.offset = rp->r_addend + sym->st_value;
4d6ed7c8
NC
7888 break;
7889 case 2:
7890 aux->table[i].info.section = sym->st_shndx;
e466bc6e 7891 aux->table[i].info.offset = rp->r_addend + sym->st_value;
4d6ed7c8
NC
7892 break;
7893 default:
7894 break;
7895 }
7896 }
7897
7898 free (rela);
7899 }
7900
53774b7e 7901 return TRUE;
4d6ed7c8
NC
7902}
7903
32ec8896 7904static bfd_boolean
dda8d76d 7905ia64_process_unwind (Filedata * filedata)
4d6ed7c8 7906{
2cf0635d
NC
7907 Elf_Internal_Shdr * sec;
7908 Elf_Internal_Shdr * unwsec = NULL;
89fac5e3 7909 unsigned long i, unwcount = 0, unwstart = 0;
57346661 7910 struct ia64_unw_aux_info aux;
32ec8896 7911 bfd_boolean res = TRUE;
f1467e33 7912
4d6ed7c8
NC
7913 memset (& aux, 0, sizeof (aux));
7914
dda8d76d 7915 for (i = 0, sec = filedata->section_headers; i < filedata->file_header.e_shnum; ++i, ++sec)
4d6ed7c8 7916 {
28d13567 7917 if (sec->sh_type == SHT_SYMTAB)
4d6ed7c8 7918 {
28d13567 7919 if (aux.symtab)
4082ef84 7920 {
28d13567
AM
7921 error (_("Multiple symbol tables encountered\n"));
7922 free (aux.symtab);
7923 aux.symtab = NULL;
4082ef84 7924 free (aux.strtab);
28d13567 7925 aux.strtab = NULL;
4082ef84 7926 }
28d13567
AM
7927 if (!get_symtab (filedata, sec, &aux.symtab, &aux.nsyms,
7928 &aux.strtab, &aux.strtab_size))
7929 return FALSE;
4d6ed7c8
NC
7930 }
7931 else if (sec->sh_type == SHT_IA_64_UNWIND)
579f31ac
JJ
7932 unwcount++;
7933 }
7934
7935 if (!unwcount)
7936 printf (_("\nThere are no unwind sections in this file.\n"));
7937
7938 while (unwcount-- > 0)
7939 {
2cf0635d 7940 char * suffix;
579f31ac
JJ
7941 size_t len, len2;
7942
dda8d76d
NC
7943 for (i = unwstart, sec = filedata->section_headers + unwstart, unwsec = NULL;
7944 i < filedata->file_header.e_shnum; ++i, ++sec)
579f31ac
JJ
7945 if (sec->sh_type == SHT_IA_64_UNWIND)
7946 {
7947 unwsec = sec;
7948 break;
7949 }
4082ef84
NC
7950 /* We have already counted the number of SHT_IA64_UNWIND
7951 sections so the loop above should never fail. */
7952 assert (unwsec != NULL);
579f31ac
JJ
7953
7954 unwstart = i + 1;
7955 len = sizeof (ELF_STRING_ia64_unwind_once) - 1;
7956
e4b17d5c
L
7957 if ((unwsec->sh_flags & SHF_GROUP) != 0)
7958 {
7959 /* We need to find which section group it is in. */
4082ef84 7960 struct group_list * g;
e4b17d5c 7961
978c4450
AM
7962 if (filedata->section_headers_groups == NULL
7963 || filedata->section_headers_groups[i] == NULL)
dda8d76d 7964 i = filedata->file_header.e_shnum;
4082ef84 7965 else
e4b17d5c 7966 {
978c4450 7967 g = filedata->section_headers_groups[i]->root;
18bd398b 7968
4082ef84
NC
7969 for (; g != NULL; g = g->next)
7970 {
dda8d76d 7971 sec = filedata->section_headers + g->section_index;
e4b17d5c 7972
4082ef84
NC
7973 if (streq (SECTION_NAME (sec), ELF_STRING_ia64_unwind_info))
7974 break;
7975 }
7976
7977 if (g == NULL)
dda8d76d 7978 i = filedata->file_header.e_shnum;
4082ef84 7979 }
e4b17d5c 7980 }
18bd398b 7981 else if (strneq (SECTION_NAME (unwsec), ELF_STRING_ia64_unwind_once, len))
579f31ac 7982 {
18bd398b 7983 /* .gnu.linkonce.ia64unw.FOO -> .gnu.linkonce.ia64unwi.FOO. */
579f31ac
JJ
7984 len2 = sizeof (ELF_STRING_ia64_unwind_info_once) - 1;
7985 suffix = SECTION_NAME (unwsec) + len;
dda8d76d 7986 for (i = 0, sec = filedata->section_headers; i < filedata->file_header.e_shnum;
579f31ac 7987 ++i, ++sec)
18bd398b
NC
7988 if (strneq (SECTION_NAME (sec), ELF_STRING_ia64_unwind_info_once, len2)
7989 && streq (SECTION_NAME (sec) + len2, suffix))
579f31ac
JJ
7990 break;
7991 }
7992 else
7993 {
7994 /* .IA_64.unwindFOO -> .IA_64.unwind_infoFOO
18bd398b 7995 .IA_64.unwind or BAR -> .IA_64.unwind_info. */
579f31ac
JJ
7996 len = sizeof (ELF_STRING_ia64_unwind) - 1;
7997 len2 = sizeof (ELF_STRING_ia64_unwind_info) - 1;
7998 suffix = "";
18bd398b 7999 if (strneq (SECTION_NAME (unwsec), ELF_STRING_ia64_unwind, len))
579f31ac 8000 suffix = SECTION_NAME (unwsec) + len;
dda8d76d 8001 for (i = 0, sec = filedata->section_headers; i < filedata->file_header.e_shnum;
579f31ac 8002 ++i, ++sec)
18bd398b
NC
8003 if (strneq (SECTION_NAME (sec), ELF_STRING_ia64_unwind_info, len2)
8004 && streq (SECTION_NAME (sec) + len2, suffix))
579f31ac
JJ
8005 break;
8006 }
8007
dda8d76d 8008 if (i == filedata->file_header.e_shnum)
579f31ac
JJ
8009 {
8010 printf (_("\nCould not find unwind info section for "));
8011
dda8d76d 8012 if (filedata->string_table == NULL)
579f31ac
JJ
8013 printf ("%d", unwsec->sh_name);
8014 else
dda8d76d 8015 printf ("'%s'", printable_section_name (filedata, unwsec));
579f31ac
JJ
8016 }
8017 else
4d6ed7c8 8018 {
4d6ed7c8 8019 aux.info_addr = sec->sh_addr;
dda8d76d 8020 aux.info = (unsigned char *) get_data (NULL, filedata, sec->sh_offset, 1,
4082ef84
NC
8021 sec->sh_size,
8022 _("unwind info"));
59245841 8023 aux.info_size = aux.info == NULL ? 0 : sec->sh_size;
4d6ed7c8 8024
579f31ac 8025 printf (_("\nUnwind section "));
4d6ed7c8 8026
dda8d76d 8027 if (filedata->string_table == NULL)
579f31ac
JJ
8028 printf ("%d", unwsec->sh_name);
8029 else
dda8d76d 8030 printf ("'%s'", printable_section_name (filedata, unwsec));
4d6ed7c8 8031
579f31ac 8032 printf (_(" at offset 0x%lx contains %lu entries:\n"),
e59b4dfb 8033 (unsigned long) unwsec->sh_offset,
89fac5e3 8034 (unsigned long) (unwsec->sh_size / (3 * eh_addr_size)));
4d6ed7c8 8035
dda8d76d 8036 if (slurp_ia64_unwind_table (filedata, & aux, unwsec)
53774b7e 8037 && aux.table_len > 0)
dda8d76d 8038 dump_ia64_unwind (filedata, & aux);
579f31ac 8039
9db70fc3
AM
8040 free ((char *) aux.table);
8041 free ((char *) aux.info);
579f31ac
JJ
8042 aux.table = NULL;
8043 aux.info = NULL;
8044 }
4d6ed7c8 8045 }
4d6ed7c8 8046
9db70fc3
AM
8047 free (aux.symtab);
8048 free ((char *) aux.strtab);
32ec8896
NC
8049
8050 return res;
4d6ed7c8
NC
8051}
8052
3f5e193b 8053struct hppa_unw_table_entry
32ec8896
NC
8054{
8055 struct absaddr start;
8056 struct absaddr end;
8057 unsigned int Cannot_unwind:1; /* 0 */
8058 unsigned int Millicode:1; /* 1 */
8059 unsigned int Millicode_save_sr0:1; /* 2 */
8060 unsigned int Region_description:2; /* 3..4 */
8061 unsigned int reserved1:1; /* 5 */
8062 unsigned int Entry_SR:1; /* 6 */
8063 unsigned int Entry_FR:4; /* Number saved 7..10 */
8064 unsigned int Entry_GR:5; /* Number saved 11..15 */
8065 unsigned int Args_stored:1; /* 16 */
8066 unsigned int Variable_Frame:1; /* 17 */
8067 unsigned int Separate_Package_Body:1; /* 18 */
8068 unsigned int Frame_Extension_Millicode:1; /* 19 */
8069 unsigned int Stack_Overflow_Check:1; /* 20 */
8070 unsigned int Two_Instruction_SP_Increment:1; /* 21 */
8071 unsigned int Ada_Region:1; /* 22 */
8072 unsigned int cxx_info:1; /* 23 */
8073 unsigned int cxx_try_catch:1; /* 24 */
8074 unsigned int sched_entry_seq:1; /* 25 */
8075 unsigned int reserved2:1; /* 26 */
8076 unsigned int Save_SP:1; /* 27 */
8077 unsigned int Save_RP:1; /* 28 */
8078 unsigned int Save_MRP_in_frame:1; /* 29 */
8079 unsigned int extn_ptr_defined:1; /* 30 */
8080 unsigned int Cleanup_defined:1; /* 31 */
8081
8082 unsigned int MPE_XL_interrupt_marker:1; /* 0 */
8083 unsigned int HP_UX_interrupt_marker:1; /* 1 */
8084 unsigned int Large_frame:1; /* 2 */
8085 unsigned int Pseudo_SP_Set:1; /* 3 */
8086 unsigned int reserved4:1; /* 4 */
8087 unsigned int Total_frame_size:27; /* 5..31 */
8088};
3f5e193b 8089
57346661 8090struct hppa_unw_aux_info
948f632f 8091{
32ec8896
NC
8092 struct hppa_unw_table_entry * table; /* Unwind table. */
8093 unsigned long table_len; /* Length of unwind table. */
8094 bfd_vma seg_base; /* Starting address of segment. */
8095 Elf_Internal_Sym * symtab; /* The symbol table. */
8096 unsigned long nsyms; /* Number of symbols. */
8097 Elf_Internal_Sym * funtab; /* Sorted table of STT_FUNC symbols. */
8098 unsigned long nfuns; /* Number of entries in funtab. */
8099 char * strtab; /* The string table. */
8100 unsigned long strtab_size; /* Size of string table. */
948f632f 8101};
57346661 8102
32ec8896 8103static bfd_boolean
dda8d76d 8104dump_hppa_unwind (Filedata * filedata, struct hppa_unw_aux_info * aux)
57346661 8105{
2cf0635d 8106 struct hppa_unw_table_entry * tp;
948f632f 8107 unsigned long j, nfuns;
32ec8896 8108 bfd_boolean res = TRUE;
948f632f
DA
8109
8110 aux->funtab = xmalloc (aux->nsyms * sizeof (Elf_Internal_Sym));
8111 for (nfuns = 0, j = 0; j < aux->nsyms; j++)
8112 if (aux->symtab[j].st_value && ELF_ST_TYPE (aux->symtab[j].st_info) == STT_FUNC)
8113 aux->funtab[nfuns++] = aux->symtab[j];
8114 aux->nfuns = nfuns;
8115 qsort (aux->funtab, aux->nfuns, sizeof (Elf_Internal_Sym), symcmp);
57346661 8116
57346661
AM
8117 for (tp = aux->table; tp < aux->table + aux->table_len; ++tp)
8118 {
8119 bfd_vma offset;
2cf0635d 8120 const char * procname;
57346661 8121
dda8d76d 8122 find_symbol_for_address (filedata, aux->funtab, aux->nfuns, aux->strtab,
57346661
AM
8123 aux->strtab_size, tp->start, &procname,
8124 &offset);
8125
8126 fputs ("\n<", stdout);
8127
8128 if (procname)
8129 {
8130 fputs (procname, stdout);
8131
8132 if (offset)
8133 printf ("+%lx", (unsigned long) offset);
8134 }
8135
8136 fputs (">: [", stdout);
8137 print_vma (tp->start.offset, PREFIX_HEX);
8138 fputc ('-', stdout);
8139 print_vma (tp->end.offset, PREFIX_HEX);
8140 printf ("]\n\t");
8141
18bd398b
NC
8142#define PF(_m) if (tp->_m) printf (#_m " ");
8143#define PV(_m) if (tp->_m) printf (#_m "=%d ", tp->_m);
57346661
AM
8144 PF(Cannot_unwind);
8145 PF(Millicode);
8146 PF(Millicode_save_sr0);
18bd398b 8147 /* PV(Region_description); */
57346661
AM
8148 PF(Entry_SR);
8149 PV(Entry_FR);
8150 PV(Entry_GR);
8151 PF(Args_stored);
8152 PF(Variable_Frame);
8153 PF(Separate_Package_Body);
8154 PF(Frame_Extension_Millicode);
8155 PF(Stack_Overflow_Check);
8156 PF(Two_Instruction_SP_Increment);
8157 PF(Ada_Region);
8158 PF(cxx_info);
8159 PF(cxx_try_catch);
8160 PF(sched_entry_seq);
8161 PF(Save_SP);
8162 PF(Save_RP);
8163 PF(Save_MRP_in_frame);
8164 PF(extn_ptr_defined);
8165 PF(Cleanup_defined);
8166 PF(MPE_XL_interrupt_marker);
8167 PF(HP_UX_interrupt_marker);
8168 PF(Large_frame);
8169 PF(Pseudo_SP_Set);
8170 PV(Total_frame_size);
8171#undef PF
8172#undef PV
8173 }
8174
18bd398b 8175 printf ("\n");
948f632f
DA
8176
8177 free (aux->funtab);
32ec8896
NC
8178
8179 return res;
57346661
AM
8180}
8181
32ec8896 8182static bfd_boolean
dda8d76d
NC
8183slurp_hppa_unwind_table (Filedata * filedata,
8184 struct hppa_unw_aux_info * aux,
8185 Elf_Internal_Shdr * sec)
57346661 8186{
1c0751b2 8187 unsigned long size, unw_ent_size, nentries, nrelas, i;
2cf0635d
NC
8188 Elf_Internal_Phdr * seg;
8189 struct hppa_unw_table_entry * tep;
8190 Elf_Internal_Shdr * relsec;
8191 Elf_Internal_Rela * rela;
8192 Elf_Internal_Rela * rp;
8193 unsigned char * table;
8194 unsigned char * tp;
8195 Elf_Internal_Sym * sym;
8196 const char * relname;
57346661 8197
57346661
AM
8198 /* First, find the starting address of the segment that includes
8199 this section. */
dda8d76d 8200 if (filedata->file_header.e_phnum)
57346661 8201 {
dda8d76d 8202 if (! get_program_headers (filedata))
32ec8896 8203 return FALSE;
57346661 8204
dda8d76d
NC
8205 for (seg = filedata->program_headers;
8206 seg < filedata->program_headers + filedata->file_header.e_phnum;
57346661
AM
8207 ++seg)
8208 {
8209 if (seg->p_type != PT_LOAD)
8210 continue;
8211
8212 if (sec->sh_addr >= seg->p_vaddr
8213 && (sec->sh_addr + sec->sh_size <= seg->p_vaddr + seg->p_memsz))
8214 {
8215 aux->seg_base = seg->p_vaddr;
8216 break;
8217 }
8218 }
8219 }
8220
8221 /* Second, build the unwind table from the contents of the unwind
8222 section. */
8223 size = sec->sh_size;
dda8d76d 8224 table = (unsigned char *) get_data (NULL, filedata, sec->sh_offset, 1, size,
3f5e193b 8225 _("unwind table"));
57346661 8226 if (!table)
32ec8896 8227 return FALSE;
57346661 8228
1c0751b2
DA
8229 unw_ent_size = 16;
8230 nentries = size / unw_ent_size;
8231 size = unw_ent_size * nentries;
57346661 8232
3f5e193b
NC
8233 tep = aux->table = (struct hppa_unw_table_entry *)
8234 xcmalloc (nentries, sizeof (aux->table[0]));
57346661 8235
1c0751b2 8236 for (tp = table; tp < table + size; tp += unw_ent_size, ++tep)
57346661
AM
8237 {
8238 unsigned int tmp1, tmp2;
8239
8240 tep->start.section = SHN_UNDEF;
8241 tep->end.section = SHN_UNDEF;
8242
1c0751b2
DA
8243 tep->start.offset = byte_get ((unsigned char *) tp + 0, 4);
8244 tep->end.offset = byte_get ((unsigned char *) tp + 4, 4);
8245 tmp1 = byte_get ((unsigned char *) tp + 8, 4);
8246 tmp2 = byte_get ((unsigned char *) tp + 12, 4);
8247
8248 tep->start.offset += aux->seg_base;
8249 tep->end.offset += aux->seg_base;
57346661
AM
8250
8251 tep->Cannot_unwind = (tmp1 >> 31) & 0x1;
8252 tep->Millicode = (tmp1 >> 30) & 0x1;
8253 tep->Millicode_save_sr0 = (tmp1 >> 29) & 0x1;
8254 tep->Region_description = (tmp1 >> 27) & 0x3;
8255 tep->reserved1 = (tmp1 >> 26) & 0x1;
8256 tep->Entry_SR = (tmp1 >> 25) & 0x1;
8257 tep->Entry_FR = (tmp1 >> 21) & 0xf;
8258 tep->Entry_GR = (tmp1 >> 16) & 0x1f;
8259 tep->Args_stored = (tmp1 >> 15) & 0x1;
8260 tep->Variable_Frame = (tmp1 >> 14) & 0x1;
8261 tep->Separate_Package_Body = (tmp1 >> 13) & 0x1;
8262 tep->Frame_Extension_Millicode = (tmp1 >> 12) & 0x1;
8263 tep->Stack_Overflow_Check = (tmp1 >> 11) & 0x1;
8264 tep->Two_Instruction_SP_Increment = (tmp1 >> 10) & 0x1;
8265 tep->Ada_Region = (tmp1 >> 9) & 0x1;
8266 tep->cxx_info = (tmp1 >> 8) & 0x1;
8267 tep->cxx_try_catch = (tmp1 >> 7) & 0x1;
8268 tep->sched_entry_seq = (tmp1 >> 6) & 0x1;
8269 tep->reserved2 = (tmp1 >> 5) & 0x1;
8270 tep->Save_SP = (tmp1 >> 4) & 0x1;
8271 tep->Save_RP = (tmp1 >> 3) & 0x1;
8272 tep->Save_MRP_in_frame = (tmp1 >> 2) & 0x1;
8273 tep->extn_ptr_defined = (tmp1 >> 1) & 0x1;
8274 tep->Cleanup_defined = tmp1 & 0x1;
8275
8276 tep->MPE_XL_interrupt_marker = (tmp2 >> 31) & 0x1;
8277 tep->HP_UX_interrupt_marker = (tmp2 >> 30) & 0x1;
8278 tep->Large_frame = (tmp2 >> 29) & 0x1;
8279 tep->Pseudo_SP_Set = (tmp2 >> 28) & 0x1;
8280 tep->reserved4 = (tmp2 >> 27) & 0x1;
8281 tep->Total_frame_size = tmp2 & 0x7ffffff;
57346661
AM
8282 }
8283 free (table);
8284
8285 /* Third, apply any relocations to the unwind table. */
dda8d76d
NC
8286 for (relsec = filedata->section_headers;
8287 relsec < filedata->section_headers + filedata->file_header.e_shnum;
57346661
AM
8288 ++relsec)
8289 {
8290 if (relsec->sh_type != SHT_RELA
dda8d76d
NC
8291 || relsec->sh_info >= filedata->file_header.e_shnum
8292 || filedata->section_headers + relsec->sh_info != sec)
57346661
AM
8293 continue;
8294
dda8d76d 8295 if (!slurp_rela_relocs (filedata, relsec->sh_offset, relsec->sh_size,
57346661 8296 & rela, & nrelas))
32ec8896 8297 return FALSE;
57346661
AM
8298
8299 for (rp = rela; rp < rela + nrelas; ++rp)
8300 {
4770fb94 8301 unsigned int sym_ndx;
726bd37d
AM
8302 unsigned int r_type = get_reloc_type (filedata, rp->r_info);
8303 relname = elf_hppa_reloc_type (r_type);
57346661 8304
726bd37d
AM
8305 if (relname == NULL)
8306 {
8307 warn (_("Skipping unknown relocation type: %u\n"), r_type);
8308 continue;
8309 }
8310
57346661 8311 /* R_PARISC_SEGREL32 or R_PARISC_SEGREL64. */
0112cd26 8312 if (! const_strneq (relname, "R_PARISC_SEGREL"))
57346661 8313 {
726bd37d 8314 warn (_("Skipping unexpected relocation type: %s\n"), relname);
57346661
AM
8315 continue;
8316 }
8317
8318 i = rp->r_offset / unw_ent_size;
726bd37d
AM
8319 if (i >= aux->table_len)
8320 {
8321 warn (_("Skipping reloc with overlarge offset: %lx\n"), i);
8322 continue;
8323 }
57346661 8324
4770fb94
AM
8325 sym_ndx = get_reloc_symindex (rp->r_info);
8326 if (sym_ndx >= aux->nsyms)
8327 {
8328 warn (_("Skipping reloc with invalid symbol index: %u\n"),
8329 sym_ndx);
8330 continue;
8331 }
8332 sym = aux->symtab + sym_ndx;
8333
43f6cd05 8334 switch ((rp->r_offset % unw_ent_size) / 4)
57346661
AM
8335 {
8336 case 0:
8337 aux->table[i].start.section = sym->st_shndx;
1e456d54 8338 aux->table[i].start.offset = sym->st_value + rp->r_addend;
57346661
AM
8339 break;
8340 case 1:
8341 aux->table[i].end.section = sym->st_shndx;
1e456d54 8342 aux->table[i].end.offset = sym->st_value + rp->r_addend;
57346661
AM
8343 break;
8344 default:
8345 break;
8346 }
8347 }
8348
8349 free (rela);
8350 }
8351
1c0751b2 8352 aux->table_len = nentries;
57346661 8353
32ec8896 8354 return TRUE;
57346661
AM
8355}
8356
32ec8896 8357static bfd_boolean
dda8d76d 8358hppa_process_unwind (Filedata * filedata)
57346661 8359{
57346661 8360 struct hppa_unw_aux_info aux;
2cf0635d 8361 Elf_Internal_Shdr * unwsec = NULL;
2cf0635d 8362 Elf_Internal_Shdr * sec;
18bd398b 8363 unsigned long i;
32ec8896 8364 bfd_boolean res = TRUE;
57346661 8365
dda8d76d 8366 if (filedata->string_table == NULL)
32ec8896 8367 return FALSE;
1b31d05e
NC
8368
8369 memset (& aux, 0, sizeof (aux));
57346661 8370
dda8d76d 8371 for (i = 0, sec = filedata->section_headers; i < filedata->file_header.e_shnum; ++i, ++sec)
57346661 8372 {
28d13567 8373 if (sec->sh_type == SHT_SYMTAB)
57346661 8374 {
28d13567 8375 if (aux.symtab)
4082ef84 8376 {
28d13567
AM
8377 error (_("Multiple symbol tables encountered\n"));
8378 free (aux.symtab);
8379 aux.symtab = NULL;
4082ef84 8380 free (aux.strtab);
28d13567 8381 aux.strtab = NULL;
4082ef84 8382 }
28d13567
AM
8383 if (!get_symtab (filedata, sec, &aux.symtab, &aux.nsyms,
8384 &aux.strtab, &aux.strtab_size))
8385 return FALSE;
57346661 8386 }
18bd398b 8387 else if (streq (SECTION_NAME (sec), ".PARISC.unwind"))
57346661
AM
8388 unwsec = sec;
8389 }
8390
8391 if (!unwsec)
8392 printf (_("\nThere are no unwind sections in this file.\n"));
8393
dda8d76d 8394 for (i = 0, sec = filedata->section_headers; i < filedata->file_header.e_shnum; ++i, ++sec)
57346661 8395 {
18bd398b 8396 if (streq (SECTION_NAME (sec), ".PARISC.unwind"))
57346661 8397 {
43f6cd05 8398 unsigned long num_unwind = sec->sh_size / 16;
dda8d76d 8399
d3a49aa8
AM
8400 printf (ngettext ("\nUnwind section '%s' at offset 0x%lx "
8401 "contains %lu entry:\n",
8402 "\nUnwind section '%s' at offset 0x%lx "
8403 "contains %lu entries:\n",
8404 num_unwind),
dda8d76d 8405 printable_section_name (filedata, sec),
57346661 8406 (unsigned long) sec->sh_offset,
d3a49aa8 8407 num_unwind);
57346661 8408
dda8d76d 8409 if (! slurp_hppa_unwind_table (filedata, &aux, sec))
32ec8896 8410 res = FALSE;
66b09c7e
S
8411
8412 if (res && aux.table_len > 0)
32ec8896 8413 {
dda8d76d 8414 if (! dump_hppa_unwind (filedata, &aux))
32ec8896
NC
8415 res = FALSE;
8416 }
57346661 8417
9db70fc3 8418 free ((char *) aux.table);
57346661
AM
8419 aux.table = NULL;
8420 }
8421 }
8422
9db70fc3
AM
8423 free (aux.symtab);
8424 free ((char *) aux.strtab);
32ec8896
NC
8425
8426 return res;
57346661
AM
8427}
8428
0b6ae522
DJ
8429struct arm_section
8430{
a734115a
NC
8431 unsigned char * data; /* The unwind data. */
8432 Elf_Internal_Shdr * sec; /* The cached unwind section header. */
8433 Elf_Internal_Rela * rela; /* The cached relocations for this section. */
8434 unsigned long nrelas; /* The number of relocations. */
8435 unsigned int rel_type; /* REL or RELA ? */
8436 Elf_Internal_Rela * next_rela; /* Cyclic pointer to the next reloc to process. */
0b6ae522
DJ
8437};
8438
8439struct arm_unw_aux_info
8440{
dda8d76d 8441 Filedata * filedata; /* The file containing the unwind sections. */
a734115a
NC
8442 Elf_Internal_Sym * symtab; /* The file's symbol table. */
8443 unsigned long nsyms; /* Number of symbols. */
948f632f
DA
8444 Elf_Internal_Sym * funtab; /* Sorted table of STT_FUNC symbols. */
8445 unsigned long nfuns; /* Number of these symbols. */
a734115a
NC
8446 char * strtab; /* The file's string table. */
8447 unsigned long strtab_size; /* Size of string table. */
0b6ae522
DJ
8448};
8449
8450static const char *
dda8d76d
NC
8451arm_print_vma_and_name (Filedata * filedata,
8452 struct arm_unw_aux_info * aux,
8453 bfd_vma fn,
8454 struct absaddr addr)
0b6ae522
DJ
8455{
8456 const char *procname;
8457 bfd_vma sym_offset;
8458
8459 if (addr.section == SHN_UNDEF)
8460 addr.offset = fn;
8461
dda8d76d 8462 find_symbol_for_address (filedata, aux->funtab, aux->nfuns, aux->strtab,
0b6ae522
DJ
8463 aux->strtab_size, addr, &procname,
8464 &sym_offset);
8465
8466 print_vma (fn, PREFIX_HEX);
8467
8468 if (procname)
8469 {
8470 fputs (" <", stdout);
8471 fputs (procname, stdout);
8472
8473 if (sym_offset)
8474 printf ("+0x%lx", (unsigned long) sym_offset);
8475 fputc ('>', stdout);
8476 }
8477
8478 return procname;
8479}
8480
8481static void
8482arm_free_section (struct arm_section *arm_sec)
8483{
9db70fc3
AM
8484 free (arm_sec->data);
8485 free (arm_sec->rela);
0b6ae522
DJ
8486}
8487
a734115a
NC
8488/* 1) If SEC does not match the one cached in ARM_SEC, then free the current
8489 cached section and install SEC instead.
8490 2) Locate the 32-bit word at WORD_OFFSET in unwind section SEC
8491 and return its valued in * WORDP, relocating if necessary.
1b31d05e 8492 3) Update the NEXT_RELA field in ARM_SEC and store the section index and
a734115a 8493 relocation's offset in ADDR.
1b31d05e
NC
8494 4) If SYM_NAME is non-NULL and a relocation was applied, record the offset
8495 into the string table of the symbol associated with the reloc. If no
8496 reloc was applied store -1 there.
8497 5) Return TRUE upon success, FALSE otherwise. */
a734115a
NC
8498
8499static bfd_boolean
dda8d76d
NC
8500get_unwind_section_word (Filedata * filedata,
8501 struct arm_unw_aux_info * aux,
1b31d05e
NC
8502 struct arm_section * arm_sec,
8503 Elf_Internal_Shdr * sec,
8504 bfd_vma word_offset,
8505 unsigned int * wordp,
8506 struct absaddr * addr,
8507 bfd_vma * sym_name)
0b6ae522
DJ
8508{
8509 Elf_Internal_Rela *rp;
8510 Elf_Internal_Sym *sym;
8511 const char * relname;
8512 unsigned int word;
8513 bfd_boolean wrapped;
8514
e0a31db1
NC
8515 if (sec == NULL || arm_sec == NULL)
8516 return FALSE;
8517
0b6ae522
DJ
8518 addr->section = SHN_UNDEF;
8519 addr->offset = 0;
8520
1b31d05e
NC
8521 if (sym_name != NULL)
8522 *sym_name = (bfd_vma) -1;
8523
a734115a 8524 /* If necessary, update the section cache. */
0b6ae522
DJ
8525 if (sec != arm_sec->sec)
8526 {
8527 Elf_Internal_Shdr *relsec;
8528
8529 arm_free_section (arm_sec);
8530
8531 arm_sec->sec = sec;
dda8d76d 8532 arm_sec->data = get_data (NULL, aux->filedata, sec->sh_offset, 1,
0b6ae522 8533 sec->sh_size, _("unwind data"));
0b6ae522
DJ
8534 arm_sec->rela = NULL;
8535 arm_sec->nrelas = 0;
8536
dda8d76d
NC
8537 for (relsec = filedata->section_headers;
8538 relsec < filedata->section_headers + filedata->file_header.e_shnum;
0b6ae522
DJ
8539 ++relsec)
8540 {
dda8d76d
NC
8541 if (relsec->sh_info >= filedata->file_header.e_shnum
8542 || filedata->section_headers + relsec->sh_info != sec
1ae40aa4
NC
8543 /* PR 15745: Check the section type as well. */
8544 || (relsec->sh_type != SHT_REL
8545 && relsec->sh_type != SHT_RELA))
0b6ae522
DJ
8546 continue;
8547
a734115a 8548 arm_sec->rel_type = relsec->sh_type;
0b6ae522
DJ
8549 if (relsec->sh_type == SHT_REL)
8550 {
dda8d76d 8551 if (!slurp_rel_relocs (aux->filedata, relsec->sh_offset,
0b6ae522
DJ
8552 relsec->sh_size,
8553 & arm_sec->rela, & arm_sec->nrelas))
a734115a 8554 return FALSE;
0b6ae522 8555 }
1ae40aa4 8556 else /* relsec->sh_type == SHT_RELA */
0b6ae522 8557 {
dda8d76d 8558 if (!slurp_rela_relocs (aux->filedata, relsec->sh_offset,
0b6ae522
DJ
8559 relsec->sh_size,
8560 & arm_sec->rela, & arm_sec->nrelas))
a734115a 8561 return FALSE;
0b6ae522 8562 }
1ae40aa4 8563 break;
0b6ae522
DJ
8564 }
8565
8566 arm_sec->next_rela = arm_sec->rela;
8567 }
8568
a734115a 8569 /* If there is no unwind data we can do nothing. */
0b6ae522 8570 if (arm_sec->data == NULL)
a734115a 8571 return FALSE;
0b6ae522 8572
e0a31db1 8573 /* If the offset is invalid then fail. */
f32ba729
NC
8574 if (/* PR 21343 *//* PR 18879 */
8575 sec->sh_size < 4
8576 || word_offset > (sec->sh_size - 4)
1a915552 8577 || ((bfd_signed_vma) word_offset) < 0)
e0a31db1
NC
8578 return FALSE;
8579
a734115a 8580 /* Get the word at the required offset. */
0b6ae522
DJ
8581 word = byte_get (arm_sec->data + word_offset, 4);
8582
0eff7165
NC
8583 /* PR 17531: file: id:000001,src:001266+003044,op:splice,rep:128. */
8584 if (arm_sec->rela == NULL)
8585 {
8586 * wordp = word;
8587 return TRUE;
8588 }
8589
a734115a 8590 /* Look through the relocs to find the one that applies to the provided offset. */
0b6ae522
DJ
8591 wrapped = FALSE;
8592 for (rp = arm_sec->next_rela; rp != arm_sec->rela + arm_sec->nrelas; rp++)
8593 {
8594 bfd_vma prelval, offset;
8595
8596 if (rp->r_offset > word_offset && !wrapped)
8597 {
8598 rp = arm_sec->rela;
8599 wrapped = TRUE;
8600 }
8601 if (rp->r_offset > word_offset)
8602 break;
8603
8604 if (rp->r_offset & 3)
8605 {
8606 warn (_("Skipping unexpected relocation at offset 0x%lx\n"),
8607 (unsigned long) rp->r_offset);
8608 continue;
8609 }
8610
8611 if (rp->r_offset < word_offset)
8612 continue;
8613
74e1a04b
NC
8614 /* PR 17531: file: 027-161405-0.004 */
8615 if (aux->symtab == NULL)
8616 continue;
8617
0b6ae522
DJ
8618 if (arm_sec->rel_type == SHT_REL)
8619 {
8620 offset = word & 0x7fffffff;
8621 if (offset & 0x40000000)
8622 offset |= ~ (bfd_vma) 0x7fffffff;
8623 }
a734115a 8624 else if (arm_sec->rel_type == SHT_RELA)
0b6ae522 8625 offset = rp->r_addend;
a734115a 8626 else
74e1a04b
NC
8627 {
8628 error (_("Unknown section relocation type %d encountered\n"),
8629 arm_sec->rel_type);
8630 break;
8631 }
0b6ae522 8632
071436c6
NC
8633 /* PR 17531 file: 027-1241568-0.004. */
8634 if (ELF32_R_SYM (rp->r_info) >= aux->nsyms)
8635 {
8636 error (_("Bad symbol index in unwind relocation (%lu > %lu)\n"),
8637 (unsigned long) ELF32_R_SYM (rp->r_info), aux->nsyms);
8638 break;
8639 }
8640
8641 sym = aux->symtab + ELF32_R_SYM (rp->r_info);
0b6ae522
DJ
8642 offset += sym->st_value;
8643 prelval = offset - (arm_sec->sec->sh_addr + rp->r_offset);
8644
a734115a 8645 /* Check that we are processing the expected reloc type. */
dda8d76d 8646 if (filedata->file_header.e_machine == EM_ARM)
a734115a
NC
8647 {
8648 relname = elf_arm_reloc_type (ELF32_R_TYPE (rp->r_info));
071436c6
NC
8649 if (relname == NULL)
8650 {
8651 warn (_("Skipping unknown ARM relocation type: %d\n"),
8652 (int) ELF32_R_TYPE (rp->r_info));
8653 continue;
8654 }
a734115a
NC
8655
8656 if (streq (relname, "R_ARM_NONE"))
8657 continue;
0b4362b0 8658
a734115a
NC
8659 if (! streq (relname, "R_ARM_PREL31"))
8660 {
071436c6 8661 warn (_("Skipping unexpected ARM relocation type %s\n"), relname);
a734115a
NC
8662 continue;
8663 }
8664 }
dda8d76d 8665 else if (filedata->file_header.e_machine == EM_TI_C6000)
a734115a
NC
8666 {
8667 relname = elf_tic6x_reloc_type (ELF32_R_TYPE (rp->r_info));
071436c6
NC
8668 if (relname == NULL)
8669 {
8670 warn (_("Skipping unknown C6000 relocation type: %d\n"),
8671 (int) ELF32_R_TYPE (rp->r_info));
8672 continue;
8673 }
0b4362b0 8674
a734115a
NC
8675 if (streq (relname, "R_C6000_NONE"))
8676 continue;
8677
8678 if (! streq (relname, "R_C6000_PREL31"))
8679 {
071436c6 8680 warn (_("Skipping unexpected C6000 relocation type %s\n"), relname);
a734115a
NC
8681 continue;
8682 }
8683
8684 prelval >>= 1;
8685 }
8686 else
74e1a04b
NC
8687 {
8688 /* This function currently only supports ARM and TI unwinders. */
8689 warn (_("Only TI and ARM unwinders are currently supported\n"));
8690 break;
8691 }
fa197c1c 8692
0b6ae522
DJ
8693 word = (word & ~ (bfd_vma) 0x7fffffff) | (prelval & 0x7fffffff);
8694 addr->section = sym->st_shndx;
8695 addr->offset = offset;
74e1a04b 8696
1b31d05e
NC
8697 if (sym_name)
8698 * sym_name = sym->st_name;
0b6ae522
DJ
8699 break;
8700 }
8701
8702 *wordp = word;
8703 arm_sec->next_rela = rp;
8704
a734115a 8705 return TRUE;
0b6ae522
DJ
8706}
8707
a734115a
NC
8708static const char *tic6x_unwind_regnames[16] =
8709{
0b4362b0
RM
8710 "A15", "B15", "B14", "B13", "B12", "B11", "B10", "B3",
8711 "A14", "A13", "A12", "A11", "A10",
a734115a
NC
8712 "[invalid reg 13]", "[invalid reg 14]", "[invalid reg 15]"
8713};
fa197c1c 8714
0b6ae522 8715static void
fa197c1c 8716decode_tic6x_unwind_regmask (unsigned int mask)
0b6ae522 8717{
fa197c1c
PB
8718 int i;
8719
8720 for (i = 12; mask; mask >>= 1, i--)
8721 {
8722 if (mask & 1)
8723 {
8724 fputs (tic6x_unwind_regnames[i], stdout);
8725 if (mask > 1)
8726 fputs (", ", stdout);
8727 }
8728 }
8729}
0b6ae522
DJ
8730
8731#define ADVANCE \
8732 if (remaining == 0 && more_words) \
8733 { \
8734 data_offset += 4; \
dda8d76d 8735 if (! get_unwind_section_word (filedata, aux, data_arm_sec, data_sec, \
1b31d05e 8736 data_offset, & word, & addr, NULL)) \
32ec8896 8737 return FALSE; \
0b6ae522
DJ
8738 remaining = 4; \
8739 more_words--; \
8740 } \
8741
8742#define GET_OP(OP) \
8743 ADVANCE; \
8744 if (remaining) \
8745 { \
8746 remaining--; \
8747 (OP) = word >> 24; \
8748 word <<= 8; \
8749 } \
8750 else \
8751 { \
2b692964 8752 printf (_("[Truncated opcode]\n")); \
32ec8896 8753 return FALSE; \
0b6ae522 8754 } \
cc5914eb 8755 printf ("0x%02x ", OP)
0b6ae522 8756
32ec8896 8757static bfd_boolean
dda8d76d
NC
8758decode_arm_unwind_bytecode (Filedata * filedata,
8759 struct arm_unw_aux_info * aux,
948f632f
DA
8760 unsigned int word,
8761 unsigned int remaining,
8762 unsigned int more_words,
8763 bfd_vma data_offset,
8764 Elf_Internal_Shdr * data_sec,
8765 struct arm_section * data_arm_sec)
fa197c1c
PB
8766{
8767 struct absaddr addr;
32ec8896 8768 bfd_boolean res = TRUE;
0b6ae522
DJ
8769
8770 /* Decode the unwinding instructions. */
8771 while (1)
8772 {
8773 unsigned int op, op2;
8774
8775 ADVANCE;
8776 if (remaining == 0)
8777 break;
8778 remaining--;
8779 op = word >> 24;
8780 word <<= 8;
8781
cc5914eb 8782 printf (" 0x%02x ", op);
0b6ae522
DJ
8783
8784 if ((op & 0xc0) == 0x00)
8785 {
8786 int offset = ((op & 0x3f) << 2) + 4;
61865e30 8787
cc5914eb 8788 printf (" vsp = vsp + %d", offset);
0b6ae522
DJ
8789 }
8790 else if ((op & 0xc0) == 0x40)
8791 {
8792 int offset = ((op & 0x3f) << 2) + 4;
61865e30 8793
cc5914eb 8794 printf (" vsp = vsp - %d", offset);
0b6ae522
DJ
8795 }
8796 else if ((op & 0xf0) == 0x80)
8797 {
8798 GET_OP (op2);
8799 if (op == 0x80 && op2 == 0)
8800 printf (_("Refuse to unwind"));
8801 else
8802 {
8803 unsigned int mask = ((op & 0x0f) << 8) | op2;
32ec8896 8804 bfd_boolean first = TRUE;
0b6ae522 8805 int i;
2b692964 8806
0b6ae522
DJ
8807 printf ("pop {");
8808 for (i = 0; i < 12; i++)
8809 if (mask & (1 << i))
8810 {
8811 if (first)
32ec8896 8812 first = FALSE;
0b6ae522
DJ
8813 else
8814 printf (", ");
8815 printf ("r%d", 4 + i);
8816 }
8817 printf ("}");
8818 }
8819 }
8820 else if ((op & 0xf0) == 0x90)
8821 {
8822 if (op == 0x9d || op == 0x9f)
8823 printf (_(" [Reserved]"));
8824 else
cc5914eb 8825 printf (" vsp = r%d", op & 0x0f);
0b6ae522
DJ
8826 }
8827 else if ((op & 0xf0) == 0xa0)
8828 {
8829 int end = 4 + (op & 0x07);
32ec8896 8830 bfd_boolean first = TRUE;
0b6ae522 8831 int i;
61865e30 8832
0b6ae522
DJ
8833 printf (" pop {");
8834 for (i = 4; i <= end; i++)
8835 {
8836 if (first)
32ec8896 8837 first = FALSE;
0b6ae522
DJ
8838 else
8839 printf (", ");
8840 printf ("r%d", i);
8841 }
8842 if (op & 0x08)
8843 {
1b31d05e 8844 if (!first)
0b6ae522
DJ
8845 printf (", ");
8846 printf ("r14");
8847 }
8848 printf ("}");
8849 }
8850 else if (op == 0xb0)
8851 printf (_(" finish"));
8852 else if (op == 0xb1)
8853 {
8854 GET_OP (op2);
8855 if (op2 == 0 || (op2 & 0xf0) != 0)
8856 printf (_("[Spare]"));
8857 else
8858 {
8859 unsigned int mask = op2 & 0x0f;
32ec8896 8860 bfd_boolean first = TRUE;
0b6ae522 8861 int i;
61865e30 8862
0b6ae522
DJ
8863 printf ("pop {");
8864 for (i = 0; i < 12; i++)
8865 if (mask & (1 << i))
8866 {
8867 if (first)
32ec8896 8868 first = FALSE;
0b6ae522
DJ
8869 else
8870 printf (", ");
8871 printf ("r%d", i);
8872 }
8873 printf ("}");
8874 }
8875 }
8876 else if (op == 0xb2)
8877 {
b115cf96 8878 unsigned char buf[9];
0b6ae522
DJ
8879 unsigned int i, len;
8880 unsigned long offset;
61865e30 8881
b115cf96 8882 for (i = 0; i < sizeof (buf); i++)
0b6ae522
DJ
8883 {
8884 GET_OP (buf[i]);
8885 if ((buf[i] & 0x80) == 0)
8886 break;
8887 }
4082ef84 8888 if (i == sizeof (buf))
32ec8896 8889 {
27a45f42 8890 error (_("corrupt change to vsp\n"));
32ec8896
NC
8891 res = FALSE;
8892 }
4082ef84
NC
8893 else
8894 {
cd30bcef 8895 offset = read_leb128 (buf, buf + i + 1, FALSE, &len, NULL);
4082ef84
NC
8896 assert (len == i + 1);
8897 offset = offset * 4 + 0x204;
8898 printf ("vsp = vsp + %ld", offset);
8899 }
0b6ae522 8900 }
61865e30 8901 else if (op == 0xb3 || op == 0xc8 || op == 0xc9)
0b6ae522 8902 {
61865e30
NC
8903 unsigned int first, last;
8904
8905 GET_OP (op2);
8906 first = op2 >> 4;
8907 last = op2 & 0x0f;
8908 if (op == 0xc8)
8909 first = first + 16;
8910 printf ("pop {D%d", first);
8911 if (last)
8912 printf ("-D%d", first + last);
8913 printf ("}");
8914 }
8915 else if ((op & 0xf8) == 0xb8 || (op & 0xf8) == 0xd0)
8916 {
8917 unsigned int count = op & 0x07;
8918
8919 printf ("pop {D8");
8920 if (count)
8921 printf ("-D%d", 8 + count);
8922 printf ("}");
8923 }
8924 else if (op >= 0xc0 && op <= 0xc5)
8925 {
8926 unsigned int count = op & 0x07;
8927
8928 printf (" pop {wR10");
8929 if (count)
8930 printf ("-wR%d", 10 + count);
8931 printf ("}");
8932 }
8933 else if (op == 0xc6)
8934 {
8935 unsigned int first, last;
8936
8937 GET_OP (op2);
8938 first = op2 >> 4;
8939 last = op2 & 0x0f;
8940 printf ("pop {wR%d", first);
8941 if (last)
8942 printf ("-wR%d", first + last);
8943 printf ("}");
8944 }
8945 else if (op == 0xc7)
8946 {
8947 GET_OP (op2);
8948 if (op2 == 0 || (op2 & 0xf0) != 0)
8949 printf (_("[Spare]"));
0b6ae522
DJ
8950 else
8951 {
61865e30 8952 unsigned int mask = op2 & 0x0f;
32ec8896 8953 bfd_boolean first = TRUE;
61865e30
NC
8954 int i;
8955
8956 printf ("pop {");
8957 for (i = 0; i < 4; i++)
8958 if (mask & (1 << i))
8959 {
8960 if (first)
32ec8896 8961 first = FALSE;
61865e30
NC
8962 else
8963 printf (", ");
8964 printf ("wCGR%d", i);
8965 }
8966 printf ("}");
0b6ae522
DJ
8967 }
8968 }
61865e30 8969 else
32ec8896
NC
8970 {
8971 printf (_(" [unsupported opcode]"));
8972 res = FALSE;
8973 }
8974
0b6ae522
DJ
8975 printf ("\n");
8976 }
32ec8896
NC
8977
8978 return res;
fa197c1c
PB
8979}
8980
32ec8896 8981static bfd_boolean
dda8d76d
NC
8982decode_tic6x_unwind_bytecode (Filedata * filedata,
8983 struct arm_unw_aux_info * aux,
948f632f
DA
8984 unsigned int word,
8985 unsigned int remaining,
8986 unsigned int more_words,
8987 bfd_vma data_offset,
8988 Elf_Internal_Shdr * data_sec,
8989 struct arm_section * data_arm_sec)
fa197c1c
PB
8990{
8991 struct absaddr addr;
8992
8993 /* Decode the unwinding instructions. */
8994 while (1)
8995 {
8996 unsigned int op, op2;
8997
8998 ADVANCE;
8999 if (remaining == 0)
9000 break;
9001 remaining--;
9002 op = word >> 24;
9003 word <<= 8;
9004
9cf03b7e 9005 printf (" 0x%02x ", op);
fa197c1c
PB
9006
9007 if ((op & 0xc0) == 0x00)
9008 {
9009 int offset = ((op & 0x3f) << 3) + 8;
9cf03b7e 9010 printf (" sp = sp + %d", offset);
fa197c1c
PB
9011 }
9012 else if ((op & 0xc0) == 0x80)
9013 {
9014 GET_OP (op2);
9015 if (op == 0x80 && op2 == 0)
9016 printf (_("Refuse to unwind"));
9017 else
9018 {
9019 unsigned int mask = ((op & 0x1f) << 8) | op2;
9020 if (op & 0x20)
9021 printf ("pop compact {");
9022 else
9023 printf ("pop {");
9024
9025 decode_tic6x_unwind_regmask (mask);
9026 printf("}");
9027 }
9028 }
9029 else if ((op & 0xf0) == 0xc0)
9030 {
9031 unsigned int reg;
9032 unsigned int nregs;
9033 unsigned int i;
9034 const char *name;
a734115a
NC
9035 struct
9036 {
32ec8896
NC
9037 unsigned int offset;
9038 unsigned int reg;
fa197c1c
PB
9039 } regpos[16];
9040
9041 /* Scan entire instruction first so that GET_OP output is not
9042 interleaved with disassembly. */
9043 nregs = 0;
9044 for (i = 0; nregs < (op & 0xf); i++)
9045 {
9046 GET_OP (op2);
9047 reg = op2 >> 4;
9048 if (reg != 0xf)
9049 {
9050 regpos[nregs].offset = i * 2;
9051 regpos[nregs].reg = reg;
9052 nregs++;
9053 }
9054
9055 reg = op2 & 0xf;
9056 if (reg != 0xf)
9057 {
9058 regpos[nregs].offset = i * 2 + 1;
9059 regpos[nregs].reg = reg;
9060 nregs++;
9061 }
9062 }
9063
9064 printf (_("pop frame {"));
18344509 9065 if (nregs == 0)
fa197c1c 9066 {
18344509
NC
9067 printf (_("*corrupt* - no registers specified"));
9068 }
9069 else
9070 {
9071 reg = nregs - 1;
9072 for (i = i * 2; i > 0; i--)
fa197c1c 9073 {
18344509
NC
9074 if (regpos[reg].offset == i - 1)
9075 {
9076 name = tic6x_unwind_regnames[regpos[reg].reg];
9077 if (reg > 0)
9078 reg--;
9079 }
9080 else
9081 name = _("[pad]");
fa197c1c 9082
18344509
NC
9083 fputs (name, stdout);
9084 if (i > 1)
9085 printf (", ");
9086 }
fa197c1c
PB
9087 }
9088
9089 printf ("}");
9090 }
9091 else if (op == 0xd0)
9092 printf (" MOV FP, SP");
9093 else if (op == 0xd1)
9094 printf (" __c6xabi_pop_rts");
9095 else if (op == 0xd2)
9096 {
9097 unsigned char buf[9];
9098 unsigned int i, len;
9099 unsigned long offset;
a734115a 9100
fa197c1c
PB
9101 for (i = 0; i < sizeof (buf); i++)
9102 {
9103 GET_OP (buf[i]);
9104 if ((buf[i] & 0x80) == 0)
9105 break;
9106 }
0eff7165
NC
9107 /* PR 17531: file: id:000001,src:001906+004739,op:splice,rep:2. */
9108 if (i == sizeof (buf))
9109 {
0eff7165 9110 warn (_("Corrupt stack pointer adjustment detected\n"));
32ec8896 9111 return FALSE;
0eff7165 9112 }
948f632f 9113
cd30bcef 9114 offset = read_leb128 (buf, buf + i + 1, FALSE, &len, NULL);
fa197c1c
PB
9115 assert (len == i + 1);
9116 offset = offset * 8 + 0x408;
9117 printf (_("sp = sp + %ld"), offset);
9118 }
9119 else if ((op & 0xf0) == 0xe0)
9120 {
9121 if ((op & 0x0f) == 7)
9122 printf (" RETURN");
9123 else
9124 printf (" MV %s, B3", tic6x_unwind_regnames[op & 0x0f]);
9125 }
9126 else
9127 {
9128 printf (_(" [unsupported opcode]"));
9129 }
9130 putchar ('\n');
9131 }
32ec8896
NC
9132
9133 return TRUE;
fa197c1c
PB
9134}
9135
9136static bfd_vma
dda8d76d 9137arm_expand_prel31 (Filedata * filedata, bfd_vma word, bfd_vma where)
fa197c1c
PB
9138{
9139 bfd_vma offset;
9140
9141 offset = word & 0x7fffffff;
9142 if (offset & 0x40000000)
9143 offset |= ~ (bfd_vma) 0x7fffffff;
9144
dda8d76d 9145 if (filedata->file_header.e_machine == EM_TI_C6000)
fa197c1c
PB
9146 offset <<= 1;
9147
9148 return offset + where;
9149}
9150
32ec8896 9151static bfd_boolean
dda8d76d
NC
9152decode_arm_unwind (Filedata * filedata,
9153 struct arm_unw_aux_info * aux,
1b31d05e
NC
9154 unsigned int word,
9155 unsigned int remaining,
9156 bfd_vma data_offset,
9157 Elf_Internal_Shdr * data_sec,
9158 struct arm_section * data_arm_sec)
fa197c1c
PB
9159{
9160 int per_index;
9161 unsigned int more_words = 0;
37e14bc3 9162 struct absaddr addr;
1b31d05e 9163 bfd_vma sym_name = (bfd_vma) -1;
97953bab 9164 bfd_boolean res = TRUE;
fa197c1c
PB
9165
9166 if (remaining == 0)
9167 {
1b31d05e
NC
9168 /* Fetch the first word.
9169 Note - when decoding an object file the address extracted
9170 here will always be 0. So we also pass in the sym_name
9171 parameter so that we can find the symbol associated with
9172 the personality routine. */
dda8d76d 9173 if (! get_unwind_section_word (filedata, aux, data_arm_sec, data_sec, data_offset,
1b31d05e 9174 & word, & addr, & sym_name))
32ec8896 9175 return FALSE;
1b31d05e 9176
fa197c1c
PB
9177 remaining = 4;
9178 }
c93dbb25
CZ
9179 else
9180 {
9181 addr.section = SHN_UNDEF;
9182 addr.offset = 0;
9183 }
fa197c1c
PB
9184
9185 if ((word & 0x80000000) == 0)
9186 {
9187 /* Expand prel31 for personality routine. */
9188 bfd_vma fn;
9189 const char *procname;
9190
dda8d76d 9191 fn = arm_expand_prel31 (filedata, word, data_sec->sh_addr + data_offset);
fa197c1c 9192 printf (_(" Personality routine: "));
1b31d05e
NC
9193 if (fn == 0
9194 && addr.section == SHN_UNDEF && addr.offset == 0
9195 && sym_name != (bfd_vma) -1 && sym_name < aux->strtab_size)
9196 {
9197 procname = aux->strtab + sym_name;
9198 print_vma (fn, PREFIX_HEX);
9199 if (procname)
9200 {
9201 fputs (" <", stdout);
9202 fputs (procname, stdout);
9203 fputc ('>', stdout);
9204 }
9205 }
9206 else
dda8d76d 9207 procname = arm_print_vma_and_name (filedata, aux, fn, addr);
fa197c1c
PB
9208 fputc ('\n', stdout);
9209
9210 /* The GCC personality routines use the standard compact
9211 encoding, starting with one byte giving the number of
9212 words. */
9213 if (procname != NULL
9214 && (const_strneq (procname, "__gcc_personality_v0")
9215 || const_strneq (procname, "__gxx_personality_v0")
9216 || const_strneq (procname, "__gcj_personality_v0")
9217 || const_strneq (procname, "__gnu_objc_personality_v0")))
9218 {
9219 remaining = 0;
9220 more_words = 1;
9221 ADVANCE;
9222 if (!remaining)
9223 {
9224 printf (_(" [Truncated data]\n"));
32ec8896 9225 return FALSE;
fa197c1c
PB
9226 }
9227 more_words = word >> 24;
9228 word <<= 8;
9229 remaining--;
9230 per_index = -1;
9231 }
9232 else
32ec8896 9233 return TRUE;
fa197c1c
PB
9234 }
9235 else
9236 {
1b31d05e 9237 /* ARM EHABI Section 6.3:
0b4362b0 9238
1b31d05e 9239 An exception-handling table entry for the compact model looks like:
0b4362b0 9240
1b31d05e
NC
9241 31 30-28 27-24 23-0
9242 -- ----- ----- ----
9243 1 0 index Data for personalityRoutine[index] */
9244
dda8d76d 9245 if (filedata->file_header.e_machine == EM_ARM
1b31d05e 9246 && (word & 0x70000000))
32ec8896
NC
9247 {
9248 warn (_("Corrupt ARM compact model table entry: %x \n"), word);
9249 res = FALSE;
9250 }
1b31d05e 9251
fa197c1c 9252 per_index = (word >> 24) & 0x7f;
1b31d05e 9253 printf (_(" Compact model index: %d\n"), per_index);
fa197c1c
PB
9254 if (per_index == 0)
9255 {
9256 more_words = 0;
9257 word <<= 8;
9258 remaining--;
9259 }
9260 else if (per_index < 3)
9261 {
9262 more_words = (word >> 16) & 0xff;
9263 word <<= 16;
9264 remaining -= 2;
9265 }
9266 }
9267
dda8d76d 9268 switch (filedata->file_header.e_machine)
fa197c1c
PB
9269 {
9270 case EM_ARM:
9271 if (per_index < 3)
9272 {
dda8d76d 9273 if (! decode_arm_unwind_bytecode (filedata, aux, word, remaining, more_words,
32ec8896
NC
9274 data_offset, data_sec, data_arm_sec))
9275 res = FALSE;
fa197c1c
PB
9276 }
9277 else
1b31d05e
NC
9278 {
9279 warn (_("Unknown ARM compact model index encountered\n"));
9280 printf (_(" [reserved]\n"));
32ec8896 9281 res = FALSE;
1b31d05e 9282 }
fa197c1c
PB
9283 break;
9284
9285 case EM_TI_C6000:
9286 if (per_index < 3)
9287 {
dda8d76d 9288 if (! decode_tic6x_unwind_bytecode (filedata, aux, word, remaining, more_words,
32ec8896
NC
9289 data_offset, data_sec, data_arm_sec))
9290 res = FALSE;
fa197c1c
PB
9291 }
9292 else if (per_index < 5)
9293 {
9294 if (((word >> 17) & 0x7f) == 0x7f)
9295 printf (_(" Restore stack from frame pointer\n"));
9296 else
9297 printf (_(" Stack increment %d\n"), (word >> 14) & 0x1fc);
9298 printf (_(" Registers restored: "));
9299 if (per_index == 4)
9300 printf (" (compact) ");
9301 decode_tic6x_unwind_regmask ((word >> 4) & 0x1fff);
9302 putchar ('\n');
9303 printf (_(" Return register: %s\n"),
9304 tic6x_unwind_regnames[word & 0xf]);
9305 }
9306 else
1b31d05e 9307 printf (_(" [reserved (%d)]\n"), per_index);
fa197c1c
PB
9308 break;
9309
9310 default:
74e1a04b 9311 error (_("Unsupported architecture type %d encountered when decoding unwind table\n"),
dda8d76d 9312 filedata->file_header.e_machine);
32ec8896 9313 res = FALSE;
fa197c1c 9314 }
0b6ae522
DJ
9315
9316 /* Decode the descriptors. Not implemented. */
32ec8896
NC
9317
9318 return res;
0b6ae522
DJ
9319}
9320
32ec8896 9321static bfd_boolean
dda8d76d
NC
9322dump_arm_unwind (Filedata * filedata,
9323 struct arm_unw_aux_info * aux,
9324 Elf_Internal_Shdr * exidx_sec)
0b6ae522
DJ
9325{
9326 struct arm_section exidx_arm_sec, extab_arm_sec;
9327 unsigned int i, exidx_len;
948f632f 9328 unsigned long j, nfuns;
32ec8896 9329 bfd_boolean res = TRUE;
0b6ae522
DJ
9330
9331 memset (&exidx_arm_sec, 0, sizeof (exidx_arm_sec));
9332 memset (&extab_arm_sec, 0, sizeof (extab_arm_sec));
9333 exidx_len = exidx_sec->sh_size / 8;
9334
948f632f
DA
9335 aux->funtab = xmalloc (aux->nsyms * sizeof (Elf_Internal_Sym));
9336 for (nfuns = 0, j = 0; j < aux->nsyms; j++)
9337 if (aux->symtab[j].st_value && ELF_ST_TYPE (aux->symtab[j].st_info) == STT_FUNC)
9338 aux->funtab[nfuns++] = aux->symtab[j];
9339 aux->nfuns = nfuns;
9340 qsort (aux->funtab, aux->nfuns, sizeof (Elf_Internal_Sym), symcmp);
9341
0b6ae522
DJ
9342 for (i = 0; i < exidx_len; i++)
9343 {
9344 unsigned int exidx_fn, exidx_entry;
9345 struct absaddr fn_addr, entry_addr;
9346 bfd_vma fn;
9347
9348 fputc ('\n', stdout);
9349
dda8d76d 9350 if (! get_unwind_section_word (filedata, aux, & exidx_arm_sec, exidx_sec,
1b31d05e 9351 8 * i, & exidx_fn, & fn_addr, NULL)
dda8d76d 9352 || ! get_unwind_section_word (filedata, aux, & exidx_arm_sec, exidx_sec,
1b31d05e 9353 8 * i + 4, & exidx_entry, & entry_addr, NULL))
0b6ae522 9354 {
948f632f 9355 free (aux->funtab);
1b31d05e
NC
9356 arm_free_section (& exidx_arm_sec);
9357 arm_free_section (& extab_arm_sec);
32ec8896 9358 return FALSE;
0b6ae522
DJ
9359 }
9360
83c257ca
NC
9361 /* ARM EHABI, Section 5:
9362 An index table entry consists of 2 words.
9363 The first word contains a prel31 offset to the start of a function, with bit 31 clear. */
9364 if (exidx_fn & 0x80000000)
32ec8896
NC
9365 {
9366 warn (_("corrupt index table entry: %x\n"), exidx_fn);
9367 res = FALSE;
9368 }
83c257ca 9369
dda8d76d 9370 fn = arm_expand_prel31 (filedata, exidx_fn, exidx_sec->sh_addr + 8 * i);
0b6ae522 9371
dda8d76d 9372 arm_print_vma_and_name (filedata, aux, fn, fn_addr);
0b6ae522
DJ
9373 fputs (": ", stdout);
9374
9375 if (exidx_entry == 1)
9376 {
9377 print_vma (exidx_entry, PREFIX_HEX);
9378 fputs (" [cantunwind]\n", stdout);
9379 }
9380 else if (exidx_entry & 0x80000000)
9381 {
9382 print_vma (exidx_entry, PREFIX_HEX);
9383 fputc ('\n', stdout);
dda8d76d 9384 decode_arm_unwind (filedata, aux, exidx_entry, 4, 0, NULL, NULL);
0b6ae522
DJ
9385 }
9386 else
9387 {
8f73510c 9388 bfd_vma table, table_offset = 0;
0b6ae522
DJ
9389 Elf_Internal_Shdr *table_sec;
9390
9391 fputs ("@", stdout);
dda8d76d 9392 table = arm_expand_prel31 (filedata, exidx_entry, exidx_sec->sh_addr + 8 * i + 4);
0b6ae522
DJ
9393 print_vma (table, PREFIX_HEX);
9394 printf ("\n");
9395
9396 /* Locate the matching .ARM.extab. */
9397 if (entry_addr.section != SHN_UNDEF
dda8d76d 9398 && entry_addr.section < filedata->file_header.e_shnum)
0b6ae522 9399 {
dda8d76d 9400 table_sec = filedata->section_headers + entry_addr.section;
0b6ae522 9401 table_offset = entry_addr.offset;
1a915552
NC
9402 /* PR 18879 */
9403 if (table_offset > table_sec->sh_size
9404 || ((bfd_signed_vma) table_offset) < 0)
9405 {
9406 warn (_("Unwind entry contains corrupt offset (0x%lx) into section %s\n"),
9407 (unsigned long) table_offset,
dda8d76d 9408 printable_section_name (filedata, table_sec));
32ec8896 9409 res = FALSE;
1a915552
NC
9410 continue;
9411 }
0b6ae522
DJ
9412 }
9413 else
9414 {
dda8d76d 9415 table_sec = find_section_by_address (filedata, table);
0b6ae522
DJ
9416 if (table_sec != NULL)
9417 table_offset = table - table_sec->sh_addr;
9418 }
32ec8896 9419
0b6ae522
DJ
9420 if (table_sec == NULL)
9421 {
9422 warn (_("Could not locate .ARM.extab section containing 0x%lx.\n"),
9423 (unsigned long) table);
32ec8896 9424 res = FALSE;
0b6ae522
DJ
9425 continue;
9426 }
32ec8896 9427
dda8d76d 9428 if (! decode_arm_unwind (filedata, aux, 0, 0, table_offset, table_sec,
32ec8896
NC
9429 &extab_arm_sec))
9430 res = FALSE;
0b6ae522
DJ
9431 }
9432 }
9433
9434 printf ("\n");
9435
948f632f 9436 free (aux->funtab);
0b6ae522
DJ
9437 arm_free_section (&exidx_arm_sec);
9438 arm_free_section (&extab_arm_sec);
32ec8896
NC
9439
9440 return res;
0b6ae522
DJ
9441}
9442
fa197c1c 9443/* Used for both ARM and C6X unwinding tables. */
1b31d05e 9444
32ec8896 9445static bfd_boolean
dda8d76d 9446arm_process_unwind (Filedata * filedata)
0b6ae522
DJ
9447{
9448 struct arm_unw_aux_info aux;
9449 Elf_Internal_Shdr *unwsec = NULL;
0b6ae522
DJ
9450 Elf_Internal_Shdr *sec;
9451 unsigned long i;
fa197c1c 9452 unsigned int sec_type;
32ec8896 9453 bfd_boolean res = TRUE;
0b6ae522 9454
dda8d76d 9455 switch (filedata->file_header.e_machine)
fa197c1c
PB
9456 {
9457 case EM_ARM:
9458 sec_type = SHT_ARM_EXIDX;
9459 break;
9460
9461 case EM_TI_C6000:
9462 sec_type = SHT_C6000_UNWIND;
9463 break;
9464
0b4362b0 9465 default:
74e1a04b 9466 error (_("Unsupported architecture type %d encountered when processing unwind table\n"),
dda8d76d 9467 filedata->file_header.e_machine);
32ec8896 9468 return FALSE;
fa197c1c
PB
9469 }
9470
dda8d76d 9471 if (filedata->string_table == NULL)
32ec8896 9472 return FALSE;
1b31d05e
NC
9473
9474 memset (& aux, 0, sizeof (aux));
dda8d76d 9475 aux.filedata = filedata;
0b6ae522 9476
dda8d76d 9477 for (i = 0, sec = filedata->section_headers; i < filedata->file_header.e_shnum; ++i, ++sec)
0b6ae522 9478 {
28d13567 9479 if (sec->sh_type == SHT_SYMTAB)
0b6ae522 9480 {
28d13567 9481 if (aux.symtab)
74e1a04b 9482 {
28d13567
AM
9483 error (_("Multiple symbol tables encountered\n"));
9484 free (aux.symtab);
9485 aux.symtab = NULL;
74e1a04b 9486 free (aux.strtab);
28d13567 9487 aux.strtab = NULL;
74e1a04b 9488 }
28d13567
AM
9489 if (!get_symtab (filedata, sec, &aux.symtab, &aux.nsyms,
9490 &aux.strtab, &aux.strtab_size))
9491 return FALSE;
0b6ae522 9492 }
fa197c1c 9493 else if (sec->sh_type == sec_type)
0b6ae522
DJ
9494 unwsec = sec;
9495 }
9496
1b31d05e 9497 if (unwsec == NULL)
0b6ae522 9498 printf (_("\nThere are no unwind sections in this file.\n"));
1b31d05e 9499 else
dda8d76d 9500 for (i = 0, sec = filedata->section_headers; i < filedata->file_header.e_shnum; ++i, ++sec)
1b31d05e
NC
9501 {
9502 if (sec->sh_type == sec_type)
9503 {
d3a49aa8
AM
9504 unsigned long num_unwind = sec->sh_size / (2 * eh_addr_size);
9505 printf (ngettext ("\nUnwind section '%s' at offset 0x%lx "
9506 "contains %lu entry:\n",
9507 "\nUnwind section '%s' at offset 0x%lx "
9508 "contains %lu entries:\n",
9509 num_unwind),
dda8d76d 9510 printable_section_name (filedata, sec),
1b31d05e 9511 (unsigned long) sec->sh_offset,
d3a49aa8 9512 num_unwind);
0b6ae522 9513
dda8d76d 9514 if (! dump_arm_unwind (filedata, &aux, sec))
32ec8896 9515 res = FALSE;
1b31d05e
NC
9516 }
9517 }
0b6ae522 9518
9db70fc3
AM
9519 free (aux.symtab);
9520 free ((char *) aux.strtab);
32ec8896
NC
9521
9522 return res;
0b6ae522
DJ
9523}
9524
32ec8896 9525static bfd_boolean
dda8d76d 9526process_unwind (Filedata * filedata)
57346661 9527{
2cf0635d
NC
9528 struct unwind_handler
9529 {
32ec8896 9530 unsigned int machtype;
dda8d76d 9531 bfd_boolean (* handler)(Filedata *);
2cf0635d
NC
9532 } handlers[] =
9533 {
0b6ae522 9534 { EM_ARM, arm_process_unwind },
57346661
AM
9535 { EM_IA_64, ia64_process_unwind },
9536 { EM_PARISC, hppa_process_unwind },
fa197c1c 9537 { EM_TI_C6000, arm_process_unwind },
32ec8896 9538 { 0, NULL }
57346661
AM
9539 };
9540 int i;
9541
9542 if (!do_unwind)
32ec8896 9543 return TRUE;
57346661
AM
9544
9545 for (i = 0; handlers[i].handler != NULL; i++)
dda8d76d
NC
9546 if (filedata->file_header.e_machine == handlers[i].machtype)
9547 return handlers[i].handler (filedata);
57346661 9548
1b31d05e 9549 printf (_("\nThe decoding of unwind sections for machine type %s is not currently supported.\n"),
dda8d76d 9550 get_machine_name (filedata->file_header.e_machine));
32ec8896 9551 return TRUE;
57346661
AM
9552}
9553
37c18eed
SD
9554static void
9555dynamic_section_aarch64_val (Elf_Internal_Dyn * entry)
9556{
9557 switch (entry->d_tag)
9558 {
9559 case DT_AARCH64_BTI_PLT:
1dbade74 9560 case DT_AARCH64_PAC_PLT:
37c18eed
SD
9561 break;
9562 default:
9563 print_vma (entry->d_un.d_ptr, PREFIX_HEX);
9564 break;
9565 }
9566 putchar ('\n');
9567}
9568
252b5132 9569static void
978c4450 9570dynamic_section_mips_val (Filedata * filedata, Elf_Internal_Dyn * entry)
252b5132
RH
9571{
9572 switch (entry->d_tag)
9573 {
9574 case DT_MIPS_FLAGS:
9575 if (entry->d_un.d_val == 0)
4b68bca3 9576 printf (_("NONE"));
252b5132
RH
9577 else
9578 {
9579 static const char * opts[] =
9580 {
9581 "QUICKSTART", "NOTPOT", "NO_LIBRARY_REPLACEMENT",
9582 "NO_MOVE", "SGI_ONLY", "GUARANTEE_INIT", "DELTA_C_PLUS_PLUS",
9583 "GUARANTEE_START_INIT", "PIXIE", "DEFAULT_DELAY_LOAD",
9584 "REQUICKSTART", "REQUICKSTARTED", "CORD", "NO_UNRES_UNDEF",
9585 "RLD_ORDER_SAFE"
9586 };
9587 unsigned int cnt;
32ec8896 9588 bfd_boolean first = TRUE;
2b692964 9589
60bca95a 9590 for (cnt = 0; cnt < ARRAY_SIZE (opts); ++cnt)
252b5132
RH
9591 if (entry->d_un.d_val & (1 << cnt))
9592 {
9593 printf ("%s%s", first ? "" : " ", opts[cnt]);
32ec8896 9594 first = FALSE;
252b5132 9595 }
252b5132
RH
9596 }
9597 break;
103f02d3 9598
252b5132 9599 case DT_MIPS_IVERSION:
978c4450
AM
9600 if (VALID_DYNAMIC_NAME (filedata, entry->d_un.d_val))
9601 printf (_("Interface Version: %s"),
9602 GET_DYNAMIC_NAME (filedata, entry->d_un.d_val));
252b5132 9603 else
76ca31c0
NC
9604 {
9605 char buf[40];
9606 sprintf_vma (buf, entry->d_un.d_ptr);
9607 /* Note: coded this way so that there is a single string for translation. */
9608 printf (_("<corrupt: %s>"), buf);
9609 }
252b5132 9610 break;
103f02d3 9611
252b5132
RH
9612 case DT_MIPS_TIME_STAMP:
9613 {
d5b07ef4 9614 char timebuf[128];
2cf0635d 9615 struct tm * tmp;
91d6fa6a 9616 time_t atime = entry->d_un.d_val;
82b1b41b 9617
91d6fa6a 9618 tmp = gmtime (&atime);
82b1b41b
NC
9619 /* PR 17531: file: 6accc532. */
9620 if (tmp == NULL)
9621 snprintf (timebuf, sizeof (timebuf), _("<corrupt>"));
9622 else
9623 snprintf (timebuf, sizeof (timebuf), "%04u-%02u-%02uT%02u:%02u:%02u",
9624 tmp->tm_year + 1900, tmp->tm_mon + 1, tmp->tm_mday,
9625 tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
4b68bca3 9626 printf (_("Time Stamp: %s"), timebuf);
252b5132
RH
9627 }
9628 break;
103f02d3 9629
252b5132
RH
9630 case DT_MIPS_RLD_VERSION:
9631 case DT_MIPS_LOCAL_GOTNO:
9632 case DT_MIPS_CONFLICTNO:
9633 case DT_MIPS_LIBLISTNO:
9634 case DT_MIPS_SYMTABNO:
9635 case DT_MIPS_UNREFEXTNO:
9636 case DT_MIPS_HIPAGENO:
9637 case DT_MIPS_DELTA_CLASS_NO:
9638 case DT_MIPS_DELTA_INSTANCE_NO:
9639 case DT_MIPS_DELTA_RELOC_NO:
9640 case DT_MIPS_DELTA_SYM_NO:
9641 case DT_MIPS_DELTA_CLASSSYM_NO:
9642 case DT_MIPS_COMPACT_SIZE:
c69075ac 9643 print_vma (entry->d_un.d_val, DEC);
252b5132 9644 break;
103f02d3 9645
f16a9783 9646 case DT_MIPS_XHASH:
978c4450
AM
9647 filedata->dynamic_info_DT_MIPS_XHASH = entry->d_un.d_val;
9648 filedata->dynamic_info_DT_GNU_HASH = entry->d_un.d_val;
f16a9783
MS
9649 /* Falls through. */
9650
103f02d3 9651 default:
4b68bca3 9652 print_vma (entry->d_un.d_ptr, PREFIX_HEX);
103f02d3 9653 }
4b68bca3 9654 putchar ('\n');
103f02d3
UD
9655}
9656
103f02d3 9657static void
2cf0635d 9658dynamic_section_parisc_val (Elf_Internal_Dyn * entry)
103f02d3
UD
9659{
9660 switch (entry->d_tag)
9661 {
9662 case DT_HP_DLD_FLAGS:
9663 {
9664 static struct
9665 {
9666 long int bit;
2cf0635d 9667 const char * str;
5e220199
NC
9668 }
9669 flags[] =
9670 {
9671 { DT_HP_DEBUG_PRIVATE, "HP_DEBUG_PRIVATE" },
9672 { DT_HP_DEBUG_CALLBACK, "HP_DEBUG_CALLBACK" },
9673 { DT_HP_DEBUG_CALLBACK_BOR, "HP_DEBUG_CALLBACK_BOR" },
9674 { DT_HP_NO_ENVVAR, "HP_NO_ENVVAR" },
9675 { DT_HP_BIND_NOW, "HP_BIND_NOW" },
9676 { DT_HP_BIND_NONFATAL, "HP_BIND_NONFATAL" },
9677 { DT_HP_BIND_VERBOSE, "HP_BIND_VERBOSE" },
9678 { DT_HP_BIND_RESTRICTED, "HP_BIND_RESTRICTED" },
9679 { DT_HP_BIND_SYMBOLIC, "HP_BIND_SYMBOLIC" },
9680 { DT_HP_RPATH_FIRST, "HP_RPATH_FIRST" },
eec8f817
DA
9681 { DT_HP_BIND_DEPTH_FIRST, "HP_BIND_DEPTH_FIRST" },
9682 { DT_HP_GST, "HP_GST" },
9683 { DT_HP_SHLIB_FIXED, "HP_SHLIB_FIXED" },
9684 { DT_HP_MERGE_SHLIB_SEG, "HP_MERGE_SHLIB_SEG" },
9685 { DT_HP_NODELETE, "HP_NODELETE" },
9686 { DT_HP_GROUP, "HP_GROUP" },
9687 { DT_HP_PROTECT_LINKAGE_TABLE, "HP_PROTECT_LINKAGE_TABLE" }
5e220199 9688 };
32ec8896 9689 bfd_boolean first = TRUE;
5e220199 9690 size_t cnt;
f7a99963 9691 bfd_vma val = entry->d_un.d_val;
103f02d3 9692
60bca95a 9693 for (cnt = 0; cnt < ARRAY_SIZE (flags); ++cnt)
103f02d3 9694 if (val & flags[cnt].bit)
30800947
NC
9695 {
9696 if (! first)
9697 putchar (' ');
9698 fputs (flags[cnt].str, stdout);
32ec8896 9699 first = FALSE;
30800947
NC
9700 val ^= flags[cnt].bit;
9701 }
76da6bbe 9702
103f02d3 9703 if (val != 0 || first)
f7a99963
NC
9704 {
9705 if (! first)
9706 putchar (' ');
9707 print_vma (val, HEX);
9708 }
103f02d3
UD
9709 }
9710 break;
76da6bbe 9711
252b5132 9712 default:
f7a99963
NC
9713 print_vma (entry->d_un.d_ptr, PREFIX_HEX);
9714 break;
252b5132 9715 }
35b1837e 9716 putchar ('\n');
252b5132
RH
9717}
9718
28f997cf
TG
9719#ifdef BFD64
9720
9721/* VMS vs Unix time offset and factor. */
9722
9723#define VMS_EPOCH_OFFSET 35067168000000000LL
9724#define VMS_GRANULARITY_FACTOR 10000000
9725
9726/* Display a VMS time in a human readable format. */
9727
9728static void
9729print_vms_time (bfd_int64_t vmstime)
9730{
9731 struct tm *tm;
9732 time_t unxtime;
9733
9734 unxtime = (vmstime - VMS_EPOCH_OFFSET) / VMS_GRANULARITY_FACTOR;
9735 tm = gmtime (&unxtime);
9736 printf ("%04u-%02u-%02uT%02u:%02u:%02u",
9737 tm->tm_year + 1900, tm->tm_mon + 1, tm->tm_mday,
9738 tm->tm_hour, tm->tm_min, tm->tm_sec);
9739}
9740#endif /* BFD64 */
9741
ecc51f48 9742static void
2cf0635d 9743dynamic_section_ia64_val (Elf_Internal_Dyn * entry)
ecc51f48
NC
9744{
9745 switch (entry->d_tag)
9746 {
0de14b54 9747 case DT_IA_64_PLT_RESERVE:
bdf4d63a 9748 /* First 3 slots reserved. */
ecc51f48
NC
9749 print_vma (entry->d_un.d_ptr, PREFIX_HEX);
9750 printf (" -- ");
9751 print_vma (entry->d_un.d_ptr + (3 * 8), PREFIX_HEX);
bdf4d63a
JJ
9752 break;
9753
28f997cf
TG
9754 case DT_IA_64_VMS_LINKTIME:
9755#ifdef BFD64
9756 print_vms_time (entry->d_un.d_val);
9757#endif
9758 break;
9759
9760 case DT_IA_64_VMS_LNKFLAGS:
9761 print_vma (entry->d_un.d_ptr, PREFIX_HEX);
9762 if (entry->d_un.d_val & VMS_LF_CALL_DEBUG)
9763 printf (" CALL_DEBUG");
9764 if (entry->d_un.d_val & VMS_LF_NOP0BUFS)
9765 printf (" NOP0BUFS");
9766 if (entry->d_un.d_val & VMS_LF_P0IMAGE)
9767 printf (" P0IMAGE");
9768 if (entry->d_un.d_val & VMS_LF_MKTHREADS)
9769 printf (" MKTHREADS");
9770 if (entry->d_un.d_val & VMS_LF_UPCALLS)
9771 printf (" UPCALLS");
9772 if (entry->d_un.d_val & VMS_LF_IMGSTA)
9773 printf (" IMGSTA");
9774 if (entry->d_un.d_val & VMS_LF_INITIALIZE)
9775 printf (" INITIALIZE");
9776 if (entry->d_un.d_val & VMS_LF_MAIN)
9777 printf (" MAIN");
9778 if (entry->d_un.d_val & VMS_LF_EXE_INIT)
9779 printf (" EXE_INIT");
9780 if (entry->d_un.d_val & VMS_LF_TBK_IN_IMG)
9781 printf (" TBK_IN_IMG");
9782 if (entry->d_un.d_val & VMS_LF_DBG_IN_IMG)
9783 printf (" DBG_IN_IMG");
9784 if (entry->d_un.d_val & VMS_LF_TBK_IN_DSF)
9785 printf (" TBK_IN_DSF");
9786 if (entry->d_un.d_val & VMS_LF_DBG_IN_DSF)
9787 printf (" DBG_IN_DSF");
9788 if (entry->d_un.d_val & VMS_LF_SIGNATURES)
9789 printf (" SIGNATURES");
9790 if (entry->d_un.d_val & VMS_LF_REL_SEG_OFF)
9791 printf (" REL_SEG_OFF");
9792 break;
9793
bdf4d63a
JJ
9794 default:
9795 print_vma (entry->d_un.d_ptr, PREFIX_HEX);
9796 break;
ecc51f48 9797 }
bdf4d63a 9798 putchar ('\n');
ecc51f48
NC
9799}
9800
32ec8896 9801static bfd_boolean
dda8d76d 9802get_32bit_dynamic_section (Filedata * filedata)
252b5132 9803{
2cf0635d
NC
9804 Elf32_External_Dyn * edyn;
9805 Elf32_External_Dyn * ext;
9806 Elf_Internal_Dyn * entry;
103f02d3 9807
978c4450
AM
9808 edyn = (Elf32_External_Dyn *) get_data (NULL, filedata,
9809 filedata->dynamic_addr, 1,
9810 filedata->dynamic_size,
9811 _("dynamic section"));
a6e9f9df 9812 if (!edyn)
32ec8896 9813 return FALSE;
103f02d3 9814
071436c6
NC
9815 /* SGI's ELF has more than one section in the DYNAMIC segment, and we
9816 might not have the luxury of section headers. Look for the DT_NULL
9817 terminator to determine the number of entries. */
978c4450
AM
9818 for (ext = edyn, filedata->dynamic_nent = 0;
9819 (char *) (ext + 1) <= (char *) edyn + filedata->dynamic_size;
ba2685cc
AM
9820 ext++)
9821 {
978c4450 9822 filedata->dynamic_nent++;
ba2685cc
AM
9823 if (BYTE_GET (ext->d_tag) == DT_NULL)
9824 break;
9825 }
252b5132 9826
978c4450
AM
9827 filedata->dynamic_section
9828 = (Elf_Internal_Dyn *) cmalloc (filedata->dynamic_nent, sizeof (* entry));
9829 if (filedata->dynamic_section == NULL)
252b5132 9830 {
8b73c356 9831 error (_("Out of memory allocating space for %lu dynamic entries\n"),
978c4450 9832 (unsigned long) filedata->dynamic_nent);
9ea033b2 9833 free (edyn);
32ec8896 9834 return FALSE;
9ea033b2 9835 }
252b5132 9836
978c4450
AM
9837 for (ext = edyn, entry = filedata->dynamic_section;
9838 entry < filedata->dynamic_section + filedata->dynamic_nent;
fb514b26 9839 ext++, entry++)
9ea033b2 9840 {
fb514b26
AM
9841 entry->d_tag = BYTE_GET (ext->d_tag);
9842 entry->d_un.d_val = BYTE_GET (ext->d_un.d_val);
252b5132
RH
9843 }
9844
9ea033b2
NC
9845 free (edyn);
9846
32ec8896 9847 return TRUE;
9ea033b2
NC
9848}
9849
32ec8896 9850static bfd_boolean
dda8d76d 9851get_64bit_dynamic_section (Filedata * filedata)
9ea033b2 9852{
2cf0635d
NC
9853 Elf64_External_Dyn * edyn;
9854 Elf64_External_Dyn * ext;
9855 Elf_Internal_Dyn * entry;
103f02d3 9856
071436c6 9857 /* Read in the data. */
978c4450
AM
9858 edyn = (Elf64_External_Dyn *) get_data (NULL, filedata,
9859 filedata->dynamic_addr, 1,
9860 filedata->dynamic_size,
9861 _("dynamic section"));
a6e9f9df 9862 if (!edyn)
32ec8896 9863 return FALSE;
103f02d3 9864
071436c6
NC
9865 /* SGI's ELF has more than one section in the DYNAMIC segment, and we
9866 might not have the luxury of section headers. Look for the DT_NULL
9867 terminator to determine the number of entries. */
978c4450 9868 for (ext = edyn, filedata->dynamic_nent = 0;
53c3012c 9869 /* PR 17533 file: 033-67080-0.004 - do not read past end of buffer. */
978c4450 9870 (char *) (ext + 1) <= (char *) edyn + filedata->dynamic_size;
ba2685cc
AM
9871 ext++)
9872 {
978c4450 9873 filedata->dynamic_nent++;
66543521 9874 if (BYTE_GET (ext->d_tag) == DT_NULL)
ba2685cc
AM
9875 break;
9876 }
252b5132 9877
978c4450
AM
9878 filedata->dynamic_section
9879 = (Elf_Internal_Dyn *) cmalloc (filedata->dynamic_nent, sizeof (* entry));
9880 if (filedata->dynamic_section == NULL)
252b5132 9881 {
8b73c356 9882 error (_("Out of memory allocating space for %lu dynamic entries\n"),
978c4450 9883 (unsigned long) filedata->dynamic_nent);
252b5132 9884 free (edyn);
32ec8896 9885 return FALSE;
252b5132
RH
9886 }
9887
071436c6 9888 /* Convert from external to internal formats. */
978c4450
AM
9889 for (ext = edyn, entry = filedata->dynamic_section;
9890 entry < filedata->dynamic_section + filedata->dynamic_nent;
fb514b26 9891 ext++, entry++)
252b5132 9892 {
66543521
AM
9893 entry->d_tag = BYTE_GET (ext->d_tag);
9894 entry->d_un.d_val = BYTE_GET (ext->d_un.d_val);
252b5132
RH
9895 }
9896
9897 free (edyn);
9898
32ec8896 9899 return TRUE;
9ea033b2
NC
9900}
9901
e9e44622
JJ
9902static void
9903print_dynamic_flags (bfd_vma flags)
d1133906 9904{
32ec8896 9905 bfd_boolean first = TRUE;
13ae64f3 9906
d1133906
NC
9907 while (flags)
9908 {
9909 bfd_vma flag;
9910
9911 flag = flags & - flags;
9912 flags &= ~ flag;
9913
e9e44622 9914 if (first)
32ec8896 9915 first = FALSE;
e9e44622
JJ
9916 else
9917 putc (' ', stdout);
13ae64f3 9918
d1133906
NC
9919 switch (flag)
9920 {
e9e44622
JJ
9921 case DF_ORIGIN: fputs ("ORIGIN", stdout); break;
9922 case DF_SYMBOLIC: fputs ("SYMBOLIC", stdout); break;
9923 case DF_TEXTREL: fputs ("TEXTREL", stdout); break;
9924 case DF_BIND_NOW: fputs ("BIND_NOW", stdout); break;
9925 case DF_STATIC_TLS: fputs ("STATIC_TLS", stdout); break;
2b692964 9926 default: fputs (_("unknown"), stdout); break;
d1133906
NC
9927 }
9928 }
e9e44622 9929 puts ("");
d1133906
NC
9930}
9931
10ca4b04
L
9932static bfd_vma *
9933get_dynamic_data (Filedata * filedata, bfd_size_type number, unsigned int ent_size)
9934{
9935 unsigned char * e_data;
9936 bfd_vma * i_data;
9937
9938 /* If the size_t type is smaller than the bfd_size_type, eg because
9939 you are building a 32-bit tool on a 64-bit host, then make sure
9940 that when (number) is cast to (size_t) no information is lost. */
9941 if (sizeof (size_t) < sizeof (bfd_size_type)
9942 && (bfd_size_type) ((size_t) number) != number)
9943 {
9944 error (_("Size truncation prevents reading %s elements of size %u\n"),
9945 bfd_vmatoa ("u", number), ent_size);
9946 return NULL;
9947 }
9948
9949 /* Be kind to memory checkers (eg valgrind, address sanitizer) by not
9950 attempting to allocate memory when the read is bound to fail. */
9951 if (ent_size * number > filedata->file_size)
9952 {
9953 error (_("Invalid number of dynamic entries: %s\n"),
9954 bfd_vmatoa ("u", number));
9955 return NULL;
9956 }
9957
9958 e_data = (unsigned char *) cmalloc ((size_t) number, ent_size);
9959 if (e_data == NULL)
9960 {
9961 error (_("Out of memory reading %s dynamic entries\n"),
9962 bfd_vmatoa ("u", number));
9963 return NULL;
9964 }
9965
9966 if (fread (e_data, ent_size, (size_t) number, filedata->handle) != number)
9967 {
9968 error (_("Unable to read in %s bytes of dynamic data\n"),
9969 bfd_vmatoa ("u", number * ent_size));
9970 free (e_data);
9971 return NULL;
9972 }
9973
9974 i_data = (bfd_vma *) cmalloc ((size_t) number, sizeof (*i_data));
9975 if (i_data == NULL)
9976 {
9977 error (_("Out of memory allocating space for %s dynamic entries\n"),
9978 bfd_vmatoa ("u", number));
9979 free (e_data);
9980 return NULL;
9981 }
9982
9983 while (number--)
9984 i_data[number] = byte_get (e_data + number * ent_size, ent_size);
9985
9986 free (e_data);
9987
9988 return i_data;
9989}
9990
9991static unsigned long
9992get_num_dynamic_syms (Filedata * filedata)
9993{
9994 unsigned long num_of_syms = 0;
9995
9996 if (!do_histogram && (!do_using_dynamic || do_dyn_syms))
9997 return num_of_syms;
9998
978c4450 9999 if (filedata->dynamic_info[DT_HASH])
10ca4b04
L
10000 {
10001 unsigned char nb[8];
10002 unsigned char nc[8];
10003 unsigned int hash_ent_size = 4;
10004
10005 if ((filedata->file_header.e_machine == EM_ALPHA
10006 || filedata->file_header.e_machine == EM_S390
10007 || filedata->file_header.e_machine == EM_S390_OLD)
10008 && filedata->file_header.e_ident[EI_CLASS] == ELFCLASS64)
10009 hash_ent_size = 8;
10010
10011 if (fseek (filedata->handle,
978c4450
AM
10012 (filedata->archive_file_offset
10013 + offset_from_vma (filedata, filedata->dynamic_info[DT_HASH],
10ca4b04
L
10014 sizeof nb + sizeof nc)),
10015 SEEK_SET))
10016 {
10017 error (_("Unable to seek to start of dynamic information\n"));
10018 goto no_hash;
10019 }
10020
10021 if (fread (nb, hash_ent_size, 1, filedata->handle) != 1)
10022 {
10023 error (_("Failed to read in number of buckets\n"));
10024 goto no_hash;
10025 }
10026
10027 if (fread (nc, hash_ent_size, 1, filedata->handle) != 1)
10028 {
10029 error (_("Failed to read in number of chains\n"));
10030 goto no_hash;
10031 }
10032
978c4450
AM
10033 filedata->nbuckets = byte_get (nb, hash_ent_size);
10034 filedata->nchains = byte_get (nc, hash_ent_size);
10ca4b04 10035
2482f306
AM
10036 if (filedata->nbuckets != 0 && filedata->nchains != 0)
10037 {
10038 filedata->buckets = get_dynamic_data (filedata, filedata->nbuckets,
10039 hash_ent_size);
10040 filedata->chains = get_dynamic_data (filedata, filedata->nchains,
10041 hash_ent_size);
001890e1 10042
2482f306
AM
10043 if (filedata->buckets != NULL && filedata->chains != NULL)
10044 num_of_syms = filedata->nchains;
10045 }
ceb9bf11 10046 no_hash:
10ca4b04
L
10047 if (num_of_syms == 0)
10048 {
9db70fc3
AM
10049 free (filedata->buckets);
10050 filedata->buckets = NULL;
10051 free (filedata->chains);
10052 filedata->chains = NULL;
978c4450 10053 filedata->nbuckets = 0;
10ca4b04
L
10054 }
10055 }
10056
978c4450 10057 if (filedata->dynamic_info_DT_GNU_HASH)
10ca4b04
L
10058 {
10059 unsigned char nb[16];
10060 bfd_vma i, maxchain = 0xffffffff, bitmaskwords;
10061 bfd_vma buckets_vma;
10062 unsigned long hn;
10ca4b04
L
10063
10064 if (fseek (filedata->handle,
978c4450
AM
10065 (filedata->archive_file_offset
10066 + offset_from_vma (filedata,
10067 filedata->dynamic_info_DT_GNU_HASH,
10ca4b04
L
10068 sizeof nb)),
10069 SEEK_SET))
10070 {
10071 error (_("Unable to seek to start of dynamic information\n"));
10ca4b04
L
10072 goto no_gnu_hash;
10073 }
10074
10075 if (fread (nb, 16, 1, filedata->handle) != 1)
10076 {
10077 error (_("Failed to read in number of buckets\n"));
10ca4b04
L
10078 goto no_gnu_hash;
10079 }
10080
978c4450
AM
10081 filedata->ngnubuckets = byte_get (nb, 4);
10082 filedata->gnusymidx = byte_get (nb + 4, 4);
10ca4b04 10083 bitmaskwords = byte_get (nb + 8, 4);
978c4450 10084 buckets_vma = filedata->dynamic_info_DT_GNU_HASH + 16;
10ca4b04
L
10085 if (is_32bit_elf)
10086 buckets_vma += bitmaskwords * 4;
10087 else
10088 buckets_vma += bitmaskwords * 8;
10089
10090 if (fseek (filedata->handle,
978c4450 10091 (filedata->archive_file_offset
10ca4b04
L
10092 + offset_from_vma (filedata, buckets_vma, 4)),
10093 SEEK_SET))
10094 {
10095 error (_("Unable to seek to start of dynamic information\n"));
10ca4b04
L
10096 goto no_gnu_hash;
10097 }
10098
978c4450
AM
10099 filedata->gnubuckets
10100 = get_dynamic_data (filedata, filedata->ngnubuckets, 4);
10ca4b04 10101
978c4450 10102 if (filedata->gnubuckets == NULL)
90837ea7 10103 goto no_gnu_hash;
10ca4b04 10104
978c4450
AM
10105 for (i = 0; i < filedata->ngnubuckets; i++)
10106 if (filedata->gnubuckets[i] != 0)
10ca4b04 10107 {
978c4450 10108 if (filedata->gnubuckets[i] < filedata->gnusymidx)
90837ea7 10109 goto no_gnu_hash;
10ca4b04 10110
978c4450
AM
10111 if (maxchain == 0xffffffff || filedata->gnubuckets[i] > maxchain)
10112 maxchain = filedata->gnubuckets[i];
10ca4b04
L
10113 }
10114
10115 if (maxchain == 0xffffffff)
90837ea7 10116 goto no_gnu_hash;
10ca4b04 10117
978c4450 10118 maxchain -= filedata->gnusymidx;
10ca4b04
L
10119
10120 if (fseek (filedata->handle,
978c4450
AM
10121 (filedata->archive_file_offset
10122 + offset_from_vma (filedata,
10123 buckets_vma + 4 * (filedata->ngnubuckets
10124 + maxchain),
10125 4)),
10ca4b04
L
10126 SEEK_SET))
10127 {
10128 error (_("Unable to seek to start of dynamic information\n"));
10ca4b04
L
10129 goto no_gnu_hash;
10130 }
10131
10132 do
10133 {
10134 if (fread (nb, 4, 1, filedata->handle) != 1)
10135 {
10136 error (_("Failed to determine last chain length\n"));
10ca4b04
L
10137 goto no_gnu_hash;
10138 }
10139
10140 if (maxchain + 1 == 0)
90837ea7 10141 goto no_gnu_hash;
10ca4b04
L
10142
10143 ++maxchain;
10144 }
10145 while ((byte_get (nb, 4) & 1) == 0);
10146
10147 if (fseek (filedata->handle,
978c4450
AM
10148 (filedata->archive_file_offset
10149 + offset_from_vma (filedata, (buckets_vma
10150 + 4 * filedata->ngnubuckets),
10151 4)),
10ca4b04
L
10152 SEEK_SET))
10153 {
10154 error (_("Unable to seek to start of dynamic information\n"));
10ca4b04
L
10155 goto no_gnu_hash;
10156 }
10157
978c4450
AM
10158 filedata->gnuchains = get_dynamic_data (filedata, maxchain, 4);
10159 filedata->ngnuchains = maxchain;
10ca4b04 10160
978c4450 10161 if (filedata->gnuchains == NULL)
90837ea7 10162 goto no_gnu_hash;
10ca4b04 10163
978c4450 10164 if (filedata->dynamic_info_DT_MIPS_XHASH)
10ca4b04
L
10165 {
10166 if (fseek (filedata->handle,
978c4450 10167 (filedata->archive_file_offset
10ca4b04 10168 + offset_from_vma (filedata, (buckets_vma
978c4450 10169 + 4 * (filedata->ngnubuckets
10ca4b04
L
10170 + maxchain)), 4)),
10171 SEEK_SET))
10172 {
10173 error (_("Unable to seek to start of dynamic information\n"));
10ca4b04
L
10174 goto no_gnu_hash;
10175 }
10176
978c4450 10177 filedata->mipsxlat = get_dynamic_data (filedata, maxchain, 4);
90837ea7
AM
10178 if (filedata->mipsxlat == NULL)
10179 goto no_gnu_hash;
10ca4b04
L
10180 }
10181
978c4450
AM
10182 for (hn = 0; hn < filedata->ngnubuckets; ++hn)
10183 if (filedata->gnubuckets[hn] != 0)
10ca4b04 10184 {
978c4450
AM
10185 bfd_vma si = filedata->gnubuckets[hn];
10186 bfd_vma off = si - filedata->gnusymidx;
10ca4b04
L
10187
10188 do
10189 {
978c4450 10190 if (filedata->dynamic_info_DT_MIPS_XHASH)
10ca4b04 10191 {
c31ab5a0
AM
10192 if (off < filedata->ngnuchains
10193 && filedata->mipsxlat[off] >= num_of_syms)
978c4450 10194 num_of_syms = filedata->mipsxlat[off] + 1;
10ca4b04
L
10195 }
10196 else
10197 {
10198 if (si >= num_of_syms)
10199 num_of_syms = si + 1;
10200 }
10201 si++;
10202 }
978c4450
AM
10203 while (off < filedata->ngnuchains
10204 && (filedata->gnuchains[off++] & 1) == 0);
10ca4b04
L
10205 }
10206
90837ea7 10207 if (num_of_syms == 0)
10ca4b04 10208 {
90837ea7 10209 no_gnu_hash:
9db70fc3
AM
10210 free (filedata->mipsxlat);
10211 filedata->mipsxlat = NULL;
10212 free (filedata->gnuchains);
10213 filedata->gnuchains = NULL;
10214 free (filedata->gnubuckets);
10215 filedata->gnubuckets = NULL;
978c4450
AM
10216 filedata->ngnubuckets = 0;
10217 filedata->ngnuchains = 0;
10ca4b04
L
10218 }
10219 }
10220
10221 return num_of_syms;
10222}
10223
b2d38a17
NC
10224/* Parse and display the contents of the dynamic section. */
10225
32ec8896 10226static bfd_boolean
dda8d76d 10227process_dynamic_section (Filedata * filedata)
9ea033b2 10228{
2cf0635d 10229 Elf_Internal_Dyn * entry;
9ea033b2 10230
978c4450 10231 if (filedata->dynamic_size == 0)
9ea033b2
NC
10232 {
10233 if (do_dynamic)
b2d38a17 10234 printf (_("\nThere is no dynamic section in this file.\n"));
9ea033b2 10235
32ec8896 10236 return TRUE;
9ea033b2
NC
10237 }
10238
10239 if (is_32bit_elf)
10240 {
dda8d76d 10241 if (! get_32bit_dynamic_section (filedata))
32ec8896
NC
10242 return FALSE;
10243 }
10244 else
10245 {
dda8d76d 10246 if (! get_64bit_dynamic_section (filedata))
32ec8896 10247 return FALSE;
9ea033b2 10248 }
9ea033b2 10249
252b5132 10250 /* Find the appropriate symbol table. */
978c4450 10251 if (filedata->dynamic_symbols == NULL || do_histogram)
252b5132 10252 {
2482f306
AM
10253 unsigned long num_of_syms;
10254
978c4450
AM
10255 for (entry = filedata->dynamic_section;
10256 entry < filedata->dynamic_section + filedata->dynamic_nent;
86dba8ee 10257 ++entry)
10ca4b04 10258 if (entry->d_tag == DT_SYMTAB)
978c4450 10259 filedata->dynamic_info[DT_SYMTAB] = entry->d_un.d_val;
10ca4b04 10260 else if (entry->d_tag == DT_SYMENT)
978c4450 10261 filedata->dynamic_info[DT_SYMENT] = entry->d_un.d_val;
10ca4b04 10262 else if (entry->d_tag == DT_HASH)
978c4450 10263 filedata->dynamic_info[DT_HASH] = entry->d_un.d_val;
10ca4b04 10264 else if (entry->d_tag == DT_GNU_HASH)
978c4450 10265 filedata->dynamic_info_DT_GNU_HASH = entry->d_un.d_val;
10ca4b04
L
10266 else if ((filedata->file_header.e_machine == EM_MIPS
10267 || filedata->file_header.e_machine == EM_MIPS_RS3_LE)
10268 && entry->d_tag == DT_MIPS_XHASH)
10269 {
978c4450
AM
10270 filedata->dynamic_info_DT_MIPS_XHASH = entry->d_un.d_val;
10271 filedata->dynamic_info_DT_GNU_HASH = entry->d_un.d_val;
10ca4b04 10272 }
252b5132 10273
2482f306
AM
10274 num_of_syms = get_num_dynamic_syms (filedata);
10275
10276 if (num_of_syms != 0
10277 && filedata->dynamic_symbols == NULL
10278 && filedata->dynamic_info[DT_SYMTAB]
978c4450 10279 && filedata->dynamic_info[DT_SYMENT])
10ca4b04
L
10280 {
10281 Elf_Internal_Phdr *seg;
2482f306 10282 bfd_vma vma = filedata->dynamic_info[DT_SYMTAB];
252b5132 10283
2482f306
AM
10284 if (! get_program_headers (filedata))
10285 {
10286 error (_("Cannot interpret virtual addresses "
10287 "without program headers.\n"));
10288 return FALSE;
10289 }
252b5132 10290
2482f306
AM
10291 for (seg = filedata->program_headers;
10292 seg < filedata->program_headers + filedata->file_header.e_phnum;
10293 ++seg)
10294 {
10295 if (seg->p_type != PT_LOAD)
10296 continue;
252b5132 10297
2482f306
AM
10298 if (seg->p_offset + seg->p_filesz > filedata->file_size)
10299 {
10300 /* See PR 21379 for a reproducer. */
10301 error (_("Invalid PT_LOAD entry\n"));
10302 return FALSE;
10303 }
252b5132 10304
2482f306
AM
10305 if (vma >= (seg->p_vaddr & -seg->p_align)
10306 && vma < seg->p_vaddr + seg->p_filesz)
10307 {
10308 /* Since we do not know how big the symbol table is,
10309 we default to reading in up to the end of PT_LOAD
10310 segment and processing that. This is overkill, I
10311 know, but it should work. */
10312 Elf_Internal_Shdr section;
10313 section.sh_offset = (vma - seg->p_vaddr
10314 + seg->p_offset);
10315 section.sh_size = (num_of_syms
10316 * filedata->dynamic_info[DT_SYMENT]);
10317 section.sh_entsize = filedata->dynamic_info[DT_SYMENT];
8ac10c5b
L
10318
10319 if (do_checks
10320 && filedata->dynamic_symtab_section != NULL
10321 && ((filedata->dynamic_symtab_section->sh_offset
10322 != section.sh_offset)
10323 || (filedata->dynamic_symtab_section->sh_size
10324 != section.sh_size)
10325 || (filedata->dynamic_symtab_section->sh_entsize
10326 != section.sh_entsize)))
10327 warn (_("\
10328the .dynsym section doesn't match the DT_SYMTAB and DT_SYMENT tags\n"));
10329
2482f306
AM
10330 section.sh_name = filedata->string_table_length;
10331 filedata->dynamic_symbols
10332 = GET_ELF_SYMBOLS (filedata, &section,
10333 &filedata->num_dynamic_syms);
10334 if (filedata->dynamic_symbols == NULL
10335 || filedata->num_dynamic_syms != num_of_syms)
10336 {
10337 error (_("Corrupt DT_SYMTAB dynamic entry\n"));
10338 return FALSE;
10339 }
10340 break;
10341 }
10342 }
10343 }
10344 }
252b5132
RH
10345
10346 /* Similarly find a string table. */
978c4450
AM
10347 if (filedata->dynamic_strings == NULL)
10348 for (entry = filedata->dynamic_section;
10349 entry < filedata->dynamic_section + filedata->dynamic_nent;
10ca4b04
L
10350 ++entry)
10351 {
10352 if (entry->d_tag == DT_STRTAB)
978c4450 10353 filedata->dynamic_info[DT_STRTAB] = entry->d_un.d_val;
252b5132 10354
10ca4b04 10355 if (entry->d_tag == DT_STRSZ)
978c4450 10356 filedata->dynamic_info[DT_STRSZ] = entry->d_un.d_val;
252b5132 10357
978c4450
AM
10358 if (filedata->dynamic_info[DT_STRTAB]
10359 && filedata->dynamic_info[DT_STRSZ])
10ca4b04
L
10360 {
10361 unsigned long offset;
978c4450 10362 bfd_size_type str_tab_len = filedata->dynamic_info[DT_STRSZ];
10ca4b04
L
10363
10364 offset = offset_from_vma (filedata,
978c4450 10365 filedata->dynamic_info[DT_STRTAB],
10ca4b04 10366 str_tab_len);
8ac10c5b
L
10367 if (do_checks
10368 && filedata->dynamic_strtab_section
10369 && ((filedata->dynamic_strtab_section->sh_offset
10370 != (file_ptr) offset)
10371 || (filedata->dynamic_strtab_section->sh_size
10372 != str_tab_len)))
10373 warn (_("\
10374the .dynstr section doesn't match the DT_STRTAB and DT_STRSZ tags\n"));
10375
978c4450
AM
10376 filedata->dynamic_strings
10377 = (char *) get_data (NULL, filedata, offset, 1, str_tab_len,
10378 _("dynamic string table"));
10379 if (filedata->dynamic_strings == NULL)
10ca4b04
L
10380 {
10381 error (_("Corrupt DT_STRTAB dynamic entry\n"));
10382 break;
10383 }
e3d39609 10384
978c4450 10385 filedata->dynamic_strings_length = str_tab_len;
10ca4b04
L
10386 break;
10387 }
10388 }
252b5132
RH
10389
10390 /* And find the syminfo section if available. */
978c4450 10391 if (filedata->dynamic_syminfo == NULL)
252b5132 10392 {
3e8bba36 10393 unsigned long syminsz = 0;
252b5132 10394
978c4450
AM
10395 for (entry = filedata->dynamic_section;
10396 entry < filedata->dynamic_section + filedata->dynamic_nent;
86dba8ee 10397 ++entry)
252b5132
RH
10398 {
10399 if (entry->d_tag == DT_SYMINENT)
10400 {
10401 /* Note: these braces are necessary to avoid a syntax
10402 error from the SunOS4 C compiler. */
049b0c3a
NC
10403 /* PR binutils/17531: A corrupt file can trigger this test.
10404 So do not use an assert, instead generate an error message. */
10405 if (sizeof (Elf_External_Syminfo) != entry->d_un.d_val)
071436c6 10406 error (_("Bad value (%d) for SYMINENT entry\n"),
049b0c3a 10407 (int) entry->d_un.d_val);
252b5132
RH
10408 }
10409 else if (entry->d_tag == DT_SYMINSZ)
10410 syminsz = entry->d_un.d_val;
10411 else if (entry->d_tag == DT_SYMINFO)
978c4450
AM
10412 filedata->dynamic_syminfo_offset
10413 = offset_from_vma (filedata, entry->d_un.d_val, syminsz);
252b5132
RH
10414 }
10415
978c4450 10416 if (filedata->dynamic_syminfo_offset != 0 && syminsz != 0)
252b5132 10417 {
2cf0635d
NC
10418 Elf_External_Syminfo * extsyminfo;
10419 Elf_External_Syminfo * extsym;
10420 Elf_Internal_Syminfo * syminfo;
252b5132
RH
10421
10422 /* There is a syminfo section. Read the data. */
3f5e193b 10423 extsyminfo = (Elf_External_Syminfo *)
978c4450
AM
10424 get_data (NULL, filedata, filedata->dynamic_syminfo_offset,
10425 1, syminsz, _("symbol information"));
a6e9f9df 10426 if (!extsyminfo)
32ec8896 10427 return FALSE;
252b5132 10428
978c4450 10429 if (filedata->dynamic_syminfo != NULL)
e3d39609
NC
10430 {
10431 error (_("Multiple dynamic symbol information sections found\n"));
978c4450 10432 free (filedata->dynamic_syminfo);
e3d39609 10433 }
978c4450
AM
10434 filedata->dynamic_syminfo = (Elf_Internal_Syminfo *) malloc (syminsz);
10435 if (filedata->dynamic_syminfo == NULL)
252b5132 10436 {
2482f306
AM
10437 error (_("Out of memory allocating %lu bytes "
10438 "for dynamic symbol info\n"),
8b73c356 10439 (unsigned long) syminsz);
32ec8896 10440 return FALSE;
252b5132
RH
10441 }
10442
2482f306
AM
10443 filedata->dynamic_syminfo_nent
10444 = syminsz / sizeof (Elf_External_Syminfo);
978c4450 10445 for (syminfo = filedata->dynamic_syminfo, extsym = extsyminfo;
2482f306
AM
10446 syminfo < (filedata->dynamic_syminfo
10447 + filedata->dynamic_syminfo_nent);
86dba8ee 10448 ++syminfo, ++extsym)
252b5132 10449 {
86dba8ee
AM
10450 syminfo->si_boundto = BYTE_GET (extsym->si_boundto);
10451 syminfo->si_flags = BYTE_GET (extsym->si_flags);
252b5132
RH
10452 }
10453
10454 free (extsyminfo);
10455 }
10456 }
10457
978c4450 10458 if (do_dynamic && filedata->dynamic_addr)
d3a49aa8
AM
10459 printf (ngettext ("\nDynamic section at offset 0x%lx "
10460 "contains %lu entry:\n",
10461 "\nDynamic section at offset 0x%lx "
10462 "contains %lu entries:\n",
978c4450
AM
10463 filedata->dynamic_nent),
10464 filedata->dynamic_addr, (unsigned long) filedata->dynamic_nent);
252b5132
RH
10465 if (do_dynamic)
10466 printf (_(" Tag Type Name/Value\n"));
10467
978c4450
AM
10468 for (entry = filedata->dynamic_section;
10469 entry < filedata->dynamic_section + filedata->dynamic_nent;
86dba8ee 10470 entry++)
252b5132
RH
10471 {
10472 if (do_dynamic)
f7a99963 10473 {
2cf0635d 10474 const char * dtype;
e699b9ff 10475
f7a99963
NC
10476 putchar (' ');
10477 print_vma (entry->d_tag, FULL_HEX);
dda8d76d 10478 dtype = get_dynamic_type (filedata, entry->d_tag);
e699b9ff 10479 printf (" (%s)%*s", dtype,
32ec8896 10480 ((is_32bit_elf ? 27 : 19) - (int) strlen (dtype)), " ");
f7a99963 10481 }
252b5132
RH
10482
10483 switch (entry->d_tag)
10484 {
d1133906
NC
10485 case DT_FLAGS:
10486 if (do_dynamic)
e9e44622 10487 print_dynamic_flags (entry->d_un.d_val);
d1133906 10488 break;
76da6bbe 10489
252b5132
RH
10490 case DT_AUXILIARY:
10491 case DT_FILTER:
019148e4
L
10492 case DT_CONFIG:
10493 case DT_DEPAUDIT:
10494 case DT_AUDIT:
252b5132
RH
10495 if (do_dynamic)
10496 {
019148e4 10497 switch (entry->d_tag)
b34976b6 10498 {
019148e4
L
10499 case DT_AUXILIARY:
10500 printf (_("Auxiliary library"));
10501 break;
10502
10503 case DT_FILTER:
10504 printf (_("Filter library"));
10505 break;
10506
b34976b6 10507 case DT_CONFIG:
019148e4
L
10508 printf (_("Configuration file"));
10509 break;
10510
10511 case DT_DEPAUDIT:
10512 printf (_("Dependency audit library"));
10513 break;
10514
10515 case DT_AUDIT:
10516 printf (_("Audit library"));
10517 break;
10518 }
252b5132 10519
978c4450
AM
10520 if (VALID_DYNAMIC_NAME (filedata, entry->d_un.d_val))
10521 printf (": [%s]\n",
10522 GET_DYNAMIC_NAME (filedata, entry->d_un.d_val));
252b5132 10523 else
f7a99963
NC
10524 {
10525 printf (": ");
10526 print_vma (entry->d_un.d_val, PREFIX_HEX);
10527 putchar ('\n');
10528 }
252b5132
RH
10529 }
10530 break;
10531
dcefbbbd 10532 case DT_FEATURE:
252b5132
RH
10533 if (do_dynamic)
10534 {
10535 printf (_("Flags:"));
86f55779 10536
252b5132
RH
10537 if (entry->d_un.d_val == 0)
10538 printf (_(" None\n"));
10539 else
10540 {
10541 unsigned long int val = entry->d_un.d_val;
86f55779 10542
252b5132
RH
10543 if (val & DTF_1_PARINIT)
10544 {
10545 printf (" PARINIT");
10546 val ^= DTF_1_PARINIT;
10547 }
dcefbbbd
L
10548 if (val & DTF_1_CONFEXP)
10549 {
10550 printf (" CONFEXP");
10551 val ^= DTF_1_CONFEXP;
10552 }
252b5132
RH
10553 if (val != 0)
10554 printf (" %lx", val);
10555 puts ("");
10556 }
10557 }
10558 break;
10559
10560 case DT_POSFLAG_1:
10561 if (do_dynamic)
10562 {
10563 printf (_("Flags:"));
86f55779 10564
252b5132
RH
10565 if (entry->d_un.d_val == 0)
10566 printf (_(" None\n"));
10567 else
10568 {
10569 unsigned long int val = entry->d_un.d_val;
86f55779 10570
252b5132
RH
10571 if (val & DF_P1_LAZYLOAD)
10572 {
10573 printf (" LAZYLOAD");
10574 val ^= DF_P1_LAZYLOAD;
10575 }
10576 if (val & DF_P1_GROUPPERM)
10577 {
10578 printf (" GROUPPERM");
10579 val ^= DF_P1_GROUPPERM;
10580 }
10581 if (val != 0)
10582 printf (" %lx", val);
10583 puts ("");
10584 }
10585 }
10586 break;
10587
10588 case DT_FLAGS_1:
10589 if (do_dynamic)
10590 {
10591 printf (_("Flags:"));
10592 if (entry->d_un.d_val == 0)
10593 printf (_(" None\n"));
10594 else
10595 {
10596 unsigned long int val = entry->d_un.d_val;
86f55779 10597
252b5132
RH
10598 if (val & DF_1_NOW)
10599 {
10600 printf (" NOW");
10601 val ^= DF_1_NOW;
10602 }
10603 if (val & DF_1_GLOBAL)
10604 {
10605 printf (" GLOBAL");
10606 val ^= DF_1_GLOBAL;
10607 }
10608 if (val & DF_1_GROUP)
10609 {
10610 printf (" GROUP");
10611 val ^= DF_1_GROUP;
10612 }
10613 if (val & DF_1_NODELETE)
10614 {
10615 printf (" NODELETE");
10616 val ^= DF_1_NODELETE;
10617 }
10618 if (val & DF_1_LOADFLTR)
10619 {
10620 printf (" LOADFLTR");
10621 val ^= DF_1_LOADFLTR;
10622 }
10623 if (val & DF_1_INITFIRST)
10624 {
10625 printf (" INITFIRST");
10626 val ^= DF_1_INITFIRST;
10627 }
10628 if (val & DF_1_NOOPEN)
10629 {
10630 printf (" NOOPEN");
10631 val ^= DF_1_NOOPEN;
10632 }
10633 if (val & DF_1_ORIGIN)
10634 {
10635 printf (" ORIGIN");
10636 val ^= DF_1_ORIGIN;
10637 }
10638 if (val & DF_1_DIRECT)
10639 {
10640 printf (" DIRECT");
10641 val ^= DF_1_DIRECT;
10642 }
10643 if (val & DF_1_TRANS)
10644 {
10645 printf (" TRANS");
10646 val ^= DF_1_TRANS;
10647 }
10648 if (val & DF_1_INTERPOSE)
10649 {
10650 printf (" INTERPOSE");
10651 val ^= DF_1_INTERPOSE;
10652 }
f7db6139 10653 if (val & DF_1_NODEFLIB)
dcefbbbd 10654 {
f7db6139
L
10655 printf (" NODEFLIB");
10656 val ^= DF_1_NODEFLIB;
dcefbbbd
L
10657 }
10658 if (val & DF_1_NODUMP)
10659 {
10660 printf (" NODUMP");
10661 val ^= DF_1_NODUMP;
10662 }
34b60028 10663 if (val & DF_1_CONFALT)
dcefbbbd 10664 {
34b60028
L
10665 printf (" CONFALT");
10666 val ^= DF_1_CONFALT;
10667 }
10668 if (val & DF_1_ENDFILTEE)
10669 {
10670 printf (" ENDFILTEE");
10671 val ^= DF_1_ENDFILTEE;
10672 }
10673 if (val & DF_1_DISPRELDNE)
10674 {
10675 printf (" DISPRELDNE");
10676 val ^= DF_1_DISPRELDNE;
10677 }
10678 if (val & DF_1_DISPRELPND)
10679 {
10680 printf (" DISPRELPND");
10681 val ^= DF_1_DISPRELPND;
10682 }
10683 if (val & DF_1_NODIRECT)
10684 {
10685 printf (" NODIRECT");
10686 val ^= DF_1_NODIRECT;
10687 }
10688 if (val & DF_1_IGNMULDEF)
10689 {
10690 printf (" IGNMULDEF");
10691 val ^= DF_1_IGNMULDEF;
10692 }
10693 if (val & DF_1_NOKSYMS)
10694 {
10695 printf (" NOKSYMS");
10696 val ^= DF_1_NOKSYMS;
10697 }
10698 if (val & DF_1_NOHDR)
10699 {
10700 printf (" NOHDR");
10701 val ^= DF_1_NOHDR;
10702 }
10703 if (val & DF_1_EDITED)
10704 {
10705 printf (" EDITED");
10706 val ^= DF_1_EDITED;
10707 }
10708 if (val & DF_1_NORELOC)
10709 {
10710 printf (" NORELOC");
10711 val ^= DF_1_NORELOC;
10712 }
10713 if (val & DF_1_SYMINTPOSE)
10714 {
10715 printf (" SYMINTPOSE");
10716 val ^= DF_1_SYMINTPOSE;
10717 }
10718 if (val & DF_1_GLOBAUDIT)
10719 {
10720 printf (" GLOBAUDIT");
10721 val ^= DF_1_GLOBAUDIT;
10722 }
10723 if (val & DF_1_SINGLETON)
10724 {
10725 printf (" SINGLETON");
10726 val ^= DF_1_SINGLETON;
dcefbbbd 10727 }
5c383f02
RO
10728 if (val & DF_1_STUB)
10729 {
10730 printf (" STUB");
10731 val ^= DF_1_STUB;
10732 }
10733 if (val & DF_1_PIE)
10734 {
10735 printf (" PIE");
10736 val ^= DF_1_PIE;
10737 }
b1202ffa
L
10738 if (val & DF_1_KMOD)
10739 {
10740 printf (" KMOD");
10741 val ^= DF_1_KMOD;
10742 }
10743 if (val & DF_1_WEAKFILTER)
10744 {
10745 printf (" WEAKFILTER");
10746 val ^= DF_1_WEAKFILTER;
10747 }
10748 if (val & DF_1_NOCOMMON)
10749 {
10750 printf (" NOCOMMON");
10751 val ^= DF_1_NOCOMMON;
10752 }
252b5132
RH
10753 if (val != 0)
10754 printf (" %lx", val);
10755 puts ("");
10756 }
10757 }
10758 break;
10759
10760 case DT_PLTREL:
978c4450 10761 filedata->dynamic_info[entry->d_tag] = entry->d_un.d_val;
252b5132 10762 if (do_dynamic)
dda8d76d 10763 puts (get_dynamic_type (filedata, entry->d_un.d_val));
252b5132
RH
10764 break;
10765
10766 case DT_NULL :
10767 case DT_NEEDED :
10768 case DT_PLTGOT :
10769 case DT_HASH :
10770 case DT_STRTAB :
10771 case DT_SYMTAB :
10772 case DT_RELA :
10773 case DT_INIT :
10774 case DT_FINI :
10775 case DT_SONAME :
10776 case DT_RPATH :
10777 case DT_SYMBOLIC:
10778 case DT_REL :
10779 case DT_DEBUG :
10780 case DT_TEXTREL :
10781 case DT_JMPREL :
019148e4 10782 case DT_RUNPATH :
978c4450 10783 filedata->dynamic_info[entry->d_tag] = entry->d_un.d_val;
252b5132
RH
10784
10785 if (do_dynamic)
10786 {
2cf0635d 10787 char * name;
252b5132 10788
978c4450
AM
10789 if (VALID_DYNAMIC_NAME (filedata, entry->d_un.d_val))
10790 name = GET_DYNAMIC_NAME (filedata, entry->d_un.d_val);
252b5132 10791 else
d79b3d50 10792 name = NULL;
252b5132
RH
10793
10794 if (name)
10795 {
10796 switch (entry->d_tag)
10797 {
10798 case DT_NEEDED:
10799 printf (_("Shared library: [%s]"), name);
10800
978c4450 10801 if (streq (name, filedata->program_interpreter))
f7a99963 10802 printf (_(" program interpreter"));
252b5132
RH
10803 break;
10804
10805 case DT_SONAME:
f7a99963 10806 printf (_("Library soname: [%s]"), name);
252b5132
RH
10807 break;
10808
10809 case DT_RPATH:
f7a99963 10810 printf (_("Library rpath: [%s]"), name);
252b5132
RH
10811 break;
10812
019148e4
L
10813 case DT_RUNPATH:
10814 printf (_("Library runpath: [%s]"), name);
10815 break;
10816
252b5132 10817 default:
f7a99963
NC
10818 print_vma (entry->d_un.d_val, PREFIX_HEX);
10819 break;
252b5132
RH
10820 }
10821 }
10822 else
f7a99963
NC
10823 print_vma (entry->d_un.d_val, PREFIX_HEX);
10824
10825 putchar ('\n');
252b5132
RH
10826 }
10827 break;
10828
10829 case DT_PLTRELSZ:
10830 case DT_RELASZ :
10831 case DT_STRSZ :
10832 case DT_RELSZ :
10833 case DT_RELAENT :
10834 case DT_SYMENT :
10835 case DT_RELENT :
978c4450 10836 filedata->dynamic_info[entry->d_tag] = entry->d_un.d_val;
1a0670f3 10837 /* Fall through. */
252b5132
RH
10838 case DT_PLTPADSZ:
10839 case DT_MOVEENT :
10840 case DT_MOVESZ :
10841 case DT_INIT_ARRAYSZ:
10842 case DT_FINI_ARRAYSZ:
047b2264
JJ
10843 case DT_GNU_CONFLICTSZ:
10844 case DT_GNU_LIBLISTSZ:
252b5132 10845 if (do_dynamic)
f7a99963
NC
10846 {
10847 print_vma (entry->d_un.d_val, UNSIGNED);
2b692964 10848 printf (_(" (bytes)\n"));
f7a99963 10849 }
252b5132
RH
10850 break;
10851
10852 case DT_VERDEFNUM:
10853 case DT_VERNEEDNUM:
10854 case DT_RELACOUNT:
10855 case DT_RELCOUNT:
10856 if (do_dynamic)
f7a99963
NC
10857 {
10858 print_vma (entry->d_un.d_val, UNSIGNED);
10859 putchar ('\n');
10860 }
252b5132
RH
10861 break;
10862
10863 case DT_SYMINSZ:
10864 case DT_SYMINENT:
10865 case DT_SYMINFO:
10866 case DT_USED:
10867 case DT_INIT_ARRAY:
10868 case DT_FINI_ARRAY:
10869 if (do_dynamic)
10870 {
d79b3d50 10871 if (entry->d_tag == DT_USED
978c4450 10872 && VALID_DYNAMIC_NAME (filedata, entry->d_un.d_val))
252b5132 10873 {
978c4450 10874 char * name = GET_DYNAMIC_NAME (filedata, entry->d_un.d_val);
252b5132 10875
b34976b6 10876 if (*name)
252b5132
RH
10877 {
10878 printf (_("Not needed object: [%s]\n"), name);
10879 break;
10880 }
10881 }
103f02d3 10882
f7a99963
NC
10883 print_vma (entry->d_un.d_val, PREFIX_HEX);
10884 putchar ('\n');
252b5132
RH
10885 }
10886 break;
10887
10888 case DT_BIND_NOW:
10889 /* The value of this entry is ignored. */
35b1837e
AM
10890 if (do_dynamic)
10891 putchar ('\n');
252b5132 10892 break;
103f02d3 10893
047b2264
JJ
10894 case DT_GNU_PRELINKED:
10895 if (do_dynamic)
10896 {
2cf0635d 10897 struct tm * tmp;
91d6fa6a 10898 time_t atime = entry->d_un.d_val;
047b2264 10899
91d6fa6a 10900 tmp = gmtime (&atime);
071436c6
NC
10901 /* PR 17533 file: 041-1244816-0.004. */
10902 if (tmp == NULL)
5a2cbcf4
L
10903 printf (_("<corrupt time val: %lx"),
10904 (unsigned long) atime);
071436c6
NC
10905 else
10906 printf ("%04u-%02u-%02uT%02u:%02u:%02u\n",
10907 tmp->tm_year + 1900, tmp->tm_mon + 1, tmp->tm_mday,
10908 tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
047b2264
JJ
10909
10910 }
10911 break;
10912
fdc90cb4 10913 case DT_GNU_HASH:
978c4450 10914 filedata->dynamic_info_DT_GNU_HASH = entry->d_un.d_val;
fdc90cb4
JJ
10915 if (do_dynamic)
10916 {
10917 print_vma (entry->d_un.d_val, PREFIX_HEX);
10918 putchar ('\n');
10919 }
10920 break;
10921
252b5132
RH
10922 default:
10923 if ((entry->d_tag >= DT_VERSYM) && (entry->d_tag <= DT_VERNEEDNUM))
978c4450
AM
10924 filedata->version_info[DT_VERSIONTAGIDX (entry->d_tag)]
10925 = entry->d_un.d_val;
252b5132
RH
10926
10927 if (do_dynamic)
10928 {
dda8d76d 10929 switch (filedata->file_header.e_machine)
252b5132 10930 {
37c18eed
SD
10931 case EM_AARCH64:
10932 dynamic_section_aarch64_val (entry);
10933 break;
252b5132 10934 case EM_MIPS:
4fe85591 10935 case EM_MIPS_RS3_LE:
978c4450 10936 dynamic_section_mips_val (filedata, entry);
252b5132 10937 break;
103f02d3 10938 case EM_PARISC:
b2d38a17 10939 dynamic_section_parisc_val (entry);
103f02d3 10940 break;
ecc51f48 10941 case EM_IA_64:
b2d38a17 10942 dynamic_section_ia64_val (entry);
ecc51f48 10943 break;
252b5132 10944 default:
f7a99963
NC
10945 print_vma (entry->d_un.d_val, PREFIX_HEX);
10946 putchar ('\n');
252b5132
RH
10947 }
10948 }
10949 break;
10950 }
10951 }
10952
32ec8896 10953 return TRUE;
252b5132
RH
10954}
10955
10956static char *
d3ba0551 10957get_ver_flags (unsigned int flags)
252b5132 10958{
6d4f21f6 10959 static char buff[128];
252b5132
RH
10960
10961 buff[0] = 0;
10962
10963 if (flags == 0)
10964 return _("none");
10965
10966 if (flags & VER_FLG_BASE)
7bb1ad17 10967 strcat (buff, "BASE");
252b5132
RH
10968
10969 if (flags & VER_FLG_WEAK)
10970 {
10971 if (flags & VER_FLG_BASE)
7bb1ad17 10972 strcat (buff, " | ");
252b5132 10973
7bb1ad17 10974 strcat (buff, "WEAK");
252b5132
RH
10975 }
10976
44ec90b9
RO
10977 if (flags & VER_FLG_INFO)
10978 {
10979 if (flags & (VER_FLG_BASE|VER_FLG_WEAK))
7bb1ad17 10980 strcat (buff, " | ");
44ec90b9 10981
7bb1ad17 10982 strcat (buff, "INFO");
44ec90b9
RO
10983 }
10984
10985 if (flags & ~(VER_FLG_BASE | VER_FLG_WEAK | VER_FLG_INFO))
7bb1ad17
MR
10986 {
10987 if (flags & (VER_FLG_BASE | VER_FLG_WEAK | VER_FLG_INFO))
10988 strcat (buff, " | ");
10989
10990 strcat (buff, _("<unknown>"));
10991 }
252b5132
RH
10992
10993 return buff;
10994}
10995
10996/* Display the contents of the version sections. */
98fb390a 10997
32ec8896 10998static bfd_boolean
dda8d76d 10999process_version_sections (Filedata * filedata)
252b5132 11000{
2cf0635d 11001 Elf_Internal_Shdr * section;
b34976b6 11002 unsigned i;
32ec8896 11003 bfd_boolean found = FALSE;
252b5132
RH
11004
11005 if (! do_version)
32ec8896 11006 return TRUE;
252b5132 11007
dda8d76d
NC
11008 for (i = 0, section = filedata->section_headers;
11009 i < filedata->file_header.e_shnum;
b34976b6 11010 i++, section++)
252b5132
RH
11011 {
11012 switch (section->sh_type)
11013 {
11014 case SHT_GNU_verdef:
11015 {
2cf0635d 11016 Elf_External_Verdef * edefs;
452bf675
AM
11017 unsigned long idx;
11018 unsigned long cnt;
2cf0635d 11019 char * endbuf;
252b5132 11020
32ec8896 11021 found = TRUE;
252b5132 11022
d3a49aa8
AM
11023 printf (ngettext ("\nVersion definition section '%s' "
11024 "contains %u entry:\n",
11025 "\nVersion definition section '%s' "
11026 "contains %u entries:\n",
11027 section->sh_info),
dda8d76d 11028 printable_section_name (filedata, section),
74e1a04b 11029 section->sh_info);
252b5132 11030
ae9ac79e 11031 printf (_(" Addr: 0x"));
252b5132 11032 printf_vma (section->sh_addr);
233f82cf 11033 printf (_(" Offset: %#08lx Link: %u (%s)\n"),
1b228002 11034 (unsigned long) section->sh_offset, section->sh_link,
dda8d76d 11035 printable_section_name_from_index (filedata, section->sh_link));
252b5132 11036
3f5e193b 11037 edefs = (Elf_External_Verdef *)
dda8d76d 11038 get_data (NULL, filedata, section->sh_offset, 1,section->sh_size,
3f5e193b 11039 _("version definition section"));
a6e9f9df
AM
11040 if (!edefs)
11041 break;
59245841 11042 endbuf = (char *) edefs + section->sh_size;
252b5132 11043
1445030f 11044 for (idx = cnt = 0; cnt < section->sh_info; ++cnt)
252b5132 11045 {
2cf0635d
NC
11046 char * vstart;
11047 Elf_External_Verdef * edef;
b34976b6 11048 Elf_Internal_Verdef ent;
2cf0635d 11049 Elf_External_Verdaux * eaux;
b34976b6 11050 Elf_Internal_Verdaux aux;
452bf675 11051 unsigned long isum;
b34976b6 11052 int j;
103f02d3 11053
252b5132 11054 vstart = ((char *) edefs) + idx;
54806181
AM
11055 if (vstart + sizeof (*edef) > endbuf)
11056 break;
252b5132
RH
11057
11058 edef = (Elf_External_Verdef *) vstart;
11059
11060 ent.vd_version = BYTE_GET (edef->vd_version);
11061 ent.vd_flags = BYTE_GET (edef->vd_flags);
11062 ent.vd_ndx = BYTE_GET (edef->vd_ndx);
11063 ent.vd_cnt = BYTE_GET (edef->vd_cnt);
11064 ent.vd_hash = BYTE_GET (edef->vd_hash);
11065 ent.vd_aux = BYTE_GET (edef->vd_aux);
11066 ent.vd_next = BYTE_GET (edef->vd_next);
11067
452bf675 11068 printf (_(" %#06lx: Rev: %d Flags: %s"),
252b5132
RH
11069 idx, ent.vd_version, get_ver_flags (ent.vd_flags));
11070
11071 printf (_(" Index: %d Cnt: %d "),
11072 ent.vd_ndx, ent.vd_cnt);
11073
452bf675 11074 /* Check for overflow. */
1445030f 11075 if (ent.vd_aux > (size_t) (endbuf - vstart))
dd24e3da
NC
11076 break;
11077
252b5132
RH
11078 vstart += ent.vd_aux;
11079
1445030f
AM
11080 if (vstart + sizeof (*eaux) > endbuf)
11081 break;
252b5132
RH
11082 eaux = (Elf_External_Verdaux *) vstart;
11083
11084 aux.vda_name = BYTE_GET (eaux->vda_name);
11085 aux.vda_next = BYTE_GET (eaux->vda_next);
11086
978c4450
AM
11087 if (VALID_DYNAMIC_NAME (filedata, aux.vda_name))
11088 printf (_("Name: %s\n"),
11089 GET_DYNAMIC_NAME (filedata, aux.vda_name));
252b5132
RH
11090 else
11091 printf (_("Name index: %ld\n"), aux.vda_name);
11092
11093 isum = idx + ent.vd_aux;
11094
b34976b6 11095 for (j = 1; j < ent.vd_cnt; j++)
252b5132 11096 {
1445030f
AM
11097 if (aux.vda_next < sizeof (*eaux)
11098 && !(j == ent.vd_cnt - 1 && aux.vda_next == 0))
11099 {
11100 warn (_("Invalid vda_next field of %lx\n"),
11101 aux.vda_next);
11102 j = ent.vd_cnt;
11103 break;
11104 }
dd24e3da 11105 /* Check for overflow. */
7e26601c 11106 if (aux.vda_next > (size_t) (endbuf - vstart))
dd24e3da
NC
11107 break;
11108
252b5132
RH
11109 isum += aux.vda_next;
11110 vstart += aux.vda_next;
11111
54806181
AM
11112 if (vstart + sizeof (*eaux) > endbuf)
11113 break;
1445030f 11114 eaux = (Elf_External_Verdaux *) vstart;
252b5132
RH
11115
11116 aux.vda_name = BYTE_GET (eaux->vda_name);
11117 aux.vda_next = BYTE_GET (eaux->vda_next);
11118
978c4450 11119 if (VALID_DYNAMIC_NAME (filedata, aux.vda_name))
452bf675 11120 printf (_(" %#06lx: Parent %d: %s\n"),
978c4450
AM
11121 isum, j,
11122 GET_DYNAMIC_NAME (filedata, aux.vda_name));
252b5132 11123 else
452bf675 11124 printf (_(" %#06lx: Parent %d, name index: %ld\n"),
252b5132
RH
11125 isum, j, aux.vda_name);
11126 }
dd24e3da 11127
54806181
AM
11128 if (j < ent.vd_cnt)
11129 printf (_(" Version def aux past end of section\n"));
252b5132 11130
c9f02c3e
MR
11131 /* PR 17531:
11132 file: id:000001,src:000172+005151,op:splice,rep:2. */
1445030f
AM
11133 if (ent.vd_next < sizeof (*edef)
11134 && !(cnt == section->sh_info - 1 && ent.vd_next == 0))
11135 {
11136 warn (_("Invalid vd_next field of %lx\n"), ent.vd_next);
11137 cnt = section->sh_info;
11138 break;
11139 }
452bf675 11140 if (ent.vd_next > (size_t) (endbuf - ((char *) edefs + idx)))
5d921cbd
NC
11141 break;
11142
252b5132
RH
11143 idx += ent.vd_next;
11144 }
dd24e3da 11145
54806181
AM
11146 if (cnt < section->sh_info)
11147 printf (_(" Version definition past end of section\n"));
252b5132
RH
11148
11149 free (edefs);
11150 }
11151 break;
103f02d3 11152
252b5132
RH
11153 case SHT_GNU_verneed:
11154 {
2cf0635d 11155 Elf_External_Verneed * eneed;
452bf675
AM
11156 unsigned long idx;
11157 unsigned long cnt;
2cf0635d 11158 char * endbuf;
252b5132 11159
32ec8896 11160 found = TRUE;
252b5132 11161
d3a49aa8
AM
11162 printf (ngettext ("\nVersion needs section '%s' "
11163 "contains %u entry:\n",
11164 "\nVersion needs section '%s' "
11165 "contains %u entries:\n",
11166 section->sh_info),
dda8d76d 11167 printable_section_name (filedata, section), section->sh_info);
252b5132
RH
11168
11169 printf (_(" Addr: 0x"));
11170 printf_vma (section->sh_addr);
72de5009 11171 printf (_(" Offset: %#08lx Link: %u (%s)\n"),
1b228002 11172 (unsigned long) section->sh_offset, section->sh_link,
dda8d76d 11173 printable_section_name_from_index (filedata, section->sh_link));
252b5132 11174
dda8d76d 11175 eneed = (Elf_External_Verneed *) get_data (NULL, filedata,
3f5e193b
NC
11176 section->sh_offset, 1,
11177 section->sh_size,
9cf03b7e 11178 _("Version Needs section"));
a6e9f9df
AM
11179 if (!eneed)
11180 break;
59245841 11181 endbuf = (char *) eneed + section->sh_size;
252b5132
RH
11182
11183 for (idx = cnt = 0; cnt < section->sh_info; ++cnt)
11184 {
2cf0635d 11185 Elf_External_Verneed * entry;
b34976b6 11186 Elf_Internal_Verneed ent;
452bf675 11187 unsigned long isum;
b34976b6 11188 int j;
2cf0635d 11189 char * vstart;
252b5132
RH
11190
11191 vstart = ((char *) eneed) + idx;
54806181
AM
11192 if (vstart + sizeof (*entry) > endbuf)
11193 break;
252b5132
RH
11194
11195 entry = (Elf_External_Verneed *) vstart;
11196
11197 ent.vn_version = BYTE_GET (entry->vn_version);
11198 ent.vn_cnt = BYTE_GET (entry->vn_cnt);
11199 ent.vn_file = BYTE_GET (entry->vn_file);
11200 ent.vn_aux = BYTE_GET (entry->vn_aux);
11201 ent.vn_next = BYTE_GET (entry->vn_next);
11202
452bf675 11203 printf (_(" %#06lx: Version: %d"), idx, ent.vn_version);
252b5132 11204
978c4450
AM
11205 if (VALID_DYNAMIC_NAME (filedata, ent.vn_file))
11206 printf (_(" File: %s"),
11207 GET_DYNAMIC_NAME (filedata, ent.vn_file));
252b5132
RH
11208 else
11209 printf (_(" File: %lx"), ent.vn_file);
11210
11211 printf (_(" Cnt: %d\n"), ent.vn_cnt);
11212
dd24e3da 11213 /* Check for overflow. */
7e26601c 11214 if (ent.vn_aux > (size_t) (endbuf - vstart))
dd24e3da 11215 break;
252b5132
RH
11216 vstart += ent.vn_aux;
11217
11218 for (j = 0, isum = idx + ent.vn_aux; j < ent.vn_cnt; ++j)
11219 {
2cf0635d 11220 Elf_External_Vernaux * eaux;
b34976b6 11221 Elf_Internal_Vernaux aux;
252b5132 11222
54806181
AM
11223 if (vstart + sizeof (*eaux) > endbuf)
11224 break;
252b5132
RH
11225 eaux = (Elf_External_Vernaux *) vstart;
11226
11227 aux.vna_hash = BYTE_GET (eaux->vna_hash);
11228 aux.vna_flags = BYTE_GET (eaux->vna_flags);
11229 aux.vna_other = BYTE_GET (eaux->vna_other);
11230 aux.vna_name = BYTE_GET (eaux->vna_name);
11231 aux.vna_next = BYTE_GET (eaux->vna_next);
11232
978c4450 11233 if (VALID_DYNAMIC_NAME (filedata, aux.vna_name))
452bf675 11234 printf (_(" %#06lx: Name: %s"),
978c4450 11235 isum, GET_DYNAMIC_NAME (filedata, aux.vna_name));
252b5132 11236 else
452bf675 11237 printf (_(" %#06lx: Name index: %lx"),
252b5132
RH
11238 isum, aux.vna_name);
11239
11240 printf (_(" Flags: %s Version: %d\n"),
11241 get_ver_flags (aux.vna_flags), aux.vna_other);
11242
1445030f
AM
11243 if (aux.vna_next < sizeof (*eaux)
11244 && !(j == ent.vn_cnt - 1 && aux.vna_next == 0))
53774b7e
NC
11245 {
11246 warn (_("Invalid vna_next field of %lx\n"),
11247 aux.vna_next);
11248 j = ent.vn_cnt;
11249 break;
11250 }
1445030f
AM
11251 /* Check for overflow. */
11252 if (aux.vna_next > (size_t) (endbuf - vstart))
11253 break;
252b5132
RH
11254 isum += aux.vna_next;
11255 vstart += aux.vna_next;
11256 }
9cf03b7e 11257
54806181 11258 if (j < ent.vn_cnt)
9cf03b7e 11259 warn (_("Missing Version Needs auxillary information\n"));
252b5132 11260
1445030f
AM
11261 if (ent.vn_next < sizeof (*entry)
11262 && !(cnt == section->sh_info - 1 && ent.vn_next == 0))
c24cf8b6 11263 {
452bf675 11264 warn (_("Invalid vn_next field of %lx\n"), ent.vn_next);
c24cf8b6
NC
11265 cnt = section->sh_info;
11266 break;
11267 }
1445030f
AM
11268 if (ent.vn_next > (size_t) (endbuf - ((char *) eneed + idx)))
11269 break;
252b5132
RH
11270 idx += ent.vn_next;
11271 }
9cf03b7e 11272
54806181 11273 if (cnt < section->sh_info)
9cf03b7e 11274 warn (_("Missing Version Needs information\n"));
103f02d3 11275
252b5132
RH
11276 free (eneed);
11277 }
11278 break;
11279
11280 case SHT_GNU_versym:
11281 {
2cf0635d 11282 Elf_Internal_Shdr * link_section;
8b73c356
NC
11283 size_t total;
11284 unsigned int cnt;
2cf0635d
NC
11285 unsigned char * edata;
11286 unsigned short * data;
11287 char * strtab;
11288 Elf_Internal_Sym * symbols;
11289 Elf_Internal_Shdr * string_sec;
ba5cdace 11290 unsigned long num_syms;
d3ba0551 11291 long off;
252b5132 11292
dda8d76d 11293 if (section->sh_link >= filedata->file_header.e_shnum)
c256ffe7
JJ
11294 break;
11295
dda8d76d 11296 link_section = filedata->section_headers + section->sh_link;
08d8fa11 11297 total = section->sh_size / sizeof (Elf_External_Versym);
252b5132 11298
dda8d76d 11299 if (link_section->sh_link >= filedata->file_header.e_shnum)
c256ffe7
JJ
11300 break;
11301
32ec8896 11302 found = TRUE;
252b5132 11303
dda8d76d 11304 symbols = GET_ELF_SYMBOLS (filedata, link_section, & num_syms);
dd24e3da
NC
11305 if (symbols == NULL)
11306 break;
252b5132 11307
dda8d76d 11308 string_sec = filedata->section_headers + link_section->sh_link;
252b5132 11309
dda8d76d 11310 strtab = (char *) get_data (NULL, filedata, string_sec->sh_offset, 1,
3f5e193b
NC
11311 string_sec->sh_size,
11312 _("version string table"));
a6e9f9df 11313 if (!strtab)
0429c154
MS
11314 {
11315 free (symbols);
11316 break;
11317 }
252b5132 11318
d3a49aa8
AM
11319 printf (ngettext ("\nVersion symbols section '%s' "
11320 "contains %lu entry:\n",
11321 "\nVersion symbols section '%s' "
11322 "contains %lu entries:\n",
11323 total),
dda8d76d 11324 printable_section_name (filedata, section), (unsigned long) total);
252b5132 11325
ae9ac79e 11326 printf (_(" Addr: 0x"));
252b5132 11327 printf_vma (section->sh_addr);
72de5009 11328 printf (_(" Offset: %#08lx Link: %u (%s)\n"),
1b228002 11329 (unsigned long) section->sh_offset, section->sh_link,
dda8d76d 11330 printable_section_name (filedata, link_section));
252b5132 11331
dda8d76d 11332 off = offset_from_vma (filedata,
978c4450 11333 filedata->version_info[DT_VERSIONTAGIDX (DT_VERSYM)],
d3ba0551 11334 total * sizeof (short));
95099889
AM
11335 edata = (unsigned char *) get_data (NULL, filedata, off,
11336 sizeof (short), total,
11337 _("version symbol data"));
a6e9f9df
AM
11338 if (!edata)
11339 {
11340 free (strtab);
0429c154 11341 free (symbols);
a6e9f9df
AM
11342 break;
11343 }
252b5132 11344
3f5e193b 11345 data = (short unsigned int *) cmalloc (total, sizeof (short));
252b5132
RH
11346
11347 for (cnt = total; cnt --;)
b34976b6
AM
11348 data[cnt] = byte_get (edata + cnt * sizeof (short),
11349 sizeof (short));
252b5132
RH
11350
11351 free (edata);
11352
11353 for (cnt = 0; cnt < total; cnt += 4)
11354 {
11355 int j, nn;
ab273396
AM
11356 char *name;
11357 char *invalid = _("*invalid*");
252b5132
RH
11358
11359 printf (" %03x:", cnt);
11360
11361 for (j = 0; (j < 4) && (cnt + j) < total; ++j)
b34976b6 11362 switch (data[cnt + j])
252b5132
RH
11363 {
11364 case 0:
11365 fputs (_(" 0 (*local*) "), stdout);
11366 break;
11367
11368 case 1:
11369 fputs (_(" 1 (*global*) "), stdout);
11370 break;
11371
11372 default:
c244d050
NC
11373 nn = printf ("%4x%c", data[cnt + j] & VERSYM_VERSION,
11374 data[cnt + j] & VERSYM_HIDDEN ? 'h' : ' ');
252b5132 11375
dd24e3da 11376 /* If this index value is greater than the size of the symbols
ba5cdace
NC
11377 array, break to avoid an out-of-bounds read. */
11378 if ((unsigned long)(cnt + j) >= num_syms)
dd24e3da
NC
11379 {
11380 warn (_("invalid index into symbol array\n"));
11381 break;
11382 }
11383
ab273396 11384 name = NULL;
978c4450 11385 if (filedata->version_info[DT_VERSIONTAGIDX (DT_VERNEED)])
252b5132 11386 {
b34976b6
AM
11387 Elf_Internal_Verneed ivn;
11388 unsigned long offset;
252b5132 11389
d93f0186 11390 offset = offset_from_vma
978c4450
AM
11391 (filedata,
11392 filedata->version_info[DT_VERSIONTAGIDX (DT_VERNEED)],
d93f0186 11393 sizeof (Elf_External_Verneed));
252b5132 11394
b34976b6 11395 do
252b5132 11396 {
b34976b6
AM
11397 Elf_Internal_Vernaux ivna;
11398 Elf_External_Verneed evn;
11399 Elf_External_Vernaux evna;
11400 unsigned long a_off;
252b5132 11401
dda8d76d 11402 if (get_data (&evn, filedata, offset, sizeof (evn), 1,
59245841
NC
11403 _("version need")) == NULL)
11404 break;
0b4362b0 11405
252b5132
RH
11406 ivn.vn_aux = BYTE_GET (evn.vn_aux);
11407 ivn.vn_next = BYTE_GET (evn.vn_next);
11408
11409 a_off = offset + ivn.vn_aux;
11410
11411 do
11412 {
dda8d76d 11413 if (get_data (&evna, filedata, a_off, sizeof (evna),
59245841
NC
11414 1, _("version need aux (2)")) == NULL)
11415 {
11416 ivna.vna_next = 0;
11417 ivna.vna_other = 0;
11418 }
11419 else
11420 {
11421 ivna.vna_next = BYTE_GET (evna.vna_next);
11422 ivna.vna_other = BYTE_GET (evna.vna_other);
11423 }
252b5132
RH
11424
11425 a_off += ivna.vna_next;
11426 }
b34976b6 11427 while (ivna.vna_other != data[cnt + j]
252b5132
RH
11428 && ivna.vna_next != 0);
11429
b34976b6 11430 if (ivna.vna_other == data[cnt + j])
252b5132
RH
11431 {
11432 ivna.vna_name = BYTE_GET (evna.vna_name);
11433
54806181 11434 if (ivna.vna_name >= string_sec->sh_size)
ab273396 11435 name = invalid;
54806181
AM
11436 else
11437 name = strtab + ivna.vna_name;
252b5132
RH
11438 break;
11439 }
11440
11441 offset += ivn.vn_next;
11442 }
11443 while (ivn.vn_next);
11444 }
00d93f34 11445
ab273396 11446 if (data[cnt + j] != 0x8001
978c4450 11447 && filedata->version_info[DT_VERSIONTAGIDX (DT_VERDEF)])
252b5132 11448 {
b34976b6
AM
11449 Elf_Internal_Verdef ivd;
11450 Elf_External_Verdef evd;
11451 unsigned long offset;
252b5132 11452
d93f0186 11453 offset = offset_from_vma
978c4450
AM
11454 (filedata,
11455 filedata->version_info[DT_VERSIONTAGIDX (DT_VERDEF)],
d93f0186 11456 sizeof evd);
252b5132
RH
11457
11458 do
11459 {
dda8d76d 11460 if (get_data (&evd, filedata, offset, sizeof (evd), 1,
59245841
NC
11461 _("version def")) == NULL)
11462 {
11463 ivd.vd_next = 0;
948f632f 11464 /* PR 17531: file: 046-1082287-0.004. */
3102e897
NC
11465 ivd.vd_ndx = (data[cnt + j] & VERSYM_VERSION) + 1;
11466 break;
59245841
NC
11467 }
11468 else
11469 {
11470 ivd.vd_next = BYTE_GET (evd.vd_next);
11471 ivd.vd_ndx = BYTE_GET (evd.vd_ndx);
11472 }
252b5132
RH
11473
11474 offset += ivd.vd_next;
11475 }
c244d050 11476 while (ivd.vd_ndx != (data[cnt + j] & VERSYM_VERSION)
252b5132
RH
11477 && ivd.vd_next != 0);
11478
c244d050 11479 if (ivd.vd_ndx == (data[cnt + j] & VERSYM_VERSION))
252b5132 11480 {
b34976b6
AM
11481 Elf_External_Verdaux evda;
11482 Elf_Internal_Verdaux ivda;
252b5132
RH
11483
11484 ivd.vd_aux = BYTE_GET (evd.vd_aux);
11485
dda8d76d 11486 if (get_data (&evda, filedata,
59245841
NC
11487 offset - ivd.vd_next + ivd.vd_aux,
11488 sizeof (evda), 1,
11489 _("version def aux")) == NULL)
11490 break;
252b5132
RH
11491
11492 ivda.vda_name = BYTE_GET (evda.vda_name);
11493
54806181 11494 if (ivda.vda_name >= string_sec->sh_size)
ab273396
AM
11495 name = invalid;
11496 else if (name != NULL && name != invalid)
11497 name = _("*both*");
54806181
AM
11498 else
11499 name = strtab + ivda.vda_name;
252b5132
RH
11500 }
11501 }
ab273396
AM
11502 if (name != NULL)
11503 nn += printf ("(%s%-*s",
11504 name,
11505 12 - (int) strlen (name),
11506 ")");
252b5132
RH
11507
11508 if (nn < 18)
11509 printf ("%*c", 18 - nn, ' ');
11510 }
11511
11512 putchar ('\n');
11513 }
11514
11515 free (data);
11516 free (strtab);
11517 free (symbols);
11518 }
11519 break;
103f02d3 11520
252b5132
RH
11521 default:
11522 break;
11523 }
11524 }
11525
11526 if (! found)
11527 printf (_("\nNo version information found in this file.\n"));
11528
32ec8896 11529 return TRUE;
252b5132
RH
11530}
11531
d1133906 11532static const char *
dda8d76d 11533get_symbol_binding (Filedata * filedata, unsigned int binding)
252b5132 11534{
89246a0e 11535 static char buff[64];
252b5132
RH
11536
11537 switch (binding)
11538 {
b34976b6
AM
11539 case STB_LOCAL: return "LOCAL";
11540 case STB_GLOBAL: return "GLOBAL";
11541 case STB_WEAK: return "WEAK";
252b5132
RH
11542 default:
11543 if (binding >= STB_LOPROC && binding <= STB_HIPROC)
e9e44622
JJ
11544 snprintf (buff, sizeof (buff), _("<processor specific>: %d"),
11545 binding);
252b5132 11546 else if (binding >= STB_LOOS && binding <= STB_HIOS)
3e7a7d11
NC
11547 {
11548 if (binding == STB_GNU_UNIQUE
df3a023b 11549 && filedata->file_header.e_ident[EI_OSABI] == ELFOSABI_GNU)
3e7a7d11
NC
11550 return "UNIQUE";
11551 snprintf (buff, sizeof (buff), _("<OS specific>: %d"), binding);
11552 }
252b5132 11553 else
e9e44622 11554 snprintf (buff, sizeof (buff), _("<unknown>: %d"), binding);
252b5132
RH
11555 return buff;
11556 }
11557}
11558
d1133906 11559static const char *
dda8d76d 11560get_symbol_type (Filedata * filedata, unsigned int type)
252b5132 11561{
89246a0e 11562 static char buff[64];
252b5132
RH
11563
11564 switch (type)
11565 {
b34976b6
AM
11566 case STT_NOTYPE: return "NOTYPE";
11567 case STT_OBJECT: return "OBJECT";
11568 case STT_FUNC: return "FUNC";
11569 case STT_SECTION: return "SECTION";
11570 case STT_FILE: return "FILE";
11571 case STT_COMMON: return "COMMON";
11572 case STT_TLS: return "TLS";
15ab5209
DB
11573 case STT_RELC: return "RELC";
11574 case STT_SRELC: return "SRELC";
252b5132
RH
11575 default:
11576 if (type >= STT_LOPROC && type <= STT_HIPROC)
df75f1af 11577 {
dda8d76d 11578 if (filedata->file_header.e_machine == EM_ARM && type == STT_ARM_TFUNC)
3510a7b8 11579 return "THUMB_FUNC";
103f02d3 11580
dda8d76d 11581 if (filedata->file_header.e_machine == EM_SPARCV9 && type == STT_REGISTER)
103f02d3
UD
11582 return "REGISTER";
11583
dda8d76d 11584 if (filedata->file_header.e_machine == EM_PARISC && type == STT_PARISC_MILLI)
103f02d3
UD
11585 return "PARISC_MILLI";
11586
e9e44622 11587 snprintf (buff, sizeof (buff), _("<processor specific>: %d"), type);
df75f1af 11588 }
252b5132 11589 else if (type >= STT_LOOS && type <= STT_HIOS)
103f02d3 11590 {
dda8d76d 11591 if (filedata->file_header.e_machine == EM_PARISC)
103f02d3
UD
11592 {
11593 if (type == STT_HP_OPAQUE)
11594 return "HP_OPAQUE";
11595 if (type == STT_HP_STUB)
11596 return "HP_STUB";
11597 }
11598
d8045f23 11599 if (type == STT_GNU_IFUNC
dda8d76d 11600 && (filedata->file_header.e_ident[EI_OSABI] == ELFOSABI_GNU
df3a023b 11601 || filedata->file_header.e_ident[EI_OSABI] == ELFOSABI_FREEBSD))
d8045f23
NC
11602 return "IFUNC";
11603
e9e44622 11604 snprintf (buff, sizeof (buff), _("<OS specific>: %d"), type);
103f02d3 11605 }
252b5132 11606 else
e9e44622 11607 snprintf (buff, sizeof (buff), _("<unknown>: %d"), type);
252b5132
RH
11608 return buff;
11609 }
11610}
11611
d1133906 11612static const char *
d3ba0551 11613get_symbol_visibility (unsigned int visibility)
d1133906
NC
11614{
11615 switch (visibility)
11616 {
b34976b6
AM
11617 case STV_DEFAULT: return "DEFAULT";
11618 case STV_INTERNAL: return "INTERNAL";
11619 case STV_HIDDEN: return "HIDDEN";
d1133906 11620 case STV_PROTECTED: return "PROTECTED";
bee0ee85 11621 default:
27a45f42 11622 error (_("Unrecognized visibility value: %u\n"), visibility);
bee0ee85 11623 return _("<unknown>");
d1133906
NC
11624 }
11625}
11626
2057d69d
CZ
11627static const char *
11628get_alpha_symbol_other (unsigned int other)
9abca702 11629{
2057d69d
CZ
11630 switch (other)
11631 {
11632 case STO_ALPHA_NOPV: return "NOPV";
11633 case STO_ALPHA_STD_GPLOAD: return "STD GPLOAD";
11634 default:
27a45f42 11635 error (_("Unrecognized alpha specific other value: %u\n"), other);
2057d69d 11636 return _("<unknown>");
9abca702 11637 }
2057d69d
CZ
11638}
11639
fd85a6a1
NC
11640static const char *
11641get_solaris_symbol_visibility (unsigned int visibility)
11642{
11643 switch (visibility)
11644 {
11645 case 4: return "EXPORTED";
11646 case 5: return "SINGLETON";
11647 case 6: return "ELIMINATE";
11648 default: return get_symbol_visibility (visibility);
11649 }
11650}
11651
2301ed1c
SN
11652static const char *
11653get_aarch64_symbol_other (unsigned int other)
11654{
11655 static char buf[32];
11656
11657 if (other & STO_AARCH64_VARIANT_PCS)
11658 {
11659 other &= ~STO_AARCH64_VARIANT_PCS;
11660 if (other == 0)
11661 return "VARIANT_PCS";
11662 snprintf (buf, sizeof buf, "VARIANT_PCS | %x", other);
11663 return buf;
11664 }
11665 return NULL;
11666}
11667
5e2b0d47
NC
11668static const char *
11669get_mips_symbol_other (unsigned int other)
11670{
11671 switch (other)
11672 {
32ec8896
NC
11673 case STO_OPTIONAL: return "OPTIONAL";
11674 case STO_MIPS_PLT: return "MIPS PLT";
11675 case STO_MIPS_PIC: return "MIPS PIC";
11676 case STO_MICROMIPS: return "MICROMIPS";
11677 case STO_MICROMIPS | STO_MIPS_PIC: return "MICROMIPS, MIPS PIC";
11678 case STO_MIPS16: return "MIPS16";
11679 default: return NULL;
5e2b0d47
NC
11680 }
11681}
11682
28f997cf 11683static const char *
dda8d76d 11684get_ia64_symbol_other (Filedata * filedata, unsigned int other)
28f997cf 11685{
dda8d76d 11686 if (is_ia64_vms (filedata))
28f997cf
TG
11687 {
11688 static char res[32];
11689
11690 res[0] = 0;
11691
11692 /* Function types is for images and .STB files only. */
dda8d76d 11693 switch (filedata->file_header.e_type)
28f997cf
TG
11694 {
11695 case ET_DYN:
11696 case ET_EXEC:
11697 switch (VMS_ST_FUNC_TYPE (other))
11698 {
11699 case VMS_SFT_CODE_ADDR:
11700 strcat (res, " CA");
11701 break;
11702 case VMS_SFT_SYMV_IDX:
11703 strcat (res, " VEC");
11704 break;
11705 case VMS_SFT_FD:
11706 strcat (res, " FD");
11707 break;
11708 case VMS_SFT_RESERVE:
11709 strcat (res, " RSV");
11710 break;
11711 default:
bee0ee85
NC
11712 warn (_("Unrecognized IA64 VMS ST Function type: %d\n"),
11713 VMS_ST_FUNC_TYPE (other));
11714 strcat (res, " <unknown>");
11715 break;
28f997cf
TG
11716 }
11717 break;
11718 default:
11719 break;
11720 }
11721 switch (VMS_ST_LINKAGE (other))
11722 {
11723 case VMS_STL_IGNORE:
11724 strcat (res, " IGN");
11725 break;
11726 case VMS_STL_RESERVE:
11727 strcat (res, " RSV");
11728 break;
11729 case VMS_STL_STD:
11730 strcat (res, " STD");
11731 break;
11732 case VMS_STL_LNK:
11733 strcat (res, " LNK");
11734 break;
11735 default:
bee0ee85
NC
11736 warn (_("Unrecognized IA64 VMS ST Linkage: %d\n"),
11737 VMS_ST_LINKAGE (other));
11738 strcat (res, " <unknown>");
11739 break;
28f997cf
TG
11740 }
11741
11742 if (res[0] != 0)
11743 return res + 1;
11744 else
11745 return res;
11746 }
11747 return NULL;
11748}
11749
6911b7dc
AM
11750static const char *
11751get_ppc64_symbol_other (unsigned int other)
11752{
14732552
AM
11753 if ((other & ~STO_PPC64_LOCAL_MASK) != 0)
11754 return NULL;
11755
11756 other >>= STO_PPC64_LOCAL_BIT;
11757 if (other <= 6)
6911b7dc 11758 {
89246a0e 11759 static char buf[64];
14732552
AM
11760 if (other >= 2)
11761 other = ppc64_decode_local_entry (other);
11762 snprintf (buf, sizeof buf, _("<localentry>: %d"), other);
6911b7dc
AM
11763 return buf;
11764 }
11765 return NULL;
11766}
11767
5e2b0d47 11768static const char *
dda8d76d 11769get_symbol_other (Filedata * filedata, unsigned int other)
5e2b0d47
NC
11770{
11771 const char * result = NULL;
89246a0e 11772 static char buff [64];
5e2b0d47
NC
11773
11774 if (other == 0)
11775 return "";
11776
dda8d76d 11777 switch (filedata->file_header.e_machine)
5e2b0d47 11778 {
2057d69d
CZ
11779 case EM_ALPHA:
11780 result = get_alpha_symbol_other (other);
11781 break;
2301ed1c
SN
11782 case EM_AARCH64:
11783 result = get_aarch64_symbol_other (other);
11784 break;
5e2b0d47
NC
11785 case EM_MIPS:
11786 result = get_mips_symbol_other (other);
28f997cf
TG
11787 break;
11788 case EM_IA_64:
dda8d76d 11789 result = get_ia64_symbol_other (filedata, other);
28f997cf 11790 break;
6911b7dc
AM
11791 case EM_PPC64:
11792 result = get_ppc64_symbol_other (other);
11793 break;
5e2b0d47 11794 default:
fd85a6a1 11795 result = NULL;
5e2b0d47
NC
11796 break;
11797 }
11798
11799 if (result)
11800 return result;
11801
11802 snprintf (buff, sizeof buff, _("<other>: %x"), other);
11803 return buff;
11804}
11805
d1133906 11806static const char *
dda8d76d 11807get_symbol_index_type (Filedata * filedata, unsigned int type)
252b5132 11808{
b34976b6 11809 static char buff[32];
5cf1065c 11810
252b5132
RH
11811 switch (type)
11812 {
b34976b6
AM
11813 case SHN_UNDEF: return "UND";
11814 case SHN_ABS: return "ABS";
11815 case SHN_COMMON: return "COM";
252b5132 11816 default:
9ce701e2 11817 if (type == SHN_IA_64_ANSI_COMMON
10ca4b04
L
11818 && filedata->file_header.e_machine == EM_IA_64
11819 && filedata->file_header.e_ident[EI_OSABI] == ELFOSABI_HPUX)
11820 return "ANSI_COM";
11821 else if ((filedata->file_header.e_machine == EM_X86_64
11822 || filedata->file_header.e_machine == EM_L1OM
11823 || filedata->file_header.e_machine == EM_K1OM)
11824 && type == SHN_X86_64_LCOMMON)
11825 return "LARGE_COM";
11826 else if ((type == SHN_MIPS_SCOMMON
11827 && filedata->file_header.e_machine == EM_MIPS)
11828 || (type == SHN_TIC6X_SCOMMON
11829 && filedata->file_header.e_machine == EM_TI_C6000))
11830 return "SCOM";
11831 else if (type == SHN_MIPS_SUNDEFINED
11832 && filedata->file_header.e_machine == EM_MIPS)
11833 return "SUND";
11834 else if (type >= SHN_LOPROC && type <= SHN_HIPROC)
11835 sprintf (buff, "PRC[0x%04x]", type & 0xffff);
11836 else if (type >= SHN_LOOS && type <= SHN_HIOS)
11837 sprintf (buff, "OS [0x%04x]", type & 0xffff);
11838 else if (type >= SHN_LORESERVE)
11839 sprintf (buff, "RSV[0x%04x]", type & 0xffff);
11840 else if (filedata->file_header.e_shnum != 0
11841 && type >= filedata->file_header.e_shnum)
11842 sprintf (buff, _("bad section index[%3d]"), type);
11843 else
11844 sprintf (buff, "%3d", type);
11845 break;
fd85a6a1
NC
11846 }
11847
10ca4b04 11848 return buff;
6bd1a22c
L
11849}
11850
bb4d2ac2 11851static const char *
dda8d76d 11852get_symbol_version_string (Filedata * filedata,
1449284b
NC
11853 bfd_boolean is_dynsym,
11854 const char * strtab,
11855 unsigned long int strtab_size,
11856 unsigned int si,
11857 Elf_Internal_Sym * psym,
11858 enum versioned_symbol_info * sym_info,
11859 unsigned short * vna_other)
bb4d2ac2 11860{
ab273396
AM
11861 unsigned char data[2];
11862 unsigned short vers_data;
11863 unsigned long offset;
7a815dd5 11864 unsigned short max_vd_ndx;
bb4d2ac2 11865
ab273396 11866 if (!is_dynsym
978c4450 11867 || filedata->version_info[DT_VERSIONTAGIDX (DT_VERSYM)] == 0)
ab273396 11868 return NULL;
bb4d2ac2 11869
978c4450
AM
11870 offset = offset_from_vma (filedata,
11871 filedata->version_info[DT_VERSIONTAGIDX (DT_VERSYM)],
ab273396 11872 sizeof data + si * sizeof (vers_data));
bb4d2ac2 11873
dda8d76d 11874 if (get_data (&data, filedata, offset + si * sizeof (vers_data),
ab273396
AM
11875 sizeof (data), 1, _("version data")) == NULL)
11876 return NULL;
11877
11878 vers_data = byte_get (data, 2);
bb4d2ac2 11879
1f6f5dba 11880 if ((vers_data & VERSYM_HIDDEN) == 0 && vers_data == 0)
ab273396 11881 return NULL;
bb4d2ac2 11882
0b8b7609 11883 *sym_info = (vers_data & VERSYM_HIDDEN) != 0 ? symbol_hidden : symbol_public;
7a815dd5
L
11884 max_vd_ndx = 0;
11885
ab273396
AM
11886 /* Usually we'd only see verdef for defined symbols, and verneed for
11887 undefined symbols. However, symbols defined by the linker in
11888 .dynbss for variables copied from a shared library in order to
11889 avoid text relocations are defined yet have verneed. We could
11890 use a heuristic to detect the special case, for example, check
11891 for verneed first on symbols defined in SHT_NOBITS sections, but
11892 it is simpler and more reliable to just look for both verdef and
11893 verneed. .dynbss might not be mapped to a SHT_NOBITS section. */
bb4d2ac2 11894
ab273396
AM
11895 if (psym->st_shndx != SHN_UNDEF
11896 && vers_data != 0x8001
978c4450 11897 && filedata->version_info[DT_VERSIONTAGIDX (DT_VERDEF)])
ab273396
AM
11898 {
11899 Elf_Internal_Verdef ivd;
11900 Elf_Internal_Verdaux ivda;
11901 Elf_External_Verdaux evda;
11902 unsigned long off;
bb4d2ac2 11903
dda8d76d 11904 off = offset_from_vma (filedata,
978c4450 11905 filedata->version_info[DT_VERSIONTAGIDX (DT_VERDEF)],
ab273396
AM
11906 sizeof (Elf_External_Verdef));
11907
11908 do
bb4d2ac2 11909 {
ab273396
AM
11910 Elf_External_Verdef evd;
11911
dda8d76d 11912 if (get_data (&evd, filedata, off, sizeof (evd), 1,
ab273396
AM
11913 _("version def")) == NULL)
11914 {
11915 ivd.vd_ndx = 0;
11916 ivd.vd_aux = 0;
11917 ivd.vd_next = 0;
1f6f5dba 11918 ivd.vd_flags = 0;
ab273396
AM
11919 }
11920 else
bb4d2ac2 11921 {
ab273396
AM
11922 ivd.vd_ndx = BYTE_GET (evd.vd_ndx);
11923 ivd.vd_aux = BYTE_GET (evd.vd_aux);
11924 ivd.vd_next = BYTE_GET (evd.vd_next);
1f6f5dba 11925 ivd.vd_flags = BYTE_GET (evd.vd_flags);
ab273396 11926 }
bb4d2ac2 11927
7a815dd5
L
11928 if ((ivd.vd_ndx & VERSYM_VERSION) > max_vd_ndx)
11929 max_vd_ndx = ivd.vd_ndx & VERSYM_VERSION;
11930
ab273396
AM
11931 off += ivd.vd_next;
11932 }
11933 while (ivd.vd_ndx != (vers_data & VERSYM_VERSION) && ivd.vd_next != 0);
bb4d2ac2 11934
ab273396
AM
11935 if (ivd.vd_ndx == (vers_data & VERSYM_VERSION))
11936 {
9abca702 11937 if (ivd.vd_ndx == 1 && ivd.vd_flags == VER_FLG_BASE)
1f6f5dba
L
11938 return NULL;
11939
ab273396
AM
11940 off -= ivd.vd_next;
11941 off += ivd.vd_aux;
bb4d2ac2 11942
dda8d76d 11943 if (get_data (&evda, filedata, off, sizeof (evda), 1,
ab273396
AM
11944 _("version def aux")) != NULL)
11945 {
11946 ivda.vda_name = BYTE_GET (evda.vda_name);
bb4d2ac2 11947
ab273396 11948 if (psym->st_name != ivda.vda_name)
0b8b7609
AM
11949 return (ivda.vda_name < strtab_size
11950 ? strtab + ivda.vda_name : _("<corrupt>"));
ab273396
AM
11951 }
11952 }
11953 }
bb4d2ac2 11954
978c4450 11955 if (filedata->version_info[DT_VERSIONTAGIDX (DT_VERNEED)])
ab273396
AM
11956 {
11957 Elf_External_Verneed evn;
11958 Elf_Internal_Verneed ivn;
11959 Elf_Internal_Vernaux ivna;
bb4d2ac2 11960
dda8d76d 11961 offset = offset_from_vma (filedata,
978c4450 11962 filedata->version_info[DT_VERSIONTAGIDX (DT_VERNEED)],
ab273396
AM
11963 sizeof evn);
11964 do
11965 {
11966 unsigned long vna_off;
bb4d2ac2 11967
dda8d76d 11968 if (get_data (&evn, filedata, offset, sizeof (evn), 1,
ab273396
AM
11969 _("version need")) == NULL)
11970 {
11971 ivna.vna_next = 0;
11972 ivna.vna_other = 0;
11973 ivna.vna_name = 0;
11974 break;
11975 }
bb4d2ac2 11976
ab273396
AM
11977 ivn.vn_aux = BYTE_GET (evn.vn_aux);
11978 ivn.vn_next = BYTE_GET (evn.vn_next);
bb4d2ac2 11979
ab273396 11980 vna_off = offset + ivn.vn_aux;
bb4d2ac2 11981
ab273396
AM
11982 do
11983 {
11984 Elf_External_Vernaux evna;
bb4d2ac2 11985
dda8d76d 11986 if (get_data (&evna, filedata, vna_off, sizeof (evna), 1,
ab273396 11987 _("version need aux (3)")) == NULL)
bb4d2ac2 11988 {
ab273396
AM
11989 ivna.vna_next = 0;
11990 ivna.vna_other = 0;
11991 ivna.vna_name = 0;
bb4d2ac2 11992 }
bb4d2ac2 11993 else
bb4d2ac2 11994 {
ab273396
AM
11995 ivna.vna_other = BYTE_GET (evna.vna_other);
11996 ivna.vna_next = BYTE_GET (evna.vna_next);
11997 ivna.vna_name = BYTE_GET (evna.vna_name);
11998 }
bb4d2ac2 11999
ab273396
AM
12000 vna_off += ivna.vna_next;
12001 }
12002 while (ivna.vna_other != vers_data && ivna.vna_next != 0);
bb4d2ac2 12003
ab273396
AM
12004 if (ivna.vna_other == vers_data)
12005 break;
bb4d2ac2 12006
ab273396
AM
12007 offset += ivn.vn_next;
12008 }
12009 while (ivn.vn_next != 0);
bb4d2ac2 12010
ab273396
AM
12011 if (ivna.vna_other == vers_data)
12012 {
12013 *sym_info = symbol_undefined;
12014 *vna_other = ivna.vna_other;
12015 return (ivna.vna_name < strtab_size
12016 ? strtab + ivna.vna_name : _("<corrupt>"));
bb4d2ac2 12017 }
7a815dd5
L
12018 else if ((max_vd_ndx || (vers_data & VERSYM_VERSION) != 1)
12019 && (vers_data & VERSYM_VERSION) > max_vd_ndx)
12020 return _("<corrupt>");
bb4d2ac2 12021 }
ab273396 12022 return NULL;
bb4d2ac2
L
12023}
12024
10ca4b04
L
12025static void
12026print_dynamic_symbol (Filedata *filedata, unsigned long si,
12027 Elf_Internal_Sym *symtab,
12028 Elf_Internal_Shdr *section,
12029 char *strtab, size_t strtab_size)
252b5132 12030{
10ca4b04
L
12031 const char *version_string;
12032 enum versioned_symbol_info sym_info;
12033 unsigned short vna_other;
12034 Elf_Internal_Sym *psym = symtab + si;
252b5132 12035
10ca4b04
L
12036 printf ("%6ld: ", si);
12037 print_vma (psym->st_value, LONG_HEX);
12038 putchar (' ');
12039 print_vma (psym->st_size, DEC_5);
12040 printf (" %-7s", get_symbol_type (filedata, ELF_ST_TYPE (psym->st_info)));
12041 printf (" %-6s", get_symbol_binding (filedata, ELF_ST_BIND (psym->st_info)));
12042 if (filedata->file_header.e_ident[EI_OSABI] == ELFOSABI_SOLARIS)
12043 printf (" %-7s", get_solaris_symbol_visibility (psym->st_other));
12044 else
252b5132 12045 {
10ca4b04 12046 unsigned int vis = ELF_ST_VISIBILITY (psym->st_other);
252b5132 12047
10ca4b04
L
12048 printf (" %-7s", get_symbol_visibility (vis));
12049 /* Check to see if any other bits in the st_other field are set.
12050 Note - displaying this information disrupts the layout of the
12051 table being generated, but for the moment this case is very rare. */
12052 if (psym->st_other ^ vis)
12053 printf (" [%s] ", get_symbol_other (filedata, psym->st_other ^ vis));
252b5132 12054 }
10ca4b04
L
12055 printf (" %4s ", get_symbol_index_type (filedata, psym->st_shndx));
12056 print_symbol (25, VALID_SYMBOL_NAME (strtab, strtab_size,
12057 psym->st_name)
12058 ? strtab + psym->st_name : _("<corrupt>"));
12059
12060 version_string
12061 = get_symbol_version_string (filedata,
12062 (section == NULL
12063 || section->sh_type == SHT_DYNSYM),
12064 strtab, strtab_size, si,
12065 psym, &sym_info, &vna_other);
12066 if (version_string)
12067 {
12068 if (sym_info == symbol_undefined)
12069 printf ("@%s (%d)", version_string, vna_other);
f7a99963 12070 else
10ca4b04
L
12071 printf (sym_info == symbol_hidden ? "@%s" : "@@%s",
12072 version_string);
12073 }
6bd1a22c 12074
10ca4b04 12075 putchar ('\n');
6bd1a22c 12076
10ca4b04
L
12077 if (ELF_ST_BIND (psym->st_info) == STB_LOCAL
12078 && section != NULL
12079 && si >= section->sh_info
12080 /* Irix 5 and 6 MIPS binaries are known to ignore this requirement. */
12081 && filedata->file_header.e_machine != EM_MIPS
12082 /* Solaris binaries have been found to violate this requirement as
12083 well. Not sure if this is a bug or an ABI requirement. */
12084 && filedata->file_header.e_ident[EI_OSABI] != ELFOSABI_SOLARIS)
12085 warn (_("local symbol %lu found at index >= %s's sh_info value of %u\n"),
12086 si, printable_section_name (filedata, section), section->sh_info);
12087}
f16a9783 12088
10ca4b04
L
12089/* Dump the symbol table. */
12090static bfd_boolean
12091process_symbol_table (Filedata * filedata)
12092{
12093 Elf_Internal_Shdr * section;
f16a9783 12094
10ca4b04
L
12095 if (!do_syms && !do_dyn_syms && !do_histogram)
12096 return TRUE;
6bd1a22c 12097
978c4450 12098 if ((filedata->dynamic_info[DT_HASH] || filedata->dynamic_info_DT_GNU_HASH)
6bd1a22c
L
12099 && do_syms
12100 && do_using_dynamic
978c4450
AM
12101 && filedata->dynamic_strings != NULL
12102 && filedata->dynamic_symbols != NULL)
6bd1a22c 12103 {
10ca4b04 12104 unsigned long si;
6bd1a22c 12105
10ca4b04
L
12106 printf (ngettext ("\nSymbol table for image contains %lu entry:\n",
12107 "\nSymbol table for image contains %lu entries:\n",
978c4450
AM
12108 filedata->num_dynamic_syms),
12109 filedata->num_dynamic_syms);
10ca4b04
L
12110 if (is_32bit_elf)
12111 printf (_(" Num: Value Size Type Bind Vis Ndx Name\n"));
12112 else
12113 printf (_(" Num: Value Size Type Bind Vis Ndx Name\n"));
6bd1a22c 12114
978c4450
AM
12115 for (si = 0; si < filedata->num_dynamic_syms; si++)
12116 print_dynamic_symbol (filedata, si, filedata->dynamic_symbols, NULL,
12117 filedata->dynamic_strings,
12118 filedata->dynamic_strings_length);
252b5132 12119 }
8b73c356 12120 else if ((do_dyn_syms || (do_syms && !do_using_dynamic))
dda8d76d 12121 && filedata->section_headers != NULL)
252b5132 12122 {
b34976b6 12123 unsigned int i;
252b5132 12124
dda8d76d
NC
12125 for (i = 0, section = filedata->section_headers;
12126 i < filedata->file_header.e_shnum;
252b5132
RH
12127 i++, section++)
12128 {
2cf0635d 12129 char * strtab = NULL;
c256ffe7 12130 unsigned long int strtab_size = 0;
2cf0635d 12131 Elf_Internal_Sym * symtab;
ef3df110 12132 unsigned long si, num_syms;
252b5132 12133
2c610e4b
L
12134 if ((section->sh_type != SHT_SYMTAB
12135 && section->sh_type != SHT_DYNSYM)
12136 || (!do_syms
12137 && section->sh_type == SHT_SYMTAB))
252b5132
RH
12138 continue;
12139
dd24e3da
NC
12140 if (section->sh_entsize == 0)
12141 {
12142 printf (_("\nSymbol table '%s' has a sh_entsize of zero!\n"),
dda8d76d 12143 printable_section_name (filedata, section));
dd24e3da
NC
12144 continue;
12145 }
12146
d3a49aa8
AM
12147 num_syms = section->sh_size / section->sh_entsize;
12148 printf (ngettext ("\nSymbol table '%s' contains %lu entry:\n",
12149 "\nSymbol table '%s' contains %lu entries:\n",
12150 num_syms),
dda8d76d 12151 printable_section_name (filedata, section),
d3a49aa8 12152 num_syms);
dd24e3da 12153
f7a99963 12154 if (is_32bit_elf)
ca47b30c 12155 printf (_(" Num: Value Size Type Bind Vis Ndx Name\n"));
f7a99963 12156 else
ca47b30c 12157 printf (_(" Num: Value Size Type Bind Vis Ndx Name\n"));
252b5132 12158
dda8d76d 12159 symtab = GET_ELF_SYMBOLS (filedata, section, & num_syms);
252b5132
RH
12160 if (symtab == NULL)
12161 continue;
12162
dda8d76d 12163 if (section->sh_link == filedata->file_header.e_shstrndx)
c256ffe7 12164 {
dda8d76d
NC
12165 strtab = filedata->string_table;
12166 strtab_size = filedata->string_table_length;
c256ffe7 12167 }
dda8d76d 12168 else if (section->sh_link < filedata->file_header.e_shnum)
252b5132 12169 {
2cf0635d 12170 Elf_Internal_Shdr * string_sec;
252b5132 12171
dda8d76d 12172 string_sec = filedata->section_headers + section->sh_link;
252b5132 12173
dda8d76d 12174 strtab = (char *) get_data (NULL, filedata, string_sec->sh_offset,
3f5e193b
NC
12175 1, string_sec->sh_size,
12176 _("string table"));
c256ffe7 12177 strtab_size = strtab != NULL ? string_sec->sh_size : 0;
252b5132
RH
12178 }
12179
10ca4b04
L
12180 for (si = 0; si < num_syms; si++)
12181 print_dynamic_symbol (filedata, si, symtab, section,
12182 strtab, strtab_size);
252b5132
RH
12183
12184 free (symtab);
dda8d76d 12185 if (strtab != filedata->string_table)
252b5132
RH
12186 free (strtab);
12187 }
12188 }
12189 else if (do_syms)
12190 printf
12191 (_("\nDynamic symbol information is not available for displaying symbols.\n"));
12192
978c4450 12193 if (do_histogram && filedata->buckets != NULL)
252b5132 12194 {
2cf0635d
NC
12195 unsigned long * lengths;
12196 unsigned long * counts;
66543521
AM
12197 unsigned long hn;
12198 bfd_vma si;
12199 unsigned long maxlength = 0;
12200 unsigned long nzero_counts = 0;
12201 unsigned long nsyms = 0;
6bd6a03d 12202 char *visited;
252b5132 12203
d3a49aa8
AM
12204 printf (ngettext ("\nHistogram for bucket list length "
12205 "(total of %lu bucket):\n",
12206 "\nHistogram for bucket list length "
12207 "(total of %lu buckets):\n",
978c4450
AM
12208 (unsigned long) filedata->nbuckets),
12209 (unsigned long) filedata->nbuckets);
252b5132 12210
978c4450
AM
12211 lengths = (unsigned long *) calloc (filedata->nbuckets,
12212 sizeof (*lengths));
252b5132
RH
12213 if (lengths == NULL)
12214 {
8b73c356 12215 error (_("Out of memory allocating space for histogram buckets\n"));
fd486f32 12216 goto err_out;
252b5132 12217 }
978c4450
AM
12218 visited = xcmalloc (filedata->nchains, 1);
12219 memset (visited, 0, filedata->nchains);
8b73c356
NC
12220
12221 printf (_(" Length Number %% of total Coverage\n"));
978c4450 12222 for (hn = 0; hn < filedata->nbuckets; ++hn)
252b5132 12223 {
978c4450 12224 for (si = filedata->buckets[hn]; si > 0; si = filedata->chains[si])
252b5132 12225 {
b34976b6 12226 ++nsyms;
252b5132 12227 if (maxlength < ++lengths[hn])
b34976b6 12228 ++maxlength;
978c4450 12229 if (si >= filedata->nchains || visited[si])
6bd6a03d
AM
12230 {
12231 error (_("histogram chain is corrupt\n"));
12232 break;
12233 }
12234 visited[si] = 1;
252b5132
RH
12235 }
12236 }
6bd6a03d 12237 free (visited);
252b5132 12238
3f5e193b 12239 counts = (unsigned long *) calloc (maxlength + 1, sizeof (*counts));
252b5132
RH
12240 if (counts == NULL)
12241 {
b2e951ec 12242 free (lengths);
8b73c356 12243 error (_("Out of memory allocating space for histogram counts\n"));
fd486f32 12244 goto err_out;
252b5132
RH
12245 }
12246
978c4450 12247 for (hn = 0; hn < filedata->nbuckets; ++hn)
b34976b6 12248 ++counts[lengths[hn]];
252b5132 12249
978c4450 12250 if (filedata->nbuckets > 0)
252b5132 12251 {
66543521
AM
12252 unsigned long i;
12253 printf (" 0 %-10lu (%5.1f%%)\n",
978c4450 12254 counts[0], (counts[0] * 100.0) / filedata->nbuckets);
66543521 12255 for (i = 1; i <= maxlength; ++i)
103f02d3 12256 {
66543521
AM
12257 nzero_counts += counts[i] * i;
12258 printf ("%7lu %-10lu (%5.1f%%) %5.1f%%\n",
978c4450 12259 i, counts[i], (counts[i] * 100.0) / filedata->nbuckets,
103f02d3
UD
12260 (nzero_counts * 100.0) / nsyms);
12261 }
252b5132
RH
12262 }
12263
12264 free (counts);
12265 free (lengths);
12266 }
12267
978c4450
AM
12268 free (filedata->buckets);
12269 filedata->buckets = NULL;
12270 filedata->nbuckets = 0;
12271 free (filedata->chains);
12272 filedata->chains = NULL;
252b5132 12273
978c4450 12274 if (do_histogram && filedata->gnubuckets != NULL)
fdc90cb4 12275 {
2cf0635d
NC
12276 unsigned long * lengths;
12277 unsigned long * counts;
fdc90cb4
JJ
12278 unsigned long hn;
12279 unsigned long maxlength = 0;
12280 unsigned long nzero_counts = 0;
12281 unsigned long nsyms = 0;
fdc90cb4 12282
f16a9783 12283 printf (ngettext ("\nHistogram for `%s' bucket list length "
d3a49aa8 12284 "(total of %lu bucket):\n",
f16a9783 12285 "\nHistogram for `%s' bucket list length "
d3a49aa8 12286 "(total of %lu buckets):\n",
978c4450
AM
12287 (unsigned long) filedata->ngnubuckets),
12288 GNU_HASH_SECTION_NAME (filedata),
12289 (unsigned long) filedata->ngnubuckets);
8b73c356 12290
978c4450
AM
12291 lengths = (unsigned long *) calloc (filedata->ngnubuckets,
12292 sizeof (*lengths));
fdc90cb4
JJ
12293 if (lengths == NULL)
12294 {
8b73c356 12295 error (_("Out of memory allocating space for gnu histogram buckets\n"));
fd486f32 12296 goto err_out;
fdc90cb4
JJ
12297 }
12298
fdc90cb4
JJ
12299 printf (_(" Length Number %% of total Coverage\n"));
12300
978c4450
AM
12301 for (hn = 0; hn < filedata->ngnubuckets; ++hn)
12302 if (filedata->gnubuckets[hn] != 0)
fdc90cb4
JJ
12303 {
12304 bfd_vma off, length = 1;
12305
978c4450 12306 for (off = filedata->gnubuckets[hn] - filedata->gnusymidx;
071436c6 12307 /* PR 17531 file: 010-77222-0.004. */
978c4450
AM
12308 off < filedata->ngnuchains
12309 && (filedata->gnuchains[off] & 1) == 0;
071436c6 12310 ++off)
fdc90cb4
JJ
12311 ++length;
12312 lengths[hn] = length;
12313 if (length > maxlength)
12314 maxlength = length;
12315 nsyms += length;
12316 }
12317
3f5e193b 12318 counts = (unsigned long *) calloc (maxlength + 1, sizeof (*counts));
fdc90cb4
JJ
12319 if (counts == NULL)
12320 {
b2e951ec 12321 free (lengths);
8b73c356 12322 error (_("Out of memory allocating space for gnu histogram counts\n"));
fd486f32 12323 goto err_out;
fdc90cb4
JJ
12324 }
12325
978c4450 12326 for (hn = 0; hn < filedata->ngnubuckets; ++hn)
fdc90cb4
JJ
12327 ++counts[lengths[hn]];
12328
978c4450 12329 if (filedata->ngnubuckets > 0)
fdc90cb4
JJ
12330 {
12331 unsigned long j;
12332 printf (" 0 %-10lu (%5.1f%%)\n",
978c4450 12333 counts[0], (counts[0] * 100.0) / filedata->ngnubuckets);
fdc90cb4
JJ
12334 for (j = 1; j <= maxlength; ++j)
12335 {
12336 nzero_counts += counts[j] * j;
12337 printf ("%7lu %-10lu (%5.1f%%) %5.1f%%\n",
978c4450 12338 j, counts[j], (counts[j] * 100.0) / filedata->ngnubuckets,
fdc90cb4
JJ
12339 (nzero_counts * 100.0) / nsyms);
12340 }
12341 }
12342
12343 free (counts);
12344 free (lengths);
fdc90cb4 12345 }
978c4450
AM
12346 free (filedata->gnubuckets);
12347 filedata->gnubuckets = NULL;
12348 filedata->ngnubuckets = 0;
12349 free (filedata->gnuchains);
12350 filedata->gnuchains = NULL;
12351 filedata->ngnuchains = 0;
12352 free (filedata->mipsxlat);
12353 filedata->mipsxlat = NULL;
32ec8896 12354 return TRUE;
fd486f32
AM
12355
12356 err_out:
978c4450
AM
12357 free (filedata->gnubuckets);
12358 filedata->gnubuckets = NULL;
12359 filedata->ngnubuckets = 0;
12360 free (filedata->gnuchains);
12361 filedata->gnuchains = NULL;
12362 filedata->ngnuchains = 0;
12363 free (filedata->mipsxlat);
12364 filedata->mipsxlat = NULL;
12365 free (filedata->buckets);
12366 filedata->buckets = NULL;
12367 filedata->nbuckets = 0;
12368 free (filedata->chains);
12369 filedata->chains = NULL;
fd486f32 12370 return FALSE;
252b5132
RH
12371}
12372
32ec8896 12373static bfd_boolean
dda8d76d 12374process_syminfo (Filedata * filedata ATTRIBUTE_UNUSED)
252b5132 12375{
b4c96d0d 12376 unsigned int i;
252b5132 12377
978c4450 12378 if (filedata->dynamic_syminfo == NULL
252b5132
RH
12379 || !do_dynamic)
12380 /* No syminfo, this is ok. */
32ec8896 12381 return TRUE;
252b5132
RH
12382
12383 /* There better should be a dynamic symbol section. */
978c4450 12384 if (filedata->dynamic_symbols == NULL || filedata->dynamic_strings == NULL)
32ec8896 12385 return FALSE;
252b5132 12386
978c4450 12387 if (filedata->dynamic_addr)
d3a49aa8
AM
12388 printf (ngettext ("\nDynamic info segment at offset 0x%lx "
12389 "contains %d entry:\n",
12390 "\nDynamic info segment at offset 0x%lx "
12391 "contains %d entries:\n",
978c4450
AM
12392 filedata->dynamic_syminfo_nent),
12393 filedata->dynamic_syminfo_offset, filedata->dynamic_syminfo_nent);
252b5132
RH
12394
12395 printf (_(" Num: Name BoundTo Flags\n"));
978c4450 12396 for (i = 0; i < filedata->dynamic_syminfo_nent; ++i)
252b5132 12397 {
978c4450 12398 unsigned short int flags = filedata->dynamic_syminfo[i].si_flags;
252b5132 12399
31104126 12400 printf ("%4d: ", i);
978c4450 12401 if (i >= filedata->num_dynamic_syms)
4082ef84 12402 printf (_("<corrupt index>"));
978c4450
AM
12403 else if (VALID_DYNAMIC_NAME (filedata, filedata->dynamic_symbols[i].st_name))
12404 print_symbol (30, GET_DYNAMIC_NAME (filedata,
12405 filedata->dynamic_symbols[i].st_name));
d79b3d50 12406 else
978c4450 12407 printf (_("<corrupt: %19ld>"), filedata->dynamic_symbols[i].st_name);
31104126 12408 putchar (' ');
252b5132 12409
978c4450 12410 switch (filedata->dynamic_syminfo[i].si_boundto)
252b5132
RH
12411 {
12412 case SYMINFO_BT_SELF:
12413 fputs ("SELF ", stdout);
12414 break;
12415 case SYMINFO_BT_PARENT:
12416 fputs ("PARENT ", stdout);
12417 break;
12418 default:
978c4450
AM
12419 if (filedata->dynamic_syminfo[i].si_boundto > 0
12420 && filedata->dynamic_syminfo[i].si_boundto < filedata->dynamic_nent
12421 && VALID_DYNAMIC_NAME (filedata,
12422 filedata->dynamic_section[filedata->dynamic_syminfo[i].si_boundto].d_un.d_val))
31104126 12423 {
978c4450
AM
12424 print_symbol (10, GET_DYNAMIC_NAME (filedata,
12425 filedata->dynamic_section[filedata->dynamic_syminfo[i].si_boundto].d_un.d_val));
31104126
NC
12426 putchar (' ' );
12427 }
252b5132 12428 else
978c4450 12429 printf ("%-10d ", filedata->dynamic_syminfo[i].si_boundto);
252b5132
RH
12430 break;
12431 }
12432
12433 if (flags & SYMINFO_FLG_DIRECT)
12434 printf (" DIRECT");
12435 if (flags & SYMINFO_FLG_PASSTHRU)
12436 printf (" PASSTHRU");
12437 if (flags & SYMINFO_FLG_COPY)
12438 printf (" COPY");
12439 if (flags & SYMINFO_FLG_LAZYLOAD)
12440 printf (" LAZYLOAD");
12441
12442 puts ("");
12443 }
12444
32ec8896 12445 return TRUE;
252b5132
RH
12446}
12447
75802ccb
CE
12448/* A macro which evaluates to TRUE if the region ADDR .. ADDR + NELEM
12449 is contained by the region START .. END. The types of ADDR, START
12450 and END should all be the same. Note both ADDR + NELEM and END
12451 point to just beyond the end of the regions that are being tested. */
12452#define IN_RANGE(START,END,ADDR,NELEM) \
12453 (((ADDR) >= (START)) && ((ADDR) < (END)) && ((ADDR) + (NELEM) <= (END)))
b32e566b 12454
cf13d699
NC
12455/* Check to see if the given reloc needs to be handled in a target specific
12456 manner. If so then process the reloc and return TRUE otherwise return
f84ce13b
NC
12457 FALSE.
12458
12459 If called with reloc == NULL, then this is a signal that reloc processing
12460 for the current section has finished, and any saved state should be
12461 discarded. */
09c11c86 12462
cf13d699 12463static bfd_boolean
dda8d76d
NC
12464target_specific_reloc_handling (Filedata * filedata,
12465 Elf_Internal_Rela * reloc,
12466 unsigned char * start,
12467 unsigned char * end,
12468 Elf_Internal_Sym * symtab,
12469 unsigned long num_syms)
252b5132 12470{
f84ce13b
NC
12471 unsigned int reloc_type = 0;
12472 unsigned long sym_index = 0;
12473
12474 if (reloc)
12475 {
dda8d76d 12476 reloc_type = get_reloc_type (filedata, reloc->r_info);
f84ce13b
NC
12477 sym_index = get_reloc_symindex (reloc->r_info);
12478 }
252b5132 12479
dda8d76d 12480 switch (filedata->file_header.e_machine)
252b5132 12481 {
13761a11
NC
12482 case EM_MSP430:
12483 case EM_MSP430_OLD:
12484 {
12485 static Elf_Internal_Sym * saved_sym = NULL;
12486
f84ce13b
NC
12487 if (reloc == NULL)
12488 {
12489 saved_sym = NULL;
12490 return TRUE;
12491 }
12492
13761a11
NC
12493 switch (reloc_type)
12494 {
12495 case 10: /* R_MSP430_SYM_DIFF */
dda8d76d 12496 if (uses_msp430x_relocs (filedata))
13761a11 12497 break;
1a0670f3 12498 /* Fall through. */
13761a11 12499 case 21: /* R_MSP430X_SYM_DIFF */
f84ce13b
NC
12500 /* PR 21139. */
12501 if (sym_index >= num_syms)
12502 error (_("MSP430 SYM_DIFF reloc contains invalid symbol index %lu\n"),
12503 sym_index);
12504 else
12505 saved_sym = symtab + sym_index;
13761a11
NC
12506 return TRUE;
12507
12508 case 1: /* R_MSP430_32 or R_MSP430_ABS32 */
12509 case 3: /* R_MSP430_16 or R_MSP430_ABS8 */
12510 goto handle_sym_diff;
0b4362b0 12511
13761a11
NC
12512 case 5: /* R_MSP430_16_BYTE */
12513 case 9: /* R_MSP430_8 */
dda8d76d 12514 if (uses_msp430x_relocs (filedata))
13761a11
NC
12515 break;
12516 goto handle_sym_diff;
12517
12518 case 2: /* R_MSP430_ABS16 */
12519 case 15: /* R_MSP430X_ABS16 */
dda8d76d 12520 if (! uses_msp430x_relocs (filedata))
13761a11
NC
12521 break;
12522 goto handle_sym_diff;
0b4362b0 12523
13761a11
NC
12524 handle_sym_diff:
12525 if (saved_sym != NULL)
12526 {
03f7786e 12527 int reloc_size = reloc_type == 1 ? 4 : 2;
13761a11
NC
12528 bfd_vma value;
12529
f84ce13b
NC
12530 if (sym_index >= num_syms)
12531 error (_("MSP430 reloc contains invalid symbol index %lu\n"),
12532 sym_index);
03f7786e 12533 else
f84ce13b
NC
12534 {
12535 value = reloc->r_addend + (symtab[sym_index].st_value
12536 - saved_sym->st_value);
12537
b32e566b 12538 if (IN_RANGE (start, end, start + reloc->r_offset, reloc_size))
f84ce13b 12539 byte_put (start + reloc->r_offset, value, reloc_size);
b32e566b
NC
12540 else
12541 /* PR 21137 */
12542 error (_("MSP430 sym diff reloc contains invalid offset: 0x%lx\n"),
12543 (long) reloc->r_offset);
f84ce13b 12544 }
13761a11
NC
12545
12546 saved_sym = NULL;
12547 return TRUE;
12548 }
12549 break;
12550
12551 default:
12552 if (saved_sym != NULL)
071436c6 12553 error (_("Unhandled MSP430 reloc type found after SYM_DIFF reloc\n"));
13761a11
NC
12554 break;
12555 }
12556 break;
12557 }
12558
cf13d699
NC
12559 case EM_MN10300:
12560 case EM_CYGNUS_MN10300:
12561 {
12562 static Elf_Internal_Sym * saved_sym = NULL;
252b5132 12563
f84ce13b
NC
12564 if (reloc == NULL)
12565 {
12566 saved_sym = NULL;
12567 return TRUE;
12568 }
12569
cf13d699
NC
12570 switch (reloc_type)
12571 {
12572 case 34: /* R_MN10300_ALIGN */
12573 return TRUE;
12574 case 33: /* R_MN10300_SYM_DIFF */
f84ce13b
NC
12575 if (sym_index >= num_syms)
12576 error (_("MN10300_SYM_DIFF reloc contains invalid symbol index %lu\n"),
12577 sym_index);
12578 else
12579 saved_sym = symtab + sym_index;
cf13d699 12580 return TRUE;
f84ce13b 12581
cf13d699
NC
12582 case 1: /* R_MN10300_32 */
12583 case 2: /* R_MN10300_16 */
12584 if (saved_sym != NULL)
12585 {
03f7786e 12586 int reloc_size = reloc_type == 1 ? 4 : 2;
cf13d699 12587 bfd_vma value;
252b5132 12588
f84ce13b
NC
12589 if (sym_index >= num_syms)
12590 error (_("MN10300 reloc contains invalid symbol index %lu\n"),
12591 sym_index);
03f7786e 12592 else
f84ce13b
NC
12593 {
12594 value = reloc->r_addend + (symtab[sym_index].st_value
12595 - saved_sym->st_value);
12596
b32e566b 12597 if (IN_RANGE (start, end, start + reloc->r_offset, reloc_size))
f84ce13b 12598 byte_put (start + reloc->r_offset, value, reloc_size);
b32e566b
NC
12599 else
12600 error (_("MN10300 sym diff reloc contains invalid offset: 0x%lx\n"),
12601 (long) reloc->r_offset);
f84ce13b 12602 }
252b5132 12603
cf13d699
NC
12604 saved_sym = NULL;
12605 return TRUE;
12606 }
12607 break;
12608 default:
12609 if (saved_sym != NULL)
071436c6 12610 error (_("Unhandled MN10300 reloc type found after SYM_DIFF reloc\n"));
cf13d699
NC
12611 break;
12612 }
12613 break;
12614 }
6ff71e76
NC
12615
12616 case EM_RL78:
12617 {
12618 static bfd_vma saved_sym1 = 0;
12619 static bfd_vma saved_sym2 = 0;
12620 static bfd_vma value;
12621
f84ce13b
NC
12622 if (reloc == NULL)
12623 {
12624 saved_sym1 = saved_sym2 = 0;
12625 return TRUE;
12626 }
12627
6ff71e76
NC
12628 switch (reloc_type)
12629 {
12630 case 0x80: /* R_RL78_SYM. */
12631 saved_sym1 = saved_sym2;
f84ce13b
NC
12632 if (sym_index >= num_syms)
12633 error (_("RL78_SYM reloc contains invalid symbol index %lu\n"),
12634 sym_index);
12635 else
12636 {
12637 saved_sym2 = symtab[sym_index].st_value;
12638 saved_sym2 += reloc->r_addend;
12639 }
6ff71e76
NC
12640 return TRUE;
12641
12642 case 0x83: /* R_RL78_OPsub. */
12643 value = saved_sym1 - saved_sym2;
12644 saved_sym2 = saved_sym1 = 0;
12645 return TRUE;
12646 break;
12647
12648 case 0x41: /* R_RL78_ABS32. */
b32e566b 12649 if (IN_RANGE (start, end, start + reloc->r_offset, 4))
03f7786e 12650 byte_put (start + reloc->r_offset, value, 4);
b32e566b
NC
12651 else
12652 error (_("RL78 sym diff reloc contains invalid offset: 0x%lx\n"),
12653 (long) reloc->r_offset);
6ff71e76
NC
12654 value = 0;
12655 return TRUE;
12656
12657 case 0x43: /* R_RL78_ABS16. */
b32e566b 12658 if (IN_RANGE (start, end, start + reloc->r_offset, 2))
03f7786e 12659 byte_put (start + reloc->r_offset, value, 2);
b32e566b
NC
12660 else
12661 error (_("RL78 sym diff reloc contains invalid offset: 0x%lx\n"),
12662 (long) reloc->r_offset);
6ff71e76
NC
12663 value = 0;
12664 return TRUE;
12665
12666 default:
12667 break;
12668 }
12669 break;
12670 }
252b5132
RH
12671 }
12672
cf13d699 12673 return FALSE;
252b5132
RH
12674}
12675
aca88567
NC
12676/* Returns TRUE iff RELOC_TYPE is a 32-bit absolute RELA relocation used in
12677 DWARF debug sections. This is a target specific test. Note - we do not
12678 go through the whole including-target-headers-multiple-times route, (as
12679 we have already done with <elf/h8.h>) because this would become very
12680 messy and even then this function would have to contain target specific
12681 information (the names of the relocs instead of their numeric values).
12682 FIXME: This is not the correct way to solve this problem. The proper way
12683 is to have target specific reloc sizing and typing functions created by
12684 the reloc-macros.h header, in the same way that it already creates the
12685 reloc naming functions. */
12686
12687static bfd_boolean
dda8d76d 12688is_32bit_abs_reloc (Filedata * filedata, unsigned int reloc_type)
aca88567 12689{
d347c9df 12690 /* Please keep this table alpha-sorted for ease of visual lookup. */
dda8d76d 12691 switch (filedata->file_header.e_machine)
aca88567 12692 {
41e92641 12693 case EM_386:
22abe556 12694 case EM_IAMCU:
41e92641 12695 return reloc_type == 1; /* R_386_32. */
aca88567
NC
12696 case EM_68K:
12697 return reloc_type == 1; /* R_68K_32. */
f954747f
AM
12698 case EM_860:
12699 return reloc_type == 1; /* R_860_32. */
12700 case EM_960:
12701 return reloc_type == 2; /* R_960_32. */
a06ea964 12702 case EM_AARCH64:
9282b95a
JW
12703 return (reloc_type == 258
12704 || reloc_type == 1); /* R_AARCH64_ABS32 || R_AARCH64_P32_ABS32 */
aca4efc7
JM
12705 case EM_BPF:
12706 return reloc_type == 11; /* R_BPF_DATA_32 */
d347c9df
PS
12707 case EM_ADAPTEVA_EPIPHANY:
12708 return reloc_type == 3;
aca88567 12709 case EM_ALPHA:
137b6b5f 12710 return reloc_type == 1; /* R_ALPHA_REFLONG. */
41e92641
NC
12711 case EM_ARC:
12712 return reloc_type == 1; /* R_ARC_32. */
886a2506
NC
12713 case EM_ARC_COMPACT:
12714 case EM_ARC_COMPACT2:
12715 return reloc_type == 4; /* R_ARC_32. */
41e92641
NC
12716 case EM_ARM:
12717 return reloc_type == 2; /* R_ARM_ABS32 */
cb8f3167 12718 case EM_AVR_OLD:
aca88567
NC
12719 case EM_AVR:
12720 return reloc_type == 1;
12721 case EM_BLACKFIN:
12722 return reloc_type == 0x12; /* R_byte4_data. */
12723 case EM_CRIS:
12724 return reloc_type == 3; /* R_CRIS_32. */
12725 case EM_CR16:
12726 return reloc_type == 3; /* R_CR16_NUM32. */
12727 case EM_CRX:
12728 return reloc_type == 15; /* R_CRX_NUM32. */
b8891f8d
AJ
12729 case EM_CSKY:
12730 return reloc_type == 1; /* R_CKCORE_ADDR32. */
aca88567
NC
12731 case EM_CYGNUS_FRV:
12732 return reloc_type == 1;
41e92641
NC
12733 case EM_CYGNUS_D10V:
12734 case EM_D10V:
12735 return reloc_type == 6; /* R_D10V_32. */
aca88567
NC
12736 case EM_CYGNUS_D30V:
12737 case EM_D30V:
12738 return reloc_type == 12; /* R_D30V_32_NORMAL. */
41e92641
NC
12739 case EM_DLX:
12740 return reloc_type == 3; /* R_DLX_RELOC_32. */
aca88567
NC
12741 case EM_CYGNUS_FR30:
12742 case EM_FR30:
12743 return reloc_type == 3; /* R_FR30_32. */
3f8107ab
AM
12744 case EM_FT32:
12745 return reloc_type == 1; /* R_FT32_32. */
aca88567
NC
12746 case EM_H8S:
12747 case EM_H8_300:
12748 case EM_H8_300H:
12749 return reloc_type == 1; /* R_H8_DIR32. */
3730236a 12750 case EM_IA_64:
262cdac7
AM
12751 return (reloc_type == 0x64 /* R_IA64_SECREL32MSB. */
12752 || reloc_type == 0x65 /* R_IA64_SECREL32LSB. */
12753 || reloc_type == 0x24 /* R_IA64_DIR32MSB. */
12754 || reloc_type == 0x25 /* R_IA64_DIR32LSB. */);
aca88567
NC
12755 case EM_IP2K_OLD:
12756 case EM_IP2K:
12757 return reloc_type == 2; /* R_IP2K_32. */
12758 case EM_IQ2000:
12759 return reloc_type == 2; /* R_IQ2000_32. */
84e94c90
NC
12760 case EM_LATTICEMICO32:
12761 return reloc_type == 3; /* R_LM32_32. */
ff7eeb89 12762 case EM_M32C_OLD:
aca88567
NC
12763 case EM_M32C:
12764 return reloc_type == 3; /* R_M32C_32. */
12765 case EM_M32R:
12766 return reloc_type == 34; /* R_M32R_32_RELA. */
adec12c1
AM
12767 case EM_68HC11:
12768 case EM_68HC12:
12769 return reloc_type == 6; /* R_M68HC11_32. */
7b4ae824 12770 case EM_S12Z:
2849d19f
JD
12771 return reloc_type == 7 || /* R_S12Z_EXT32 */
12772 reloc_type == 6; /* R_S12Z_CW32. */
aca88567
NC
12773 case EM_MCORE:
12774 return reloc_type == 1; /* R_MCORE_ADDR32. */
12775 case EM_CYGNUS_MEP:
12776 return reloc_type == 4; /* R_MEP_32. */
a3c62988
NC
12777 case EM_METAG:
12778 return reloc_type == 2; /* R_METAG_ADDR32. */
137b6b5f
AM
12779 case EM_MICROBLAZE:
12780 return reloc_type == 1; /* R_MICROBLAZE_32. */
aca88567
NC
12781 case EM_MIPS:
12782 return reloc_type == 2; /* R_MIPS_32. */
12783 case EM_MMIX:
12784 return reloc_type == 4; /* R_MMIX_32. */
12785 case EM_CYGNUS_MN10200:
12786 case EM_MN10200:
12787 return reloc_type == 1; /* R_MN10200_32. */
12788 case EM_CYGNUS_MN10300:
12789 case EM_MN10300:
12790 return reloc_type == 1; /* R_MN10300_32. */
5506d11a
AM
12791 case EM_MOXIE:
12792 return reloc_type == 1; /* R_MOXIE_32. */
aca88567
NC
12793 case EM_MSP430_OLD:
12794 case EM_MSP430:
13761a11 12795 return reloc_type == 1; /* R_MSP430_32 or R_MSP320_ABS32. */
aca88567
NC
12796 case EM_MT:
12797 return reloc_type == 2; /* R_MT_32. */
35c08157
KLC
12798 case EM_NDS32:
12799 return reloc_type == 20; /* R_NDS32_RELA. */
3e0873ac 12800 case EM_ALTERA_NIOS2:
36591ba1 12801 return reloc_type == 12; /* R_NIOS2_BFD_RELOC_32. */
3e0873ac
NC
12802 case EM_NIOS32:
12803 return reloc_type == 1; /* R_NIOS_32. */
73589c9d
CS
12804 case EM_OR1K:
12805 return reloc_type == 1; /* R_OR1K_32. */
aca88567 12806 case EM_PARISC:
9abca702 12807 return (reloc_type == 1 /* R_PARISC_DIR32. */
0df8ad28 12808 || reloc_type == 2 /* R_PARISC_DIR21L. */
5fda8eca 12809 || reloc_type == 41); /* R_PARISC_SECREL32. */
aca88567
NC
12810 case EM_PJ:
12811 case EM_PJ_OLD:
12812 return reloc_type == 1; /* R_PJ_DATA_DIR32. */
12813 case EM_PPC64:
12814 return reloc_type == 1; /* R_PPC64_ADDR32. */
12815 case EM_PPC:
12816 return reloc_type == 1; /* R_PPC_ADDR32. */
2b100bb5
DD
12817 case EM_TI_PRU:
12818 return reloc_type == 11; /* R_PRU_BFD_RELOC_32. */
e23eba97
NC
12819 case EM_RISCV:
12820 return reloc_type == 1; /* R_RISCV_32. */
99c513f6
DD
12821 case EM_RL78:
12822 return reloc_type == 1; /* R_RL78_DIR32. */
c7927a3c
NC
12823 case EM_RX:
12824 return reloc_type == 1; /* R_RX_DIR32. */
f954747f
AM
12825 case EM_S370:
12826 return reloc_type == 1; /* R_I370_ADDR31. */
aca88567
NC
12827 case EM_S390_OLD:
12828 case EM_S390:
12829 return reloc_type == 4; /* R_S390_32. */
41e92641
NC
12830 case EM_SCORE:
12831 return reloc_type == 8; /* R_SCORE_ABS32. */
aca88567
NC
12832 case EM_SH:
12833 return reloc_type == 1; /* R_SH_DIR32. */
12834 case EM_SPARC32PLUS:
12835 case EM_SPARCV9:
12836 case EM_SPARC:
12837 return reloc_type == 3 /* R_SPARC_32. */
12838 || reloc_type == 23; /* R_SPARC_UA32. */
a7dd7d05
AM
12839 case EM_SPU:
12840 return reloc_type == 6; /* R_SPU_ADDR32 */
40b36596
JM
12841 case EM_TI_C6000:
12842 return reloc_type == 1; /* R_C6000_ABS32. */
aa137e4d
NC
12843 case EM_TILEGX:
12844 return reloc_type == 2; /* R_TILEGX_32. */
12845 case EM_TILEPRO:
12846 return reloc_type == 1; /* R_TILEPRO_32. */
aca88567
NC
12847 case EM_CYGNUS_V850:
12848 case EM_V850:
12849 return reloc_type == 6; /* R_V850_ABS32. */
708e2187
NC
12850 case EM_V800:
12851 return reloc_type == 0x33; /* R_V810_WORD. */
aca88567
NC
12852 case EM_VAX:
12853 return reloc_type == 1; /* R_VAX_32. */
619ed720
EB
12854 case EM_VISIUM:
12855 return reloc_type == 3; /* R_VISIUM_32. */
f96bd6c2
PC
12856 case EM_WEBASSEMBLY:
12857 return reloc_type == 1; /* R_WASM32_32. */
aca88567 12858 case EM_X86_64:
8a9036a4 12859 case EM_L1OM:
7a9068fe 12860 case EM_K1OM:
aca88567 12861 return reloc_type == 10; /* R_X86_64_32. */
c29aca4a
NC
12862 case EM_XC16X:
12863 case EM_C166:
12864 return reloc_type == 3; /* R_XC16C_ABS_32. */
f6c1a2d5
NC
12865 case EM_XGATE:
12866 return reloc_type == 4; /* R_XGATE_32. */
aca88567
NC
12867 case EM_XSTORMY16:
12868 return reloc_type == 1; /* R_XSTROMY16_32. */
12869 case EM_XTENSA_OLD:
12870 case EM_XTENSA:
12871 return reloc_type == 1; /* R_XTENSA_32. */
6655dba2
SB
12872 case EM_Z80:
12873 return reloc_type == 6; /* R_Z80_32. */
aca88567 12874 default:
bee0ee85
NC
12875 {
12876 static unsigned int prev_warn = 0;
12877
12878 /* Avoid repeating the same warning multiple times. */
dda8d76d 12879 if (prev_warn != filedata->file_header.e_machine)
bee0ee85 12880 error (_("Missing knowledge of 32-bit reloc types used in DWARF sections of machine number %d\n"),
dda8d76d
NC
12881 filedata->file_header.e_machine);
12882 prev_warn = filedata->file_header.e_machine;
bee0ee85
NC
12883 return FALSE;
12884 }
aca88567
NC
12885 }
12886}
12887
12888/* Like is_32bit_abs_reloc except that it returns TRUE iff RELOC_TYPE is
12889 a 32-bit pc-relative RELA relocation used in DWARF debug sections. */
12890
12891static bfd_boolean
dda8d76d 12892is_32bit_pcrel_reloc (Filedata * filedata, unsigned int reloc_type)
aca88567 12893{
dda8d76d 12894 switch (filedata->file_header.e_machine)
d347c9df 12895 /* Please keep this table alpha-sorted for ease of visual lookup. */
aca88567 12896 {
41e92641 12897 case EM_386:
22abe556 12898 case EM_IAMCU:
3e0873ac 12899 return reloc_type == 2; /* R_386_PC32. */
aca88567 12900 case EM_68K:
3e0873ac 12901 return reloc_type == 4; /* R_68K_PC32. */
a06ea964
NC
12902 case EM_AARCH64:
12903 return reloc_type == 261; /* R_AARCH64_PREL32 */
cfb8c092
NC
12904 case EM_ADAPTEVA_EPIPHANY:
12905 return reloc_type == 6;
aca88567
NC
12906 case EM_ALPHA:
12907 return reloc_type == 10; /* R_ALPHA_SREL32. */
726c18e1
CZ
12908 case EM_ARC_COMPACT:
12909 case EM_ARC_COMPACT2:
12910 return reloc_type == 49; /* R_ARC_32_PCREL. */
41e92641 12911 case EM_ARM:
3e0873ac 12912 return reloc_type == 3; /* R_ARM_REL32 */
d347c9df
PS
12913 case EM_AVR_OLD:
12914 case EM_AVR:
12915 return reloc_type == 36; /* R_AVR_32_PCREL. */
137b6b5f
AM
12916 case EM_MICROBLAZE:
12917 return reloc_type == 2; /* R_MICROBLAZE_32_PCREL. */
73589c9d
CS
12918 case EM_OR1K:
12919 return reloc_type == 9; /* R_OR1K_32_PCREL. */
aca88567 12920 case EM_PARISC:
85acf597 12921 return reloc_type == 9; /* R_PARISC_PCREL32. */
aca88567
NC
12922 case EM_PPC:
12923 return reloc_type == 26; /* R_PPC_REL32. */
12924 case EM_PPC64:
3e0873ac 12925 return reloc_type == 26; /* R_PPC64_REL32. */
25cbdcbb
AS
12926 case EM_RISCV:
12927 return reloc_type == 57; /* R_RISCV_32_PCREL. */
aca88567
NC
12928 case EM_S390_OLD:
12929 case EM_S390:
3e0873ac 12930 return reloc_type == 5; /* R_390_PC32. */
aca88567 12931 case EM_SH:
3e0873ac 12932 return reloc_type == 2; /* R_SH_REL32. */
aca88567
NC
12933 case EM_SPARC32PLUS:
12934 case EM_SPARCV9:
12935 case EM_SPARC:
3e0873ac 12936 return reloc_type == 6; /* R_SPARC_DISP32. */
a7dd7d05
AM
12937 case EM_SPU:
12938 return reloc_type == 13; /* R_SPU_REL32. */
aa137e4d
NC
12939 case EM_TILEGX:
12940 return reloc_type == 6; /* R_TILEGX_32_PCREL. */
12941 case EM_TILEPRO:
12942 return reloc_type == 4; /* R_TILEPRO_32_PCREL. */
619ed720
EB
12943 case EM_VISIUM:
12944 return reloc_type == 6; /* R_VISIUM_32_PCREL */
aca88567 12945 case EM_X86_64:
8a9036a4 12946 case EM_L1OM:
7a9068fe 12947 case EM_K1OM:
3e0873ac 12948 return reloc_type == 2; /* R_X86_64_PC32. */
2057d69d
CZ
12949 case EM_VAX:
12950 return reloc_type == 4; /* R_VAX_PCREL32. */
2fcb9706
BW
12951 case EM_XTENSA_OLD:
12952 case EM_XTENSA:
12953 return reloc_type == 14; /* R_XTENSA_32_PCREL. */
aca88567
NC
12954 default:
12955 /* Do not abort or issue an error message here. Not all targets use
12956 pc-relative 32-bit relocs in their DWARF debug information and we
12957 have already tested for target coverage in is_32bit_abs_reloc. A
cf13d699
NC
12958 more helpful warning message will be generated by apply_relocations
12959 anyway, so just return. */
aca88567
NC
12960 return FALSE;
12961 }
12962}
12963
12964/* Like is_32bit_abs_reloc except that it returns TRUE iff RELOC_TYPE is
12965 a 64-bit absolute RELA relocation used in DWARF debug sections. */
12966
12967static bfd_boolean
dda8d76d 12968is_64bit_abs_reloc (Filedata * filedata, unsigned int reloc_type)
aca88567 12969{
dda8d76d 12970 switch (filedata->file_header.e_machine)
aca88567 12971 {
a06ea964
NC
12972 case EM_AARCH64:
12973 return reloc_type == 257; /* R_AARCH64_ABS64. */
aca88567
NC
12974 case EM_ALPHA:
12975 return reloc_type == 2; /* R_ALPHA_REFQUAD. */
3730236a 12976 case EM_IA_64:
262cdac7
AM
12977 return (reloc_type == 0x26 /* R_IA64_DIR64MSB. */
12978 || reloc_type == 0x27 /* R_IA64_DIR64LSB. */);
3e0873ac
NC
12979 case EM_PARISC:
12980 return reloc_type == 80; /* R_PARISC_DIR64. */
aca88567
NC
12981 case EM_PPC64:
12982 return reloc_type == 38; /* R_PPC64_ADDR64. */
e23eba97
NC
12983 case EM_RISCV:
12984 return reloc_type == 2; /* R_RISCV_64. */
aca88567
NC
12985 case EM_SPARC32PLUS:
12986 case EM_SPARCV9:
12987 case EM_SPARC:
714da62f
NC
12988 return reloc_type == 32 /* R_SPARC_64. */
12989 || reloc_type == 54; /* R_SPARC_UA64. */
aca88567 12990 case EM_X86_64:
8a9036a4 12991 case EM_L1OM:
7a9068fe 12992 case EM_K1OM:
aca88567 12993 return reloc_type == 1; /* R_X86_64_64. */
e819ade1
AS
12994 case EM_S390_OLD:
12995 case EM_S390:
aa137e4d
NC
12996 return reloc_type == 22; /* R_S390_64. */
12997 case EM_TILEGX:
12998 return reloc_type == 1; /* R_TILEGX_64. */
85a82265 12999 case EM_MIPS:
aa137e4d 13000 return reloc_type == 18; /* R_MIPS_64. */
aca88567
NC
13001 default:
13002 return FALSE;
13003 }
13004}
13005
85acf597
RH
13006/* Like is_32bit_pcrel_reloc except that it returns TRUE iff RELOC_TYPE is
13007 a 64-bit pc-relative RELA relocation used in DWARF debug sections. */
13008
13009static bfd_boolean
dda8d76d 13010is_64bit_pcrel_reloc (Filedata * filedata, unsigned int reloc_type)
85acf597 13011{
dda8d76d 13012 switch (filedata->file_header.e_machine)
85acf597 13013 {
a06ea964
NC
13014 case EM_AARCH64:
13015 return reloc_type == 260; /* R_AARCH64_PREL64. */
85acf597 13016 case EM_ALPHA:
aa137e4d 13017 return reloc_type == 11; /* R_ALPHA_SREL64. */
85acf597 13018 case EM_IA_64:
262cdac7
AM
13019 return (reloc_type == 0x4e /* R_IA64_PCREL64MSB. */
13020 || reloc_type == 0x4f /* R_IA64_PCREL64LSB. */);
85acf597 13021 case EM_PARISC:
aa137e4d 13022 return reloc_type == 72; /* R_PARISC_PCREL64. */
85acf597 13023 case EM_PPC64:
aa137e4d 13024 return reloc_type == 44; /* R_PPC64_REL64. */
85acf597
RH
13025 case EM_SPARC32PLUS:
13026 case EM_SPARCV9:
13027 case EM_SPARC:
aa137e4d 13028 return reloc_type == 46; /* R_SPARC_DISP64. */
85acf597 13029 case EM_X86_64:
8a9036a4 13030 case EM_L1OM:
7a9068fe 13031 case EM_K1OM:
aa137e4d 13032 return reloc_type == 24; /* R_X86_64_PC64. */
85acf597
RH
13033 case EM_S390_OLD:
13034 case EM_S390:
aa137e4d
NC
13035 return reloc_type == 23; /* R_S390_PC64. */
13036 case EM_TILEGX:
13037 return reloc_type == 5; /* R_TILEGX_64_PCREL. */
85acf597
RH
13038 default:
13039 return FALSE;
13040 }
13041}
13042
4dc3c23d
AM
13043/* Like is_32bit_abs_reloc except that it returns TRUE iff RELOC_TYPE is
13044 a 24-bit absolute RELA relocation used in DWARF debug sections. */
13045
13046static bfd_boolean
dda8d76d 13047is_24bit_abs_reloc (Filedata * filedata, unsigned int reloc_type)
4dc3c23d 13048{
dda8d76d 13049 switch (filedata->file_header.e_machine)
4dc3c23d
AM
13050 {
13051 case EM_CYGNUS_MN10200:
13052 case EM_MN10200:
13053 return reloc_type == 4; /* R_MN10200_24. */
3ee6e4fb
NC
13054 case EM_FT32:
13055 return reloc_type == 5; /* R_FT32_20. */
6655dba2
SB
13056 case EM_Z80:
13057 return reloc_type == 5; /* R_Z80_24. */
4dc3c23d
AM
13058 default:
13059 return FALSE;
13060 }
13061}
13062
aca88567
NC
13063/* Like is_32bit_abs_reloc except that it returns TRUE iff RELOC_TYPE is
13064 a 16-bit absolute RELA relocation used in DWARF debug sections. */
13065
13066static bfd_boolean
dda8d76d 13067is_16bit_abs_reloc (Filedata * filedata, unsigned int reloc_type)
4b78141a 13068{
d347c9df 13069 /* Please keep this table alpha-sorted for ease of visual lookup. */
dda8d76d 13070 switch (filedata->file_header.e_machine)
4b78141a 13071 {
886a2506
NC
13072 case EM_ARC:
13073 case EM_ARC_COMPACT:
13074 case EM_ARC_COMPACT2:
13075 return reloc_type == 2; /* R_ARC_16. */
d347c9df
PS
13076 case EM_ADAPTEVA_EPIPHANY:
13077 return reloc_type == 5;
aca88567
NC
13078 case EM_AVR_OLD:
13079 case EM_AVR:
13080 return reloc_type == 4; /* R_AVR_16. */
41e92641
NC
13081 case EM_CYGNUS_D10V:
13082 case EM_D10V:
13083 return reloc_type == 3; /* R_D10V_16. */
81b42bca
JB
13084 case EM_FT32:
13085 return reloc_type == 2; /* R_FT32_16. */
4b78141a
NC
13086 case EM_H8S:
13087 case EM_H8_300:
13088 case EM_H8_300H:
aca88567
NC
13089 return reloc_type == R_H8_DIR16;
13090 case EM_IP2K_OLD:
13091 case EM_IP2K:
13092 return reloc_type == 1; /* R_IP2K_16. */
ff7eeb89 13093 case EM_M32C_OLD:
f4236fe4
DD
13094 case EM_M32C:
13095 return reloc_type == 1; /* R_M32C_16 */
d347c9df
PS
13096 case EM_CYGNUS_MN10200:
13097 case EM_MN10200:
13098 return reloc_type == 2; /* R_MN10200_16. */
13099 case EM_CYGNUS_MN10300:
13100 case EM_MN10300:
13101 return reloc_type == 2; /* R_MN10300_16. */
aca88567 13102 case EM_MSP430:
dda8d76d 13103 if (uses_msp430x_relocs (filedata))
13761a11 13104 return reloc_type == 2; /* R_MSP430_ABS16. */
1a0670f3 13105 /* Fall through. */
78c8d46c 13106 case EM_MSP430_OLD:
aca88567 13107 return reloc_type == 5; /* R_MSP430_16_BYTE. */
35c08157
KLC
13108 case EM_NDS32:
13109 return reloc_type == 19; /* R_NDS32_RELA. */
3e0873ac 13110 case EM_ALTERA_NIOS2:
36591ba1 13111 return reloc_type == 13; /* R_NIOS2_BFD_RELOC_16. */
3e0873ac
NC
13112 case EM_NIOS32:
13113 return reloc_type == 9; /* R_NIOS_16. */
73589c9d
CS
13114 case EM_OR1K:
13115 return reloc_type == 2; /* R_OR1K_16. */
39e07931
AS
13116 case EM_RISCV:
13117 return reloc_type == 55; /* R_RISCV_SET16. */
2b100bb5
DD
13118 case EM_TI_PRU:
13119 return reloc_type == 8; /* R_PRU_BFD_RELOC_16. */
40b36596
JM
13120 case EM_TI_C6000:
13121 return reloc_type == 2; /* R_C6000_ABS16. */
d347c9df
PS
13122 case EM_VISIUM:
13123 return reloc_type == 2; /* R_VISIUM_16. */
c29aca4a
NC
13124 case EM_XC16X:
13125 case EM_C166:
13126 return reloc_type == 2; /* R_XC16C_ABS_16. */
f6c1a2d5
NC
13127 case EM_XGATE:
13128 return reloc_type == 3; /* R_XGATE_16. */
6655dba2
SB
13129 case EM_Z80:
13130 return reloc_type == 4; /* R_Z80_16. */
4b78141a 13131 default:
aca88567 13132 return FALSE;
4b78141a
NC
13133 }
13134}
13135
39e07931
AS
13136/* Like is_32bit_abs_reloc except that it returns TRUE iff RELOC_TYPE is
13137 a 8-bit absolute RELA relocation used in DWARF debug sections. */
13138
13139static bfd_boolean
13140is_8bit_abs_reloc (Filedata * filedata, unsigned int reloc_type)
13141{
13142 switch (filedata->file_header.e_machine)
13143 {
13144 case EM_RISCV:
13145 return reloc_type == 54; /* R_RISCV_SET8. */
6655dba2
SB
13146 case EM_Z80:
13147 return reloc_type == 1; /* R_Z80_8. */
39e07931
AS
13148 default:
13149 return FALSE;
13150 }
13151}
13152
13153/* Like is_32bit_abs_reloc except that it returns TRUE iff RELOC_TYPE is
13154 a 6-bit absolute RELA relocation used in DWARF debug sections. */
13155
13156static bfd_boolean
13157is_6bit_abs_reloc (Filedata * filedata, unsigned int reloc_type)
13158{
13159 switch (filedata->file_header.e_machine)
13160 {
13161 case EM_RISCV:
13162 return reloc_type == 53; /* R_RISCV_SET6. */
13163 default:
13164 return FALSE;
13165 }
13166}
13167
03336641
JW
13168/* Like is_32bit_abs_reloc except that it returns TRUE iff RELOC_TYPE is
13169 a 32-bit inplace add RELA relocation used in DWARF debug sections. */
13170
13171static bfd_boolean
13172is_32bit_inplace_add_reloc (Filedata * filedata, unsigned int reloc_type)
13173{
13174 /* Please keep this table alpha-sorted for ease of visual lookup. */
13175 switch (filedata->file_header.e_machine)
13176 {
13177 case EM_RISCV:
13178 return reloc_type == 35; /* R_RISCV_ADD32. */
13179 default:
13180 return FALSE;
13181 }
13182}
13183
13184/* Like is_32bit_abs_reloc except that it returns TRUE iff RELOC_TYPE is
13185 a 32-bit inplace sub RELA relocation used in DWARF debug sections. */
13186
13187static bfd_boolean
13188is_32bit_inplace_sub_reloc (Filedata * filedata, unsigned int reloc_type)
13189{
13190 /* Please keep this table alpha-sorted for ease of visual lookup. */
13191 switch (filedata->file_header.e_machine)
13192 {
13193 case EM_RISCV:
13194 return reloc_type == 39; /* R_RISCV_SUB32. */
13195 default:
13196 return FALSE;
13197 }
13198}
13199
13200/* Like is_32bit_abs_reloc except that it returns TRUE iff RELOC_TYPE is
13201 a 64-bit inplace add RELA relocation used in DWARF debug sections. */
13202
13203static bfd_boolean
13204is_64bit_inplace_add_reloc (Filedata * filedata, unsigned int reloc_type)
13205{
13206 /* Please keep this table alpha-sorted for ease of visual lookup. */
13207 switch (filedata->file_header.e_machine)
13208 {
13209 case EM_RISCV:
13210 return reloc_type == 36; /* R_RISCV_ADD64. */
13211 default:
13212 return FALSE;
13213 }
13214}
13215
13216/* Like is_32bit_abs_reloc except that it returns TRUE iff RELOC_TYPE is
13217 a 64-bit inplace sub RELA relocation used in DWARF debug sections. */
13218
13219static bfd_boolean
13220is_64bit_inplace_sub_reloc (Filedata * filedata, unsigned int reloc_type)
13221{
13222 /* Please keep this table alpha-sorted for ease of visual lookup. */
13223 switch (filedata->file_header.e_machine)
13224 {
13225 case EM_RISCV:
13226 return reloc_type == 40; /* R_RISCV_SUB64. */
13227 default:
13228 return FALSE;
13229 }
13230}
13231
13232/* Like is_32bit_abs_reloc except that it returns TRUE iff RELOC_TYPE is
13233 a 16-bit inplace add RELA relocation used in DWARF debug sections. */
13234
13235static bfd_boolean
13236is_16bit_inplace_add_reloc (Filedata * filedata, unsigned int reloc_type)
13237{
13238 /* Please keep this table alpha-sorted for ease of visual lookup. */
13239 switch (filedata->file_header.e_machine)
13240 {
13241 case EM_RISCV:
13242 return reloc_type == 34; /* R_RISCV_ADD16. */
13243 default:
13244 return FALSE;
13245 }
13246}
13247
13248/* Like is_32bit_abs_reloc except that it returns TRUE iff RELOC_TYPE is
13249 a 16-bit inplace sub RELA relocation used in DWARF debug sections. */
13250
13251static bfd_boolean
13252is_16bit_inplace_sub_reloc (Filedata * filedata, unsigned int reloc_type)
13253{
13254 /* Please keep this table alpha-sorted for ease of visual lookup. */
13255 switch (filedata->file_header.e_machine)
13256 {
13257 case EM_RISCV:
13258 return reloc_type == 38; /* R_RISCV_SUB16. */
13259 default:
13260 return FALSE;
13261 }
13262}
13263
13264/* Like is_32bit_abs_reloc except that it returns TRUE iff RELOC_TYPE is
13265 a 8-bit inplace add RELA relocation used in DWARF debug sections. */
13266
13267static bfd_boolean
13268is_8bit_inplace_add_reloc (Filedata * filedata, unsigned int reloc_type)
13269{
13270 /* Please keep this table alpha-sorted for ease of visual lookup. */
13271 switch (filedata->file_header.e_machine)
13272 {
13273 case EM_RISCV:
13274 return reloc_type == 33; /* R_RISCV_ADD8. */
13275 default:
13276 return FALSE;
13277 }
13278}
13279
13280/* Like is_32bit_abs_reloc except that it returns TRUE iff RELOC_TYPE is
13281 a 8-bit inplace sub RELA relocation used in DWARF debug sections. */
13282
13283static bfd_boolean
13284is_8bit_inplace_sub_reloc (Filedata * filedata, unsigned int reloc_type)
13285{
13286 /* Please keep this table alpha-sorted for ease of visual lookup. */
13287 switch (filedata->file_header.e_machine)
13288 {
13289 case EM_RISCV:
13290 return reloc_type == 37; /* R_RISCV_SUB8. */
13291 default:
13292 return FALSE;
13293 }
13294}
13295
39e07931
AS
13296/* Like is_32bit_abs_reloc except that it returns TRUE iff RELOC_TYPE is
13297 a 6-bit inplace sub RELA relocation used in DWARF debug sections. */
13298
13299static bfd_boolean
13300is_6bit_inplace_sub_reloc (Filedata * filedata, unsigned int reloc_type)
13301{
13302 switch (filedata->file_header.e_machine)
13303 {
13304 case EM_RISCV:
13305 return reloc_type == 52; /* R_RISCV_SUB6. */
13306 default:
13307 return FALSE;
13308 }
13309}
13310
2a7b2e88
JK
13311/* Returns TRUE iff RELOC_TYPE is a NONE relocation used for discarded
13312 relocation entries (possibly formerly used for SHT_GROUP sections). */
13313
13314static bfd_boolean
dda8d76d 13315is_none_reloc (Filedata * filedata, unsigned int reloc_type)
2a7b2e88 13316{
dda8d76d 13317 switch (filedata->file_header.e_machine)
2a7b2e88 13318 {
cb8f3167 13319 case EM_386: /* R_386_NONE. */
d347c9df 13320 case EM_68K: /* R_68K_NONE. */
cfb8c092 13321 case EM_ADAPTEVA_EPIPHANY:
d347c9df
PS
13322 case EM_ALPHA: /* R_ALPHA_NONE. */
13323 case EM_ALTERA_NIOS2: /* R_NIOS2_NONE. */
886a2506 13324 case EM_ARC: /* R_ARC_NONE. */
886a2506 13325 case EM_ARC_COMPACT2: /* R_ARC_NONE. */
d347c9df 13326 case EM_ARC_COMPACT: /* R_ARC_NONE. */
cb8f3167 13327 case EM_ARM: /* R_ARM_NONE. */
d347c9df 13328 case EM_C166: /* R_XC16X_NONE. */
cb8f3167 13329 case EM_CRIS: /* R_CRIS_NONE. */
d347c9df
PS
13330 case EM_FT32: /* R_FT32_NONE. */
13331 case EM_IA_64: /* R_IA64_NONE. */
7a9068fe 13332 case EM_K1OM: /* R_X86_64_NONE. */
d347c9df
PS
13333 case EM_L1OM: /* R_X86_64_NONE. */
13334 case EM_M32R: /* R_M32R_NONE. */
13335 case EM_MIPS: /* R_MIPS_NONE. */
cb8f3167 13336 case EM_MN10300: /* R_MN10300_NONE. */
5506d11a 13337 case EM_MOXIE: /* R_MOXIE_NONE. */
d347c9df
PS
13338 case EM_NIOS32: /* R_NIOS_NONE. */
13339 case EM_OR1K: /* R_OR1K_NONE. */
13340 case EM_PARISC: /* R_PARISC_NONE. */
13341 case EM_PPC64: /* R_PPC64_NONE. */
13342 case EM_PPC: /* R_PPC_NONE. */
e23eba97 13343 case EM_RISCV: /* R_RISCV_NONE. */
d347c9df
PS
13344 case EM_S390: /* R_390_NONE. */
13345 case EM_S390_OLD:
13346 case EM_SH: /* R_SH_NONE. */
13347 case EM_SPARC32PLUS:
13348 case EM_SPARC: /* R_SPARC_NONE. */
13349 case EM_SPARCV9:
aa137e4d
NC
13350 case EM_TILEGX: /* R_TILEGX_NONE. */
13351 case EM_TILEPRO: /* R_TILEPRO_NONE. */
d347c9df
PS
13352 case EM_TI_C6000:/* R_C6000_NONE. */
13353 case EM_X86_64: /* R_X86_64_NONE. */
c29aca4a 13354 case EM_XC16X:
6655dba2 13355 case EM_Z80: /* R_Z80_NONE. */
f96bd6c2 13356 case EM_WEBASSEMBLY: /* R_WASM32_NONE. */
cb8f3167 13357 return reloc_type == 0;
d347c9df 13358
a06ea964
NC
13359 case EM_AARCH64:
13360 return reloc_type == 0 || reloc_type == 256;
d347c9df
PS
13361 case EM_AVR_OLD:
13362 case EM_AVR:
13363 return (reloc_type == 0 /* R_AVR_NONE. */
13364 || reloc_type == 30 /* R_AVR_DIFF8. */
13365 || reloc_type == 31 /* R_AVR_DIFF16. */
13366 || reloc_type == 32 /* R_AVR_DIFF32. */);
13367 case EM_METAG:
13368 return reloc_type == 3; /* R_METAG_NONE. */
35c08157
KLC
13369 case EM_NDS32:
13370 return (reloc_type == 0 /* R_XTENSA_NONE. */
13371 || reloc_type == 204 /* R_NDS32_DIFF8. */
13372 || reloc_type == 205 /* R_NDS32_DIFF16. */
13373 || reloc_type == 206 /* R_NDS32_DIFF32. */
13374 || reloc_type == 207 /* R_NDS32_ULEB128. */);
2b100bb5
DD
13375 case EM_TI_PRU:
13376 return (reloc_type == 0 /* R_PRU_NONE. */
13377 || reloc_type == 65 /* R_PRU_DIFF8. */
13378 || reloc_type == 66 /* R_PRU_DIFF16. */
13379 || reloc_type == 67 /* R_PRU_DIFF32. */);
58332dda
JK
13380 case EM_XTENSA_OLD:
13381 case EM_XTENSA:
4dc3c23d
AM
13382 return (reloc_type == 0 /* R_XTENSA_NONE. */
13383 || reloc_type == 17 /* R_XTENSA_DIFF8. */
13384 || reloc_type == 18 /* R_XTENSA_DIFF16. */
30ce8e47
MF
13385 || reloc_type == 19 /* R_XTENSA_DIFF32. */
13386 || reloc_type == 57 /* R_XTENSA_PDIFF8. */
13387 || reloc_type == 58 /* R_XTENSA_PDIFF16. */
13388 || reloc_type == 59 /* R_XTENSA_PDIFF32. */
13389 || reloc_type == 60 /* R_XTENSA_NDIFF8. */
13390 || reloc_type == 61 /* R_XTENSA_NDIFF16. */
13391 || reloc_type == 62 /* R_XTENSA_NDIFF32. */);
2a7b2e88
JK
13392 }
13393 return FALSE;
13394}
13395
d1c4b12b
NC
13396/* Returns TRUE if there is a relocation against
13397 section NAME at OFFSET bytes. */
13398
13399bfd_boolean
13400reloc_at (struct dwarf_section * dsec, dwarf_vma offset)
13401{
13402 Elf_Internal_Rela * relocs;
13403 Elf_Internal_Rela * rp;
13404
13405 if (dsec == NULL || dsec->reloc_info == NULL)
13406 return FALSE;
13407
13408 relocs = (Elf_Internal_Rela *) dsec->reloc_info;
13409
13410 for (rp = relocs; rp < relocs + dsec->num_relocs; ++rp)
13411 if (rp->r_offset == offset)
13412 return TRUE;
13413
13414 return FALSE;
13415}
13416
cf13d699 13417/* Apply relocations to a section.
32ec8896
NC
13418 Returns TRUE upon success, FALSE otherwise.
13419 If RELOCS_RETURN is non-NULL then it is set to point to the loaded relocs.
13420 It is then the caller's responsibility to free them. NUM_RELOCS_RETURN
13421 will be set to the number of relocs loaded.
13422
cf13d699 13423 Note: So far support has been added only for those relocations
32ec8896
NC
13424 which can be found in debug sections. FIXME: Add support for
13425 more relocations ? */
1b315056 13426
32ec8896 13427static bfd_boolean
dda8d76d 13428apply_relocations (Filedata * filedata,
d1c4b12b
NC
13429 const Elf_Internal_Shdr * section,
13430 unsigned char * start,
13431 bfd_size_type size,
1449284b 13432 void ** relocs_return,
d1c4b12b 13433 unsigned long * num_relocs_return)
1b315056 13434{
cf13d699 13435 Elf_Internal_Shdr * relsec;
0d2a7a93 13436 unsigned char * end = start + size;
cb8f3167 13437
d1c4b12b
NC
13438 if (relocs_return != NULL)
13439 {
13440 * (Elf_Internal_Rela **) relocs_return = NULL;
13441 * num_relocs_return = 0;
13442 }
13443
dda8d76d 13444 if (filedata->file_header.e_type != ET_REL)
32ec8896
NC
13445 /* No relocs to apply. */
13446 return TRUE;
1b315056 13447
cf13d699 13448 /* Find the reloc section associated with the section. */
dda8d76d
NC
13449 for (relsec = filedata->section_headers;
13450 relsec < filedata->section_headers + filedata->file_header.e_shnum;
5b18a4bc 13451 ++relsec)
252b5132 13452 {
41e92641
NC
13453 bfd_boolean is_rela;
13454 unsigned long num_relocs;
2cf0635d
NC
13455 Elf_Internal_Rela * relocs;
13456 Elf_Internal_Rela * rp;
13457 Elf_Internal_Shdr * symsec;
13458 Elf_Internal_Sym * symtab;
ba5cdace 13459 unsigned long num_syms;
2cf0635d 13460 Elf_Internal_Sym * sym;
252b5132 13461
41e92641 13462 if ((relsec->sh_type != SHT_RELA && relsec->sh_type != SHT_REL)
dda8d76d
NC
13463 || relsec->sh_info >= filedata->file_header.e_shnum
13464 || filedata->section_headers + relsec->sh_info != section
c256ffe7 13465 || relsec->sh_size == 0
dda8d76d 13466 || relsec->sh_link >= filedata->file_header.e_shnum)
5b18a4bc 13467 continue;
428409d5 13468
a788aedd
AM
13469 symsec = filedata->section_headers + relsec->sh_link;
13470 if (symsec->sh_type != SHT_SYMTAB
13471 && symsec->sh_type != SHT_DYNSYM)
13472 return FALSE;
13473
41e92641
NC
13474 is_rela = relsec->sh_type == SHT_RELA;
13475
13476 if (is_rela)
13477 {
dda8d76d 13478 if (!slurp_rela_relocs (filedata, relsec->sh_offset,
3f5e193b 13479 relsec->sh_size, & relocs, & num_relocs))
32ec8896 13480 return FALSE;
41e92641
NC
13481 }
13482 else
13483 {
dda8d76d 13484 if (!slurp_rel_relocs (filedata, relsec->sh_offset,
3f5e193b 13485 relsec->sh_size, & relocs, & num_relocs))
32ec8896 13486 return FALSE;
41e92641
NC
13487 }
13488
13489 /* SH uses RELA but uses in place value instead of the addend field. */
dda8d76d 13490 if (filedata->file_header.e_machine == EM_SH)
41e92641 13491 is_rela = FALSE;
428409d5 13492
dda8d76d 13493 symtab = GET_ELF_SYMBOLS (filedata, symsec, & num_syms);
103f02d3 13494
41e92641 13495 for (rp = relocs; rp < relocs + num_relocs; ++rp)
252b5132 13496 {
41e92641
NC
13497 bfd_vma addend;
13498 unsigned int reloc_type;
13499 unsigned int reloc_size;
03336641
JW
13500 bfd_boolean reloc_inplace = FALSE;
13501 bfd_boolean reloc_subtract = FALSE;
91d6fa6a 13502 unsigned char * rloc;
ba5cdace 13503 unsigned long sym_index;
4b78141a 13504
dda8d76d 13505 reloc_type = get_reloc_type (filedata, rp->r_info);
41e92641 13506
dda8d76d 13507 if (target_specific_reloc_handling (filedata, rp, start, end, symtab, num_syms))
2a7b2e88 13508 continue;
dda8d76d 13509 else if (is_none_reloc (filedata, reloc_type))
98fb390a 13510 continue;
dda8d76d
NC
13511 else if (is_32bit_abs_reloc (filedata, reloc_type)
13512 || is_32bit_pcrel_reloc (filedata, reloc_type))
aca88567 13513 reloc_size = 4;
dda8d76d
NC
13514 else if (is_64bit_abs_reloc (filedata, reloc_type)
13515 || is_64bit_pcrel_reloc (filedata, reloc_type))
aca88567 13516 reloc_size = 8;
dda8d76d 13517 else if (is_24bit_abs_reloc (filedata, reloc_type))
4dc3c23d 13518 reloc_size = 3;
dda8d76d 13519 else if (is_16bit_abs_reloc (filedata, reloc_type))
aca88567 13520 reloc_size = 2;
39e07931
AS
13521 else if (is_8bit_abs_reloc (filedata, reloc_type)
13522 || is_6bit_abs_reloc (filedata, reloc_type))
13523 reloc_size = 1;
03336641
JW
13524 else if ((reloc_subtract = is_32bit_inplace_sub_reloc (filedata,
13525 reloc_type))
13526 || is_32bit_inplace_add_reloc (filedata, reloc_type))
13527 {
13528 reloc_size = 4;
13529 reloc_inplace = TRUE;
13530 }
13531 else if ((reloc_subtract = is_64bit_inplace_sub_reloc (filedata,
13532 reloc_type))
13533 || is_64bit_inplace_add_reloc (filedata, reloc_type))
13534 {
13535 reloc_size = 8;
13536 reloc_inplace = TRUE;
13537 }
13538 else if ((reloc_subtract = is_16bit_inplace_sub_reloc (filedata,
13539 reloc_type))
13540 || is_16bit_inplace_add_reloc (filedata, reloc_type))
13541 {
13542 reloc_size = 2;
13543 reloc_inplace = TRUE;
13544 }
13545 else if ((reloc_subtract = is_8bit_inplace_sub_reloc (filedata,
13546 reloc_type))
13547 || is_8bit_inplace_add_reloc (filedata, reloc_type))
13548 {
13549 reloc_size = 1;
13550 reloc_inplace = TRUE;
13551 }
39e07931
AS
13552 else if ((reloc_subtract = is_6bit_inplace_sub_reloc (filedata,
13553 reloc_type)))
13554 {
13555 reloc_size = 1;
13556 reloc_inplace = TRUE;
13557 }
aca88567 13558 else
4b78141a 13559 {
bee0ee85 13560 static unsigned int prev_reloc = 0;
dda8d76d 13561
bee0ee85
NC
13562 if (reloc_type != prev_reloc)
13563 warn (_("unable to apply unsupported reloc type %d to section %s\n"),
dda8d76d 13564 reloc_type, printable_section_name (filedata, section));
bee0ee85 13565 prev_reloc = reloc_type;
4b78141a
NC
13566 continue;
13567 }
103f02d3 13568
91d6fa6a 13569 rloc = start + rp->r_offset;
75802ccb 13570 if (!IN_RANGE (start, end, rloc, reloc_size))
700dd8b7
L
13571 {
13572 warn (_("skipping invalid relocation offset 0x%lx in section %s\n"),
13573 (unsigned long) rp->r_offset,
dda8d76d 13574 printable_section_name (filedata, section));
700dd8b7
L
13575 continue;
13576 }
103f02d3 13577
ba5cdace
NC
13578 sym_index = (unsigned long) get_reloc_symindex (rp->r_info);
13579 if (sym_index >= num_syms)
13580 {
13581 warn (_("skipping invalid relocation symbol index 0x%lx in section %s\n"),
dda8d76d 13582 sym_index, printable_section_name (filedata, section));
ba5cdace
NC
13583 continue;
13584 }
13585 sym = symtab + sym_index;
41e92641
NC
13586
13587 /* If the reloc has a symbol associated with it,
55f25fc3
L
13588 make sure that it is of an appropriate type.
13589
13590 Relocations against symbols without type can happen.
13591 Gcc -feliminate-dwarf2-dups may generate symbols
13592 without type for debug info.
13593
13594 Icc generates relocations against function symbols
13595 instead of local labels.
13596
13597 Relocations against object symbols can happen, eg when
13598 referencing a global array. For an example of this see
13599 the _clz.o binary in libgcc.a. */
aca88567 13600 if (sym != symtab
b8871f35 13601 && ELF_ST_TYPE (sym->st_info) != STT_COMMON
55f25fc3 13602 && ELF_ST_TYPE (sym->st_info) > STT_SECTION)
5b18a4bc 13603 {
d3a49aa8 13604 warn (_("skipping unexpected symbol type %s in section %s relocation %ld\n"),
dda8d76d
NC
13605 get_symbol_type (filedata, ELF_ST_TYPE (sym->st_info)),
13606 printable_section_name (filedata, relsec),
d3a49aa8 13607 (long int)(rp - relocs));
aca88567 13608 continue;
5b18a4bc 13609 }
252b5132 13610
4dc3c23d
AM
13611 addend = 0;
13612 if (is_rela)
13613 addend += rp->r_addend;
c47320c3
AM
13614 /* R_XTENSA_32, R_PJ_DATA_DIR32 and R_D30V_32_NORMAL are
13615 partial_inplace. */
4dc3c23d 13616 if (!is_rela
dda8d76d 13617 || (filedata->file_header.e_machine == EM_XTENSA
4dc3c23d 13618 && reloc_type == 1)
dda8d76d
NC
13619 || ((filedata->file_header.e_machine == EM_PJ
13620 || filedata->file_header.e_machine == EM_PJ_OLD)
c47320c3 13621 && reloc_type == 1)
dda8d76d
NC
13622 || ((filedata->file_header.e_machine == EM_D30V
13623 || filedata->file_header.e_machine == EM_CYGNUS_D30V)
03336641
JW
13624 && reloc_type == 12)
13625 || reloc_inplace)
39e07931
AS
13626 {
13627 if (is_6bit_inplace_sub_reloc (filedata, reloc_type))
13628 addend += byte_get (rloc, reloc_size) & 0x3f;
13629 else
13630 addend += byte_get (rloc, reloc_size);
13631 }
cb8f3167 13632
dda8d76d
NC
13633 if (is_32bit_pcrel_reloc (filedata, reloc_type)
13634 || is_64bit_pcrel_reloc (filedata, reloc_type))
85acf597
RH
13635 {
13636 /* On HPPA, all pc-relative relocations are biased by 8. */
dda8d76d 13637 if (filedata->file_header.e_machine == EM_PARISC)
85acf597 13638 addend -= 8;
91d6fa6a 13639 byte_put (rloc, (addend + sym->st_value) - rp->r_offset,
85acf597
RH
13640 reloc_size);
13641 }
39e07931
AS
13642 else if (is_6bit_abs_reloc (filedata, reloc_type)
13643 || is_6bit_inplace_sub_reloc (filedata, reloc_type))
13644 {
13645 if (reloc_subtract)
13646 addend -= sym->st_value;
13647 else
13648 addend += sym->st_value;
13649 addend = (addend & 0x3f) | (byte_get (rloc, reloc_size) & 0xc0);
13650 byte_put (rloc, addend, reloc_size);
13651 }
03336641
JW
13652 else if (reloc_subtract)
13653 byte_put (rloc, addend - sym->st_value, reloc_size);
41e92641 13654 else
91d6fa6a 13655 byte_put (rloc, addend + sym->st_value, reloc_size);
5b18a4bc 13656 }
252b5132 13657
5b18a4bc 13658 free (symtab);
f84ce13b
NC
13659 /* Let the target specific reloc processing code know that
13660 we have finished with these relocs. */
dda8d76d 13661 target_specific_reloc_handling (filedata, NULL, NULL, NULL, NULL, 0);
d1c4b12b
NC
13662
13663 if (relocs_return)
13664 {
13665 * (Elf_Internal_Rela **) relocs_return = relocs;
13666 * num_relocs_return = num_relocs;
13667 }
13668 else
13669 free (relocs);
13670
5b18a4bc
NC
13671 break;
13672 }
32ec8896 13673
dfc616fa 13674 return TRUE;
5b18a4bc 13675}
103f02d3 13676
cf13d699 13677#ifdef SUPPORT_DISASSEMBLY
32ec8896 13678static bfd_boolean
dda8d76d 13679disassemble_section (Elf_Internal_Shdr * section, Filedata * filedata)
cf13d699 13680{
dda8d76d 13681 printf (_("\nAssembly dump of section %s\n"), printable_section_name (filedata, section));
cf13d699 13682
74e1a04b 13683 /* FIXME: XXX -- to be done --- XXX */
cf13d699 13684
32ec8896 13685 return TRUE;
cf13d699
NC
13686}
13687#endif
13688
13689/* Reads in the contents of SECTION from FILE, returning a pointer
13690 to a malloc'ed buffer or NULL if something went wrong. */
13691
13692static char *
dda8d76d 13693get_section_contents (Elf_Internal_Shdr * section, Filedata * filedata)
cf13d699 13694{
dda8d76d 13695 bfd_size_type num_bytes = section->sh_size;
cf13d699
NC
13696
13697 if (num_bytes == 0 || section->sh_type == SHT_NOBITS)
13698 {
c6b78c96 13699 printf (_("Section '%s' has no data to dump.\n"),
dda8d76d 13700 printable_section_name (filedata, section));
cf13d699
NC
13701 return NULL;
13702 }
13703
dda8d76d 13704 return (char *) get_data (NULL, filedata, section->sh_offset, 1, num_bytes,
3f5e193b 13705 _("section contents"));
cf13d699
NC
13706}
13707
0e602686
NC
13708/* Uncompresses a section that was compressed using zlib, in place. */
13709
13710static bfd_boolean
dda8d76d
NC
13711uncompress_section_contents (unsigned char ** buffer,
13712 dwarf_size_type uncompressed_size,
13713 dwarf_size_type * size)
0e602686
NC
13714{
13715 dwarf_size_type compressed_size = *size;
13716 unsigned char * compressed_buffer = *buffer;
13717 unsigned char * uncompressed_buffer;
13718 z_stream strm;
13719 int rc;
13720
13721 /* It is possible the section consists of several compressed
13722 buffers concatenated together, so we uncompress in a loop. */
13723 /* PR 18313: The state field in the z_stream structure is supposed
13724 to be invisible to the user (ie us), but some compilers will
13725 still complain about it being used without initialisation. So
13726 we first zero the entire z_stream structure and then set the fields
13727 that we need. */
13728 memset (& strm, 0, sizeof strm);
13729 strm.avail_in = compressed_size;
13730 strm.next_in = (Bytef *) compressed_buffer;
13731 strm.avail_out = uncompressed_size;
13732 uncompressed_buffer = (unsigned char *) xmalloc (uncompressed_size);
13733
13734 rc = inflateInit (& strm);
13735 while (strm.avail_in > 0)
13736 {
13737 if (rc != Z_OK)
13738 goto fail;
13739 strm.next_out = ((Bytef *) uncompressed_buffer
13740 + (uncompressed_size - strm.avail_out));
13741 rc = inflate (&strm, Z_FINISH);
13742 if (rc != Z_STREAM_END)
13743 goto fail;
13744 rc = inflateReset (& strm);
13745 }
13746 rc = inflateEnd (& strm);
13747 if (rc != Z_OK
13748 || strm.avail_out != 0)
13749 goto fail;
13750
13751 *buffer = uncompressed_buffer;
13752 *size = uncompressed_size;
13753 return TRUE;
13754
13755 fail:
13756 free (uncompressed_buffer);
13757 /* Indicate decompression failure. */
13758 *buffer = NULL;
13759 return FALSE;
13760}
dd24e3da 13761
32ec8896 13762static bfd_boolean
dda8d76d 13763dump_section_as_strings (Elf_Internal_Shdr * section, Filedata * filedata)
cf13d699 13764{
0e602686
NC
13765 Elf_Internal_Shdr * relsec;
13766 bfd_size_type num_bytes;
fd8008d8
L
13767 unsigned char * data;
13768 unsigned char * end;
13769 unsigned char * real_start;
13770 unsigned char * start;
0e602686 13771 bfd_boolean some_strings_shown;
cf13d699 13772
dda8d76d 13773 real_start = start = (unsigned char *) get_section_contents (section, filedata);
cf13d699 13774 if (start == NULL)
c6b78c96
NC
13775 /* PR 21820: Do not fail if the section was empty. */
13776 return (section->sh_size == 0 || section->sh_type == SHT_NOBITS) ? TRUE : FALSE;
13777
0e602686 13778 num_bytes = section->sh_size;
cf13d699 13779
dda8d76d 13780 printf (_("\nString dump of section '%s':\n"), printable_section_name (filedata, section));
cf13d699 13781
0e602686
NC
13782 if (decompress_dumps)
13783 {
13784 dwarf_size_type new_size = num_bytes;
13785 dwarf_size_type uncompressed_size = 0;
13786
13787 if ((section->sh_flags & SHF_COMPRESSED) != 0)
13788 {
13789 Elf_Internal_Chdr chdr;
13790 unsigned int compression_header_size
ebdf1ebf
NC
13791 = get_compression_header (& chdr, (unsigned char *) start,
13792 num_bytes);
5844b465
NC
13793 if (compression_header_size == 0)
13794 /* An error message will have already been generated
13795 by get_compression_header. */
13796 goto error_out;
0e602686 13797
813dabb9 13798 if (chdr.ch_type != ELFCOMPRESS_ZLIB)
0e602686 13799 {
813dabb9 13800 warn (_("section '%s' has unsupported compress type: %d\n"),
dda8d76d 13801 printable_section_name (filedata, section), chdr.ch_type);
f761cb13 13802 goto error_out;
813dabb9 13803 }
813dabb9
L
13804 uncompressed_size = chdr.ch_size;
13805 start += compression_header_size;
13806 new_size -= compression_header_size;
0e602686
NC
13807 }
13808 else if (new_size > 12 && streq ((char *) start, "ZLIB"))
13809 {
13810 /* Read the zlib header. In this case, it should be "ZLIB"
13811 followed by the uncompressed section size, 8 bytes in
13812 big-endian order. */
13813 uncompressed_size = start[4]; uncompressed_size <<= 8;
13814 uncompressed_size += start[5]; uncompressed_size <<= 8;
13815 uncompressed_size += start[6]; uncompressed_size <<= 8;
13816 uncompressed_size += start[7]; uncompressed_size <<= 8;
13817 uncompressed_size += start[8]; uncompressed_size <<= 8;
13818 uncompressed_size += start[9]; uncompressed_size <<= 8;
13819 uncompressed_size += start[10]; uncompressed_size <<= 8;
13820 uncompressed_size += start[11];
13821 start += 12;
13822 new_size -= 12;
13823 }
13824
1835f746
NC
13825 if (uncompressed_size)
13826 {
13827 if (uncompress_section_contents (& start,
13828 uncompressed_size, & new_size))
13829 num_bytes = new_size;
13830 else
13831 {
13832 error (_("Unable to decompress section %s\n"),
dda8d76d 13833 printable_section_name (filedata, section));
f761cb13 13834 goto error_out;
1835f746
NC
13835 }
13836 }
bc303e5d
NC
13837 else
13838 start = real_start;
0e602686 13839 }
fd8008d8 13840
cf13d699
NC
13841 /* If the section being dumped has relocations against it the user might
13842 be expecting these relocations to have been applied. Check for this
13843 case and issue a warning message in order to avoid confusion.
13844 FIXME: Maybe we ought to have an option that dumps a section with
13845 relocs applied ? */
dda8d76d
NC
13846 for (relsec = filedata->section_headers;
13847 relsec < filedata->section_headers + filedata->file_header.e_shnum;
cf13d699
NC
13848 ++relsec)
13849 {
13850 if ((relsec->sh_type != SHT_RELA && relsec->sh_type != SHT_REL)
dda8d76d
NC
13851 || relsec->sh_info >= filedata->file_header.e_shnum
13852 || filedata->section_headers + relsec->sh_info != section
cf13d699 13853 || relsec->sh_size == 0
dda8d76d 13854 || relsec->sh_link >= filedata->file_header.e_shnum)
cf13d699
NC
13855 continue;
13856
13857 printf (_(" Note: This section has relocations against it, but these have NOT been applied to this dump.\n"));
13858 break;
13859 }
13860
cf13d699
NC
13861 data = start;
13862 end = start + num_bytes;
13863 some_strings_shown = FALSE;
13864
ba3265d0
NC
13865#ifdef HAVE_MBSTATE_T
13866 mbstate_t state;
13867 /* Initialise the multibyte conversion state. */
13868 memset (& state, 0, sizeof (state));
13869#endif
13870
13871 bfd_boolean continuing = FALSE;
13872
cf13d699
NC
13873 while (data < end)
13874 {
13875 while (!ISPRINT (* data))
13876 if (++ data >= end)
13877 break;
13878
13879 if (data < end)
13880 {
071436c6
NC
13881 size_t maxlen = end - data;
13882
ba3265d0
NC
13883 if (continuing)
13884 {
13885 printf (" ");
13886 continuing = FALSE;
13887 }
13888 else
13889 {
cf13d699 13890#ifndef __MSVCRT__
ba3265d0
NC
13891 /* PR 11128: Use two separate invocations in order to work
13892 around bugs in the Solaris 8 implementation of printf. */
13893 printf (" [%6tx] ", data - start);
cf13d699 13894#else
ba3265d0 13895 printf (" [%6Ix] ", (size_t) (data - start));
cf13d699 13896#endif
ba3265d0
NC
13897 }
13898
4082ef84
NC
13899 if (maxlen > 0)
13900 {
ba3265d0
NC
13901 char c;
13902
13903 while (maxlen)
13904 {
13905 c = *data++;
13906
13907 if (c == 0)
13908 break;
13909
13910 /* PR 25543: Treat new-lines as string-ending characters. */
13911 if (c == '\n')
13912 {
13913 printf ("\\n\n");
13914 if (*data != 0)
13915 continuing = TRUE;
13916 break;
13917 }
13918
13919 /* Do not print control characters directly as they can affect terminal
13920 settings. Such characters usually appear in the names generated
13921 by the assembler for local labels. */
13922 if (ISCNTRL (c))
13923 {
13924 printf ("^%c", c + 0x40);
13925 }
13926 else if (ISPRINT (c))
13927 {
13928 putchar (c);
13929 }
13930 else
13931 {
13932 size_t n;
13933#ifdef HAVE_MBSTATE_T
13934 wchar_t w;
13935#endif
13936 /* Let printf do the hard work of displaying multibyte characters. */
13937 printf ("%.1s", data - 1);
13938#ifdef HAVE_MBSTATE_T
13939 /* Try to find out how many bytes made up the character that was
13940 just printed. Advance the symbol pointer past the bytes that
13941 were displayed. */
13942 n = mbrtowc (& w, (char *)(data - 1), MB_CUR_MAX, & state);
13943#else
13944 n = 1;
13945#endif
13946 if (n != (size_t) -1 && n != (size_t) -2 && n > 0)
13947 data += (n - 1);
13948 }
13949 }
13950
13951 if (c != '\n')
13952 putchar ('\n');
4082ef84
NC
13953 }
13954 else
13955 {
13956 printf (_("<corrupt>\n"));
13957 data = end;
13958 }
cf13d699
NC
13959 some_strings_shown = TRUE;
13960 }
13961 }
13962
13963 if (! some_strings_shown)
13964 printf (_(" No strings found in this section."));
13965
0e602686 13966 free (real_start);
cf13d699
NC
13967
13968 putchar ('\n');
32ec8896 13969 return TRUE;
f761cb13
AM
13970
13971error_out:
13972 free (real_start);
13973 return FALSE;
cf13d699
NC
13974}
13975
32ec8896 13976static bfd_boolean
dda8d76d
NC
13977dump_section_as_bytes (Elf_Internal_Shdr * section,
13978 Filedata * filedata,
13979 bfd_boolean relocate)
cf13d699
NC
13980{
13981 Elf_Internal_Shdr * relsec;
0e602686
NC
13982 bfd_size_type bytes;
13983 bfd_size_type section_size;
13984 bfd_vma addr;
13985 unsigned char * data;
13986 unsigned char * real_start;
13987 unsigned char * start;
13988
dda8d76d 13989 real_start = start = (unsigned char *) get_section_contents (section, filedata);
cf13d699 13990 if (start == NULL)
c6b78c96
NC
13991 /* PR 21820: Do not fail if the section was empty. */
13992 return (section->sh_size == 0 || section->sh_type == SHT_NOBITS) ? TRUE : FALSE;
32ec8896 13993
0e602686 13994 section_size = section->sh_size;
cf13d699 13995
dda8d76d 13996 printf (_("\nHex dump of section '%s':\n"), printable_section_name (filedata, section));
cf13d699 13997
0e602686
NC
13998 if (decompress_dumps)
13999 {
14000 dwarf_size_type new_size = section_size;
14001 dwarf_size_type uncompressed_size = 0;
14002
14003 if ((section->sh_flags & SHF_COMPRESSED) != 0)
14004 {
14005 Elf_Internal_Chdr chdr;
14006 unsigned int compression_header_size
ebdf1ebf 14007 = get_compression_header (& chdr, start, section_size);
0e602686 14008
5844b465
NC
14009 if (compression_header_size == 0)
14010 /* An error message will have already been generated
14011 by get_compression_header. */
14012 goto error_out;
14013
813dabb9 14014 if (chdr.ch_type != ELFCOMPRESS_ZLIB)
0e602686 14015 {
813dabb9 14016 warn (_("section '%s' has unsupported compress type: %d\n"),
dda8d76d 14017 printable_section_name (filedata, section), chdr.ch_type);
f761cb13 14018 goto error_out;
0e602686 14019 }
813dabb9
L
14020 uncompressed_size = chdr.ch_size;
14021 start += compression_header_size;
14022 new_size -= compression_header_size;
0e602686
NC
14023 }
14024 else if (new_size > 12 && streq ((char *) start, "ZLIB"))
14025 {
14026 /* Read the zlib header. In this case, it should be "ZLIB"
14027 followed by the uncompressed section size, 8 bytes in
14028 big-endian order. */
14029 uncompressed_size = start[4]; uncompressed_size <<= 8;
14030 uncompressed_size += start[5]; uncompressed_size <<= 8;
14031 uncompressed_size += start[6]; uncompressed_size <<= 8;
14032 uncompressed_size += start[7]; uncompressed_size <<= 8;
14033 uncompressed_size += start[8]; uncompressed_size <<= 8;
14034 uncompressed_size += start[9]; uncompressed_size <<= 8;
14035 uncompressed_size += start[10]; uncompressed_size <<= 8;
14036 uncompressed_size += start[11];
14037 start += 12;
14038 new_size -= 12;
14039 }
14040
f055032e
NC
14041 if (uncompressed_size)
14042 {
14043 if (uncompress_section_contents (& start, uncompressed_size,
14044 & new_size))
bc303e5d
NC
14045 {
14046 section_size = new_size;
14047 }
f055032e
NC
14048 else
14049 {
14050 error (_("Unable to decompress section %s\n"),
dda8d76d 14051 printable_section_name (filedata, section));
bc303e5d 14052 /* FIXME: Print the section anyway ? */
f761cb13 14053 goto error_out;
f055032e
NC
14054 }
14055 }
bc303e5d
NC
14056 else
14057 start = real_start;
0e602686 14058 }
14ae95f2 14059
cf13d699
NC
14060 if (relocate)
14061 {
dda8d76d 14062 if (! apply_relocations (filedata, section, start, section_size, NULL, NULL))
f761cb13 14063 goto error_out;
cf13d699
NC
14064 }
14065 else
14066 {
14067 /* If the section being dumped has relocations against it the user might
14068 be expecting these relocations to have been applied. Check for this
14069 case and issue a warning message in order to avoid confusion.
14070 FIXME: Maybe we ought to have an option that dumps a section with
14071 relocs applied ? */
dda8d76d
NC
14072 for (relsec = filedata->section_headers;
14073 relsec < filedata->section_headers + filedata->file_header.e_shnum;
cf13d699
NC
14074 ++relsec)
14075 {
14076 if ((relsec->sh_type != SHT_RELA && relsec->sh_type != SHT_REL)
dda8d76d
NC
14077 || relsec->sh_info >= filedata->file_header.e_shnum
14078 || filedata->section_headers + relsec->sh_info != section
cf13d699 14079 || relsec->sh_size == 0
dda8d76d 14080 || relsec->sh_link >= filedata->file_header.e_shnum)
cf13d699
NC
14081 continue;
14082
14083 printf (_(" NOTE: This section has relocations against it, but these have NOT been applied to this dump.\n"));
14084 break;
14085 }
14086 }
14087
14088 addr = section->sh_addr;
0e602686 14089 bytes = section_size;
cf13d699
NC
14090 data = start;
14091
14092 while (bytes)
14093 {
14094 int j;
14095 int k;
14096 int lbytes;
14097
14098 lbytes = (bytes > 16 ? 16 : bytes);
14099
14100 printf (" 0x%8.8lx ", (unsigned long) addr);
14101
14102 for (j = 0; j < 16; j++)
14103 {
14104 if (j < lbytes)
14105 printf ("%2.2x", data[j]);
14106 else
14107 printf (" ");
14108
14109 if ((j & 3) == 3)
14110 printf (" ");
14111 }
14112
14113 for (j = 0; j < lbytes; j++)
14114 {
14115 k = data[j];
14116 if (k >= ' ' && k < 0x7f)
14117 printf ("%c", k);
14118 else
14119 printf (".");
14120 }
14121
14122 putchar ('\n');
14123
14124 data += lbytes;
14125 addr += lbytes;
14126 bytes -= lbytes;
14127 }
14128
0e602686 14129 free (real_start);
cf13d699
NC
14130
14131 putchar ('\n');
32ec8896 14132 return TRUE;
f761cb13
AM
14133
14134 error_out:
14135 free (real_start);
14136 return FALSE;
cf13d699
NC
14137}
14138
094e34f2 14139#ifdef ENABLE_LIBCTF
7d9813f1
NA
14140static ctf_sect_t *
14141shdr_to_ctf_sect (ctf_sect_t *buf, Elf_Internal_Shdr *shdr, Filedata *filedata)
14142{
90bd5423 14143 buf->cts_name = SECTION_NAME (shdr);
7d9813f1
NA
14144 buf->cts_size = shdr->sh_size;
14145 buf->cts_entsize = shdr->sh_entsize;
7d9813f1
NA
14146
14147 return buf;
14148}
14149
14150/* Formatting callback function passed to ctf_dump. Returns either the pointer
14151 it is passed, or a pointer to newly-allocated storage, in which case
14152 dump_ctf() will free it when it no longer needs it. */
14153
2f6ecaed
NA
14154static char *
14155dump_ctf_indent_lines (ctf_sect_names_t sect ATTRIBUTE_UNUSED,
14156 char *s, void *arg)
7d9813f1 14157{
3e50a591 14158 const char *blanks = arg;
7d9813f1
NA
14159 char *new_s;
14160
3e50a591 14161 if (asprintf (&new_s, "%s%s", blanks, s) < 0)
7d9813f1
NA
14162 return s;
14163 return new_s;
14164}
14165
2f6ecaed
NA
14166/* Dump one CTF archive member. */
14167
14168static int
14169dump_ctf_archive_member (ctf_file_t *ctf, const char *name, void *arg)
14170{
14171 ctf_file_t *parent = (ctf_file_t *) arg;
14172 const char *things[] = {"Header", "Labels", "Data objects",
14173 "Function objects", "Variables", "Types", "Strings",
14174 ""};
14175 const char **thing;
14176 size_t i;
14177
14178 /* Only print out the name of non-default-named archive members.
14179 The name .ctf appears everywhere, even for things that aren't
14180 really archives, so printing it out is liable to be confusing.
14181
14182 The parent, if there is one, is the default-owned archive member:
14183 avoid importing it into itself. (This does no harm, but looks
14184 confusing.) */
14185
14186 if (strcmp (name, ".ctf") != 0)
14187 {
14188 printf (_("\nCTF archive member: %s:\n"), name);
14189 ctf_import (ctf, parent);
14190 }
14191
14192 for (i = 0, thing = things; *thing[0]; thing++, i++)
14193 {
14194 ctf_dump_state_t *s = NULL;
14195 char *item;
14196
14197 printf ("\n %s:\n", *thing);
14198 while ((item = ctf_dump (ctf, &s, i, dump_ctf_indent_lines,
14199 (void *) " ")) != NULL)
14200 {
14201 printf ("%s\n", item);
14202 free (item);
14203 }
14204
14205 if (ctf_errno (ctf))
14206 {
14207 error (_("Iteration failed: %s, %s\n"), *thing,
14208 ctf_errmsg (ctf_errno (ctf)));
14209 return 1;
14210 }
14211 }
14212 return 0;
14213}
14214
7d9813f1
NA
14215static bfd_boolean
14216dump_section_as_ctf (Elf_Internal_Shdr * section, Filedata * filedata)
14217{
14218 Elf_Internal_Shdr * parent_sec = NULL;
14219 Elf_Internal_Shdr * symtab_sec = NULL;
14220 Elf_Internal_Shdr * strtab_sec = NULL;
d344b407
NA
14221 void * data = NULL;
14222 void * symdata = NULL;
14223 void * strdata = NULL;
14224 void * parentdata = NULL;
14225 ctf_sect_t ctfsect, symsect, strsect, parentsect;
14226 ctf_sect_t * symsectp = NULL;
14227 ctf_sect_t * strsectp = NULL;
2f6ecaed
NA
14228 ctf_archive_t * ctfa = NULL;
14229 ctf_archive_t * parenta = NULL, *lookparent;
14230 ctf_file_t * parent = NULL;
7d9813f1 14231
7d9813f1
NA
14232 int err;
14233 bfd_boolean ret = FALSE;
7d9813f1
NA
14234
14235 shdr_to_ctf_sect (&ctfsect, section, filedata);
14236 data = get_section_contents (section, filedata);
14237 ctfsect.cts_data = data;
14238
616febde
NA
14239 if (!dump_ctf_symtab_name)
14240 dump_ctf_symtab_name = strdup (".symtab");
14241
14242 if (!dump_ctf_strtab_name)
14243 dump_ctf_strtab_name = strdup (".strtab");
14244
14245 if (dump_ctf_symtab_name && dump_ctf_symtab_name[0] != 0)
7d9813f1
NA
14246 {
14247 if ((symtab_sec = find_section (filedata, dump_ctf_symtab_name)) == NULL)
14248 {
14249 error (_("No symbol section named %s\n"), dump_ctf_symtab_name);
14250 goto fail;
14251 }
14252 if ((symdata = (void *) get_data (NULL, filedata,
14253 symtab_sec->sh_offset, 1,
14254 symtab_sec->sh_size,
14255 _("symbols"))) == NULL)
14256 goto fail;
14257 symsectp = shdr_to_ctf_sect (&symsect, symtab_sec, filedata);
14258 symsect.cts_data = symdata;
14259 }
616febde 14260 if (dump_ctf_strtab_name && dump_ctf_symtab_name[0] != 0)
7d9813f1
NA
14261 {
14262 if ((strtab_sec = find_section (filedata, dump_ctf_strtab_name)) == NULL)
14263 {
14264 error (_("No string table section named %s\n"),
14265 dump_ctf_strtab_name);
14266 goto fail;
14267 }
14268 if ((strdata = (void *) get_data (NULL, filedata,
14269 strtab_sec->sh_offset, 1,
14270 strtab_sec->sh_size,
14271 _("strings"))) == NULL)
14272 goto fail;
14273 strsectp = shdr_to_ctf_sect (&strsect, strtab_sec, filedata);
14274 strsect.cts_data = strdata;
14275 }
14276 if (dump_ctf_parent_name)
14277 {
14278 if ((parent_sec = find_section (filedata, dump_ctf_parent_name)) == NULL)
14279 {
14280 error (_("No CTF parent section named %s\n"), dump_ctf_parent_name);
14281 goto fail;
14282 }
14283 if ((parentdata = (void *) get_data (NULL, filedata,
14284 parent_sec->sh_offset, 1,
14285 parent_sec->sh_size,
14286 _("CTF parent"))) == NULL)
14287 goto fail;
14288 shdr_to_ctf_sect (&parentsect, parent_sec, filedata);
14289 parentsect.cts_data = parentdata;
14290 }
14291
2f6ecaed
NA
14292 /* Load the CTF file and dump it. It may be a raw CTF section, or an archive:
14293 libctf papers over the difference, so we can pretend it is always an
14294 archive. Possibly open the parent as well, if one was specified. */
7d9813f1 14295
2f6ecaed 14296 if ((ctfa = ctf_arc_bufopen (&ctfsect, symsectp, strsectp, &err)) == NULL)
7d9813f1
NA
14297 {
14298 error (_("CTF open failure: %s\n"), ctf_errmsg (err));
14299 goto fail;
14300 }
14301
14302 if (parentdata)
14303 {
2f6ecaed
NA
14304 if ((parenta = ctf_arc_bufopen (&parentsect, symsectp, strsectp,
14305 &err)) == NULL)
7d9813f1
NA
14306 {
14307 error (_("CTF open failure: %s\n"), ctf_errmsg (err));
14308 goto fail;
14309 }
2f6ecaed
NA
14310 lookparent = parenta;
14311 }
14312 else
14313 lookparent = ctfa;
7d9813f1 14314
2f6ecaed
NA
14315 /* Assume that the applicable parent archive member is the default one.
14316 (This is what all known implementations are expected to do, if they
14317 put CTFs and their parents in archives together.) */
14318 if ((parent = ctf_arc_open_by_name (lookparent, NULL, &err)) == NULL)
14319 {
14320 error (_("CTF open failure: %s\n"), ctf_errmsg (err));
14321 goto fail;
7d9813f1
NA
14322 }
14323
14324 ret = TRUE;
14325
14326 printf (_("\nDump of CTF section '%s':\n"),
14327 printable_section_name (filedata, section));
14328
2f6ecaed
NA
14329 if (ctf_archive_iter (ctfa, dump_ctf_archive_member, parent) != 0)
14330 ret = FALSE;
7d9813f1
NA
14331
14332 fail:
7d9813f1 14333 ctf_file_close (parent);
2f6ecaed
NA
14334 ctf_close (ctfa);
14335 ctf_close (parenta);
7d9813f1
NA
14336 free (parentdata);
14337 free (data);
14338 free (symdata);
14339 free (strdata);
14340 return ret;
14341}
094e34f2 14342#endif
7d9813f1 14343
32ec8896 14344static bfd_boolean
dda8d76d
NC
14345load_specific_debug_section (enum dwarf_section_display_enum debug,
14346 const Elf_Internal_Shdr * sec,
14347 void * data)
1007acb3 14348{
2cf0635d 14349 struct dwarf_section * section = &debug_displays [debug].section;
19e6b90e 14350 char buf [64];
dda8d76d 14351 Filedata * filedata = (Filedata *) data;
9abca702 14352
19e6b90e 14353 if (section->start != NULL)
dda8d76d
NC
14354 {
14355 /* If it is already loaded, do nothing. */
14356 if (streq (section->filename, filedata->file_name))
14357 return TRUE;
14358 free (section->start);
14359 }
1007acb3 14360
19e6b90e
L
14361 snprintf (buf, sizeof (buf), _("%s section data"), section->name);
14362 section->address = sec->sh_addr;
06614111 14363 section->user_data = NULL;
dda8d76d
NC
14364 section->filename = filedata->file_name;
14365 section->start = (unsigned char *) get_data (NULL, filedata,
3f5e193b
NC
14366 sec->sh_offset, 1,
14367 sec->sh_size, buf);
59245841
NC
14368 if (section->start == NULL)
14369 section->size = 0;
14370 else
14371 {
77115a4a
L
14372 unsigned char *start = section->start;
14373 dwarf_size_type size = sec->sh_size;
dab394de 14374 dwarf_size_type uncompressed_size = 0;
77115a4a
L
14375
14376 if ((sec->sh_flags & SHF_COMPRESSED) != 0)
14377 {
14378 Elf_Internal_Chdr chdr;
d8024a91
NC
14379 unsigned int compression_header_size;
14380
f53be977
L
14381 if (size < (is_32bit_elf
14382 ? sizeof (Elf32_External_Chdr)
14383 : sizeof (Elf64_External_Chdr)))
d8024a91 14384 {
55be8fd0 14385 warn (_("compressed section %s is too small to contain a compression header\n"),
d8024a91 14386 section->name);
32ec8896 14387 return FALSE;
d8024a91
NC
14388 }
14389
ebdf1ebf 14390 compression_header_size = get_compression_header (&chdr, start, size);
5844b465
NC
14391 if (compression_header_size == 0)
14392 /* An error message will have already been generated
14393 by get_compression_header. */
14394 return FALSE;
d8024a91 14395
813dabb9
L
14396 if (chdr.ch_type != ELFCOMPRESS_ZLIB)
14397 {
14398 warn (_("section '%s' has unsupported compress type: %d\n"),
14399 section->name, chdr.ch_type);
32ec8896 14400 return FALSE;
813dabb9 14401 }
dab394de 14402 uncompressed_size = chdr.ch_size;
77115a4a
L
14403 start += compression_header_size;
14404 size -= compression_header_size;
14405 }
dab394de
L
14406 else if (size > 12 && streq ((char *) start, "ZLIB"))
14407 {
14408 /* Read the zlib header. In this case, it should be "ZLIB"
14409 followed by the uncompressed section size, 8 bytes in
14410 big-endian order. */
14411 uncompressed_size = start[4]; uncompressed_size <<= 8;
14412 uncompressed_size += start[5]; uncompressed_size <<= 8;
14413 uncompressed_size += start[6]; uncompressed_size <<= 8;
14414 uncompressed_size += start[7]; uncompressed_size <<= 8;
14415 uncompressed_size += start[8]; uncompressed_size <<= 8;
14416 uncompressed_size += start[9]; uncompressed_size <<= 8;
14417 uncompressed_size += start[10]; uncompressed_size <<= 8;
14418 uncompressed_size += start[11];
14419 start += 12;
14420 size -= 12;
14421 }
14422
1835f746 14423 if (uncompressed_size)
77115a4a 14424 {
1835f746
NC
14425 if (uncompress_section_contents (&start, uncompressed_size,
14426 &size))
14427 {
14428 /* Free the compressed buffer, update the section buffer
14429 and the section size if uncompress is successful. */
14430 free (section->start);
14431 section->start = start;
14432 }
14433 else
14434 {
14435 error (_("Unable to decompress section %s\n"),
dda8d76d 14436 printable_section_name (filedata, sec));
32ec8896 14437 return FALSE;
1835f746 14438 }
77115a4a 14439 }
bc303e5d 14440
77115a4a 14441 section->size = size;
59245841 14442 }
4a114e3e 14443
1b315056 14444 if (section->start == NULL)
32ec8896 14445 return FALSE;
1b315056 14446
19e6b90e 14447 if (debug_displays [debug].relocate)
32ec8896 14448 {
dda8d76d 14449 if (! apply_relocations (filedata, sec, section->start, section->size,
32ec8896
NC
14450 & section->reloc_info, & section->num_relocs))
14451 return FALSE;
14452 }
d1c4b12b
NC
14453 else
14454 {
14455 section->reloc_info = NULL;
14456 section->num_relocs = 0;
14457 }
1007acb3 14458
32ec8896 14459 return TRUE;
1007acb3
L
14460}
14461
301a9420
AM
14462#if HAVE_LIBDEBUGINFOD
14463/* Return a hex string representation of the build-id. */
14464unsigned char *
14465get_build_id (void * data)
14466{
14467 Filedata * filedata = (Filedata *)data;
14468 Elf_Internal_Shdr * shdr;
14469 unsigned long i;
14470
55be8fd0
NC
14471 /* Iterate through notes to find note.gnu.build-id.
14472 FIXME: Only the first note in any note section is examined. */
301a9420
AM
14473 for (i = 0, shdr = filedata->section_headers;
14474 i < filedata->file_header.e_shnum && shdr != NULL;
14475 i++, shdr++)
14476 {
14477 if (shdr->sh_type != SHT_NOTE)
14478 continue;
14479
14480 char * next;
14481 char * end;
14482 size_t data_remaining;
14483 size_t min_notesz;
14484 Elf_External_Note * enote;
14485 Elf_Internal_Note inote;
14486
14487 bfd_vma offset = shdr->sh_offset;
14488 bfd_vma align = shdr->sh_addralign;
14489 bfd_vma length = shdr->sh_size;
14490
14491 enote = (Elf_External_Note *) get_section_contents (shdr, filedata);
14492 if (enote == NULL)
14493 continue;
14494
14495 if (align < 4)
14496 align = 4;
14497 else if (align != 4 && align != 8)
f761cb13
AM
14498 {
14499 free (enote);
14500 continue;
14501 }
301a9420
AM
14502
14503 end = (char *) enote + length;
14504 data_remaining = end - (char *) enote;
14505
14506 if (!is_ia64_vms (filedata))
14507 {
14508 min_notesz = offsetof (Elf_External_Note, name);
14509 if (data_remaining < min_notesz)
14510 {
55be8fd0
NC
14511 warn (_("\
14512malformed note encountered in section %s whilst scanning for build-id note\n"),
14513 printable_section_name (filedata, shdr));
f761cb13 14514 free (enote);
55be8fd0 14515 continue;
301a9420
AM
14516 }
14517 data_remaining -= min_notesz;
14518
14519 inote.type = BYTE_GET (enote->type);
14520 inote.namesz = BYTE_GET (enote->namesz);
14521 inote.namedata = enote->name;
14522 inote.descsz = BYTE_GET (enote->descsz);
14523 inote.descdata = ((char *) enote
14524 + ELF_NOTE_DESC_OFFSET (inote.namesz, align));
14525 inote.descpos = offset + (inote.descdata - (char *) enote);
14526 next = ((char *) enote
14527 + ELF_NOTE_NEXT_OFFSET (inote.namesz, inote.descsz, align));
14528 }
14529 else
14530 {
14531 Elf64_External_VMS_Note *vms_enote;
14532
14533 /* PR binutils/15191
14534 Make sure that there is enough data to read. */
14535 min_notesz = offsetof (Elf64_External_VMS_Note, name);
14536 if (data_remaining < min_notesz)
14537 {
55be8fd0
NC
14538 warn (_("\
14539malformed note encountered in section %s whilst scanning for build-id note\n"),
14540 printable_section_name (filedata, shdr));
f761cb13 14541 free (enote);
55be8fd0 14542 continue;
301a9420
AM
14543 }
14544 data_remaining -= min_notesz;
14545
14546 vms_enote = (Elf64_External_VMS_Note *) enote;
14547 inote.type = BYTE_GET (vms_enote->type);
14548 inote.namesz = BYTE_GET (vms_enote->namesz);
14549 inote.namedata = vms_enote->name;
14550 inote.descsz = BYTE_GET (vms_enote->descsz);
14551 inote.descdata = inote.namedata + align_power (inote.namesz, 3);
14552 inote.descpos = offset + (inote.descdata - (char *) enote);
14553 next = inote.descdata + align_power (inote.descsz, 3);
14554 }
14555
14556 /* Skip malformed notes. */
14557 if ((size_t) (inote.descdata - inote.namedata) < inote.namesz
14558 || (size_t) (inote.descdata - inote.namedata) > data_remaining
14559 || (size_t) (next - inote.descdata) < inote.descsz
14560 || ((size_t) (next - inote.descdata)
14561 > data_remaining - (size_t) (inote.descdata - inote.namedata)))
14562 {
55be8fd0
NC
14563 warn (_("\
14564malformed note encountered in section %s whilst scanning for build-id note\n"),
14565 printable_section_name (filedata, shdr));
f761cb13 14566 free (enote);
301a9420
AM
14567 continue;
14568 }
14569
14570 /* Check if this is the build-id note. If so then convert the build-id
14571 bytes to a hex string. */
14572 if (inote.namesz > 0
14573 && const_strneq (inote.namedata, "GNU")
14574 && inote.type == NT_GNU_BUILD_ID)
14575 {
14576 unsigned long j;
14577 char * build_id;
14578
14579 build_id = malloc (inote.descsz * 2 + 1);
14580 if (build_id == NULL)
f761cb13
AM
14581 {
14582 free (enote);
14583 return NULL;
14584 }
301a9420
AM
14585
14586 for (j = 0; j < inote.descsz; ++j)
14587 sprintf (build_id + (j * 2), "%02x", inote.descdata[j] & 0xff);
14588 build_id[inote.descsz * 2] = '\0';
f761cb13 14589 free (enote);
301a9420 14590
55be8fd0 14591 return (unsigned char *) build_id;
301a9420 14592 }
f761cb13 14593 free (enote);
301a9420
AM
14594 }
14595
14596 return NULL;
14597}
14598#endif /* HAVE_LIBDEBUGINFOD */
14599
657d0d47
CC
14600/* If this is not NULL, load_debug_section will only look for sections
14601 within the list of sections given here. */
32ec8896 14602static unsigned int * section_subset = NULL;
657d0d47 14603
32ec8896 14604bfd_boolean
dda8d76d 14605load_debug_section (enum dwarf_section_display_enum debug, void * data)
d966045b 14606{
2cf0635d
NC
14607 struct dwarf_section * section = &debug_displays [debug].section;
14608 Elf_Internal_Shdr * sec;
dda8d76d
NC
14609 Filedata * filedata = (Filedata *) data;
14610
f425ec66
NC
14611 /* Without section headers we cannot find any sections. */
14612 if (filedata->section_headers == NULL)
14613 return FALSE;
14614
9c1ce108
AM
14615 if (filedata->string_table == NULL
14616 && filedata->file_header.e_shstrndx != SHN_UNDEF
14617 && filedata->file_header.e_shstrndx < filedata->file_header.e_shnum)
dda8d76d
NC
14618 {
14619 Elf_Internal_Shdr * strs;
14620
14621 /* Read in the string table, so that we have section names to scan. */
14622 strs = filedata->section_headers + filedata->file_header.e_shstrndx;
14623
4dff97b2 14624 if (strs != NULL && strs->sh_size != 0)
dda8d76d 14625 {
9c1ce108
AM
14626 filedata->string_table
14627 = (char *) get_data (NULL, filedata, strs->sh_offset,
14628 1, strs->sh_size, _("string table"));
dda8d76d 14629
9c1ce108
AM
14630 filedata->string_table_length
14631 = filedata->string_table != NULL ? strs->sh_size : 0;
dda8d76d
NC
14632 }
14633 }
d966045b
DJ
14634
14635 /* Locate the debug section. */
dda8d76d 14636 sec = find_section_in_set (filedata, section->uncompressed_name, section_subset);
d966045b
DJ
14637 if (sec != NULL)
14638 section->name = section->uncompressed_name;
14639 else
14640 {
dda8d76d 14641 sec = find_section_in_set (filedata, section->compressed_name, section_subset);
d966045b
DJ
14642 if (sec != NULL)
14643 section->name = section->compressed_name;
14644 }
14645 if (sec == NULL)
32ec8896 14646 return FALSE;
d966045b 14647
657d0d47
CC
14648 /* If we're loading from a subset of sections, and we've loaded
14649 a section matching this name before, it's likely that it's a
14650 different one. */
14651 if (section_subset != NULL)
14652 free_debug_section (debug);
14653
dda8d76d 14654 return load_specific_debug_section (debug, sec, data);
d966045b
DJ
14655}
14656
19e6b90e
L
14657void
14658free_debug_section (enum dwarf_section_display_enum debug)
1007acb3 14659{
2cf0635d 14660 struct dwarf_section * section = &debug_displays [debug].section;
1007acb3 14661
19e6b90e
L
14662 if (section->start == NULL)
14663 return;
1007acb3 14664
19e6b90e
L
14665 free ((char *) section->start);
14666 section->start = NULL;
14667 section->address = 0;
14668 section->size = 0;
a788aedd 14669
9db70fc3
AM
14670 free (section->reloc_info);
14671 section->reloc_info = NULL;
14672 section->num_relocs = 0;
1007acb3
L
14673}
14674
32ec8896 14675static bfd_boolean
dda8d76d 14676display_debug_section (int shndx, Elf_Internal_Shdr * section, Filedata * filedata)
1007acb3 14677{
2cf0635d 14678 char * name = SECTION_NAME (section);
dda8d76d 14679 const char * print_name = printable_section_name (filedata, section);
19e6b90e 14680 bfd_size_type length;
32ec8896 14681 bfd_boolean result = TRUE;
3f5e193b 14682 int i;
1007acb3 14683
19e6b90e
L
14684 length = section->sh_size;
14685 if (length == 0)
1007acb3 14686 {
74e1a04b 14687 printf (_("\nSection '%s' has no debugging data.\n"), print_name);
32ec8896 14688 return TRUE;
1007acb3 14689 }
5dff79d8
NC
14690 if (section->sh_type == SHT_NOBITS)
14691 {
14692 /* There is no point in dumping the contents of a debugging section
14693 which has the NOBITS type - the bits in the file will be random.
14694 This can happen when a file containing a .eh_frame section is
14695 stripped with the --only-keep-debug command line option. */
74e1a04b
NC
14696 printf (_("section '%s' has the NOBITS type - its contents are unreliable.\n"),
14697 print_name);
32ec8896 14698 return FALSE;
5dff79d8 14699 }
1007acb3 14700
0112cd26 14701 if (const_strneq (name, ".gnu.linkonce.wi."))
19e6b90e 14702 name = ".debug_info";
1007acb3 14703
19e6b90e
L
14704 /* See if we know how to display the contents of this section. */
14705 for (i = 0; i < max; i++)
d85bf2ba
NC
14706 {
14707 enum dwarf_section_display_enum id = (enum dwarf_section_display_enum) i;
14708 struct dwarf_section_display * display = debug_displays + i;
14709 struct dwarf_section * sec = & display->section;
d966045b 14710
d85bf2ba
NC
14711 if (streq (sec->uncompressed_name, name)
14712 || (id == line && const_strneq (name, ".debug_line."))
14713 || streq (sec->compressed_name, name))
14714 {
14715 bfd_boolean secondary = (section != find_section (filedata, name));
1007acb3 14716
d85bf2ba
NC
14717 if (secondary)
14718 free_debug_section (id);
dda8d76d 14719
d85bf2ba
NC
14720 if (i == line && const_strneq (name, ".debug_line."))
14721 sec->name = name;
14722 else if (streq (sec->uncompressed_name, name))
14723 sec->name = sec->uncompressed_name;
14724 else
14725 sec->name = sec->compressed_name;
657d0d47 14726
d85bf2ba
NC
14727 if (load_specific_debug_section (id, section, filedata))
14728 {
14729 /* If this debug section is part of a CU/TU set in a .dwp file,
14730 restrict load_debug_section to the sections in that set. */
14731 section_subset = find_cu_tu_set (filedata, shndx);
1007acb3 14732
d85bf2ba 14733 result &= display->display (sec, filedata);
657d0d47 14734
d85bf2ba 14735 section_subset = NULL;
1007acb3 14736
d85bf2ba
NC
14737 if (secondary || (id != info && id != abbrev))
14738 free_debug_section (id);
14739 }
14740 break;
14741 }
14742 }
1007acb3 14743
19e6b90e 14744 if (i == max)
1007acb3 14745 {
74e1a04b 14746 printf (_("Unrecognized debug section: %s\n"), print_name);
32ec8896 14747 result = FALSE;
1007acb3
L
14748 }
14749
19e6b90e 14750 return result;
5b18a4bc 14751}
103f02d3 14752
aef1f6d0
DJ
14753/* Set DUMP_SECTS for all sections where dumps were requested
14754 based on section name. */
14755
14756static void
dda8d76d 14757initialise_dumps_byname (Filedata * filedata)
aef1f6d0 14758{
2cf0635d 14759 struct dump_list_entry * cur;
aef1f6d0
DJ
14760
14761 for (cur = dump_sects_byname; cur; cur = cur->next)
14762 {
14763 unsigned int i;
32ec8896 14764 bfd_boolean any = FALSE;
aef1f6d0 14765
dda8d76d
NC
14766 for (i = 0; i < filedata->file_header.e_shnum; i++)
14767 if (streq (SECTION_NAME (filedata->section_headers + i), cur->name))
aef1f6d0 14768 {
6431e409 14769 request_dump_bynumber (&filedata->dump, i, cur->type);
32ec8896 14770 any = TRUE;
aef1f6d0
DJ
14771 }
14772
14773 if (!any)
14774 warn (_("Section '%s' was not dumped because it does not exist!\n"),
14775 cur->name);
14776 }
14777}
14778
32ec8896 14779static bfd_boolean
dda8d76d 14780process_section_contents (Filedata * filedata)
5b18a4bc 14781{
2cf0635d 14782 Elf_Internal_Shdr * section;
19e6b90e 14783 unsigned int i;
32ec8896 14784 bfd_boolean res = TRUE;
103f02d3 14785
19e6b90e 14786 if (! do_dump)
32ec8896 14787 return TRUE;
103f02d3 14788
dda8d76d 14789 initialise_dumps_byname (filedata);
aef1f6d0 14790
dda8d76d 14791 for (i = 0, section = filedata->section_headers;
6431e409 14792 i < filedata->file_header.e_shnum && i < filedata->dump.num_dump_sects;
19e6b90e
L
14793 i++, section++)
14794 {
6431e409 14795 dump_type dump = filedata->dump.dump_sects[i];
dda8d76d 14796
19e6b90e 14797#ifdef SUPPORT_DISASSEMBLY
dda8d76d
NC
14798 if (dump & DISASS_DUMP)
14799 {
14800 if (! disassemble_section (section, filedata))
14801 res = FALSE;
14802 }
19e6b90e 14803#endif
dda8d76d 14804 if (dump & HEX_DUMP)
32ec8896 14805 {
dda8d76d 14806 if (! dump_section_as_bytes (section, filedata, FALSE))
32ec8896
NC
14807 res = FALSE;
14808 }
103f02d3 14809
dda8d76d 14810 if (dump & RELOC_DUMP)
32ec8896 14811 {
dda8d76d 14812 if (! dump_section_as_bytes (section, filedata, TRUE))
32ec8896
NC
14813 res = FALSE;
14814 }
09c11c86 14815
dda8d76d 14816 if (dump & STRING_DUMP)
32ec8896 14817 {
dda8d76d 14818 if (! dump_section_as_strings (section, filedata))
32ec8896
NC
14819 res = FALSE;
14820 }
cf13d699 14821
dda8d76d 14822 if (dump & DEBUG_DUMP)
32ec8896 14823 {
dda8d76d 14824 if (! display_debug_section (i, section, filedata))
32ec8896
NC
14825 res = FALSE;
14826 }
7d9813f1 14827
094e34f2 14828#ifdef ENABLE_LIBCTF
7d9813f1
NA
14829 if (dump & CTF_DUMP)
14830 {
14831 if (! dump_section_as_ctf (section, filedata))
14832 res = FALSE;
14833 }
094e34f2 14834#endif
5b18a4bc 14835 }
103f02d3 14836
19e6b90e
L
14837 /* Check to see if the user requested a
14838 dump of a section that does not exist. */
6431e409 14839 while (i < filedata->dump.num_dump_sects)
0ee3043f 14840 {
6431e409 14841 if (filedata->dump.dump_sects[i])
32ec8896
NC
14842 {
14843 warn (_("Section %d was not dumped because it does not exist!\n"), i);
14844 res = FALSE;
14845 }
0ee3043f
NC
14846 i++;
14847 }
32ec8896
NC
14848
14849 return res;
5b18a4bc 14850}
103f02d3 14851
5b18a4bc 14852static void
19e6b90e 14853process_mips_fpe_exception (int mask)
5b18a4bc 14854{
19e6b90e
L
14855 if (mask)
14856 {
32ec8896
NC
14857 bfd_boolean first = TRUE;
14858
19e6b90e 14859 if (mask & OEX_FPU_INEX)
32ec8896 14860 fputs ("INEX", stdout), first = FALSE;
19e6b90e 14861 if (mask & OEX_FPU_UFLO)
32ec8896 14862 printf ("%sUFLO", first ? "" : "|"), first = FALSE;
19e6b90e 14863 if (mask & OEX_FPU_OFLO)
32ec8896 14864 printf ("%sOFLO", first ? "" : "|"), first = FALSE;
19e6b90e 14865 if (mask & OEX_FPU_DIV0)
32ec8896 14866 printf ("%sDIV0", first ? "" : "|"), first = FALSE;
19e6b90e
L
14867 if (mask & OEX_FPU_INVAL)
14868 printf ("%sINVAL", first ? "" : "|");
14869 }
5b18a4bc 14870 else
19e6b90e 14871 fputs ("0", stdout);
5b18a4bc 14872}
103f02d3 14873
f6f0e17b
NC
14874/* Display's the value of TAG at location P. If TAG is
14875 greater than 0 it is assumed to be an unknown tag, and
14876 a message is printed to this effect. Otherwise it is
14877 assumed that a message has already been printed.
14878
14879 If the bottom bit of TAG is set it assumed to have a
14880 string value, otherwise it is assumed to have an integer
14881 value.
14882
14883 Returns an updated P pointing to the first unread byte
14884 beyond the end of TAG's value.
14885
14886 Reads at or beyond END will not be made. */
14887
14888static unsigned char *
60abdbed 14889display_tag_value (signed int tag,
f6f0e17b
NC
14890 unsigned char * p,
14891 const unsigned char * const end)
14892{
14893 unsigned long val;
14894
14895 if (tag > 0)
14896 printf (" Tag_unknown_%d: ", tag);
14897
14898 if (p >= end)
14899 {
4082ef84 14900 warn (_("<corrupt tag>\n"));
f6f0e17b
NC
14901 }
14902 else if (tag & 1)
14903 {
071436c6
NC
14904 /* PR 17531 file: 027-19978-0.004. */
14905 size_t maxlen = (end - p) - 1;
14906
14907 putchar ('"');
4082ef84
NC
14908 if (maxlen > 0)
14909 {
14910 print_symbol ((int) maxlen, (const char *) p);
14911 p += strnlen ((char *) p, maxlen) + 1;
14912 }
14913 else
14914 {
14915 printf (_("<corrupt string tag>"));
14916 p = (unsigned char *) end;
14917 }
071436c6 14918 printf ("\"\n");
f6f0e17b
NC
14919 }
14920 else
14921 {
cd30bcef 14922 READ_ULEB (val, p, end);
f6f0e17b
NC
14923 printf ("%ld (0x%lx)\n", val, val);
14924 }
14925
4082ef84 14926 assert (p <= end);
f6f0e17b
NC
14927 return p;
14928}
14929
53a346d8
CZ
14930/* ARC ABI attributes section. */
14931
14932static unsigned char *
14933display_arc_attribute (unsigned char * p,
14934 const unsigned char * const end)
14935{
14936 unsigned int tag;
53a346d8
CZ
14937 unsigned int val;
14938
cd30bcef 14939 READ_ULEB (tag, p, end);
53a346d8
CZ
14940
14941 switch (tag)
14942 {
14943 case Tag_ARC_PCS_config:
cd30bcef 14944 READ_ULEB (val, p, end);
53a346d8
CZ
14945 printf (" Tag_ARC_PCS_config: ");
14946 switch (val)
14947 {
14948 case 0:
14949 printf (_("Absent/Non standard\n"));
14950 break;
14951 case 1:
14952 printf (_("Bare metal/mwdt\n"));
14953 break;
14954 case 2:
14955 printf (_("Bare metal/newlib\n"));
14956 break;
14957 case 3:
14958 printf (_("Linux/uclibc\n"));
14959 break;
14960 case 4:
14961 printf (_("Linux/glibc\n"));
14962 break;
14963 default:
14964 printf (_("Unknown\n"));
14965 break;
14966 }
14967 break;
14968
14969 case Tag_ARC_CPU_base:
cd30bcef 14970 READ_ULEB (val, p, end);
53a346d8
CZ
14971 printf (" Tag_ARC_CPU_base: ");
14972 switch (val)
14973 {
14974 default:
14975 case TAG_CPU_NONE:
14976 printf (_("Absent\n"));
14977 break;
14978 case TAG_CPU_ARC6xx:
14979 printf ("ARC6xx\n");
14980 break;
14981 case TAG_CPU_ARC7xx:
14982 printf ("ARC7xx\n");
14983 break;
14984 case TAG_CPU_ARCEM:
14985 printf ("ARCEM\n");
14986 break;
14987 case TAG_CPU_ARCHS:
14988 printf ("ARCHS\n");
14989 break;
14990 }
14991 break;
14992
14993 case Tag_ARC_CPU_variation:
cd30bcef 14994 READ_ULEB (val, p, end);
53a346d8
CZ
14995 printf (" Tag_ARC_CPU_variation: ");
14996 switch (val)
14997 {
14998 default:
14999 if (val > 0 && val < 16)
53a346d8 15000 printf ("Core%d\n", val);
d8cbc93b
JL
15001 else
15002 printf ("Unknown\n");
15003 break;
15004
53a346d8
CZ
15005 case 0:
15006 printf (_("Absent\n"));
15007 break;
15008 }
15009 break;
15010
15011 case Tag_ARC_CPU_name:
15012 printf (" Tag_ARC_CPU_name: ");
15013 p = display_tag_value (-1, p, end);
15014 break;
15015
15016 case Tag_ARC_ABI_rf16:
cd30bcef 15017 READ_ULEB (val, p, end);
53a346d8
CZ
15018 printf (" Tag_ARC_ABI_rf16: %s\n", val ? _("yes") : _("no"));
15019 break;
15020
15021 case Tag_ARC_ABI_osver:
cd30bcef 15022 READ_ULEB (val, p, end);
53a346d8
CZ
15023 printf (" Tag_ARC_ABI_osver: v%d\n", val);
15024 break;
15025
15026 case Tag_ARC_ABI_pic:
15027 case Tag_ARC_ABI_sda:
cd30bcef 15028 READ_ULEB (val, p, end);
53a346d8
CZ
15029 printf (tag == Tag_ARC_ABI_sda ? " Tag_ARC_ABI_sda: "
15030 : " Tag_ARC_ABI_pic: ");
15031 switch (val)
15032 {
15033 case 0:
15034 printf (_("Absent\n"));
15035 break;
15036 case 1:
15037 printf ("MWDT\n");
15038 break;
15039 case 2:
15040 printf ("GNU\n");
15041 break;
15042 default:
15043 printf (_("Unknown\n"));
15044 break;
15045 }
15046 break;
15047
15048 case Tag_ARC_ABI_tls:
cd30bcef 15049 READ_ULEB (val, p, end);
53a346d8
CZ
15050 printf (" Tag_ARC_ABI_tls: %s\n", val ? "r25": "none");
15051 break;
15052
15053 case Tag_ARC_ABI_enumsize:
cd30bcef 15054 READ_ULEB (val, p, end);
53a346d8
CZ
15055 printf (" Tag_ARC_ABI_enumsize: %s\n", val ? _("default") :
15056 _("smallest"));
15057 break;
15058
15059 case Tag_ARC_ABI_exceptions:
cd30bcef 15060 READ_ULEB (val, p, end);
53a346d8
CZ
15061 printf (" Tag_ARC_ABI_exceptions: %s\n", val ? _("OPTFP")
15062 : _("default"));
15063 break;
15064
15065 case Tag_ARC_ABI_double_size:
cd30bcef 15066 READ_ULEB (val, p, end);
53a346d8
CZ
15067 printf (" Tag_ARC_ABI_double_size: %d\n", val);
15068 break;
15069
15070 case Tag_ARC_ISA_config:
15071 printf (" Tag_ARC_ISA_config: ");
15072 p = display_tag_value (-1, p, end);
15073 break;
15074
15075 case Tag_ARC_ISA_apex:
15076 printf (" Tag_ARC_ISA_apex: ");
15077 p = display_tag_value (-1, p, end);
15078 break;
15079
15080 case Tag_ARC_ISA_mpy_option:
cd30bcef 15081 READ_ULEB (val, p, end);
53a346d8
CZ
15082 printf (" Tag_ARC_ISA_mpy_option: %d\n", val);
15083 break;
15084
db1e1b45 15085 case Tag_ARC_ATR_version:
cd30bcef 15086 READ_ULEB (val, p, end);
db1e1b45 15087 printf (" Tag_ARC_ATR_version: %d\n", val);
15088 break;
15089
53a346d8
CZ
15090 default:
15091 return display_tag_value (tag & 1, p, end);
15092 }
15093
15094 return p;
15095}
15096
11c1ff18
PB
15097/* ARM EABI attributes section. */
15098typedef struct
15099{
70e99720 15100 unsigned int tag;
2cf0635d 15101 const char * name;
11c1ff18 15102 /* 0 = special, 1 = string, 2 = uleb123, > 0x80 == table lookup. */
70e99720 15103 unsigned int type;
2cf0635d 15104 const char ** table;
11c1ff18
PB
15105} arm_attr_public_tag;
15106
2cf0635d 15107static const char * arm_attr_tag_CPU_arch[] =
11c1ff18 15108 {"Pre-v4", "v4", "v4T", "v5T", "v5TE", "v5TEJ", "v6", "v6KZ", "v6T2",
ced40572 15109 "v6K", "v7", "v6-M", "v6S-M", "v7E-M", "v8", "v8-R", "v8-M.baseline",
031254f2 15110 "v8-M.mainline", "", "", "", "v8.1-M.mainline"};
2cf0635d
NC
15111static const char * arm_attr_tag_ARM_ISA_use[] = {"No", "Yes"};
15112static const char * arm_attr_tag_THUMB_ISA_use[] =
4ed7ed8d 15113 {"No", "Thumb-1", "Thumb-2", "Yes"};
75375b3e 15114static const char * arm_attr_tag_FP_arch[] =
bca38921 15115 {"No", "VFPv1", "VFPv2", "VFPv3", "VFPv3-D16", "VFPv4", "VFPv4-D16",
a715796b 15116 "FP for ARMv8", "FPv5/FP-D16 for ARMv8"};
2cf0635d 15117static const char * arm_attr_tag_WMMX_arch[] = {"No", "WMMXv1", "WMMXv2"};
dd24e3da 15118static const char * arm_attr_tag_Advanced_SIMD_arch[] =
9411fd44
MW
15119 {"No", "NEONv1", "NEONv1 with Fused-MAC", "NEON for ARMv8",
15120 "NEON for ARMv8.1"};
2cf0635d 15121static const char * arm_attr_tag_PCS_config[] =
11c1ff18
PB
15122 {"None", "Bare platform", "Linux application", "Linux DSO", "PalmOS 2004",
15123 "PalmOS (reserved)", "SymbianOS 2004", "SymbianOS (reserved)"};
2cf0635d 15124static const char * arm_attr_tag_ABI_PCS_R9_use[] =
11c1ff18 15125 {"V6", "SB", "TLS", "Unused"};
2cf0635d 15126static const char * arm_attr_tag_ABI_PCS_RW_data[] =
11c1ff18 15127 {"Absolute", "PC-relative", "SB-relative", "None"};
2cf0635d 15128static const char * arm_attr_tag_ABI_PCS_RO_data[] =
11c1ff18 15129 {"Absolute", "PC-relative", "None"};
2cf0635d 15130static const char * arm_attr_tag_ABI_PCS_GOT_use[] =
11c1ff18 15131 {"None", "direct", "GOT-indirect"};
2cf0635d 15132static const char * arm_attr_tag_ABI_PCS_wchar_t[] =
11c1ff18 15133 {"None", "??? 1", "2", "??? 3", "4"};
2cf0635d
NC
15134static const char * arm_attr_tag_ABI_FP_rounding[] = {"Unused", "Needed"};
15135static const char * arm_attr_tag_ABI_FP_denormal[] =
f5f53991 15136 {"Unused", "Needed", "Sign only"};
2cf0635d
NC
15137static const char * arm_attr_tag_ABI_FP_exceptions[] = {"Unused", "Needed"};
15138static const char * arm_attr_tag_ABI_FP_user_exceptions[] = {"Unused", "Needed"};
15139static const char * arm_attr_tag_ABI_FP_number_model[] =
11c1ff18 15140 {"Unused", "Finite", "RTABI", "IEEE 754"};
2cf0635d 15141static const char * arm_attr_tag_ABI_enum_size[] =
11c1ff18 15142 {"Unused", "small", "int", "forced to int"};
2cf0635d 15143static const char * arm_attr_tag_ABI_HardFP_use[] =
99654aaf 15144 {"As Tag_FP_arch", "SP only", "Reserved", "Deprecated"};
2cf0635d 15145static const char * arm_attr_tag_ABI_VFP_args[] =
5c294fee 15146 {"AAPCS", "VFP registers", "custom", "compatible"};
2cf0635d 15147static const char * arm_attr_tag_ABI_WMMX_args[] =
11c1ff18 15148 {"AAPCS", "WMMX registers", "custom"};
2cf0635d 15149static const char * arm_attr_tag_ABI_optimization_goals[] =
11c1ff18
PB
15150 {"None", "Prefer Speed", "Aggressive Speed", "Prefer Size",
15151 "Aggressive Size", "Prefer Debug", "Aggressive Debug"};
2cf0635d 15152static const char * arm_attr_tag_ABI_FP_optimization_goals[] =
11c1ff18
PB
15153 {"None", "Prefer Speed", "Aggressive Speed", "Prefer Size",
15154 "Aggressive Size", "Prefer Accuracy", "Aggressive Accuracy"};
2cf0635d 15155static const char * arm_attr_tag_CPU_unaligned_access[] = {"None", "v6"};
75375b3e 15156static const char * arm_attr_tag_FP_HP_extension[] =
8e79c3df 15157 {"Not Allowed", "Allowed"};
2cf0635d 15158static const char * arm_attr_tag_ABI_FP_16bit_format[] =
8e79c3df 15159 {"None", "IEEE 754", "Alternative Format"};
15afaa63
TP
15160static const char * arm_attr_tag_DSP_extension[] =
15161 {"Follow architecture", "Allowed"};
dd24e3da 15162static const char * arm_attr_tag_MPextension_use[] =
cd21e546
MGD
15163 {"Not Allowed", "Allowed"};
15164static const char * arm_attr_tag_DIV_use[] =
dd24e3da 15165 {"Allowed in Thumb-ISA, v7-R or v7-M", "Not allowed",
cd21e546 15166 "Allowed in v7-A with integer division extension"};
2cf0635d
NC
15167static const char * arm_attr_tag_T2EE_use[] = {"Not Allowed", "Allowed"};
15168static const char * arm_attr_tag_Virtualization_use[] =
dd24e3da 15169 {"Not Allowed", "TrustZone", "Virtualization Extensions",
cd21e546 15170 "TrustZone and Virtualization Extensions"};
dd24e3da 15171static const char * arm_attr_tag_MPextension_use_legacy[] =
f5f53991 15172 {"Not Allowed", "Allowed"};
11c1ff18 15173
a7ad558c
AV
15174static const char * arm_attr_tag_MVE_arch[] =
15175 {"No MVE", "MVE Integer only", "MVE Integer and FP"};
15176
11c1ff18
PB
15177#define LOOKUP(id, name) \
15178 {id, #name, 0x80 | ARRAY_SIZE(arm_attr_tag_##name), arm_attr_tag_##name}
d70c5fc7 15179static arm_attr_public_tag arm_attr_public_tags[] =
11c1ff18
PB
15180{
15181 {4, "CPU_raw_name", 1, NULL},
15182 {5, "CPU_name", 1, NULL},
15183 LOOKUP(6, CPU_arch),
15184 {7, "CPU_arch_profile", 0, NULL},
15185 LOOKUP(8, ARM_ISA_use),
15186 LOOKUP(9, THUMB_ISA_use),
75375b3e 15187 LOOKUP(10, FP_arch),
11c1ff18 15188 LOOKUP(11, WMMX_arch),
f5f53991
AS
15189 LOOKUP(12, Advanced_SIMD_arch),
15190 LOOKUP(13, PCS_config),
11c1ff18
PB
15191 LOOKUP(14, ABI_PCS_R9_use),
15192 LOOKUP(15, ABI_PCS_RW_data),
f5f53991 15193 LOOKUP(16, ABI_PCS_RO_data),
11c1ff18
PB
15194 LOOKUP(17, ABI_PCS_GOT_use),
15195 LOOKUP(18, ABI_PCS_wchar_t),
15196 LOOKUP(19, ABI_FP_rounding),
15197 LOOKUP(20, ABI_FP_denormal),
15198 LOOKUP(21, ABI_FP_exceptions),
15199 LOOKUP(22, ABI_FP_user_exceptions),
15200 LOOKUP(23, ABI_FP_number_model),
75375b3e
MGD
15201 {24, "ABI_align_needed", 0, NULL},
15202 {25, "ABI_align_preserved", 0, NULL},
11c1ff18
PB
15203 LOOKUP(26, ABI_enum_size),
15204 LOOKUP(27, ABI_HardFP_use),
15205 LOOKUP(28, ABI_VFP_args),
15206 LOOKUP(29, ABI_WMMX_args),
15207 LOOKUP(30, ABI_optimization_goals),
15208 LOOKUP(31, ABI_FP_optimization_goals),
8e79c3df 15209 {32, "compatibility", 0, NULL},
f5f53991 15210 LOOKUP(34, CPU_unaligned_access),
75375b3e 15211 LOOKUP(36, FP_HP_extension),
8e79c3df 15212 LOOKUP(38, ABI_FP_16bit_format),
cd21e546
MGD
15213 LOOKUP(42, MPextension_use),
15214 LOOKUP(44, DIV_use),
15afaa63 15215 LOOKUP(46, DSP_extension),
a7ad558c 15216 LOOKUP(48, MVE_arch),
f5f53991
AS
15217 {64, "nodefaults", 0, NULL},
15218 {65, "also_compatible_with", 0, NULL},
15219 LOOKUP(66, T2EE_use),
15220 {67, "conformance", 1, NULL},
15221 LOOKUP(68, Virtualization_use),
cd21e546 15222 LOOKUP(70, MPextension_use_legacy)
11c1ff18
PB
15223};
15224#undef LOOKUP
15225
11c1ff18 15226static unsigned char *
f6f0e17b
NC
15227display_arm_attribute (unsigned char * p,
15228 const unsigned char * const end)
11c1ff18 15229{
70e99720 15230 unsigned int tag;
70e99720 15231 unsigned int val;
2cf0635d 15232 arm_attr_public_tag * attr;
11c1ff18 15233 unsigned i;
70e99720 15234 unsigned int type;
11c1ff18 15235
cd30bcef 15236 READ_ULEB (tag, p, end);
11c1ff18 15237 attr = NULL;
2cf0635d 15238 for (i = 0; i < ARRAY_SIZE (arm_attr_public_tags); i++)
11c1ff18
PB
15239 {
15240 if (arm_attr_public_tags[i].tag == tag)
15241 {
15242 attr = &arm_attr_public_tags[i];
15243 break;
15244 }
15245 }
15246
15247 if (attr)
15248 {
15249 printf (" Tag_%s: ", attr->name);
15250 switch (attr->type)
15251 {
15252 case 0:
15253 switch (tag)
15254 {
15255 case 7: /* Tag_CPU_arch_profile. */
cd30bcef 15256 READ_ULEB (val, p, end);
11c1ff18
PB
15257 switch (val)
15258 {
2b692964
NC
15259 case 0: printf (_("None\n")); break;
15260 case 'A': printf (_("Application\n")); break;
15261 case 'R': printf (_("Realtime\n")); break;
15262 case 'M': printf (_("Microcontroller\n")); break;
15263 case 'S': printf (_("Application or Realtime\n")); break;
11c1ff18
PB
15264 default: printf ("??? (%d)\n", val); break;
15265 }
15266 break;
15267
75375b3e 15268 case 24: /* Tag_align_needed. */
cd30bcef 15269 READ_ULEB (val, p, end);
75375b3e
MGD
15270 switch (val)
15271 {
2b692964
NC
15272 case 0: printf (_("None\n")); break;
15273 case 1: printf (_("8-byte\n")); break;
15274 case 2: printf (_("4-byte\n")); break;
75375b3e
MGD
15275 case 3: printf ("??? 3\n"); break;
15276 default:
15277 if (val <= 12)
dd24e3da 15278 printf (_("8-byte and up to %d-byte extended\n"),
75375b3e
MGD
15279 1 << val);
15280 else
15281 printf ("??? (%d)\n", val);
15282 break;
15283 }
15284 break;
15285
15286 case 25: /* Tag_align_preserved. */
cd30bcef 15287 READ_ULEB (val, p, end);
75375b3e
MGD
15288 switch (val)
15289 {
2b692964
NC
15290 case 0: printf (_("None\n")); break;
15291 case 1: printf (_("8-byte, except leaf SP\n")); break;
15292 case 2: printf (_("8-byte\n")); break;
75375b3e
MGD
15293 case 3: printf ("??? 3\n"); break;
15294 default:
15295 if (val <= 12)
dd24e3da 15296 printf (_("8-byte and up to %d-byte extended\n"),
75375b3e
MGD
15297 1 << val);
15298 else
15299 printf ("??? (%d)\n", val);
15300 break;
15301 }
15302 break;
15303
11c1ff18 15304 case 32: /* Tag_compatibility. */
071436c6 15305 {
cd30bcef 15306 READ_ULEB (val, p, end);
071436c6 15307 printf (_("flag = %d, vendor = "), val);
4082ef84
NC
15308 if (p < end - 1)
15309 {
15310 size_t maxlen = (end - p) - 1;
15311
15312 print_symbol ((int) maxlen, (const char *) p);
15313 p += strnlen ((char *) p, maxlen) + 1;
15314 }
15315 else
15316 {
15317 printf (_("<corrupt>"));
15318 p = (unsigned char *) end;
15319 }
071436c6 15320 putchar ('\n');
071436c6 15321 }
11c1ff18
PB
15322 break;
15323
f5f53991 15324 case 64: /* Tag_nodefaults. */
541a3cbd
NC
15325 /* PR 17531: file: 001-505008-0.01. */
15326 if (p < end)
15327 p++;
2b692964 15328 printf (_("True\n"));
f5f53991
AS
15329 break;
15330
15331 case 65: /* Tag_also_compatible_with. */
cd30bcef 15332 READ_ULEB (val, p, end);
f5f53991
AS
15333 if (val == 6 /* Tag_CPU_arch. */)
15334 {
cd30bcef 15335 READ_ULEB (val, p, end);
071436c6 15336 if ((unsigned int) val >= ARRAY_SIZE (arm_attr_tag_CPU_arch))
f5f53991
AS
15337 printf ("??? (%d)\n", val);
15338 else
15339 printf ("%s\n", arm_attr_tag_CPU_arch[val]);
15340 }
15341 else
15342 printf ("???\n");
071436c6
NC
15343 while (p < end && *(p++) != '\0' /* NUL terminator. */)
15344 ;
f5f53991
AS
15345 break;
15346
11c1ff18 15347 default:
bee0ee85
NC
15348 printf (_("<unknown: %d>\n"), tag);
15349 break;
11c1ff18
PB
15350 }
15351 return p;
15352
15353 case 1:
f6f0e17b 15354 return display_tag_value (-1, p, end);
11c1ff18 15355 case 2:
f6f0e17b 15356 return display_tag_value (0, p, end);
11c1ff18
PB
15357
15358 default:
15359 assert (attr->type & 0x80);
cd30bcef 15360 READ_ULEB (val, p, end);
11c1ff18
PB
15361 type = attr->type & 0x7f;
15362 if (val >= type)
15363 printf ("??? (%d)\n", val);
15364 else
15365 printf ("%s\n", attr->table[val]);
15366 return p;
15367 }
15368 }
11c1ff18 15369
f6f0e17b 15370 return display_tag_value (tag, p, end);
11c1ff18
PB
15371}
15372
104d59d1 15373static unsigned char *
60bca95a 15374display_gnu_attribute (unsigned char * p,
60abdbed 15375 unsigned char * (* display_proc_gnu_attribute) (unsigned char *, unsigned int, const unsigned char * const),
f6f0e17b 15376 const unsigned char * const end)
104d59d1 15377{
cd30bcef 15378 unsigned int tag;
60abdbed 15379 unsigned int val;
104d59d1 15380
cd30bcef 15381 READ_ULEB (tag, p, end);
104d59d1
JM
15382
15383 /* Tag_compatibility is the only generic GNU attribute defined at
15384 present. */
15385 if (tag == 32)
15386 {
cd30bcef 15387 READ_ULEB (val, p, end);
071436c6
NC
15388
15389 printf (_("flag = %d, vendor = "), val);
f6f0e17b
NC
15390 if (p == end)
15391 {
071436c6 15392 printf (_("<corrupt>\n"));
f6f0e17b
NC
15393 warn (_("corrupt vendor attribute\n"));
15394 }
15395 else
15396 {
4082ef84
NC
15397 if (p < end - 1)
15398 {
15399 size_t maxlen = (end - p) - 1;
071436c6 15400
4082ef84
NC
15401 print_symbol ((int) maxlen, (const char *) p);
15402 p += strnlen ((char *) p, maxlen) + 1;
15403 }
15404 else
15405 {
15406 printf (_("<corrupt>"));
15407 p = (unsigned char *) end;
15408 }
071436c6 15409 putchar ('\n');
f6f0e17b 15410 }
104d59d1
JM
15411 return p;
15412 }
15413
15414 if ((tag & 2) == 0 && display_proc_gnu_attribute)
f6f0e17b 15415 return display_proc_gnu_attribute (p, tag, end);
104d59d1 15416
f6f0e17b 15417 return display_tag_value (tag, p, end);
104d59d1
JM
15418}
15419
85f7484a
PB
15420static unsigned char *
15421display_m68k_gnu_attribute (unsigned char * p,
15422 unsigned int tag,
15423 const unsigned char * const end)
15424{
15425 unsigned int val;
15426
15427 if (tag == Tag_GNU_M68K_ABI_FP)
15428 {
15429 printf (" Tag_GNU_M68K_ABI_FP: ");
15430 if (p == end)
15431 {
15432 printf (_("<corrupt>\n"));
15433 return p;
15434 }
15435 READ_ULEB (val, p, end);
15436
15437 if (val > 3)
15438 printf ("(%#x), ", val);
15439
15440 switch (val & 3)
15441 {
15442 case 0:
15443 printf (_("unspecified hard/soft float\n"));
15444 break;
15445 case 1:
15446 printf (_("hard float\n"));
15447 break;
15448 case 2:
15449 printf (_("soft float\n"));
15450 break;
15451 }
15452 return p;
15453 }
15454
15455 return display_tag_value (tag & 1, p, end);
15456}
15457
34c8bcba 15458static unsigned char *
f6f0e17b 15459display_power_gnu_attribute (unsigned char * p,
60abdbed 15460 unsigned int tag,
f6f0e17b 15461 const unsigned char * const end)
34c8bcba 15462{
005d79fd 15463 unsigned int val;
34c8bcba
JM
15464
15465 if (tag == Tag_GNU_Power_ABI_FP)
15466 {
34c8bcba 15467 printf (" Tag_GNU_Power_ABI_FP: ");
cd30bcef 15468 if (p == end)
005d79fd
AM
15469 {
15470 printf (_("<corrupt>\n"));
15471 return p;
15472 }
cd30bcef 15473 READ_ULEB (val, p, end);
60bca95a 15474
005d79fd
AM
15475 if (val > 15)
15476 printf ("(%#x), ", val);
15477
15478 switch (val & 3)
34c8bcba
JM
15479 {
15480 case 0:
005d79fd 15481 printf (_("unspecified hard/soft float, "));
34c8bcba
JM
15482 break;
15483 case 1:
005d79fd 15484 printf (_("hard float, "));
34c8bcba
JM
15485 break;
15486 case 2:
005d79fd 15487 printf (_("soft float, "));
34c8bcba 15488 break;
3c7b9897 15489 case 3:
005d79fd 15490 printf (_("single-precision hard float, "));
3c7b9897 15491 break;
005d79fd
AM
15492 }
15493
15494 switch (val & 0xC)
15495 {
15496 case 0:
15497 printf (_("unspecified long double\n"));
15498 break;
15499 case 4:
15500 printf (_("128-bit IBM long double\n"));
15501 break;
15502 case 8:
15503 printf (_("64-bit long double\n"));
15504 break;
15505 case 12:
15506 printf (_("128-bit IEEE long double\n"));
34c8bcba
JM
15507 break;
15508 }
15509 return p;
005d79fd 15510 }
34c8bcba 15511
c6e65352
DJ
15512 if (tag == Tag_GNU_Power_ABI_Vector)
15513 {
c6e65352 15514 printf (" Tag_GNU_Power_ABI_Vector: ");
cd30bcef 15515 if (p == end)
005d79fd
AM
15516 {
15517 printf (_("<corrupt>\n"));
15518 return p;
15519 }
cd30bcef 15520 READ_ULEB (val, p, end);
005d79fd
AM
15521
15522 if (val > 3)
15523 printf ("(%#x), ", val);
15524
15525 switch (val & 3)
c6e65352
DJ
15526 {
15527 case 0:
005d79fd 15528 printf (_("unspecified\n"));
c6e65352
DJ
15529 break;
15530 case 1:
005d79fd 15531 printf (_("generic\n"));
c6e65352
DJ
15532 break;
15533 case 2:
15534 printf ("AltiVec\n");
15535 break;
15536 case 3:
15537 printf ("SPE\n");
15538 break;
c6e65352
DJ
15539 }
15540 return p;
005d79fd 15541 }
c6e65352 15542
f82e0623
NF
15543 if (tag == Tag_GNU_Power_ABI_Struct_Return)
15544 {
005d79fd 15545 printf (" Tag_GNU_Power_ABI_Struct_Return: ");
cd30bcef 15546 if (p == end)
f6f0e17b 15547 {
005d79fd 15548 printf (_("<corrupt>\n"));
f6f0e17b
NC
15549 return p;
15550 }
cd30bcef 15551 READ_ULEB (val, p, end);
0b4362b0 15552
005d79fd
AM
15553 if (val > 2)
15554 printf ("(%#x), ", val);
15555
15556 switch (val & 3)
15557 {
15558 case 0:
15559 printf (_("unspecified\n"));
15560 break;
15561 case 1:
15562 printf ("r3/r4\n");
15563 break;
15564 case 2:
15565 printf (_("memory\n"));
15566 break;
15567 case 3:
15568 printf ("???\n");
15569 break;
15570 }
f82e0623
NF
15571 return p;
15572 }
15573
f6f0e17b 15574 return display_tag_value (tag & 1, p, end);
34c8bcba
JM
15575}
15576
643f7afb
AK
15577static unsigned char *
15578display_s390_gnu_attribute (unsigned char * p,
60abdbed 15579 unsigned int tag,
643f7afb
AK
15580 const unsigned char * const end)
15581{
cd30bcef 15582 unsigned int val;
643f7afb
AK
15583
15584 if (tag == Tag_GNU_S390_ABI_Vector)
15585 {
643f7afb 15586 printf (" Tag_GNU_S390_ABI_Vector: ");
cd30bcef 15587 READ_ULEB (val, p, end);
643f7afb
AK
15588
15589 switch (val)
15590 {
15591 case 0:
15592 printf (_("any\n"));
15593 break;
15594 case 1:
15595 printf (_("software\n"));
15596 break;
15597 case 2:
15598 printf (_("hardware\n"));
15599 break;
15600 default:
15601 printf ("??? (%d)\n", val);
15602 break;
15603 }
15604 return p;
15605 }
15606
15607 return display_tag_value (tag & 1, p, end);
15608}
15609
9e8c70f9 15610static void
60abdbed 15611display_sparc_hwcaps (unsigned int mask)
9e8c70f9
DM
15612{
15613 if (mask)
15614 {
32ec8896 15615 bfd_boolean first = TRUE;
071436c6 15616
9e8c70f9 15617 if (mask & ELF_SPARC_HWCAP_MUL32)
32ec8896 15618 fputs ("mul32", stdout), first = FALSE;
9e8c70f9 15619 if (mask & ELF_SPARC_HWCAP_DIV32)
32ec8896 15620 printf ("%sdiv32", first ? "" : "|"), first = FALSE;
9e8c70f9 15621 if (mask & ELF_SPARC_HWCAP_FSMULD)
32ec8896 15622 printf ("%sfsmuld", first ? "" : "|"), first = FALSE;
9e8c70f9 15623 if (mask & ELF_SPARC_HWCAP_V8PLUS)
32ec8896 15624 printf ("%sv8plus", first ? "" : "|"), first = FALSE;
9e8c70f9 15625 if (mask & ELF_SPARC_HWCAP_POPC)
32ec8896 15626 printf ("%spopc", first ? "" : "|"), first = FALSE;
9e8c70f9 15627 if (mask & ELF_SPARC_HWCAP_VIS)
32ec8896 15628 printf ("%svis", first ? "" : "|"), first = FALSE;
9e8c70f9 15629 if (mask & ELF_SPARC_HWCAP_VIS2)
32ec8896 15630 printf ("%svis2", first ? "" : "|"), first = FALSE;
9e8c70f9 15631 if (mask & ELF_SPARC_HWCAP_ASI_BLK_INIT)
32ec8896 15632 printf ("%sASIBlkInit", first ? "" : "|"), first = FALSE;
9e8c70f9 15633 if (mask & ELF_SPARC_HWCAP_FMAF)
32ec8896 15634 printf ("%sfmaf", first ? "" : "|"), first = FALSE;
9e8c70f9 15635 if (mask & ELF_SPARC_HWCAP_VIS3)
32ec8896 15636 printf ("%svis3", first ? "" : "|"), first = FALSE;
9e8c70f9 15637 if (mask & ELF_SPARC_HWCAP_HPC)
32ec8896 15638 printf ("%shpc", first ? "" : "|"), first = FALSE;
9e8c70f9 15639 if (mask & ELF_SPARC_HWCAP_RANDOM)
32ec8896 15640 printf ("%srandom", first ? "" : "|"), first = FALSE;
9e8c70f9 15641 if (mask & ELF_SPARC_HWCAP_TRANS)
32ec8896 15642 printf ("%strans", first ? "" : "|"), first = FALSE;
9e8c70f9 15643 if (mask & ELF_SPARC_HWCAP_FJFMAU)
32ec8896 15644 printf ("%sfjfmau", first ? "" : "|"), first = FALSE;
9e8c70f9 15645 if (mask & ELF_SPARC_HWCAP_IMA)
32ec8896 15646 printf ("%sima", first ? "" : "|"), first = FALSE;
9e8c70f9 15647 if (mask & ELF_SPARC_HWCAP_ASI_CACHE_SPARING)
32ec8896 15648 printf ("%scspare", first ? "" : "|"), first = FALSE;
9e8c70f9
DM
15649 }
15650 else
071436c6
NC
15651 fputc ('0', stdout);
15652 fputc ('\n', stdout);
9e8c70f9
DM
15653}
15654
3d68f91c 15655static void
60abdbed 15656display_sparc_hwcaps2 (unsigned int mask)
3d68f91c
JM
15657{
15658 if (mask)
15659 {
32ec8896 15660 bfd_boolean first = TRUE;
071436c6 15661
3d68f91c 15662 if (mask & ELF_SPARC_HWCAP2_FJATHPLUS)
32ec8896 15663 fputs ("fjathplus", stdout), first = FALSE;
3d68f91c 15664 if (mask & ELF_SPARC_HWCAP2_VIS3B)
32ec8896 15665 printf ("%svis3b", first ? "" : "|"), first = FALSE;
3d68f91c 15666 if (mask & ELF_SPARC_HWCAP2_ADP)
32ec8896 15667 printf ("%sadp", first ? "" : "|"), first = FALSE;
3d68f91c 15668 if (mask & ELF_SPARC_HWCAP2_SPARC5)
32ec8896 15669 printf ("%ssparc5", first ? "" : "|"), first = FALSE;
3d68f91c 15670 if (mask & ELF_SPARC_HWCAP2_MWAIT)
32ec8896 15671 printf ("%smwait", first ? "" : "|"), first = FALSE;
3d68f91c 15672 if (mask & ELF_SPARC_HWCAP2_XMPMUL)
32ec8896 15673 printf ("%sxmpmul", first ? "" : "|"), first = FALSE;
3d68f91c 15674 if (mask & ELF_SPARC_HWCAP2_XMONT)
32ec8896 15675 printf ("%sxmont2", first ? "" : "|"), first = FALSE;
3d68f91c 15676 if (mask & ELF_SPARC_HWCAP2_NSEC)
32ec8896 15677 printf ("%snsec", first ? "" : "|"), first = FALSE;
3d68f91c 15678 if (mask & ELF_SPARC_HWCAP2_FJATHHPC)
32ec8896 15679 printf ("%sfjathhpc", first ? "" : "|"), first = FALSE;
3d68f91c 15680 if (mask & ELF_SPARC_HWCAP2_FJDES)
32ec8896 15681 printf ("%sfjdes", first ? "" : "|"), first = FALSE;
3d68f91c 15682 if (mask & ELF_SPARC_HWCAP2_FJAES)
32ec8896 15683 printf ("%sfjaes", first ? "" : "|"), first = FALSE;
3d68f91c
JM
15684 }
15685 else
071436c6
NC
15686 fputc ('0', stdout);
15687 fputc ('\n', stdout);
3d68f91c
JM
15688}
15689
9e8c70f9 15690static unsigned char *
f6f0e17b 15691display_sparc_gnu_attribute (unsigned char * p,
60abdbed 15692 unsigned int tag,
f6f0e17b 15693 const unsigned char * const end)
9e8c70f9 15694{
cd30bcef 15695 unsigned int val;
3d68f91c 15696
9e8c70f9
DM
15697 if (tag == Tag_GNU_Sparc_HWCAPS)
15698 {
cd30bcef 15699 READ_ULEB (val, p, end);
9e8c70f9 15700 printf (" Tag_GNU_Sparc_HWCAPS: ");
9e8c70f9
DM
15701 display_sparc_hwcaps (val);
15702 return p;
3d68f91c
JM
15703 }
15704 if (tag == Tag_GNU_Sparc_HWCAPS2)
15705 {
cd30bcef 15706 READ_ULEB (val, p, end);
3d68f91c
JM
15707 printf (" Tag_GNU_Sparc_HWCAPS2: ");
15708 display_sparc_hwcaps2 (val);
15709 return p;
15710 }
9e8c70f9 15711
f6f0e17b 15712 return display_tag_value (tag, p, end);
9e8c70f9
DM
15713}
15714
351cdf24 15715static void
32ec8896 15716print_mips_fp_abi_value (unsigned int val)
351cdf24
MF
15717{
15718 switch (val)
15719 {
15720 case Val_GNU_MIPS_ABI_FP_ANY:
15721 printf (_("Hard or soft float\n"));
15722 break;
15723 case Val_GNU_MIPS_ABI_FP_DOUBLE:
15724 printf (_("Hard float (double precision)\n"));
15725 break;
15726 case Val_GNU_MIPS_ABI_FP_SINGLE:
15727 printf (_("Hard float (single precision)\n"));
15728 break;
15729 case Val_GNU_MIPS_ABI_FP_SOFT:
15730 printf (_("Soft float\n"));
15731 break;
15732 case Val_GNU_MIPS_ABI_FP_OLD_64:
15733 printf (_("Hard float (MIPS32r2 64-bit FPU 12 callee-saved)\n"));
15734 break;
15735 case Val_GNU_MIPS_ABI_FP_XX:
15736 printf (_("Hard float (32-bit CPU, Any FPU)\n"));
15737 break;
15738 case Val_GNU_MIPS_ABI_FP_64:
15739 printf (_("Hard float (32-bit CPU, 64-bit FPU)\n"));
15740 break;
15741 case Val_GNU_MIPS_ABI_FP_64A:
15742 printf (_("Hard float compat (32-bit CPU, 64-bit FPU)\n"));
15743 break;
3350cc01
CM
15744 case Val_GNU_MIPS_ABI_FP_NAN2008:
15745 printf (_("NaN 2008 compatibility\n"));
15746 break;
351cdf24
MF
15747 default:
15748 printf ("??? (%d)\n", val);
15749 break;
15750 }
15751}
15752
2cf19d5c 15753static unsigned char *
f6f0e17b 15754display_mips_gnu_attribute (unsigned char * p,
60abdbed 15755 unsigned int tag,
f6f0e17b 15756 const unsigned char * const end)
2cf19d5c 15757{
2cf19d5c
JM
15758 if (tag == Tag_GNU_MIPS_ABI_FP)
15759 {
32ec8896 15760 unsigned int val;
f6f0e17b 15761
2cf19d5c 15762 printf (" Tag_GNU_MIPS_ABI_FP: ");
cd30bcef 15763 READ_ULEB (val, p, end);
351cdf24 15764 print_mips_fp_abi_value (val);
2cf19d5c
JM
15765 return p;
15766 }
15767
a9f58168
CF
15768 if (tag == Tag_GNU_MIPS_ABI_MSA)
15769 {
32ec8896 15770 unsigned int val;
a9f58168 15771
a9f58168 15772 printf (" Tag_GNU_MIPS_ABI_MSA: ");
cd30bcef 15773 READ_ULEB (val, p, end);
a9f58168
CF
15774
15775 switch (val)
15776 {
15777 case Val_GNU_MIPS_ABI_MSA_ANY:
15778 printf (_("Any MSA or not\n"));
15779 break;
15780 case Val_GNU_MIPS_ABI_MSA_128:
15781 printf (_("128-bit MSA\n"));
15782 break;
15783 default:
15784 printf ("??? (%d)\n", val);
15785 break;
15786 }
15787 return p;
15788 }
15789
f6f0e17b 15790 return display_tag_value (tag & 1, p, end);
2cf19d5c
JM
15791}
15792
59e6276b 15793static unsigned char *
f6f0e17b
NC
15794display_tic6x_attribute (unsigned char * p,
15795 const unsigned char * const end)
59e6276b 15796{
60abdbed 15797 unsigned int tag;
cd30bcef 15798 unsigned int val;
59e6276b 15799
cd30bcef 15800 READ_ULEB (tag, p, end);
59e6276b
JM
15801
15802 switch (tag)
15803 {
75fa6dc1 15804 case Tag_ISA:
75fa6dc1 15805 printf (" Tag_ISA: ");
cd30bcef 15806 READ_ULEB (val, p, end);
59e6276b
JM
15807
15808 switch (val)
15809 {
75fa6dc1 15810 case C6XABI_Tag_ISA_none:
59e6276b
JM
15811 printf (_("None\n"));
15812 break;
75fa6dc1 15813 case C6XABI_Tag_ISA_C62X:
59e6276b
JM
15814 printf ("C62x\n");
15815 break;
75fa6dc1 15816 case C6XABI_Tag_ISA_C67X:
59e6276b
JM
15817 printf ("C67x\n");
15818 break;
75fa6dc1 15819 case C6XABI_Tag_ISA_C67XP:
59e6276b
JM
15820 printf ("C67x+\n");
15821 break;
75fa6dc1 15822 case C6XABI_Tag_ISA_C64X:
59e6276b
JM
15823 printf ("C64x\n");
15824 break;
75fa6dc1 15825 case C6XABI_Tag_ISA_C64XP:
59e6276b
JM
15826 printf ("C64x+\n");
15827 break;
75fa6dc1 15828 case C6XABI_Tag_ISA_C674X:
59e6276b
JM
15829 printf ("C674x\n");
15830 break;
15831 default:
15832 printf ("??? (%d)\n", val);
15833 break;
15834 }
15835 return p;
15836
87779176 15837 case Tag_ABI_wchar_t:
87779176 15838 printf (" Tag_ABI_wchar_t: ");
cd30bcef 15839 READ_ULEB (val, p, end);
87779176
JM
15840 switch (val)
15841 {
15842 case 0:
15843 printf (_("Not used\n"));
15844 break;
15845 case 1:
15846 printf (_("2 bytes\n"));
15847 break;
15848 case 2:
15849 printf (_("4 bytes\n"));
15850 break;
15851 default:
15852 printf ("??? (%d)\n", val);
15853 break;
15854 }
15855 return p;
15856
15857 case Tag_ABI_stack_align_needed:
87779176 15858 printf (" Tag_ABI_stack_align_needed: ");
cd30bcef 15859 READ_ULEB (val, p, end);
87779176
JM
15860 switch (val)
15861 {
15862 case 0:
15863 printf (_("8-byte\n"));
15864 break;
15865 case 1:
15866 printf (_("16-byte\n"));
15867 break;
15868 default:
15869 printf ("??? (%d)\n", val);
15870 break;
15871 }
15872 return p;
15873
15874 case Tag_ABI_stack_align_preserved:
cd30bcef 15875 READ_ULEB (val, p, end);
87779176
JM
15876 printf (" Tag_ABI_stack_align_preserved: ");
15877 switch (val)
15878 {
15879 case 0:
15880 printf (_("8-byte\n"));
15881 break;
15882 case 1:
15883 printf (_("16-byte\n"));
15884 break;
15885 default:
15886 printf ("??? (%d)\n", val);
15887 break;
15888 }
15889 return p;
15890
b5593623 15891 case Tag_ABI_DSBT:
cd30bcef 15892 READ_ULEB (val, p, end);
b5593623
JM
15893 printf (" Tag_ABI_DSBT: ");
15894 switch (val)
15895 {
15896 case 0:
15897 printf (_("DSBT addressing not used\n"));
15898 break;
15899 case 1:
15900 printf (_("DSBT addressing used\n"));
15901 break;
15902 default:
15903 printf ("??? (%d)\n", val);
15904 break;
15905 }
15906 return p;
15907
87779176 15908 case Tag_ABI_PID:
cd30bcef 15909 READ_ULEB (val, p, end);
87779176
JM
15910 printf (" Tag_ABI_PID: ");
15911 switch (val)
15912 {
15913 case 0:
15914 printf (_("Data addressing position-dependent\n"));
15915 break;
15916 case 1:
15917 printf (_("Data addressing position-independent, GOT near DP\n"));
15918 break;
15919 case 2:
15920 printf (_("Data addressing position-independent, GOT far from DP\n"));
15921 break;
15922 default:
15923 printf ("??? (%d)\n", val);
15924 break;
15925 }
15926 return p;
15927
15928 case Tag_ABI_PIC:
cd30bcef 15929 READ_ULEB (val, p, end);
87779176
JM
15930 printf (" Tag_ABI_PIC: ");
15931 switch (val)
15932 {
15933 case 0:
15934 printf (_("Code addressing position-dependent\n"));
15935 break;
15936 case 1:
15937 printf (_("Code addressing position-independent\n"));
15938 break;
15939 default:
15940 printf ("??? (%d)\n", val);
15941 break;
15942 }
15943 return p;
15944
15945 case Tag_ABI_array_object_alignment:
cd30bcef 15946 READ_ULEB (val, p, end);
87779176
JM
15947 printf (" Tag_ABI_array_object_alignment: ");
15948 switch (val)
15949 {
15950 case 0:
15951 printf (_("8-byte\n"));
15952 break;
15953 case 1:
15954 printf (_("4-byte\n"));
15955 break;
15956 case 2:
15957 printf (_("16-byte\n"));
15958 break;
15959 default:
15960 printf ("??? (%d)\n", val);
15961 break;
15962 }
15963 return p;
15964
15965 case Tag_ABI_array_object_align_expected:
cd30bcef 15966 READ_ULEB (val, p, end);
87779176
JM
15967 printf (" Tag_ABI_array_object_align_expected: ");
15968 switch (val)
15969 {
15970 case 0:
15971 printf (_("8-byte\n"));
15972 break;
15973 case 1:
15974 printf (_("4-byte\n"));
15975 break;
15976 case 2:
15977 printf (_("16-byte\n"));
15978 break;
15979 default:
15980 printf ("??? (%d)\n", val);
15981 break;
15982 }
15983 return p;
15984
3cbd1c06 15985 case Tag_ABI_compatibility:
071436c6 15986 {
cd30bcef 15987 READ_ULEB (val, p, end);
071436c6 15988 printf (" Tag_ABI_compatibility: ");
071436c6 15989 printf (_("flag = %d, vendor = "), val);
4082ef84
NC
15990 if (p < end - 1)
15991 {
15992 size_t maxlen = (end - p) - 1;
15993
15994 print_symbol ((int) maxlen, (const char *) p);
15995 p += strnlen ((char *) p, maxlen) + 1;
15996 }
15997 else
15998 {
15999 printf (_("<corrupt>"));
16000 p = (unsigned char *) end;
16001 }
071436c6 16002 putchar ('\n');
071436c6
NC
16003 return p;
16004 }
87779176
JM
16005
16006 case Tag_ABI_conformance:
071436c6 16007 {
4082ef84
NC
16008 printf (" Tag_ABI_conformance: \"");
16009 if (p < end - 1)
16010 {
16011 size_t maxlen = (end - p) - 1;
071436c6 16012
4082ef84
NC
16013 print_symbol ((int) maxlen, (const char *) p);
16014 p += strnlen ((char *) p, maxlen) + 1;
16015 }
16016 else
16017 {
16018 printf (_("<corrupt>"));
16019 p = (unsigned char *) end;
16020 }
071436c6 16021 printf ("\"\n");
071436c6
NC
16022 return p;
16023 }
59e6276b
JM
16024 }
16025
f6f0e17b
NC
16026 return display_tag_value (tag, p, end);
16027}
59e6276b 16028
f6f0e17b 16029static void
60abdbed 16030display_raw_attribute (unsigned char * p, unsigned char const * const end)
f6f0e17b
NC
16031{
16032 unsigned long addr = 0;
16033 size_t bytes = end - p;
16034
feceaa59 16035 assert (end >= p);
f6f0e17b 16036 while (bytes)
87779176 16037 {
f6f0e17b
NC
16038 int j;
16039 int k;
16040 int lbytes = (bytes > 16 ? 16 : bytes);
16041
16042 printf (" 0x%8.8lx ", addr);
16043
16044 for (j = 0; j < 16; j++)
16045 {
16046 if (j < lbytes)
16047 printf ("%2.2x", p[j]);
16048 else
16049 printf (" ");
16050
16051 if ((j & 3) == 3)
16052 printf (" ");
16053 }
16054
16055 for (j = 0; j < lbytes; j++)
16056 {
16057 k = p[j];
16058 if (k >= ' ' && k < 0x7f)
16059 printf ("%c", k);
16060 else
16061 printf (".");
16062 }
16063
16064 putchar ('\n');
16065
16066 p += lbytes;
16067 bytes -= lbytes;
16068 addr += lbytes;
87779176 16069 }
59e6276b 16070
f6f0e17b 16071 putchar ('\n');
59e6276b
JM
16072}
16073
13761a11
NC
16074static unsigned char *
16075display_msp430x_attribute (unsigned char * p,
16076 const unsigned char * const end)
16077{
60abdbed
NC
16078 unsigned int val;
16079 unsigned int tag;
13761a11 16080
cd30bcef 16081 READ_ULEB (tag, p, end);
0b4362b0 16082
13761a11
NC
16083 switch (tag)
16084 {
16085 case OFBA_MSPABI_Tag_ISA:
13761a11 16086 printf (" Tag_ISA: ");
cd30bcef 16087 READ_ULEB (val, p, end);
13761a11
NC
16088 switch (val)
16089 {
16090 case 0: printf (_("None\n")); break;
16091 case 1: printf (_("MSP430\n")); break;
16092 case 2: printf (_("MSP430X\n")); break;
16093 default: printf ("??? (%d)\n", val); break;
16094 }
16095 break;
16096
16097 case OFBA_MSPABI_Tag_Code_Model:
13761a11 16098 printf (" Tag_Code_Model: ");
cd30bcef 16099 READ_ULEB (val, p, end);
13761a11
NC
16100 switch (val)
16101 {
16102 case 0: printf (_("None\n")); break;
16103 case 1: printf (_("Small\n")); break;
16104 case 2: printf (_("Large\n")); break;
16105 default: printf ("??? (%d)\n", val); break;
16106 }
16107 break;
16108
16109 case OFBA_MSPABI_Tag_Data_Model:
13761a11 16110 printf (" Tag_Data_Model: ");
cd30bcef 16111 READ_ULEB (val, p, end);
13761a11
NC
16112 switch (val)
16113 {
16114 case 0: printf (_("None\n")); break;
16115 case 1: printf (_("Small\n")); break;
16116 case 2: printf (_("Large\n")); break;
16117 case 3: printf (_("Restricted Large\n")); break;
16118 default: printf ("??? (%d)\n", val); break;
16119 }
16120 break;
16121
16122 default:
16123 printf (_(" <unknown tag %d>: "), tag);
16124
16125 if (tag & 1)
16126 {
071436c6 16127 putchar ('"');
4082ef84
NC
16128 if (p < end - 1)
16129 {
16130 size_t maxlen = (end - p) - 1;
16131
16132 print_symbol ((int) maxlen, (const char *) p);
16133 p += strnlen ((char *) p, maxlen) + 1;
16134 }
16135 else
16136 {
16137 printf (_("<corrupt>"));
16138 p = (unsigned char *) end;
16139 }
071436c6 16140 printf ("\"\n");
13761a11
NC
16141 }
16142 else
16143 {
cd30bcef 16144 READ_ULEB (val, p, end);
13761a11
NC
16145 printf ("%d (0x%x)\n", val, val);
16146 }
16147 break;
16148 }
16149
4082ef84 16150 assert (p <= end);
13761a11
NC
16151 return p;
16152}
16153
c0ea7c52
JL
16154static unsigned char *
16155display_msp430_gnu_attribute (unsigned char * p,
16156 unsigned int tag,
16157 const unsigned char * const end)
16158{
16159 if (tag == Tag_GNU_MSP430_Data_Region)
16160 {
cd30bcef 16161 unsigned int val;
c0ea7c52 16162
c0ea7c52 16163 printf (" Tag_GNU_MSP430_Data_Region: ");
cd30bcef 16164 READ_ULEB (val, p, end);
c0ea7c52
JL
16165
16166 switch (val)
16167 {
16168 case Val_GNU_MSP430_Data_Region_Any:
16169 printf (_("Any Region\n"));
16170 break;
16171 case Val_GNU_MSP430_Data_Region_Lower:
16172 printf (_("Lower Region Only\n"));
16173 break;
16174 default:
cd30bcef 16175 printf ("??? (%u)\n", val);
c0ea7c52
JL
16176 }
16177 return p;
16178 }
16179 return display_tag_value (tag & 1, p, end);
16180}
16181
2dc8dd17
JW
16182struct riscv_attr_tag_t {
16183 const char *name;
cd30bcef 16184 unsigned int tag;
2dc8dd17
JW
16185};
16186
16187static struct riscv_attr_tag_t riscv_attr_tag[] =
16188{
16189#define T(tag) {"Tag_RISCV_" #tag, Tag_RISCV_##tag}
16190 T(arch),
16191 T(priv_spec),
16192 T(priv_spec_minor),
16193 T(priv_spec_revision),
16194 T(unaligned_access),
16195 T(stack_align),
16196#undef T
16197};
16198
16199static unsigned char *
16200display_riscv_attribute (unsigned char *p,
16201 const unsigned char * const end)
16202{
cd30bcef
AM
16203 unsigned int val;
16204 unsigned int tag;
2dc8dd17
JW
16205 struct riscv_attr_tag_t *attr = NULL;
16206 unsigned i;
16207
cd30bcef 16208 READ_ULEB (tag, p, end);
2dc8dd17
JW
16209
16210 /* Find the name of attribute. */
16211 for (i = 0; i < ARRAY_SIZE (riscv_attr_tag); i++)
16212 {
16213 if (riscv_attr_tag[i].tag == tag)
16214 {
16215 attr = &riscv_attr_tag[i];
16216 break;
16217 }
16218 }
16219
16220 if (attr)
16221 printf (" %s: ", attr->name);
16222 else
16223 return display_tag_value (tag, p, end);
16224
16225 switch (tag)
16226 {
16227 case Tag_RISCV_priv_spec:
16228 case Tag_RISCV_priv_spec_minor:
16229 case Tag_RISCV_priv_spec_revision:
cd30bcef
AM
16230 READ_ULEB (val, p, end);
16231 printf (_("%u\n"), val);
2dc8dd17
JW
16232 break;
16233 case Tag_RISCV_unaligned_access:
cd30bcef 16234 READ_ULEB (val, p, end);
2dc8dd17
JW
16235 switch (val)
16236 {
16237 case 0:
16238 printf (_("No unaligned access\n"));
16239 break;
16240 case 1:
16241 printf (_("Unaligned access\n"));
16242 break;
16243 }
16244 break;
16245 case Tag_RISCV_stack_align:
cd30bcef
AM
16246 READ_ULEB (val, p, end);
16247 printf (_("%u-bytes\n"), val);
2dc8dd17
JW
16248 break;
16249 case Tag_RISCV_arch:
16250 p = display_tag_value (-1, p, end);
16251 break;
16252 default:
16253 return display_tag_value (tag, p, end);
16254 }
16255
16256 return p;
16257}
16258
32ec8896 16259static bfd_boolean
dda8d76d 16260process_attributes (Filedata * filedata,
60bca95a 16261 const char * public_name,
104d59d1 16262 unsigned int proc_type,
f6f0e17b 16263 unsigned char * (* display_pub_attribute) (unsigned char *, const unsigned char * const),
60abdbed 16264 unsigned char * (* display_proc_gnu_attribute) (unsigned char *, unsigned int, const unsigned char * const))
11c1ff18 16265{
2cf0635d 16266 Elf_Internal_Shdr * sect;
11c1ff18 16267 unsigned i;
32ec8896 16268 bfd_boolean res = TRUE;
11c1ff18
PB
16269
16270 /* Find the section header so that we get the size. */
dda8d76d
NC
16271 for (i = 0, sect = filedata->section_headers;
16272 i < filedata->file_header.e_shnum;
11c1ff18
PB
16273 i++, sect++)
16274 {
071436c6
NC
16275 unsigned char * contents;
16276 unsigned char * p;
16277
104d59d1 16278 if (sect->sh_type != proc_type && sect->sh_type != SHT_GNU_ATTRIBUTES)
11c1ff18
PB
16279 continue;
16280
dda8d76d 16281 contents = (unsigned char *) get_data (NULL, filedata, sect->sh_offset, 1,
3f5e193b 16282 sect->sh_size, _("attributes"));
60bca95a 16283 if (contents == NULL)
32ec8896
NC
16284 {
16285 res = FALSE;
16286 continue;
16287 }
60bca95a 16288
11c1ff18 16289 p = contents;
60abdbed
NC
16290 /* The first character is the version of the attributes.
16291 Currently only version 1, (aka 'A') is recognised here. */
16292 if (*p != 'A')
32ec8896
NC
16293 {
16294 printf (_("Unknown attributes version '%c'(%d) - expecting 'A'\n"), *p, *p);
16295 res = FALSE;
16296 }
60abdbed 16297 else
11c1ff18 16298 {
071436c6
NC
16299 bfd_vma section_len;
16300
16301 section_len = sect->sh_size - 1;
11c1ff18 16302 p++;
60bca95a 16303
071436c6 16304 while (section_len > 0)
11c1ff18 16305 {
071436c6 16306 bfd_vma attr_len;
e9847026 16307 unsigned int namelen;
11c1ff18 16308 bfd_boolean public_section;
104d59d1 16309 bfd_boolean gnu_section;
11c1ff18 16310
071436c6 16311 if (section_len <= 4)
e0a31db1
NC
16312 {
16313 error (_("Tag section ends prematurely\n"));
32ec8896 16314 res = FALSE;
e0a31db1
NC
16315 break;
16316 }
071436c6 16317 attr_len = byte_get (p, 4);
11c1ff18 16318 p += 4;
60bca95a 16319
071436c6 16320 if (attr_len > section_len)
11c1ff18 16321 {
071436c6
NC
16322 error (_("Bad attribute length (%u > %u)\n"),
16323 (unsigned) attr_len, (unsigned) section_len);
16324 attr_len = section_len;
32ec8896 16325 res = FALSE;
11c1ff18 16326 }
74e1a04b 16327 /* PR 17531: file: 001-101425-0.004 */
071436c6 16328 else if (attr_len < 5)
74e1a04b 16329 {
071436c6 16330 error (_("Attribute length of %u is too small\n"), (unsigned) attr_len);
32ec8896 16331 res = FALSE;
74e1a04b
NC
16332 break;
16333 }
e9847026 16334
071436c6
NC
16335 section_len -= attr_len;
16336 attr_len -= 4;
16337
16338 namelen = strnlen ((char *) p, attr_len) + 1;
16339 if (namelen == 0 || namelen >= attr_len)
e9847026
NC
16340 {
16341 error (_("Corrupt attribute section name\n"));
32ec8896 16342 res = FALSE;
e9847026
NC
16343 break;
16344 }
16345
071436c6
NC
16346 printf (_("Attribute Section: "));
16347 print_symbol (INT_MAX, (const char *) p);
16348 putchar ('\n');
60bca95a
NC
16349
16350 if (public_name && streq ((char *) p, public_name))
11c1ff18
PB
16351 public_section = TRUE;
16352 else
16353 public_section = FALSE;
60bca95a
NC
16354
16355 if (streq ((char *) p, "gnu"))
104d59d1
JM
16356 gnu_section = TRUE;
16357 else
16358 gnu_section = FALSE;
60bca95a 16359
11c1ff18 16360 p += namelen;
071436c6 16361 attr_len -= namelen;
e0a31db1 16362
071436c6 16363 while (attr_len > 0 && p < contents + sect->sh_size)
11c1ff18 16364 {
e0a31db1 16365 int tag;
cd30bcef 16366 unsigned int val;
11c1ff18 16367 bfd_vma size;
071436c6 16368 unsigned char * end;
60bca95a 16369
e0a31db1 16370 /* PR binutils/17531: Safe handling of corrupt files. */
071436c6 16371 if (attr_len < 6)
e0a31db1
NC
16372 {
16373 error (_("Unused bytes at end of section\n"));
32ec8896 16374 res = FALSE;
e0a31db1
NC
16375 section_len = 0;
16376 break;
16377 }
16378
16379 tag = *(p++);
11c1ff18 16380 size = byte_get (p, 4);
071436c6 16381 if (size > attr_len)
11c1ff18 16382 {
e9847026 16383 error (_("Bad subsection length (%u > %u)\n"),
071436c6 16384 (unsigned) size, (unsigned) attr_len);
32ec8896 16385 res = FALSE;
071436c6 16386 size = attr_len;
11c1ff18 16387 }
e0a31db1
NC
16388 /* PR binutils/17531: Safe handling of corrupt files. */
16389 if (size < 6)
16390 {
16391 error (_("Bad subsection length (%u < 6)\n"),
16392 (unsigned) size);
32ec8896 16393 res = FALSE;
e0a31db1
NC
16394 section_len = 0;
16395 break;
16396 }
60bca95a 16397
071436c6 16398 attr_len -= size;
11c1ff18 16399 end = p + size - 1;
071436c6 16400 assert (end <= contents + sect->sh_size);
11c1ff18 16401 p += 4;
60bca95a 16402
11c1ff18
PB
16403 switch (tag)
16404 {
16405 case 1:
2b692964 16406 printf (_("File Attributes\n"));
11c1ff18
PB
16407 break;
16408 case 2:
2b692964 16409 printf (_("Section Attributes:"));
11c1ff18
PB
16410 goto do_numlist;
16411 case 3:
2b692964 16412 printf (_("Symbol Attributes:"));
1a0670f3 16413 /* Fall through. */
11c1ff18
PB
16414 do_numlist:
16415 for (;;)
16416 {
cd30bcef 16417 READ_ULEB (val, p, end);
11c1ff18
PB
16418 if (val == 0)
16419 break;
16420 printf (" %d", val);
16421 }
16422 printf ("\n");
16423 break;
16424 default:
2b692964 16425 printf (_("Unknown tag: %d\n"), tag);
11c1ff18
PB
16426 public_section = FALSE;
16427 break;
16428 }
60bca95a 16429
071436c6 16430 if (public_section && display_pub_attribute != NULL)
11c1ff18
PB
16431 {
16432 while (p < end)
f6f0e17b 16433 p = display_pub_attribute (p, end);
60abdbed 16434 assert (p == end);
104d59d1 16435 }
071436c6 16436 else if (gnu_section && display_proc_gnu_attribute != NULL)
104d59d1
JM
16437 {
16438 while (p < end)
16439 p = display_gnu_attribute (p,
f6f0e17b
NC
16440 display_proc_gnu_attribute,
16441 end);
60abdbed 16442 assert (p == end);
11c1ff18 16443 }
071436c6 16444 else if (p < end)
11c1ff18 16445 {
071436c6 16446 printf (_(" Unknown attribute:\n"));
f6f0e17b 16447 display_raw_attribute (p, end);
11c1ff18
PB
16448 p = end;
16449 }
071436c6
NC
16450 else
16451 attr_len = 0;
11c1ff18
PB
16452 }
16453 }
16454 }
d70c5fc7 16455
60bca95a 16456 free (contents);
11c1ff18 16457 }
32ec8896
NC
16458
16459 return res;
11c1ff18
PB
16460}
16461
ccb4c951
RS
16462/* DATA points to the contents of a MIPS GOT that starts at VMA PLTGOT.
16463 Print the Address, Access and Initial fields of an entry at VMA ADDR
82b1b41b
NC
16464 and return the VMA of the next entry, or -1 if there was a problem.
16465 Does not read from DATA_END or beyond. */
ccb4c951
RS
16466
16467static bfd_vma
82b1b41b
NC
16468print_mips_got_entry (unsigned char * data, bfd_vma pltgot, bfd_vma addr,
16469 unsigned char * data_end)
ccb4c951
RS
16470{
16471 printf (" ");
16472 print_vma (addr, LONG_HEX);
16473 printf (" ");
16474 if (addr < pltgot + 0xfff0)
16475 printf ("%6d(gp)", (int) (addr - pltgot - 0x7ff0));
16476 else
16477 printf ("%10s", "");
16478 printf (" ");
16479 if (data == NULL)
2b692964 16480 printf ("%*s", is_32bit_elf ? 8 : 16, _("<unknown>"));
ccb4c951
RS
16481 else
16482 {
16483 bfd_vma entry;
82b1b41b 16484 unsigned char * from = data + addr - pltgot;
ccb4c951 16485
82b1b41b
NC
16486 if (from + (is_32bit_elf ? 4 : 8) > data_end)
16487 {
16488 warn (_("MIPS GOT entry extends beyond the end of available data\n"));
16489 printf ("%*s", is_32bit_elf ? 8 : 16, _("<corrupt>"));
16490 return (bfd_vma) -1;
16491 }
16492 else
16493 {
16494 entry = byte_get (data + addr - pltgot, is_32bit_elf ? 4 : 8);
16495 print_vma (entry, LONG_HEX);
16496 }
ccb4c951
RS
16497 }
16498 return addr + (is_32bit_elf ? 4 : 8);
16499}
16500
861fb55a
DJ
16501/* DATA points to the contents of a MIPS PLT GOT that starts at VMA
16502 PLTGOT. Print the Address and Initial fields of an entry at VMA
16503 ADDR and return the VMA of the next entry. */
16504
16505static bfd_vma
2cf0635d 16506print_mips_pltgot_entry (unsigned char * data, bfd_vma pltgot, bfd_vma addr)
861fb55a
DJ
16507{
16508 printf (" ");
16509 print_vma (addr, LONG_HEX);
16510 printf (" ");
16511 if (data == NULL)
2b692964 16512 printf ("%*s", is_32bit_elf ? 8 : 16, _("<unknown>"));
861fb55a
DJ
16513 else
16514 {
16515 bfd_vma entry;
16516
16517 entry = byte_get (data + addr - pltgot, is_32bit_elf ? 4 : 8);
16518 print_vma (entry, LONG_HEX);
16519 }
16520 return addr + (is_32bit_elf ? 4 : 8);
16521}
16522
351cdf24
MF
16523static void
16524print_mips_ases (unsigned int mask)
16525{
16526 if (mask & AFL_ASE_DSP)
16527 fputs ("\n\tDSP ASE", stdout);
16528 if (mask & AFL_ASE_DSPR2)
16529 fputs ("\n\tDSP R2 ASE", stdout);
8f4f9071
MF
16530 if (mask & AFL_ASE_DSPR3)
16531 fputs ("\n\tDSP R3 ASE", stdout);
351cdf24
MF
16532 if (mask & AFL_ASE_EVA)
16533 fputs ("\n\tEnhanced VA Scheme", stdout);
16534 if (mask & AFL_ASE_MCU)
16535 fputs ("\n\tMCU (MicroController) ASE", stdout);
16536 if (mask & AFL_ASE_MDMX)
16537 fputs ("\n\tMDMX ASE", stdout);
16538 if (mask & AFL_ASE_MIPS3D)
16539 fputs ("\n\tMIPS-3D ASE", stdout);
16540 if (mask & AFL_ASE_MT)
16541 fputs ("\n\tMT ASE", stdout);
16542 if (mask & AFL_ASE_SMARTMIPS)
16543 fputs ("\n\tSmartMIPS ASE", stdout);
16544 if (mask & AFL_ASE_VIRT)
16545 fputs ("\n\tVZ ASE", stdout);
16546 if (mask & AFL_ASE_MSA)
16547 fputs ("\n\tMSA ASE", stdout);
16548 if (mask & AFL_ASE_MIPS16)
16549 fputs ("\n\tMIPS16 ASE", stdout);
16550 if (mask & AFL_ASE_MICROMIPS)
16551 fputs ("\n\tMICROMIPS ASE", stdout);
16552 if (mask & AFL_ASE_XPA)
16553 fputs ("\n\tXPA ASE", stdout);
25499ac7
MR
16554 if (mask & AFL_ASE_MIPS16E2)
16555 fputs ("\n\tMIPS16e2 ASE", stdout);
730c3174
SE
16556 if (mask & AFL_ASE_CRC)
16557 fputs ("\n\tCRC ASE", stdout);
6f20c942
FS
16558 if (mask & AFL_ASE_GINV)
16559 fputs ("\n\tGINV ASE", stdout);
8095d2f7
CX
16560 if (mask & AFL_ASE_LOONGSON_MMI)
16561 fputs ("\n\tLoongson MMI ASE", stdout);
716c08de
CX
16562 if (mask & AFL_ASE_LOONGSON_CAM)
16563 fputs ("\n\tLoongson CAM ASE", stdout);
bdc6c06e
CX
16564 if (mask & AFL_ASE_LOONGSON_EXT)
16565 fputs ("\n\tLoongson EXT ASE", stdout);
a693765e
CX
16566 if (mask & AFL_ASE_LOONGSON_EXT2)
16567 fputs ("\n\tLoongson EXT2 ASE", stdout);
351cdf24
MF
16568 if (mask == 0)
16569 fprintf (stdout, "\n\t%s", _("None"));
00ac7aa0
MF
16570 else if ((mask & ~AFL_ASE_MASK) != 0)
16571 fprintf (stdout, "\n\t%s (%x)", _("Unknown"), mask & ~AFL_ASE_MASK);
351cdf24
MF
16572}
16573
16574static void
16575print_mips_isa_ext (unsigned int isa_ext)
16576{
16577 switch (isa_ext)
16578 {
16579 case 0:
16580 fputs (_("None"), stdout);
16581 break;
16582 case AFL_EXT_XLR:
16583 fputs ("RMI XLR", stdout);
16584 break;
2c629856
N
16585 case AFL_EXT_OCTEON3:
16586 fputs ("Cavium Networks Octeon3", stdout);
16587 break;
351cdf24
MF
16588 case AFL_EXT_OCTEON2:
16589 fputs ("Cavium Networks Octeon2", stdout);
16590 break;
16591 case AFL_EXT_OCTEONP:
16592 fputs ("Cavium Networks OcteonP", stdout);
16593 break;
351cdf24
MF
16594 case AFL_EXT_OCTEON:
16595 fputs ("Cavium Networks Octeon", stdout);
16596 break;
16597 case AFL_EXT_5900:
16598 fputs ("Toshiba R5900", stdout);
16599 break;
16600 case AFL_EXT_4650:
16601 fputs ("MIPS R4650", stdout);
16602 break;
16603 case AFL_EXT_4010:
16604 fputs ("LSI R4010", stdout);
16605 break;
16606 case AFL_EXT_4100:
16607 fputs ("NEC VR4100", stdout);
16608 break;
16609 case AFL_EXT_3900:
16610 fputs ("Toshiba R3900", stdout);
16611 break;
16612 case AFL_EXT_10000:
16613 fputs ("MIPS R10000", stdout);
16614 break;
16615 case AFL_EXT_SB1:
16616 fputs ("Broadcom SB-1", stdout);
16617 break;
16618 case AFL_EXT_4111:
16619 fputs ("NEC VR4111/VR4181", stdout);
16620 break;
16621 case AFL_EXT_4120:
16622 fputs ("NEC VR4120", stdout);
16623 break;
16624 case AFL_EXT_5400:
16625 fputs ("NEC VR5400", stdout);
16626 break;
16627 case AFL_EXT_5500:
16628 fputs ("NEC VR5500", stdout);
16629 break;
16630 case AFL_EXT_LOONGSON_2E:
16631 fputs ("ST Microelectronics Loongson 2E", stdout);
16632 break;
16633 case AFL_EXT_LOONGSON_2F:
16634 fputs ("ST Microelectronics Loongson 2F", stdout);
16635 break;
38bf472a
MR
16636 case AFL_EXT_INTERAPTIV_MR2:
16637 fputs ("Imagination interAptiv MR2", stdout);
16638 break;
351cdf24 16639 default:
00ac7aa0 16640 fprintf (stdout, "%s (%d)", _("Unknown"), isa_ext);
351cdf24
MF
16641 }
16642}
16643
32ec8896 16644static signed int
351cdf24
MF
16645get_mips_reg_size (int reg_size)
16646{
16647 return (reg_size == AFL_REG_NONE) ? 0
16648 : (reg_size == AFL_REG_32) ? 32
16649 : (reg_size == AFL_REG_64) ? 64
16650 : (reg_size == AFL_REG_128) ? 128
16651 : -1;
16652}
16653
32ec8896 16654static bfd_boolean
dda8d76d 16655process_mips_specific (Filedata * filedata)
5b18a4bc 16656{
2cf0635d 16657 Elf_Internal_Dyn * entry;
351cdf24 16658 Elf_Internal_Shdr *sect = NULL;
19e6b90e
L
16659 size_t liblist_offset = 0;
16660 size_t liblistno = 0;
16661 size_t conflictsno = 0;
16662 size_t options_offset = 0;
16663 size_t conflicts_offset = 0;
861fb55a
DJ
16664 size_t pltrelsz = 0;
16665 size_t pltrel = 0;
ccb4c951 16666 bfd_vma pltgot = 0;
861fb55a
DJ
16667 bfd_vma mips_pltgot = 0;
16668 bfd_vma jmprel = 0;
ccb4c951
RS
16669 bfd_vma local_gotno = 0;
16670 bfd_vma gotsym = 0;
16671 bfd_vma symtabno = 0;
32ec8896 16672 bfd_boolean res = TRUE;
103f02d3 16673
dda8d76d 16674 if (! process_attributes (filedata, NULL, SHT_GNU_ATTRIBUTES, NULL,
32ec8896
NC
16675 display_mips_gnu_attribute))
16676 res = FALSE;
2cf19d5c 16677
dda8d76d 16678 sect = find_section (filedata, ".MIPS.abiflags");
351cdf24
MF
16679
16680 if (sect != NULL)
16681 {
16682 Elf_External_ABIFlags_v0 *abiflags_ext;
16683 Elf_Internal_ABIFlags_v0 abiflags_in;
16684
16685 if (sizeof (Elf_External_ABIFlags_v0) != sect->sh_size)
32ec8896
NC
16686 {
16687 error (_("Corrupt MIPS ABI Flags section.\n"));
16688 res = FALSE;
16689 }
351cdf24
MF
16690 else
16691 {
dda8d76d 16692 abiflags_ext = get_data (NULL, filedata, sect->sh_offset, 1,
351cdf24
MF
16693 sect->sh_size, _("MIPS ABI Flags section"));
16694 if (abiflags_ext)
16695 {
16696 abiflags_in.version = BYTE_GET (abiflags_ext->version);
16697 abiflags_in.isa_level = BYTE_GET (abiflags_ext->isa_level);
16698 abiflags_in.isa_rev = BYTE_GET (abiflags_ext->isa_rev);
16699 abiflags_in.gpr_size = BYTE_GET (abiflags_ext->gpr_size);
16700 abiflags_in.cpr1_size = BYTE_GET (abiflags_ext->cpr1_size);
16701 abiflags_in.cpr2_size = BYTE_GET (abiflags_ext->cpr2_size);
16702 abiflags_in.fp_abi = BYTE_GET (abiflags_ext->fp_abi);
16703 abiflags_in.isa_ext = BYTE_GET (abiflags_ext->isa_ext);
16704 abiflags_in.ases = BYTE_GET (abiflags_ext->ases);
16705 abiflags_in.flags1 = BYTE_GET (abiflags_ext->flags1);
16706 abiflags_in.flags2 = BYTE_GET (abiflags_ext->flags2);
16707
16708 printf ("\nMIPS ABI Flags Version: %d\n", abiflags_in.version);
16709 printf ("\nISA: MIPS%d", abiflags_in.isa_level);
16710 if (abiflags_in.isa_rev > 1)
16711 printf ("r%d", abiflags_in.isa_rev);
16712 printf ("\nGPR size: %d",
16713 get_mips_reg_size (abiflags_in.gpr_size));
16714 printf ("\nCPR1 size: %d",
16715 get_mips_reg_size (abiflags_in.cpr1_size));
16716 printf ("\nCPR2 size: %d",
16717 get_mips_reg_size (abiflags_in.cpr2_size));
16718 fputs ("\nFP ABI: ", stdout);
16719 print_mips_fp_abi_value (abiflags_in.fp_abi);
16720 fputs ("ISA Extension: ", stdout);
16721 print_mips_isa_ext (abiflags_in.isa_ext);
16722 fputs ("\nASEs:", stdout);
16723 print_mips_ases (abiflags_in.ases);
16724 printf ("\nFLAGS 1: %8.8lx", abiflags_in.flags1);
16725 printf ("\nFLAGS 2: %8.8lx", abiflags_in.flags2);
16726 fputc ('\n', stdout);
16727 free (abiflags_ext);
16728 }
16729 }
16730 }
16731
19e6b90e 16732 /* We have a lot of special sections. Thanks SGI! */
978c4450 16733 if (filedata->dynamic_section == NULL)
bbdd9a68
MR
16734 {
16735 /* No dynamic information available. See if there is static GOT. */
dda8d76d 16736 sect = find_section (filedata, ".got");
bbdd9a68
MR
16737 if (sect != NULL)
16738 {
16739 unsigned char *data_end;
16740 unsigned char *data;
16741 bfd_vma ent, end;
16742 int addr_size;
16743
16744 pltgot = sect->sh_addr;
16745
16746 ent = pltgot;
16747 addr_size = (is_32bit_elf ? 4 : 8);
16748 end = pltgot + sect->sh_size;
16749
dda8d76d 16750 data = (unsigned char *) get_data (NULL, filedata, sect->sh_offset,
bbdd9a68
MR
16751 end - pltgot, 1,
16752 _("Global Offset Table data"));
16753 /* PR 12855: Null data is handled gracefully throughout. */
16754 data_end = data + (end - pltgot);
16755
16756 printf (_("\nStatic GOT:\n"));
16757 printf (_(" Canonical gp value: "));
16758 print_vma (ent + 0x7ff0, LONG_HEX);
16759 printf ("\n\n");
16760
16761 /* In a dynamic binary GOT[0] is reserved for the dynamic
16762 loader to store the lazy resolver pointer, however in
16763 a static binary it may well have been omitted and GOT
16764 reduced to a table of addresses.
16765 PR 21344: Check for the entry being fully available
16766 before fetching it. */
16767 if (data
16768 && data + ent - pltgot + addr_size <= data_end
16769 && byte_get (data + ent - pltgot, addr_size) == 0)
16770 {
16771 printf (_(" Reserved entries:\n"));
16772 printf (_(" %*s %10s %*s\n"),
16773 addr_size * 2, _("Address"), _("Access"),
16774 addr_size * 2, _("Value"));
16775 ent = print_mips_got_entry (data, pltgot, ent, data_end);
16776 printf ("\n");
16777 if (ent == (bfd_vma) -1)
16778 goto sgot_print_fail;
16779
16780 /* Check for the MSB of GOT[1] being set, identifying a
16781 GNU object. This entry will be used by some runtime
16782 loaders, to store the module pointer. Otherwise this
16783 is an ordinary local entry.
16784 PR 21344: Check for the entry being fully available
16785 before fetching it. */
16786 if (data
16787 && data + ent - pltgot + addr_size <= data_end
16788 && (byte_get (data + ent - pltgot, addr_size)
16789 >> (addr_size * 8 - 1)) != 0)
16790 {
16791 ent = print_mips_got_entry (data, pltgot, ent, data_end);
16792 printf ("\n");
16793 if (ent == (bfd_vma) -1)
16794 goto sgot_print_fail;
16795 }
16796 printf ("\n");
16797 }
16798
f17e9d8a 16799 if (data != NULL && ent < end)
bbdd9a68
MR
16800 {
16801 printf (_(" Local entries:\n"));
16802 printf (" %*s %10s %*s\n",
16803 addr_size * 2, _("Address"), _("Access"),
16804 addr_size * 2, _("Value"));
16805 while (ent < end)
16806 {
16807 ent = print_mips_got_entry (data, pltgot, ent, data_end);
16808 printf ("\n");
16809 if (ent == (bfd_vma) -1)
16810 goto sgot_print_fail;
16811 }
16812 printf ("\n");
16813 }
16814
16815 sgot_print_fail:
9db70fc3 16816 free (data);
bbdd9a68
MR
16817 }
16818 return res;
16819 }
252b5132 16820
978c4450 16821 for (entry = filedata->dynamic_section;
071436c6 16822 /* PR 17531 file: 012-50589-0.004. */
978c4450
AM
16823 (entry < filedata->dynamic_section + filedata->dynamic_nent
16824 && entry->d_tag != DT_NULL);
071436c6 16825 ++entry)
252b5132
RH
16826 switch (entry->d_tag)
16827 {
16828 case DT_MIPS_LIBLIST:
d93f0186 16829 liblist_offset
dda8d76d 16830 = offset_from_vma (filedata, entry->d_un.d_val,
d93f0186 16831 liblistno * sizeof (Elf32_External_Lib));
252b5132
RH
16832 break;
16833 case DT_MIPS_LIBLISTNO:
16834 liblistno = entry->d_un.d_val;
16835 break;
16836 case DT_MIPS_OPTIONS:
dda8d76d 16837 options_offset = offset_from_vma (filedata, entry->d_un.d_val, 0);
252b5132
RH
16838 break;
16839 case DT_MIPS_CONFLICT:
d93f0186 16840 conflicts_offset
dda8d76d 16841 = offset_from_vma (filedata, entry->d_un.d_val,
d93f0186 16842 conflictsno * sizeof (Elf32_External_Conflict));
252b5132
RH
16843 break;
16844 case DT_MIPS_CONFLICTNO:
16845 conflictsno = entry->d_un.d_val;
16846 break;
ccb4c951 16847 case DT_PLTGOT:
861fb55a
DJ
16848 pltgot = entry->d_un.d_ptr;
16849 break;
ccb4c951
RS
16850 case DT_MIPS_LOCAL_GOTNO:
16851 local_gotno = entry->d_un.d_val;
16852 break;
16853 case DT_MIPS_GOTSYM:
16854 gotsym = entry->d_un.d_val;
16855 break;
16856 case DT_MIPS_SYMTABNO:
16857 symtabno = entry->d_un.d_val;
16858 break;
861fb55a
DJ
16859 case DT_MIPS_PLTGOT:
16860 mips_pltgot = entry->d_un.d_ptr;
16861 break;
16862 case DT_PLTREL:
16863 pltrel = entry->d_un.d_val;
16864 break;
16865 case DT_PLTRELSZ:
16866 pltrelsz = entry->d_un.d_val;
16867 break;
16868 case DT_JMPREL:
16869 jmprel = entry->d_un.d_ptr;
16870 break;
252b5132
RH
16871 default:
16872 break;
16873 }
16874
16875 if (liblist_offset != 0 && liblistno != 0 && do_dynamic)
16876 {
2cf0635d 16877 Elf32_External_Lib * elib;
252b5132
RH
16878 size_t cnt;
16879
dda8d76d 16880 elib = (Elf32_External_Lib *) get_data (NULL, filedata, liblist_offset,
95099889
AM
16881 sizeof (Elf32_External_Lib),
16882 liblistno,
16883 _("liblist section data"));
a6e9f9df 16884 if (elib)
252b5132 16885 {
d3a49aa8
AM
16886 printf (ngettext ("\nSection '.liblist' contains %lu entry:\n",
16887 "\nSection '.liblist' contains %lu entries:\n",
16888 (unsigned long) liblistno),
a6e9f9df 16889 (unsigned long) liblistno);
2b692964 16890 fputs (_(" Library Time Stamp Checksum Version Flags\n"),
a6e9f9df
AM
16891 stdout);
16892
16893 for (cnt = 0; cnt < liblistno; ++cnt)
252b5132 16894 {
a6e9f9df 16895 Elf32_Lib liblist;
91d6fa6a 16896 time_t atime;
d5b07ef4 16897 char timebuf[128];
2cf0635d 16898 struct tm * tmp;
a6e9f9df
AM
16899
16900 liblist.l_name = BYTE_GET (elib[cnt].l_name);
91d6fa6a 16901 atime = BYTE_GET (elib[cnt].l_time_stamp);
a6e9f9df
AM
16902 liblist.l_checksum = BYTE_GET (elib[cnt].l_checksum);
16903 liblist.l_version = BYTE_GET (elib[cnt].l_version);
16904 liblist.l_flags = BYTE_GET (elib[cnt].l_flags);
16905
91d6fa6a 16906 tmp = gmtime (&atime);
e9e44622
JJ
16907 snprintf (timebuf, sizeof (timebuf),
16908 "%04u-%02u-%02uT%02u:%02u:%02u",
16909 tmp->tm_year + 1900, tmp->tm_mon + 1, tmp->tm_mday,
16910 tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
a6e9f9df 16911
31104126 16912 printf ("%3lu: ", (unsigned long) cnt);
978c4450
AM
16913 if (VALID_DYNAMIC_NAME (filedata, liblist.l_name))
16914 print_symbol (20, GET_DYNAMIC_NAME (filedata, liblist.l_name));
d79b3d50 16915 else
2b692964 16916 printf (_("<corrupt: %9ld>"), liblist.l_name);
31104126
NC
16917 printf (" %s %#10lx %-7ld", timebuf, liblist.l_checksum,
16918 liblist.l_version);
a6e9f9df
AM
16919
16920 if (liblist.l_flags == 0)
2b692964 16921 puts (_(" NONE"));
a6e9f9df
AM
16922 else
16923 {
16924 static const struct
252b5132 16925 {
2cf0635d 16926 const char * name;
a6e9f9df 16927 int bit;
252b5132 16928 }
a6e9f9df
AM
16929 l_flags_vals[] =
16930 {
16931 { " EXACT_MATCH", LL_EXACT_MATCH },
16932 { " IGNORE_INT_VER", LL_IGNORE_INT_VER },
16933 { " REQUIRE_MINOR", LL_REQUIRE_MINOR },
16934 { " EXPORTS", LL_EXPORTS },
16935 { " DELAY_LOAD", LL_DELAY_LOAD },
16936 { " DELTA", LL_DELTA }
16937 };
16938 int flags = liblist.l_flags;
16939 size_t fcnt;
16940
60bca95a 16941 for (fcnt = 0; fcnt < ARRAY_SIZE (l_flags_vals); ++fcnt)
a6e9f9df
AM
16942 if ((flags & l_flags_vals[fcnt].bit) != 0)
16943 {
16944 fputs (l_flags_vals[fcnt].name, stdout);
16945 flags ^= l_flags_vals[fcnt].bit;
16946 }
16947 if (flags != 0)
16948 printf (" %#x", (unsigned int) flags);
252b5132 16949
a6e9f9df
AM
16950 puts ("");
16951 }
252b5132 16952 }
252b5132 16953
a6e9f9df
AM
16954 free (elib);
16955 }
32ec8896
NC
16956 else
16957 res = FALSE;
252b5132
RH
16958 }
16959
16960 if (options_offset != 0)
16961 {
2cf0635d 16962 Elf_External_Options * eopt;
252b5132
RH
16963 size_t offset;
16964 int cnt;
dda8d76d 16965 sect = filedata->section_headers;
252b5132
RH
16966
16967 /* Find the section header so that we get the size. */
dda8d76d 16968 sect = find_section_by_type (filedata, SHT_MIPS_OPTIONS);
948f632f 16969 /* PR 17533 file: 012-277276-0.004. */
071436c6
NC
16970 if (sect == NULL)
16971 {
16972 error (_("No MIPS_OPTIONS header found\n"));
32ec8896 16973 return FALSE;
071436c6 16974 }
7fc0c668
NC
16975 /* PR 24243 */
16976 if (sect->sh_size < sizeof (* eopt))
16977 {
16978 error (_("The MIPS options section is too small.\n"));
16979 return FALSE;
16980 }
252b5132 16981
dda8d76d 16982 eopt = (Elf_External_Options *) get_data (NULL, filedata, options_offset, 1,
3f5e193b 16983 sect->sh_size, _("options"));
a6e9f9df 16984 if (eopt)
252b5132 16985 {
fd17d1e6 16986 Elf_Internal_Options option;
76da6bbe 16987
a6e9f9df 16988 offset = cnt = 0;
82b1b41b 16989 while (offset <= sect->sh_size - sizeof (* eopt))
a6e9f9df 16990 {
2cf0635d 16991 Elf_External_Options * eoption;
fd17d1e6 16992 unsigned int optsize;
252b5132 16993
a6e9f9df 16994 eoption = (Elf_External_Options *) ((char *) eopt + offset);
252b5132 16995
fd17d1e6 16996 optsize = BYTE_GET (eoption->size);
76da6bbe 16997
82b1b41b 16998 /* PR 17531: file: ffa0fa3b. */
fd17d1e6
AM
16999 if (optsize < sizeof (* eopt)
17000 || optsize > sect->sh_size - offset)
82b1b41b 17001 {
645f43a8 17002 error (_("Invalid size (%u) for MIPS option\n"),
fd17d1e6 17003 optsize);
645f43a8 17004 free (eopt);
32ec8896 17005 return FALSE;
82b1b41b 17006 }
fd17d1e6 17007 offset += optsize;
a6e9f9df
AM
17008 ++cnt;
17009 }
252b5132 17010
d3a49aa8
AM
17011 printf (ngettext ("\nSection '%s' contains %d entry:\n",
17012 "\nSection '%s' contains %d entries:\n",
17013 cnt),
dda8d76d 17014 printable_section_name (filedata, sect), cnt);
76da6bbe 17015
82b1b41b 17016 offset = 0;
a6e9f9df 17017 while (cnt-- > 0)
252b5132 17018 {
a6e9f9df 17019 size_t len;
fd17d1e6
AM
17020 Elf_External_Options * eoption;
17021
17022 eoption = (Elf_External_Options *) ((char *) eopt + offset);
17023
17024 option.kind = BYTE_GET (eoption->kind);
17025 option.size = BYTE_GET (eoption->size);
17026 option.section = BYTE_GET (eoption->section);
17027 option.info = BYTE_GET (eoption->info);
a6e9f9df 17028
fd17d1e6 17029 switch (option.kind)
252b5132 17030 {
a6e9f9df
AM
17031 case ODK_NULL:
17032 /* This shouldn't happen. */
d0c4e780 17033 printf (" NULL %" PRId16 " %" PRIx32,
fd17d1e6 17034 option.section, option.info);
a6e9f9df 17035 break;
2e6be59c 17036
a6e9f9df
AM
17037 case ODK_REGINFO:
17038 printf (" REGINFO ");
dda8d76d 17039 if (filedata->file_header.e_machine == EM_MIPS)
a6e9f9df 17040 {
2cf0635d 17041 Elf32_External_RegInfo * ereg;
b34976b6 17042 Elf32_RegInfo reginfo;
a6e9f9df 17043
2e6be59c 17044 /* 32bit form. */
fd17d1e6
AM
17045 if (option.size < (sizeof (Elf_External_Options)
17046 + sizeof (Elf32_External_RegInfo)))
2e6be59c
NC
17047 {
17048 printf (_("<corrupt>\n"));
17049 error (_("Truncated MIPS REGINFO option\n"));
17050 cnt = 0;
17051 break;
17052 }
17053
fd17d1e6 17054 ereg = (Elf32_External_RegInfo *) (eoption + 1);
2e6be59c 17055
a6e9f9df
AM
17056 reginfo.ri_gprmask = BYTE_GET (ereg->ri_gprmask);
17057 reginfo.ri_cprmask[0] = BYTE_GET (ereg->ri_cprmask[0]);
17058 reginfo.ri_cprmask[1] = BYTE_GET (ereg->ri_cprmask[1]);
17059 reginfo.ri_cprmask[2] = BYTE_GET (ereg->ri_cprmask[2]);
17060 reginfo.ri_cprmask[3] = BYTE_GET (ereg->ri_cprmask[3]);
17061 reginfo.ri_gp_value = BYTE_GET (ereg->ri_gp_value);
17062
d0c4e780
AM
17063 printf ("GPR %08" PRIx32 " GP 0x%" PRIx32 "\n",
17064 reginfo.ri_gprmask, reginfo.ri_gp_value);
17065 printf (" "
17066 " CPR0 %08" PRIx32 " CPR1 %08" PRIx32
17067 " CPR2 %08" PRIx32 " CPR3 %08" PRIx32 "\n",
a6e9f9df
AM
17068 reginfo.ri_cprmask[0], reginfo.ri_cprmask[1],
17069 reginfo.ri_cprmask[2], reginfo.ri_cprmask[3]);
17070 }
17071 else
17072 {
17073 /* 64 bit form. */
2cf0635d 17074 Elf64_External_RegInfo * ereg;
a6e9f9df
AM
17075 Elf64_Internal_RegInfo reginfo;
17076
fd17d1e6
AM
17077 if (option.size < (sizeof (Elf_External_Options)
17078 + sizeof (Elf64_External_RegInfo)))
2e6be59c
NC
17079 {
17080 printf (_("<corrupt>\n"));
17081 error (_("Truncated MIPS REGINFO option\n"));
17082 cnt = 0;
17083 break;
17084 }
17085
fd17d1e6 17086 ereg = (Elf64_External_RegInfo *) (eoption + 1);
a6e9f9df
AM
17087 reginfo.ri_gprmask = BYTE_GET (ereg->ri_gprmask);
17088 reginfo.ri_cprmask[0] = BYTE_GET (ereg->ri_cprmask[0]);
17089 reginfo.ri_cprmask[1] = BYTE_GET (ereg->ri_cprmask[1]);
17090 reginfo.ri_cprmask[2] = BYTE_GET (ereg->ri_cprmask[2]);
17091 reginfo.ri_cprmask[3] = BYTE_GET (ereg->ri_cprmask[3]);
66543521 17092 reginfo.ri_gp_value = BYTE_GET (ereg->ri_gp_value);
a6e9f9df 17093
d0c4e780
AM
17094 printf ("GPR %08" PRIx32 " GP 0x%" PRIx64 "\n",
17095 reginfo.ri_gprmask, reginfo.ri_gp_value);
17096 printf (" "
17097 " CPR0 %08" PRIx32 " CPR1 %08" PRIx32
17098 " CPR2 %08" PRIx32 " CPR3 %08" PRIx32 "\n",
a6e9f9df
AM
17099 reginfo.ri_cprmask[0], reginfo.ri_cprmask[1],
17100 reginfo.ri_cprmask[2], reginfo.ri_cprmask[3]);
17101 }
fd17d1e6 17102 offset += option.size;
a6e9f9df 17103 continue;
2e6be59c 17104
a6e9f9df
AM
17105 case ODK_EXCEPTIONS:
17106 fputs (" EXCEPTIONS fpe_min(", stdout);
fd17d1e6 17107 process_mips_fpe_exception (option.info & OEX_FPU_MIN);
a6e9f9df 17108 fputs (") fpe_max(", stdout);
fd17d1e6 17109 process_mips_fpe_exception ((option.info & OEX_FPU_MAX) >> 8);
a6e9f9df
AM
17110 fputs (")", stdout);
17111
fd17d1e6 17112 if (option.info & OEX_PAGE0)
a6e9f9df 17113 fputs (" PAGE0", stdout);
fd17d1e6 17114 if (option.info & OEX_SMM)
a6e9f9df 17115 fputs (" SMM", stdout);
fd17d1e6 17116 if (option.info & OEX_FPDBUG)
a6e9f9df 17117 fputs (" FPDBUG", stdout);
fd17d1e6 17118 if (option.info & OEX_DISMISS)
a6e9f9df
AM
17119 fputs (" DISMISS", stdout);
17120 break;
2e6be59c 17121
a6e9f9df
AM
17122 case ODK_PAD:
17123 fputs (" PAD ", stdout);
fd17d1e6 17124 if (option.info & OPAD_PREFIX)
a6e9f9df 17125 fputs (" PREFIX", stdout);
fd17d1e6 17126 if (option.info & OPAD_POSTFIX)
a6e9f9df 17127 fputs (" POSTFIX", stdout);
fd17d1e6 17128 if (option.info & OPAD_SYMBOL)
a6e9f9df
AM
17129 fputs (" SYMBOL", stdout);
17130 break;
2e6be59c 17131
a6e9f9df
AM
17132 case ODK_HWPATCH:
17133 fputs (" HWPATCH ", stdout);
fd17d1e6 17134 if (option.info & OHW_R4KEOP)
a6e9f9df 17135 fputs (" R4KEOP", stdout);
fd17d1e6 17136 if (option.info & OHW_R8KPFETCH)
a6e9f9df 17137 fputs (" R8KPFETCH", stdout);
fd17d1e6 17138 if (option.info & OHW_R5KEOP)
a6e9f9df 17139 fputs (" R5KEOP", stdout);
fd17d1e6 17140 if (option.info & OHW_R5KCVTL)
a6e9f9df
AM
17141 fputs (" R5KCVTL", stdout);
17142 break;
2e6be59c 17143
a6e9f9df
AM
17144 case ODK_FILL:
17145 fputs (" FILL ", stdout);
17146 /* XXX Print content of info word? */
17147 break;
2e6be59c 17148
a6e9f9df
AM
17149 case ODK_TAGS:
17150 fputs (" TAGS ", stdout);
17151 /* XXX Print content of info word? */
17152 break;
2e6be59c 17153
a6e9f9df
AM
17154 case ODK_HWAND:
17155 fputs (" HWAND ", stdout);
fd17d1e6 17156 if (option.info & OHWA0_R4KEOP_CHECKED)
a6e9f9df 17157 fputs (" R4KEOP_CHECKED", stdout);
fd17d1e6 17158 if (option.info & OHWA0_R4KEOP_CLEAN)
a6e9f9df
AM
17159 fputs (" R4KEOP_CLEAN", stdout);
17160 break;
2e6be59c 17161
a6e9f9df
AM
17162 case ODK_HWOR:
17163 fputs (" HWOR ", stdout);
fd17d1e6 17164 if (option.info & OHWA0_R4KEOP_CHECKED)
a6e9f9df 17165 fputs (" R4KEOP_CHECKED", stdout);
fd17d1e6 17166 if (option.info & OHWA0_R4KEOP_CLEAN)
a6e9f9df
AM
17167 fputs (" R4KEOP_CLEAN", stdout);
17168 break;
2e6be59c 17169
a6e9f9df 17170 case ODK_GP_GROUP:
d0c4e780 17171 printf (" GP_GROUP %#06x self-contained %#06x",
fd17d1e6
AM
17172 option.info & OGP_GROUP,
17173 (option.info & OGP_SELF) >> 16);
a6e9f9df 17174 break;
2e6be59c 17175
a6e9f9df 17176 case ODK_IDENT:
d0c4e780 17177 printf (" IDENT %#06x self-contained %#06x",
fd17d1e6
AM
17178 option.info & OGP_GROUP,
17179 (option.info & OGP_SELF) >> 16);
a6e9f9df 17180 break;
2e6be59c 17181
a6e9f9df
AM
17182 default:
17183 /* This shouldn't happen. */
d0c4e780 17184 printf (" %3d ??? %" PRId16 " %" PRIx32,
fd17d1e6 17185 option.kind, option.section, option.info);
a6e9f9df 17186 break;
252b5132 17187 }
a6e9f9df 17188
2cf0635d 17189 len = sizeof (* eopt);
fd17d1e6 17190 while (len < option.size)
82b1b41b 17191 {
fd17d1e6 17192 unsigned char datum = *((unsigned char *) eoption + len);
a6e9f9df 17193
82b1b41b
NC
17194 if (ISPRINT (datum))
17195 printf ("%c", datum);
17196 else
17197 printf ("\\%03o", datum);
17198 len ++;
17199 }
a6e9f9df 17200 fputs ("\n", stdout);
82b1b41b 17201
fd17d1e6 17202 offset += option.size;
252b5132 17203 }
a6e9f9df 17204 free (eopt);
252b5132 17205 }
32ec8896
NC
17206 else
17207 res = FALSE;
252b5132
RH
17208 }
17209
17210 if (conflicts_offset != 0 && conflictsno != 0)
17211 {
2cf0635d 17212 Elf32_Conflict * iconf;
252b5132
RH
17213 size_t cnt;
17214
978c4450 17215 if (filedata->dynamic_symbols == NULL)
252b5132 17216 {
591a748a 17217 error (_("conflict list found without a dynamic symbol table\n"));
32ec8896 17218 return FALSE;
252b5132
RH
17219 }
17220
7296a62a
NC
17221 /* PR 21345 - print a slightly more helpful error message
17222 if we are sure that the cmalloc will fail. */
645f43a8 17223 if (conflictsno > filedata->file_size / sizeof (* iconf))
7296a62a
NC
17224 {
17225 error (_("Overlarge number of conflicts detected: %lx\n"),
17226 (long) conflictsno);
17227 return FALSE;
17228 }
17229
3f5e193b 17230 iconf = (Elf32_Conflict *) cmalloc (conflictsno, sizeof (* iconf));
252b5132
RH
17231 if (iconf == NULL)
17232 {
8b73c356 17233 error (_("Out of memory allocating space for dynamic conflicts\n"));
32ec8896 17234 return FALSE;
252b5132
RH
17235 }
17236
9ea033b2 17237 if (is_32bit_elf)
252b5132 17238 {
2cf0635d 17239 Elf32_External_Conflict * econf32;
a6e9f9df 17240
3f5e193b 17241 econf32 = (Elf32_External_Conflict *)
95099889
AM
17242 get_data (NULL, filedata, conflicts_offset,
17243 sizeof (*econf32), conflictsno, _("conflict"));
a6e9f9df 17244 if (!econf32)
5a814d6d
AM
17245 {
17246 free (iconf);
17247 return FALSE;
17248 }
252b5132
RH
17249
17250 for (cnt = 0; cnt < conflictsno; ++cnt)
17251 iconf[cnt] = BYTE_GET (econf32[cnt]);
a6e9f9df
AM
17252
17253 free (econf32);
252b5132
RH
17254 }
17255 else
17256 {
2cf0635d 17257 Elf64_External_Conflict * econf64;
a6e9f9df 17258
3f5e193b 17259 econf64 = (Elf64_External_Conflict *)
95099889
AM
17260 get_data (NULL, filedata, conflicts_offset,
17261 sizeof (*econf64), conflictsno, _("conflict"));
a6e9f9df 17262 if (!econf64)
5a814d6d
AM
17263 {
17264 free (iconf);
17265 return FALSE;
17266 }
252b5132
RH
17267
17268 for (cnt = 0; cnt < conflictsno; ++cnt)
17269 iconf[cnt] = BYTE_GET (econf64[cnt]);
a6e9f9df
AM
17270
17271 free (econf64);
252b5132
RH
17272 }
17273
d3a49aa8
AM
17274 printf (ngettext ("\nSection '.conflict' contains %lu entry:\n",
17275 "\nSection '.conflict' contains %lu entries:\n",
17276 (unsigned long) conflictsno),
c7e7ca54 17277 (unsigned long) conflictsno);
252b5132
RH
17278 puts (_(" Num: Index Value Name"));
17279
17280 for (cnt = 0; cnt < conflictsno; ++cnt)
17281 {
b34976b6 17282 printf ("%5lu: %8lu ", (unsigned long) cnt, iconf[cnt]);
e0a31db1 17283
978c4450 17284 if (iconf[cnt] >= filedata->num_dynamic_syms)
e0a31db1 17285 printf (_("<corrupt symbol index>"));
d79b3d50 17286 else
e0a31db1
NC
17287 {
17288 Elf_Internal_Sym * psym;
17289
978c4450 17290 psym = & filedata->dynamic_symbols[iconf[cnt]];
e0a31db1
NC
17291 print_vma (psym->st_value, FULL_HEX);
17292 putchar (' ');
978c4450
AM
17293 if (VALID_DYNAMIC_NAME (filedata, psym->st_name))
17294 print_symbol (25, GET_DYNAMIC_NAME (filedata, psym->st_name));
e0a31db1
NC
17295 else
17296 printf (_("<corrupt: %14ld>"), psym->st_name);
17297 }
31104126 17298 putchar ('\n');
252b5132
RH
17299 }
17300
252b5132
RH
17301 free (iconf);
17302 }
17303
ccb4c951
RS
17304 if (pltgot != 0 && local_gotno != 0)
17305 {
91d6fa6a 17306 bfd_vma ent, local_end, global_end;
bbeee7ea 17307 size_t i, offset;
2cf0635d 17308 unsigned char * data;
82b1b41b 17309 unsigned char * data_end;
bbeee7ea 17310 int addr_size;
ccb4c951 17311
91d6fa6a 17312 ent = pltgot;
ccb4c951
RS
17313 addr_size = (is_32bit_elf ? 4 : 8);
17314 local_end = pltgot + local_gotno * addr_size;
ccb4c951 17315
74e1a04b
NC
17316 /* PR binutils/17533 file: 012-111227-0.004 */
17317 if (symtabno < gotsym)
17318 {
17319 error (_("The GOT symbol offset (%lu) is greater than the symbol table size (%lu)\n"),
82b1b41b 17320 (unsigned long) gotsym, (unsigned long) symtabno);
32ec8896 17321 return FALSE;
74e1a04b 17322 }
82b1b41b 17323
74e1a04b 17324 global_end = local_end + (symtabno - gotsym) * addr_size;
82b1b41b
NC
17325 /* PR 17531: file: 54c91a34. */
17326 if (global_end < local_end)
17327 {
17328 error (_("Too many GOT symbols: %lu\n"), (unsigned long) symtabno);
32ec8896 17329 return FALSE;
82b1b41b 17330 }
948f632f 17331
dda8d76d
NC
17332 offset = offset_from_vma (filedata, pltgot, global_end - pltgot);
17333 data = (unsigned char *) get_data (NULL, filedata, offset,
9cf03b7e
NC
17334 global_end - pltgot, 1,
17335 _("Global Offset Table data"));
919383ac 17336 /* PR 12855: Null data is handled gracefully throughout. */
82b1b41b 17337 data_end = data + (global_end - pltgot);
59245841 17338
ccb4c951
RS
17339 printf (_("\nPrimary GOT:\n"));
17340 printf (_(" Canonical gp value: "));
17341 print_vma (pltgot + 0x7ff0, LONG_HEX);
17342 printf ("\n\n");
17343
17344 printf (_(" Reserved entries:\n"));
17345 printf (_(" %*s %10s %*s Purpose\n"),
2b692964
NC
17346 addr_size * 2, _("Address"), _("Access"),
17347 addr_size * 2, _("Initial"));
82b1b41b 17348 ent = print_mips_got_entry (data, pltgot, ent, data_end);
2b692964 17349 printf (_(" Lazy resolver\n"));
82b1b41b
NC
17350 if (ent == (bfd_vma) -1)
17351 goto got_print_fail;
75ec1fdb 17352
c4ab9505
MR
17353 /* Check for the MSB of GOT[1] being set, denoting a GNU object.
17354 This entry will be used by some runtime loaders, to store the
17355 module pointer. Otherwise this is an ordinary local entry.
17356 PR 21344: Check for the entry being fully available before
17357 fetching it. */
17358 if (data
17359 && data + ent - pltgot + addr_size <= data_end
17360 && (byte_get (data + ent - pltgot, addr_size)
17361 >> (addr_size * 8 - 1)) != 0)
17362 {
17363 ent = print_mips_got_entry (data, pltgot, ent, data_end);
17364 printf (_(" Module pointer (GNU extension)\n"));
17365 if (ent == (bfd_vma) -1)
17366 goto got_print_fail;
ccb4c951
RS
17367 }
17368 printf ("\n");
17369
f17e9d8a 17370 if (data != NULL && ent < local_end)
ccb4c951
RS
17371 {
17372 printf (_(" Local entries:\n"));
cc5914eb 17373 printf (" %*s %10s %*s\n",
2b692964
NC
17374 addr_size * 2, _("Address"), _("Access"),
17375 addr_size * 2, _("Initial"));
91d6fa6a 17376 while (ent < local_end)
ccb4c951 17377 {
82b1b41b 17378 ent = print_mips_got_entry (data, pltgot, ent, data_end);
ccb4c951 17379 printf ("\n");
82b1b41b
NC
17380 if (ent == (bfd_vma) -1)
17381 goto got_print_fail;
ccb4c951
RS
17382 }
17383 printf ("\n");
17384 }
17385
f17e9d8a 17386 if (data != NULL && gotsym < symtabno)
ccb4c951
RS
17387 {
17388 int sym_width;
17389
17390 printf (_(" Global entries:\n"));
cc5914eb 17391 printf (" %*s %10s %*s %*s %-7s %3s %s\n",
9cf03b7e
NC
17392 addr_size * 2, _("Address"),
17393 _("Access"),
2b692964 17394 addr_size * 2, _("Initial"),
9cf03b7e
NC
17395 addr_size * 2, _("Sym.Val."),
17396 _("Type"),
17397 /* Note for translators: "Ndx" = abbreviated form of "Index". */
17398 _("Ndx"), _("Name"));
0b4362b0 17399
ccb4c951 17400 sym_width = (is_32bit_elf ? 80 : 160) - 28 - addr_size * 6 - 1;
e0a31db1 17401
ccb4c951
RS
17402 for (i = gotsym; i < symtabno; i++)
17403 {
82b1b41b 17404 ent = print_mips_got_entry (data, pltgot, ent, data_end);
ccb4c951 17405 printf (" ");
e0a31db1 17406
978c4450 17407 if (filedata->dynamic_symbols == NULL)
e0a31db1 17408 printf (_("<no dynamic symbols>"));
978c4450 17409 else if (i < filedata->num_dynamic_syms)
e0a31db1 17410 {
978c4450 17411 Elf_Internal_Sym * psym = filedata->dynamic_symbols + i;
e0a31db1
NC
17412
17413 print_vma (psym->st_value, LONG_HEX);
17414 printf (" %-7s %3s ",
dda8d76d
NC
17415 get_symbol_type (filedata, ELF_ST_TYPE (psym->st_info)),
17416 get_symbol_index_type (filedata, psym->st_shndx));
e0a31db1 17417
978c4450
AM
17418 if (VALID_DYNAMIC_NAME (filedata, psym->st_name))
17419 print_symbol (sym_width,
17420 GET_DYNAMIC_NAME (filedata, psym->st_name));
e0a31db1
NC
17421 else
17422 printf (_("<corrupt: %14ld>"), psym->st_name);
17423 }
ccb4c951 17424 else
7fc5ac57
JBG
17425 printf (_("<symbol index %lu exceeds number of dynamic symbols>"),
17426 (unsigned long) i);
e0a31db1 17427
ccb4c951 17428 printf ("\n");
82b1b41b
NC
17429 if (ent == (bfd_vma) -1)
17430 break;
ccb4c951
RS
17431 }
17432 printf ("\n");
17433 }
17434
82b1b41b 17435 got_print_fail:
9db70fc3 17436 free (data);
ccb4c951
RS
17437 }
17438
861fb55a
DJ
17439 if (mips_pltgot != 0 && jmprel != 0 && pltrel != 0 && pltrelsz != 0)
17440 {
91d6fa6a 17441 bfd_vma ent, end;
861fb55a
DJ
17442 size_t offset, rel_offset;
17443 unsigned long count, i;
2cf0635d 17444 unsigned char * data;
861fb55a 17445 int addr_size, sym_width;
2cf0635d 17446 Elf_Internal_Rela * rels;
861fb55a 17447
dda8d76d 17448 rel_offset = offset_from_vma (filedata, jmprel, pltrelsz);
861fb55a
DJ
17449 if (pltrel == DT_RELA)
17450 {
dda8d76d 17451 if (!slurp_rela_relocs (filedata, rel_offset, pltrelsz, &rels, &count))
32ec8896 17452 return FALSE;
861fb55a
DJ
17453 }
17454 else
17455 {
dda8d76d 17456 if (!slurp_rel_relocs (filedata, rel_offset, pltrelsz, &rels, &count))
32ec8896 17457 return FALSE;
861fb55a
DJ
17458 }
17459
91d6fa6a 17460 ent = mips_pltgot;
861fb55a
DJ
17461 addr_size = (is_32bit_elf ? 4 : 8);
17462 end = mips_pltgot + (2 + count) * addr_size;
17463
dda8d76d
NC
17464 offset = offset_from_vma (filedata, mips_pltgot, end - mips_pltgot);
17465 data = (unsigned char *) get_data (NULL, filedata, offset, end - mips_pltgot,
9cf03b7e 17466 1, _("Procedure Linkage Table data"));
59245841 17467 if (data == NULL)
32ec8896 17468 return FALSE;
59245841 17469
9cf03b7e 17470 printf ("\nPLT GOT:\n\n");
861fb55a
DJ
17471 printf (_(" Reserved entries:\n"));
17472 printf (_(" %*s %*s Purpose\n"),
2b692964 17473 addr_size * 2, _("Address"), addr_size * 2, _("Initial"));
91d6fa6a 17474 ent = print_mips_pltgot_entry (data, mips_pltgot, ent);
2b692964 17475 printf (_(" PLT lazy resolver\n"));
91d6fa6a 17476 ent = print_mips_pltgot_entry (data, mips_pltgot, ent);
2b692964 17477 printf (_(" Module pointer\n"));
861fb55a
DJ
17478 printf ("\n");
17479
17480 printf (_(" Entries:\n"));
cc5914eb 17481 printf (" %*s %*s %*s %-7s %3s %s\n",
2b692964
NC
17482 addr_size * 2, _("Address"),
17483 addr_size * 2, _("Initial"),
17484 addr_size * 2, _("Sym.Val."), _("Type"), _("Ndx"), _("Name"));
861fb55a
DJ
17485 sym_width = (is_32bit_elf ? 80 : 160) - 17 - addr_size * 6 - 1;
17486 for (i = 0; i < count; i++)
17487 {
df97ab2a 17488 unsigned long idx = get_reloc_symindex (rels[i].r_info);
861fb55a 17489
91d6fa6a 17490 ent = print_mips_pltgot_entry (data, mips_pltgot, ent);
861fb55a 17491 printf (" ");
e0a31db1 17492
978c4450 17493 if (idx >= filedata->num_dynamic_syms)
df97ab2a 17494 printf (_("<corrupt symbol index: %lu>"), idx);
861fb55a 17495 else
e0a31db1 17496 {
978c4450 17497 Elf_Internal_Sym * psym = filedata->dynamic_symbols + idx;
e0a31db1
NC
17498
17499 print_vma (psym->st_value, LONG_HEX);
17500 printf (" %-7s %3s ",
dda8d76d
NC
17501 get_symbol_type (filedata, ELF_ST_TYPE (psym->st_info)),
17502 get_symbol_index_type (filedata, psym->st_shndx));
978c4450
AM
17503 if (VALID_DYNAMIC_NAME (filedata, psym->st_name))
17504 print_symbol (sym_width,
17505 GET_DYNAMIC_NAME (filedata, psym->st_name));
e0a31db1
NC
17506 else
17507 printf (_("<corrupt: %14ld>"), psym->st_name);
17508 }
861fb55a
DJ
17509 printf ("\n");
17510 }
17511 printf ("\n");
17512
9db70fc3 17513 free (data);
861fb55a
DJ
17514 free (rels);
17515 }
17516
32ec8896 17517 return res;
252b5132
RH
17518}
17519
32ec8896 17520static bfd_boolean
dda8d76d 17521process_nds32_specific (Filedata * filedata)
35c08157
KLC
17522{
17523 Elf_Internal_Shdr *sect = NULL;
17524
dda8d76d 17525 sect = find_section (filedata, ".nds32_e_flags");
9c7b8e9b 17526 if (sect != NULL && sect->sh_size >= 4)
35c08157 17527 {
9c7b8e9b
AM
17528 unsigned char *buf;
17529 unsigned int flag;
35c08157
KLC
17530
17531 printf ("\nNDS32 elf flags section:\n");
9c7b8e9b
AM
17532 buf = get_data (NULL, filedata, sect->sh_offset, 1, 4,
17533 _("NDS32 elf flags section"));
35c08157 17534
9c7b8e9b 17535 if (buf == NULL)
32ec8896
NC
17536 return FALSE;
17537
9c7b8e9b
AM
17538 flag = byte_get (buf, 4);
17539 free (buf);
17540 switch (flag & 0x3)
35c08157
KLC
17541 {
17542 case 0:
17543 printf ("(VEC_SIZE):\tNo entry.\n");
17544 break;
17545 case 1:
17546 printf ("(VEC_SIZE):\t4 bytes\n");
17547 break;
17548 case 2:
17549 printf ("(VEC_SIZE):\t16 bytes\n");
17550 break;
17551 case 3:
17552 printf ("(VEC_SIZE):\treserved\n");
17553 break;
17554 }
17555 }
17556
17557 return TRUE;
17558}
17559
32ec8896 17560static bfd_boolean
dda8d76d 17561process_gnu_liblist (Filedata * filedata)
047b2264 17562{
2cf0635d
NC
17563 Elf_Internal_Shdr * section;
17564 Elf_Internal_Shdr * string_sec;
17565 Elf32_External_Lib * elib;
17566 char * strtab;
c256ffe7 17567 size_t strtab_size;
047b2264 17568 size_t cnt;
d3a49aa8 17569 unsigned long num_liblist;
047b2264 17570 unsigned i;
32ec8896 17571 bfd_boolean res = TRUE;
047b2264
JJ
17572
17573 if (! do_arch)
32ec8896 17574 return TRUE;
047b2264 17575
dda8d76d
NC
17576 for (i = 0, section = filedata->section_headers;
17577 i < filedata->file_header.e_shnum;
b34976b6 17578 i++, section++)
047b2264
JJ
17579 {
17580 switch (section->sh_type)
17581 {
17582 case SHT_GNU_LIBLIST:
dda8d76d 17583 if (section->sh_link >= filedata->file_header.e_shnum)
c256ffe7
JJ
17584 break;
17585
3f5e193b 17586 elib = (Elf32_External_Lib *)
dda8d76d 17587 get_data (NULL, filedata, section->sh_offset, 1, section->sh_size,
9cf03b7e 17588 _("liblist section data"));
047b2264
JJ
17589
17590 if (elib == NULL)
32ec8896
NC
17591 {
17592 res = FALSE;
17593 break;
17594 }
047b2264 17595
dda8d76d
NC
17596 string_sec = filedata->section_headers + section->sh_link;
17597 strtab = (char *) get_data (NULL, filedata, string_sec->sh_offset, 1,
3f5e193b
NC
17598 string_sec->sh_size,
17599 _("liblist string table"));
047b2264
JJ
17600 if (strtab == NULL
17601 || section->sh_entsize != sizeof (Elf32_External_Lib))
17602 {
17603 free (elib);
2842702f 17604 free (strtab);
32ec8896 17605 res = FALSE;
047b2264
JJ
17606 break;
17607 }
59245841 17608 strtab_size = string_sec->sh_size;
047b2264 17609
d3a49aa8
AM
17610 num_liblist = section->sh_size / sizeof (Elf32_External_Lib);
17611 printf (ngettext ("\nLibrary list section '%s' contains %lu entries:\n",
17612 "\nLibrary list section '%s' contains %lu entries:\n",
17613 num_liblist),
dda8d76d 17614 printable_section_name (filedata, section),
d3a49aa8 17615 num_liblist);
047b2264 17616
2b692964 17617 puts (_(" Library Time Stamp Checksum Version Flags"));
047b2264
JJ
17618
17619 for (cnt = 0; cnt < section->sh_size / sizeof (Elf32_External_Lib);
17620 ++cnt)
17621 {
17622 Elf32_Lib liblist;
91d6fa6a 17623 time_t atime;
d5b07ef4 17624 char timebuf[128];
2cf0635d 17625 struct tm * tmp;
047b2264
JJ
17626
17627 liblist.l_name = BYTE_GET (elib[cnt].l_name);
91d6fa6a 17628 atime = BYTE_GET (elib[cnt].l_time_stamp);
047b2264
JJ
17629 liblist.l_checksum = BYTE_GET (elib[cnt].l_checksum);
17630 liblist.l_version = BYTE_GET (elib[cnt].l_version);
17631 liblist.l_flags = BYTE_GET (elib[cnt].l_flags);
17632
91d6fa6a 17633 tmp = gmtime (&atime);
e9e44622
JJ
17634 snprintf (timebuf, sizeof (timebuf),
17635 "%04u-%02u-%02uT%02u:%02u:%02u",
17636 tmp->tm_year + 1900, tmp->tm_mon + 1, tmp->tm_mday,
17637 tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
047b2264
JJ
17638
17639 printf ("%3lu: ", (unsigned long) cnt);
17640 if (do_wide)
c256ffe7 17641 printf ("%-20s", liblist.l_name < strtab_size
2b692964 17642 ? strtab + liblist.l_name : _("<corrupt>"));
047b2264 17643 else
c256ffe7 17644 printf ("%-20.20s", liblist.l_name < strtab_size
2b692964 17645 ? strtab + liblist.l_name : _("<corrupt>"));
047b2264
JJ
17646 printf (" %s %#010lx %-7ld %-7ld\n", timebuf, liblist.l_checksum,
17647 liblist.l_version, liblist.l_flags);
17648 }
17649
17650 free (elib);
2842702f 17651 free (strtab);
047b2264
JJ
17652 }
17653 }
17654
32ec8896 17655 return res;
047b2264
JJ
17656}
17657
9437c45b 17658static const char *
dda8d76d 17659get_note_type (Filedata * filedata, unsigned e_type)
779fe533
NC
17660{
17661 static char buff[64];
103f02d3 17662
dda8d76d 17663 if (filedata->file_header.e_type == ET_CORE)
1ec5cd37
NC
17664 switch (e_type)
17665 {
57346661 17666 case NT_AUXV:
1ec5cd37 17667 return _("NT_AUXV (auxiliary vector)");
57346661 17668 case NT_PRSTATUS:
1ec5cd37 17669 return _("NT_PRSTATUS (prstatus structure)");
57346661 17670 case NT_FPREGSET:
1ec5cd37 17671 return _("NT_FPREGSET (floating point registers)");
57346661 17672 case NT_PRPSINFO:
1ec5cd37 17673 return _("NT_PRPSINFO (prpsinfo structure)");
57346661 17674 case NT_TASKSTRUCT:
1ec5cd37 17675 return _("NT_TASKSTRUCT (task structure)");
57346661 17676 case NT_PRXFPREG:
1ec5cd37 17677 return _("NT_PRXFPREG (user_xfpregs structure)");
e1e95dec
AM
17678 case NT_PPC_VMX:
17679 return _("NT_PPC_VMX (ppc Altivec registers)");
89eeb0bc
LM
17680 case NT_PPC_VSX:
17681 return _("NT_PPC_VSX (ppc VSX registers)");
66c3b5f8
GR
17682 case NT_PPC_TAR:
17683 return _("NT_PPC_TAR (ppc TAR register)");
17684 case NT_PPC_PPR:
17685 return _("NT_PPC_PPR (ppc PPR register)");
17686 case NT_PPC_DSCR:
17687 return _("NT_PPC_DSCR (ppc DSCR register)");
17688 case NT_PPC_EBB:
17689 return _("NT_PPC_EBB (ppc EBB registers)");
17690 case NT_PPC_PMU:
17691 return _("NT_PPC_PMU (ppc PMU registers)");
17692 case NT_PPC_TM_CGPR:
17693 return _("NT_PPC_TM_CGPR (ppc checkpointed GPR registers)");
17694 case NT_PPC_TM_CFPR:
17695 return _("NT_PPC_TM_CFPR (ppc checkpointed floating point registers)");
17696 case NT_PPC_TM_CVMX:
17697 return _("NT_PPC_TM_CVMX (ppc checkpointed Altivec registers)");
17698 case NT_PPC_TM_CVSX:
3fd21718 17699 return _("NT_PPC_TM_CVSX (ppc checkpointed VSX registers)");
66c3b5f8
GR
17700 case NT_PPC_TM_SPR:
17701 return _("NT_PPC_TM_SPR (ppc TM special purpose registers)");
17702 case NT_PPC_TM_CTAR:
17703 return _("NT_PPC_TM_CTAR (ppc checkpointed TAR register)");
17704 case NT_PPC_TM_CPPR:
17705 return _("NT_PPC_TM_CPPR (ppc checkpointed PPR register)");
17706 case NT_PPC_TM_CDSCR:
17707 return _("NT_PPC_TM_CDSCR (ppc checkpointed DSCR register)");
ff826ef3
TT
17708 case NT_386_TLS:
17709 return _("NT_386_TLS (x86 TLS information)");
17710 case NT_386_IOPERM:
17711 return _("NT_386_IOPERM (x86 I/O permissions)");
4339cae0
L
17712 case NT_X86_XSTATE:
17713 return _("NT_X86_XSTATE (x86 XSAVE extended state)");
0675e188
UW
17714 case NT_S390_HIGH_GPRS:
17715 return _("NT_S390_HIGH_GPRS (s390 upper register halves)");
d7eeb400
MS
17716 case NT_S390_TIMER:
17717 return _("NT_S390_TIMER (s390 timer register)");
17718 case NT_S390_TODCMP:
17719 return _("NT_S390_TODCMP (s390 TOD comparator register)");
17720 case NT_S390_TODPREG:
17721 return _("NT_S390_TODPREG (s390 TOD programmable register)");
17722 case NT_S390_CTRS:
17723 return _("NT_S390_CTRS (s390 control registers)");
17724 case NT_S390_PREFIX:
17725 return _("NT_S390_PREFIX (s390 prefix register)");
a367d729
AK
17726 case NT_S390_LAST_BREAK:
17727 return _("NT_S390_LAST_BREAK (s390 last breaking event address)");
17728 case NT_S390_SYSTEM_CALL:
17729 return _("NT_S390_SYSTEM_CALL (s390 system call restart data)");
abb3f6cc
NC
17730 case NT_S390_TDB:
17731 return _("NT_S390_TDB (s390 transaction diagnostic block)");
4ef9f41a
AA
17732 case NT_S390_VXRS_LOW:
17733 return _("NT_S390_VXRS_LOW (s390 vector registers 0-15 upper half)");
17734 case NT_S390_VXRS_HIGH:
17735 return _("NT_S390_VXRS_HIGH (s390 vector registers 16-31)");
88ab90e8
AA
17736 case NT_S390_GS_CB:
17737 return _("NT_S390_GS_CB (s390 guarded-storage registers)");
17738 case NT_S390_GS_BC:
17739 return _("NT_S390_GS_BC (s390 guarded-storage broadcast control)");
faa9a424
UW
17740 case NT_ARM_VFP:
17741 return _("NT_ARM_VFP (arm VFP registers)");
652451f8
YZ
17742 case NT_ARM_TLS:
17743 return _("NT_ARM_TLS (AArch TLS registers)");
17744 case NT_ARM_HW_BREAK:
17745 return _("NT_ARM_HW_BREAK (AArch hardware breakpoint registers)");
17746 case NT_ARM_HW_WATCH:
17747 return _("NT_ARM_HW_WATCH (AArch hardware watchpoint registers)");
27456742
AK
17748 case NT_ARC_V2:
17749 return _("NT_ARC_V2 (ARC HS accumulator/extra registers)");
57346661 17750 case NT_PSTATUS:
1ec5cd37 17751 return _("NT_PSTATUS (pstatus structure)");
57346661 17752 case NT_FPREGS:
1ec5cd37 17753 return _("NT_FPREGS (floating point registers)");
57346661 17754 case NT_PSINFO:
1ec5cd37 17755 return _("NT_PSINFO (psinfo structure)");
57346661 17756 case NT_LWPSTATUS:
1ec5cd37 17757 return _("NT_LWPSTATUS (lwpstatus_t structure)");
57346661 17758 case NT_LWPSINFO:
1ec5cd37 17759 return _("NT_LWPSINFO (lwpsinfo_t structure)");
57346661 17760 case NT_WIN32PSTATUS:
1ec5cd37 17761 return _("NT_WIN32PSTATUS (win32_pstatus structure)");
9ece1fa9
TT
17762 case NT_SIGINFO:
17763 return _("NT_SIGINFO (siginfo_t data)");
17764 case NT_FILE:
17765 return _("NT_FILE (mapped files)");
1ec5cd37
NC
17766 default:
17767 break;
17768 }
17769 else
17770 switch (e_type)
17771 {
17772 case NT_VERSION:
17773 return _("NT_VERSION (version)");
17774 case NT_ARCH:
17775 return _("NT_ARCH (architecture)");
9ef920e9 17776 case NT_GNU_BUILD_ATTRIBUTE_OPEN:
6f156d7a 17777 return _("OPEN");
9ef920e9 17778 case NT_GNU_BUILD_ATTRIBUTE_FUNC:
6f156d7a 17779 return _("func");
1ec5cd37
NC
17780 default:
17781 break;
17782 }
17783
e9e44622 17784 snprintf (buff, sizeof (buff), _("Unknown note type: (0x%08x)"), e_type);
1ec5cd37 17785 return buff;
779fe533
NC
17786}
17787
32ec8896 17788static bfd_boolean
9ece1fa9
TT
17789print_core_note (Elf_Internal_Note *pnote)
17790{
17791 unsigned int addr_size = is_32bit_elf ? 4 : 8;
17792 bfd_vma count, page_size;
17793 unsigned char *descdata, *filenames, *descend;
17794
17795 if (pnote->type != NT_FILE)
04ac15ab
AS
17796 {
17797 if (do_wide)
17798 printf ("\n");
17799 return TRUE;
17800 }
9ece1fa9
TT
17801
17802#ifndef BFD64
17803 if (!is_32bit_elf)
17804 {
17805 printf (_(" Cannot decode 64-bit note in 32-bit build\n"));
17806 /* Still "successful". */
32ec8896 17807 return TRUE;
9ece1fa9
TT
17808 }
17809#endif
17810
17811 if (pnote->descsz < 2 * addr_size)
17812 {
32ec8896
NC
17813 error (_(" Malformed note - too short for header\n"));
17814 return FALSE;
9ece1fa9
TT
17815 }
17816
17817 descdata = (unsigned char *) pnote->descdata;
17818 descend = descdata + pnote->descsz;
17819
17820 if (descdata[pnote->descsz - 1] != '\0')
17821 {
32ec8896
NC
17822 error (_(" Malformed note - does not end with \\0\n"));
17823 return FALSE;
9ece1fa9
TT
17824 }
17825
17826 count = byte_get (descdata, addr_size);
17827 descdata += addr_size;
17828
17829 page_size = byte_get (descdata, addr_size);
17830 descdata += addr_size;
17831
5396a86e
AM
17832 if (count > ((bfd_vma) -1 - 2 * addr_size) / (3 * addr_size)
17833 || pnote->descsz < 2 * addr_size + count * 3 * addr_size)
9ece1fa9 17834 {
32ec8896
NC
17835 error (_(" Malformed note - too short for supplied file count\n"));
17836 return FALSE;
9ece1fa9
TT
17837 }
17838
17839 printf (_(" Page size: "));
17840 print_vma (page_size, DEC);
17841 printf ("\n");
17842
17843 printf (_(" %*s%*s%*s\n"),
17844 (int) (2 + 2 * addr_size), _("Start"),
17845 (int) (4 + 2 * addr_size), _("End"),
17846 (int) (4 + 2 * addr_size), _("Page Offset"));
17847 filenames = descdata + count * 3 * addr_size;
595712bb 17848 while (count-- > 0)
9ece1fa9
TT
17849 {
17850 bfd_vma start, end, file_ofs;
17851
17852 if (filenames == descend)
17853 {
32ec8896
NC
17854 error (_(" Malformed note - filenames end too early\n"));
17855 return FALSE;
9ece1fa9
TT
17856 }
17857
17858 start = byte_get (descdata, addr_size);
17859 descdata += addr_size;
17860 end = byte_get (descdata, addr_size);
17861 descdata += addr_size;
17862 file_ofs = byte_get (descdata, addr_size);
17863 descdata += addr_size;
17864
17865 printf (" ");
17866 print_vma (start, FULL_HEX);
17867 printf (" ");
17868 print_vma (end, FULL_HEX);
17869 printf (" ");
17870 print_vma (file_ofs, FULL_HEX);
17871 printf ("\n %s\n", filenames);
17872
17873 filenames += 1 + strlen ((char *) filenames);
17874 }
17875
32ec8896 17876 return TRUE;
9ece1fa9
TT
17877}
17878
1118d252
RM
17879static const char *
17880get_gnu_elf_note_type (unsigned e_type)
17881{
1449284b 17882 /* NB/ Keep this switch statement in sync with print_gnu_note (). */
1118d252
RM
17883 switch (e_type)
17884 {
17885 case NT_GNU_ABI_TAG:
17886 return _("NT_GNU_ABI_TAG (ABI version tag)");
17887 case NT_GNU_HWCAP:
17888 return _("NT_GNU_HWCAP (DSO-supplied software HWCAP info)");
17889 case NT_GNU_BUILD_ID:
17890 return _("NT_GNU_BUILD_ID (unique build ID bitstring)");
0297aed6
DM
17891 case NT_GNU_GOLD_VERSION:
17892 return _("NT_GNU_GOLD_VERSION (gold version)");
9ef920e9
NC
17893 case NT_GNU_PROPERTY_TYPE_0:
17894 return _("NT_GNU_PROPERTY_TYPE_0");
17895 case NT_GNU_BUILD_ATTRIBUTE_OPEN:
17896 return _("NT_GNU_BUILD_ATTRIBUTE_OPEN");
17897 case NT_GNU_BUILD_ATTRIBUTE_FUNC:
17898 return _("NT_GNU_BUILD_ATTRIBUTE_FUNC");
1118d252 17899 default:
1449284b
NC
17900 {
17901 static char buff[64];
1118d252 17902
1449284b
NC
17903 snprintf (buff, sizeof (buff), _("Unknown note type: (0x%08x)"), e_type);
17904 return buff;
17905 }
17906 }
1118d252
RM
17907}
17908
a9eafb08
L
17909static void
17910decode_x86_compat_isa (unsigned int bitmask)
17911{
17912 while (bitmask)
17913 {
17914 unsigned int bit = bitmask & (- bitmask);
17915
17916 bitmask &= ~ bit;
17917 switch (bit)
17918 {
17919 case GNU_PROPERTY_X86_COMPAT_ISA_1_486:
17920 printf ("i486");
17921 break;
17922 case GNU_PROPERTY_X86_COMPAT_ISA_1_586:
17923 printf ("586");
17924 break;
17925 case GNU_PROPERTY_X86_COMPAT_ISA_1_686:
17926 printf ("686");
17927 break;
17928 case GNU_PROPERTY_X86_COMPAT_ISA_1_SSE:
17929 printf ("SSE");
17930 break;
17931 case GNU_PROPERTY_X86_COMPAT_ISA_1_SSE2:
17932 printf ("SSE2");
17933 break;
17934 case GNU_PROPERTY_X86_COMPAT_ISA_1_SSE3:
17935 printf ("SSE3");
17936 break;
17937 case GNU_PROPERTY_X86_COMPAT_ISA_1_SSSE3:
17938 printf ("SSSE3");
17939 break;
17940 case GNU_PROPERTY_X86_COMPAT_ISA_1_SSE4_1:
17941 printf ("SSE4_1");
17942 break;
17943 case GNU_PROPERTY_X86_COMPAT_ISA_1_SSE4_2:
17944 printf ("SSE4_2");
17945 break;
17946 case GNU_PROPERTY_X86_COMPAT_ISA_1_AVX:
17947 printf ("AVX");
17948 break;
17949 case GNU_PROPERTY_X86_COMPAT_ISA_1_AVX2:
17950 printf ("AVX2");
17951 break;
17952 case GNU_PROPERTY_X86_COMPAT_ISA_1_AVX512F:
17953 printf ("AVX512F");
17954 break;
17955 case GNU_PROPERTY_X86_COMPAT_ISA_1_AVX512CD:
17956 printf ("AVX512CD");
17957 break;
17958 case GNU_PROPERTY_X86_COMPAT_ISA_1_AVX512ER:
17959 printf ("AVX512ER");
17960 break;
17961 case GNU_PROPERTY_X86_COMPAT_ISA_1_AVX512PF:
17962 printf ("AVX512PF");
17963 break;
17964 case GNU_PROPERTY_X86_COMPAT_ISA_1_AVX512VL:
17965 printf ("AVX512VL");
17966 break;
17967 case GNU_PROPERTY_X86_COMPAT_ISA_1_AVX512DQ:
17968 printf ("AVX512DQ");
17969 break;
17970 case GNU_PROPERTY_X86_COMPAT_ISA_1_AVX512BW:
17971 printf ("AVX512BW");
17972 break;
65b3d26e
L
17973 default:
17974 printf (_("<unknown: %x>"), bit);
17975 break;
a9eafb08
L
17976 }
17977 if (bitmask)
17978 printf (", ");
17979 }
17980}
17981
9ef920e9 17982static void
1fc87489 17983decode_x86_isa (unsigned int bitmask)
9ef920e9 17984{
0a59decb 17985 if (!bitmask)
90c745dc
L
17986 {
17987 printf (_("<None>"));
17988 return;
17989 }
90c745dc 17990
9ef920e9
NC
17991 while (bitmask)
17992 {
1fc87489 17993 unsigned int bit = bitmask & (- bitmask);
9ef920e9
NC
17994
17995 bitmask &= ~ bit;
17996 switch (bit)
17997 {
a9eafb08
L
17998 case GNU_PROPERTY_X86_ISA_1_CMOV:
17999 printf ("CMOV");
18000 break;
18001 case GNU_PROPERTY_X86_ISA_1_SSE:
18002 printf ("SSE");
18003 break;
18004 case GNU_PROPERTY_X86_ISA_1_SSE2:
18005 printf ("SSE2");
18006 break;
18007 case GNU_PROPERTY_X86_ISA_1_SSE3:
18008 printf ("SSE3");
18009 break;
18010 case GNU_PROPERTY_X86_ISA_1_SSSE3:
18011 printf ("SSSE3");
18012 break;
18013 case GNU_PROPERTY_X86_ISA_1_SSE4_1:
18014 printf ("SSE4_1");
18015 break;
18016 case GNU_PROPERTY_X86_ISA_1_SSE4_2:
18017 printf ("SSE4_2");
18018 break;
18019 case GNU_PROPERTY_X86_ISA_1_AVX:
18020 printf ("AVX");
18021 break;
18022 case GNU_PROPERTY_X86_ISA_1_AVX2:
18023 printf ("AVX2");
18024 break;
18025 case GNU_PROPERTY_X86_ISA_1_FMA:
18026 printf ("FMA");
18027 break;
18028 case GNU_PROPERTY_X86_ISA_1_AVX512F:
18029 printf ("AVX512F");
18030 break;
18031 case GNU_PROPERTY_X86_ISA_1_AVX512CD:
18032 printf ("AVX512CD");
18033 break;
18034 case GNU_PROPERTY_X86_ISA_1_AVX512ER:
18035 printf ("AVX512ER");
18036 break;
18037 case GNU_PROPERTY_X86_ISA_1_AVX512PF:
18038 printf ("AVX512PF");
18039 break;
18040 case GNU_PROPERTY_X86_ISA_1_AVX512VL:
18041 printf ("AVX512VL");
18042 break;
18043 case GNU_PROPERTY_X86_ISA_1_AVX512DQ:
18044 printf ("AVX512DQ");
18045 break;
18046 case GNU_PROPERTY_X86_ISA_1_AVX512BW:
18047 printf ("AVX512BW");
18048 break;
18049 case GNU_PROPERTY_X86_ISA_1_AVX512_4FMAPS:
18050 printf ("AVX512_4FMAPS");
18051 break;
18052 case GNU_PROPERTY_X86_ISA_1_AVX512_4VNNIW:
18053 printf ("AVX512_4VNNIW");
18054 break;
18055 case GNU_PROPERTY_X86_ISA_1_AVX512_BITALG:
18056 printf ("AVX512_BITALG");
18057 break;
18058 case GNU_PROPERTY_X86_ISA_1_AVX512_IFMA:
18059 printf ("AVX512_IFMA");
18060 break;
18061 case GNU_PROPERTY_X86_ISA_1_AVX512_VBMI:
18062 printf ("AVX512_VBMI");
18063 break;
18064 case GNU_PROPERTY_X86_ISA_1_AVX512_VBMI2:
18065 printf ("AVX512_VBMI2");
18066 break;
18067 case GNU_PROPERTY_X86_ISA_1_AVX512_VNNI:
18068 printf ("AVX512_VNNI");
18069 break;
462cac58
L
18070 case GNU_PROPERTY_X86_ISA_1_AVX512_BF16:
18071 printf ("AVX512_BF16");
18072 break;
65b3d26e
L
18073 default:
18074 printf (_("<unknown: %x>"), bit);
18075 break;
9ef920e9
NC
18076 }
18077 if (bitmask)
18078 printf (", ");
18079 }
18080}
18081
ee2fdd6f 18082static void
a9eafb08 18083decode_x86_feature_1 (unsigned int bitmask)
ee2fdd6f 18084{
0a59decb 18085 if (!bitmask)
90c745dc
L
18086 {
18087 printf (_("<None>"));
18088 return;
18089 }
90c745dc 18090
ee2fdd6f
L
18091 while (bitmask)
18092 {
18093 unsigned int bit = bitmask & (- bitmask);
18094
18095 bitmask &= ~ bit;
18096 switch (bit)
18097 {
18098 case GNU_PROPERTY_X86_FEATURE_1_IBT:
a9eafb08 18099 printf ("IBT");
ee2fdd6f 18100 break;
48580982 18101 case GNU_PROPERTY_X86_FEATURE_1_SHSTK:
a9eafb08 18102 printf ("SHSTK");
48580982 18103 break;
ee2fdd6f
L
18104 default:
18105 printf (_("<unknown: %x>"), bit);
18106 break;
18107 }
18108 if (bitmask)
18109 printf (", ");
18110 }
18111}
18112
a9eafb08
L
18113static void
18114decode_x86_feature_2 (unsigned int bitmask)
18115{
0a59decb 18116 if (!bitmask)
90c745dc
L
18117 {
18118 printf (_("<None>"));
18119 return;
18120 }
90c745dc 18121
a9eafb08
L
18122 while (bitmask)
18123 {
18124 unsigned int bit = bitmask & (- bitmask);
18125
18126 bitmask &= ~ bit;
18127 switch (bit)
18128 {
18129 case GNU_PROPERTY_X86_FEATURE_2_X86:
18130 printf ("x86");
18131 break;
18132 case GNU_PROPERTY_X86_FEATURE_2_X87:
18133 printf ("x87");
18134 break;
18135 case GNU_PROPERTY_X86_FEATURE_2_MMX:
18136 printf ("MMX");
18137 break;
18138 case GNU_PROPERTY_X86_FEATURE_2_XMM:
18139 printf ("XMM");
18140 break;
18141 case GNU_PROPERTY_X86_FEATURE_2_YMM:
18142 printf ("YMM");
18143 break;
18144 case GNU_PROPERTY_X86_FEATURE_2_ZMM:
18145 printf ("ZMM");
18146 break;
18147 case GNU_PROPERTY_X86_FEATURE_2_FXSR:
18148 printf ("FXSR");
18149 break;
18150 case GNU_PROPERTY_X86_FEATURE_2_XSAVE:
18151 printf ("XSAVE");
18152 break;
18153 case GNU_PROPERTY_X86_FEATURE_2_XSAVEOPT:
18154 printf ("XSAVEOPT");
18155 break;
18156 case GNU_PROPERTY_X86_FEATURE_2_XSAVEC:
18157 printf ("XSAVEC");
18158 break;
65b3d26e
L
18159 default:
18160 printf (_("<unknown: %x>"), bit);
18161 break;
a9eafb08
L
18162 }
18163 if (bitmask)
18164 printf (", ");
18165 }
18166}
18167
cd702818
SD
18168static void
18169decode_aarch64_feature_1_and (unsigned int bitmask)
18170{
18171 while (bitmask)
18172 {
18173 unsigned int bit = bitmask & (- bitmask);
18174
18175 bitmask &= ~ bit;
18176 switch (bit)
18177 {
18178 case GNU_PROPERTY_AARCH64_FEATURE_1_BTI:
18179 printf ("BTI");
18180 break;
18181
18182 case GNU_PROPERTY_AARCH64_FEATURE_1_PAC:
18183 printf ("PAC");
18184 break;
18185
18186 default:
18187 printf (_("<unknown: %x>"), bit);
18188 break;
18189 }
18190 if (bitmask)
18191 printf (", ");
18192 }
18193}
18194
9ef920e9 18195static void
dda8d76d 18196print_gnu_property_note (Filedata * filedata, Elf_Internal_Note * pnote)
9ef920e9
NC
18197{
18198 unsigned char * ptr = (unsigned char *) pnote->descdata;
18199 unsigned char * ptr_end = ptr + pnote->descsz;
18200 unsigned int size = is_32bit_elf ? 4 : 8;
18201
18202 printf (_(" Properties: "));
18203
1fc87489 18204 if (pnote->descsz < 8 || (pnote->descsz % size) != 0)
9ef920e9
NC
18205 {
18206 printf (_("<corrupt GNU_PROPERTY_TYPE, size = %#lx>\n"), pnote->descsz);
18207 return;
18208 }
18209
6ab2c4ed 18210 while (ptr < ptr_end)
9ef920e9 18211 {
1fc87489 18212 unsigned int j;
6ab2c4ed
MC
18213 unsigned int type;
18214 unsigned int datasz;
18215
18216 if ((size_t) (ptr_end - ptr) < 8)
18217 {
18218 printf (_("<corrupt descsz: %#lx>\n"), pnote->descsz);
18219 break;
18220 }
18221
18222 type = byte_get (ptr, 4);
18223 datasz = byte_get (ptr + 4, 4);
9ef920e9 18224
1fc87489 18225 ptr += 8;
9ef920e9 18226
6ab2c4ed 18227 if (datasz > (size_t) (ptr_end - ptr))
9ef920e9 18228 {
1fc87489
L
18229 printf (_("<corrupt type (%#x) datasz: %#x>\n"),
18230 type, datasz);
9ef920e9 18231 break;
1fc87489 18232 }
9ef920e9 18233
1fc87489
L
18234 if (type >= GNU_PROPERTY_LOPROC && type <= GNU_PROPERTY_HIPROC)
18235 {
dda8d76d
NC
18236 if (filedata->file_header.e_machine == EM_X86_64
18237 || filedata->file_header.e_machine == EM_IAMCU
18238 || filedata->file_header.e_machine == EM_386)
1fc87489 18239 {
aa7bca9b
L
18240 unsigned int bitmask;
18241
18242 if (datasz == 4)
0a59decb 18243 bitmask = byte_get (ptr, 4);
aa7bca9b
L
18244 else
18245 bitmask = 0;
18246
1fc87489
L
18247 switch (type)
18248 {
18249 case GNU_PROPERTY_X86_ISA_1_USED:
1fc87489 18250 if (datasz != 4)
aa7bca9b
L
18251 printf (_("x86 ISA used: <corrupt length: %#x> "),
18252 datasz);
1fc87489 18253 else
aa7bca9b
L
18254 {
18255 printf ("x86 ISA used: ");
18256 decode_x86_isa (bitmask);
18257 }
1fc87489 18258 goto next;
9ef920e9 18259
1fc87489 18260 case GNU_PROPERTY_X86_ISA_1_NEEDED:
1fc87489 18261 if (datasz != 4)
aa7bca9b
L
18262 printf (_("x86 ISA needed: <corrupt length: %#x> "),
18263 datasz);
1fc87489 18264 else
aa7bca9b
L
18265 {
18266 printf ("x86 ISA needed: ");
18267 decode_x86_isa (bitmask);
18268 }
1fc87489 18269 goto next;
9ef920e9 18270
ee2fdd6f 18271 case GNU_PROPERTY_X86_FEATURE_1_AND:
ee2fdd6f 18272 if (datasz != 4)
aa7bca9b
L
18273 printf (_("x86 feature: <corrupt length: %#x> "),
18274 datasz);
ee2fdd6f 18275 else
aa7bca9b
L
18276 {
18277 printf ("x86 feature: ");
a9eafb08
L
18278 decode_x86_feature_1 (bitmask);
18279 }
18280 goto next;
18281
18282 case GNU_PROPERTY_X86_FEATURE_2_USED:
18283 if (datasz != 4)
18284 printf (_("x86 feature used: <corrupt length: %#x> "),
18285 datasz);
18286 else
18287 {
18288 printf ("x86 feature used: ");
18289 decode_x86_feature_2 (bitmask);
18290 }
18291 goto next;
18292
18293 case GNU_PROPERTY_X86_FEATURE_2_NEEDED:
18294 if (datasz != 4)
18295 printf (_("x86 feature needed: <corrupt length: %#x> "), datasz);
18296 else
18297 {
18298 printf ("x86 feature needed: ");
18299 decode_x86_feature_2 (bitmask);
18300 }
18301 goto next;
18302
18303 case GNU_PROPERTY_X86_COMPAT_ISA_1_USED:
18304 if (datasz != 4)
18305 printf (_("x86 ISA used: <corrupt length: %#x> "),
18306 datasz);
18307 else
18308 {
18309 printf ("x86 ISA used: ");
18310 decode_x86_compat_isa (bitmask);
18311 }
18312 goto next;
18313
18314 case GNU_PROPERTY_X86_COMPAT_ISA_1_NEEDED:
18315 if (datasz != 4)
18316 printf (_("x86 ISA needed: <corrupt length: %#x> "),
18317 datasz);
18318 else
18319 {
18320 printf ("x86 ISA needed: ");
18321 decode_x86_compat_isa (bitmask);
aa7bca9b 18322 }
ee2fdd6f
L
18323 goto next;
18324
1fc87489
L
18325 default:
18326 break;
18327 }
18328 }
cd702818
SD
18329 else if (filedata->file_header.e_machine == EM_AARCH64)
18330 {
18331 if (type == GNU_PROPERTY_AARCH64_FEATURE_1_AND)
18332 {
18333 printf ("AArch64 feature: ");
18334 if (datasz != 4)
18335 printf (_("<corrupt length: %#x> "), datasz);
18336 else
18337 decode_aarch64_feature_1_and (byte_get (ptr, 4));
18338 goto next;
18339 }
18340 }
1fc87489
L
18341 }
18342 else
18343 {
18344 switch (type)
9ef920e9 18345 {
1fc87489
L
18346 case GNU_PROPERTY_STACK_SIZE:
18347 printf (_("stack size: "));
18348 if (datasz != size)
18349 printf (_("<corrupt length: %#x> "), datasz);
18350 else
18351 printf ("%#lx", (unsigned long) byte_get (ptr, size));
18352 goto next;
18353
18354 case GNU_PROPERTY_NO_COPY_ON_PROTECTED:
18355 printf ("no copy on protected ");
18356 if (datasz)
18357 printf (_("<corrupt length: %#x> "), datasz);
18358 goto next;
18359
18360 default:
9ef920e9
NC
18361 break;
18362 }
9ef920e9
NC
18363 }
18364
1fc87489
L
18365 if (type < GNU_PROPERTY_LOPROC)
18366 printf (_("<unknown type %#x data: "), type);
18367 else if (type < GNU_PROPERTY_LOUSER)
18368 printf (_("<procesor-specific type %#x data: "), type);
18369 else
18370 printf (_("<application-specific type %#x data: "), type);
18371 for (j = 0; j < datasz; ++j)
18372 printf ("%02x ", ptr[j] & 0xff);
18373 printf (">");
18374
dc1e8a47 18375 next:
9ef920e9 18376 ptr += ((datasz + (size - 1)) & ~ (size - 1));
1fc87489
L
18377 if (ptr == ptr_end)
18378 break;
1fc87489 18379
6ab2c4ed
MC
18380 if (do_wide)
18381 printf (", ");
18382 else
18383 printf ("\n\t");
9ef920e9
NC
18384 }
18385
18386 printf ("\n");
18387}
18388
32ec8896 18389static bfd_boolean
dda8d76d 18390print_gnu_note (Filedata * filedata, Elf_Internal_Note *pnote)
664f90a3 18391{
1449284b 18392 /* NB/ Keep this switch statement in sync with get_gnu_elf_note_type (). */
664f90a3
TT
18393 switch (pnote->type)
18394 {
18395 case NT_GNU_BUILD_ID:
18396 {
18397 unsigned long i;
18398
18399 printf (_(" Build ID: "));
18400 for (i = 0; i < pnote->descsz; ++i)
18401 printf ("%02x", pnote->descdata[i] & 0xff);
9cf03b7e 18402 printf ("\n");
664f90a3
TT
18403 }
18404 break;
18405
18406 case NT_GNU_ABI_TAG:
18407 {
18408 unsigned long os, major, minor, subminor;
18409 const char *osname;
18410
3102e897
NC
18411 /* PR 17531: file: 030-599401-0.004. */
18412 if (pnote->descsz < 16)
18413 {
18414 printf (_(" <corrupt GNU_ABI_TAG>\n"));
18415 break;
18416 }
18417
664f90a3
TT
18418 os = byte_get ((unsigned char *) pnote->descdata, 4);
18419 major = byte_get ((unsigned char *) pnote->descdata + 4, 4);
18420 minor = byte_get ((unsigned char *) pnote->descdata + 8, 4);
18421 subminor = byte_get ((unsigned char *) pnote->descdata + 12, 4);
18422
18423 switch (os)
18424 {
18425 case GNU_ABI_TAG_LINUX:
18426 osname = "Linux";
18427 break;
18428 case GNU_ABI_TAG_HURD:
18429 osname = "Hurd";
18430 break;
18431 case GNU_ABI_TAG_SOLARIS:
18432 osname = "Solaris";
18433 break;
18434 case GNU_ABI_TAG_FREEBSD:
18435 osname = "FreeBSD";
18436 break;
18437 case GNU_ABI_TAG_NETBSD:
18438 osname = "NetBSD";
18439 break;
14ae95f2
RM
18440 case GNU_ABI_TAG_SYLLABLE:
18441 osname = "Syllable";
18442 break;
18443 case GNU_ABI_TAG_NACL:
18444 osname = "NaCl";
18445 break;
664f90a3
TT
18446 default:
18447 osname = "Unknown";
18448 break;
18449 }
18450
18451 printf (_(" OS: %s, ABI: %ld.%ld.%ld\n"), osname,
18452 major, minor, subminor);
18453 }
18454 break;
926c5385
CC
18455
18456 case NT_GNU_GOLD_VERSION:
18457 {
18458 unsigned long i;
18459
18460 printf (_(" Version: "));
18461 for (i = 0; i < pnote->descsz && pnote->descdata[i] != '\0'; ++i)
18462 printf ("%c", pnote->descdata[i]);
18463 printf ("\n");
18464 }
18465 break;
1449284b
NC
18466
18467 case NT_GNU_HWCAP:
18468 {
18469 unsigned long num_entries, mask;
18470
18471 /* Hardware capabilities information. Word 0 is the number of entries.
18472 Word 1 is a bitmask of enabled entries. The rest of the descriptor
18473 is a series of entries, where each entry is a single byte followed
18474 by a nul terminated string. The byte gives the bit number to test
18475 if enabled in the bitmask. */
18476 printf (_(" Hardware Capabilities: "));
18477 if (pnote->descsz < 8)
18478 {
32ec8896
NC
18479 error (_("<corrupt GNU_HWCAP>\n"));
18480 return FALSE;
1449284b
NC
18481 }
18482 num_entries = byte_get ((unsigned char *) pnote->descdata, 4);
18483 mask = byte_get ((unsigned char *) pnote->descdata + 4, 4);
18484 printf (_("num entries: %ld, enabled mask: %lx\n"), num_entries, mask);
18485 /* FIXME: Add code to display the entries... */
18486 }
18487 break;
18488
9ef920e9 18489 case NT_GNU_PROPERTY_TYPE_0:
dda8d76d 18490 print_gnu_property_note (filedata, pnote);
9ef920e9 18491 break;
9abca702 18492
1449284b
NC
18493 default:
18494 /* Handle unrecognised types. An error message should have already been
18495 created by get_gnu_elf_note_type(), so all that we need to do is to
18496 display the data. */
18497 {
18498 unsigned long i;
18499
18500 printf (_(" Description data: "));
18501 for (i = 0; i < pnote->descsz; ++i)
18502 printf ("%02x ", pnote->descdata[i] & 0xff);
18503 printf ("\n");
18504 }
18505 break;
664f90a3
TT
18506 }
18507
32ec8896 18508 return TRUE;
664f90a3
TT
18509}
18510
685080f2
NC
18511static const char *
18512get_v850_elf_note_type (enum v850_notes n_type)
18513{
18514 static char buff[64];
18515
18516 switch (n_type)
18517 {
18518 case V850_NOTE_ALIGNMENT: return _("Alignment of 8-byte objects");
18519 case V850_NOTE_DATA_SIZE: return _("Sizeof double and long double");
18520 case V850_NOTE_FPU_INFO: return _("Type of FPU support needed");
18521 case V850_NOTE_SIMD_INFO: return _("Use of SIMD instructions");
18522 case V850_NOTE_CACHE_INFO: return _("Use of cache");
18523 case V850_NOTE_MMU_INFO: return _("Use of MMU");
18524 default:
18525 snprintf (buff, sizeof (buff), _("Unknown note type: (0x%08x)"), n_type);
18526 return buff;
18527 }
18528}
18529
32ec8896 18530static bfd_boolean
685080f2
NC
18531print_v850_note (Elf_Internal_Note * pnote)
18532{
18533 unsigned int val;
18534
18535 if (pnote->descsz != 4)
32ec8896
NC
18536 return FALSE;
18537
685080f2
NC
18538 val = byte_get ((unsigned char *) pnote->descdata, pnote->descsz);
18539
18540 if (val == 0)
18541 {
18542 printf (_("not set\n"));
32ec8896 18543 return TRUE;
685080f2
NC
18544 }
18545
18546 switch (pnote->type)
18547 {
18548 case V850_NOTE_ALIGNMENT:
18549 switch (val)
18550 {
32ec8896
NC
18551 case EF_RH850_DATA_ALIGN4: printf (_("4-byte\n")); return TRUE;
18552 case EF_RH850_DATA_ALIGN8: printf (_("8-byte\n")); return TRUE;
685080f2
NC
18553 }
18554 break;
14ae95f2 18555
685080f2
NC
18556 case V850_NOTE_DATA_SIZE:
18557 switch (val)
18558 {
32ec8896
NC
18559 case EF_RH850_DOUBLE32: printf (_("4-bytes\n")); return TRUE;
18560 case EF_RH850_DOUBLE64: printf (_("8-bytes\n")); return TRUE;
685080f2
NC
18561 }
18562 break;
14ae95f2 18563
685080f2
NC
18564 case V850_NOTE_FPU_INFO:
18565 switch (val)
18566 {
32ec8896
NC
18567 case EF_RH850_FPU20: printf (_("FPU-2.0\n")); return TRUE;
18568 case EF_RH850_FPU30: printf (_("FPU-3.0\n")); return TRUE;
685080f2
NC
18569 }
18570 break;
14ae95f2 18571
685080f2
NC
18572 case V850_NOTE_MMU_INFO:
18573 case V850_NOTE_CACHE_INFO:
18574 case V850_NOTE_SIMD_INFO:
18575 if (val == EF_RH850_SIMD)
18576 {
18577 printf (_("yes\n"));
32ec8896 18578 return TRUE;
685080f2
NC
18579 }
18580 break;
18581
18582 default:
18583 /* An 'unknown note type' message will already have been displayed. */
18584 break;
18585 }
18586
18587 printf (_("unknown value: %x\n"), val);
32ec8896 18588 return FALSE;
685080f2
NC
18589}
18590
32ec8896 18591static bfd_boolean
c6056a74
SF
18592process_netbsd_elf_note (Elf_Internal_Note * pnote)
18593{
18594 unsigned int version;
18595
18596 switch (pnote->type)
18597 {
18598 case NT_NETBSD_IDENT:
b966f55f
AM
18599 if (pnote->descsz < 1)
18600 break;
c6056a74
SF
18601 version = byte_get ((unsigned char *) pnote->descdata, sizeof (version));
18602 if ((version / 10000) % 100)
b966f55f 18603 printf (" NetBSD\t\t0x%08lx\tIDENT %u (%u.%u%s%c)\n", pnote->descsz,
c6056a74
SF
18604 version, version / 100000000, (version / 1000000) % 100,
18605 (version / 10000) % 100 > 26 ? "Z" : "",
15f205b1 18606 'A' + (version / 10000) % 26);
c6056a74
SF
18607 else
18608 printf (" NetBSD\t\t0x%08lx\tIDENT %u (%u.%u.%u)\n", pnote->descsz,
b966f55f 18609 version, version / 100000000, (version / 1000000) % 100,
15f205b1 18610 (version / 100) % 100);
32ec8896 18611 return TRUE;
c6056a74
SF
18612
18613 case NT_NETBSD_MARCH:
9abca702 18614 printf (" NetBSD\t\t0x%08lx\tMARCH <%s>\n", pnote->descsz,
c6056a74 18615 pnote->descdata);
32ec8896 18616 return TRUE;
c6056a74 18617
9abca702
CZ
18618#ifdef NT_NETBSD_PAX
18619 case NT_NETBSD_PAX:
b966f55f
AM
18620 if (pnote->descsz < 1)
18621 break;
9abca702
CZ
18622 version = byte_get ((unsigned char *) pnote->descdata, sizeof (version));
18623 printf (" NetBSD\t\t0x%08lx\tPaX <%s%s%s%s%s%s>\n", pnote->descsz,
18624 ((version & NT_NETBSD_PAX_MPROTECT) ? "+mprotect" : ""),
18625 ((version & NT_NETBSD_PAX_NOMPROTECT) ? "-mprotect" : ""),
18626 ((version & NT_NETBSD_PAX_GUARD) ? "+guard" : ""),
18627 ((version & NT_NETBSD_PAX_NOGUARD) ? "-guard" : ""),
18628 ((version & NT_NETBSD_PAX_ASLR) ? "+ASLR" : ""),
18629 ((version & NT_NETBSD_PAX_NOASLR) ? "-ASLR" : ""));
18630 return TRUE;
18631#endif
c6056a74 18632 }
b966f55f
AM
18633
18634 printf (" NetBSD\t0x%08lx\tUnknown note type: (0x%08lx)\n",
18635 pnote->descsz, pnote->type);
18636 return FALSE;
c6056a74
SF
18637}
18638
f4ddf30f 18639static const char *
dda8d76d 18640get_freebsd_elfcore_note_type (Filedata * filedata, unsigned e_type)
f4ddf30f 18641{
f4ddf30f
JB
18642 switch (e_type)
18643 {
18644 case NT_FREEBSD_THRMISC:
18645 return _("NT_THRMISC (thrmisc structure)");
18646 case NT_FREEBSD_PROCSTAT_PROC:
18647 return _("NT_PROCSTAT_PROC (proc data)");
18648 case NT_FREEBSD_PROCSTAT_FILES:
18649 return _("NT_PROCSTAT_FILES (files data)");
18650 case NT_FREEBSD_PROCSTAT_VMMAP:
18651 return _("NT_PROCSTAT_VMMAP (vmmap data)");
18652 case NT_FREEBSD_PROCSTAT_GROUPS:
18653 return _("NT_PROCSTAT_GROUPS (groups data)");
18654 case NT_FREEBSD_PROCSTAT_UMASK:
18655 return _("NT_PROCSTAT_UMASK (umask data)");
18656 case NT_FREEBSD_PROCSTAT_RLIMIT:
18657 return _("NT_PROCSTAT_RLIMIT (rlimit data)");
18658 case NT_FREEBSD_PROCSTAT_OSREL:
18659 return _("NT_PROCSTAT_OSREL (osreldate data)");
18660 case NT_FREEBSD_PROCSTAT_PSSTRINGS:
18661 return _("NT_PROCSTAT_PSSTRINGS (ps_strings data)");
18662 case NT_FREEBSD_PROCSTAT_AUXV:
18663 return _("NT_PROCSTAT_AUXV (auxv data)");
0b9305ed
JB
18664 case NT_FREEBSD_PTLWPINFO:
18665 return _("NT_PTLWPINFO (ptrace_lwpinfo structure)");
f4ddf30f 18666 }
dda8d76d 18667 return get_note_type (filedata, e_type);
f4ddf30f
JB
18668}
18669
9437c45b 18670static const char *
dda8d76d 18671get_netbsd_elfcore_note_type (Filedata * filedata, unsigned e_type)
9437c45b
JT
18672{
18673 static char buff[64];
18674
540e6170
CZ
18675 switch (e_type)
18676 {
18677 case NT_NETBSDCORE_PROCINFO:
18678 /* NetBSD core "procinfo" structure. */
18679 return _("NetBSD procinfo structure");
9437c45b 18680
540e6170
CZ
18681#ifdef NT_NETBSDCORE_AUXV
18682 case NT_NETBSDCORE_AUXV:
18683 return _("NetBSD ELF auxiliary vector data");
18684#endif
9437c45b 18685
06d949ec
KR
18686#ifdef NT_NETBSDCORE_LWPSTATUS
18687 case NT_NETBSDCORE_LWPSTATUS:
18688 return _("PT_LWPSTATUS (ptrace_lwpstatus structure)");
18689#endif
18690
540e6170 18691 default:
06d949ec 18692 /* As of Jan 2020 there are no other machine-independent notes
540e6170
CZ
18693 defined for NetBSD core files. If the note type is less
18694 than the start of the machine-dependent note types, we don't
18695 understand it. */
18696
18697 if (e_type < NT_NETBSDCORE_FIRSTMACH)
18698 {
18699 snprintf (buff, sizeof (buff), _("Unknown note type: (0x%08x)"), e_type);
18700 return buff;
18701 }
18702 break;
9437c45b
JT
18703 }
18704
dda8d76d 18705 switch (filedata->file_header.e_machine)
9437c45b
JT
18706 {
18707 /* On the Alpha, SPARC (32-bit and 64-bit), PT_GETREGS == mach+0
18708 and PT_GETFPREGS == mach+2. */
18709
18710 case EM_OLD_ALPHA:
18711 case EM_ALPHA:
18712 case EM_SPARC:
18713 case EM_SPARC32PLUS:
18714 case EM_SPARCV9:
18715 switch (e_type)
18716 {
2b692964 18717 case NT_NETBSDCORE_FIRSTMACH + 0:
b4db1224 18718 return _("PT_GETREGS (reg structure)");
2b692964 18719 case NT_NETBSDCORE_FIRSTMACH + 2:
b4db1224 18720 return _("PT_GETFPREGS (fpreg structure)");
9437c45b
JT
18721 default:
18722 break;
18723 }
18724 break;
18725
c0d38b0e
CZ
18726 /* On SuperH, PT_GETREGS == mach+3 and PT_GETFPREGS == mach+5.
18727 There's also old PT___GETREGS40 == mach + 1 for old reg
18728 structure which lacks GBR. */
18729 case EM_SH:
18730 switch (e_type)
18731 {
18732 case NT_NETBSDCORE_FIRSTMACH + 1:
18733 return _("PT___GETREGS40 (old reg structure)");
18734 case NT_NETBSDCORE_FIRSTMACH + 3:
18735 return _("PT_GETREGS (reg structure)");
18736 case NT_NETBSDCORE_FIRSTMACH + 5:
18737 return _("PT_GETFPREGS (fpreg structure)");
18738 default:
18739 break;
18740 }
18741 break;
18742
9437c45b
JT
18743 /* On all other arch's, PT_GETREGS == mach+1 and
18744 PT_GETFPREGS == mach+3. */
18745 default:
18746 switch (e_type)
18747 {
2b692964 18748 case NT_NETBSDCORE_FIRSTMACH + 1:
b4db1224 18749 return _("PT_GETREGS (reg structure)");
2b692964 18750 case NT_NETBSDCORE_FIRSTMACH + 3:
b4db1224 18751 return _("PT_GETFPREGS (fpreg structure)");
9437c45b
JT
18752 default:
18753 break;
18754 }
18755 }
18756
9cf03b7e 18757 snprintf (buff, sizeof (buff), "PT_FIRSTMACH+%d",
e9e44622 18758 e_type - NT_NETBSDCORE_FIRSTMACH);
9437c45b
JT
18759 return buff;
18760}
18761
70616151
TT
18762static const char *
18763get_stapsdt_note_type (unsigned e_type)
18764{
18765 static char buff[64];
18766
18767 switch (e_type)
18768 {
18769 case NT_STAPSDT:
18770 return _("NT_STAPSDT (SystemTap probe descriptors)");
18771
18772 default:
18773 break;
18774 }
18775
18776 snprintf (buff, sizeof (buff), _("Unknown note type: (0x%08x)"), e_type);
18777 return buff;
18778}
18779
32ec8896 18780static bfd_boolean
c6a9fc58
TT
18781print_stapsdt_note (Elf_Internal_Note *pnote)
18782{
3ca60c57
NC
18783 size_t len, maxlen;
18784 unsigned long addr_size = is_32bit_elf ? 4 : 8;
c6a9fc58
TT
18785 char *data = pnote->descdata;
18786 char *data_end = pnote->descdata + pnote->descsz;
18787 bfd_vma pc, base_addr, semaphore;
18788 char *provider, *probe, *arg_fmt;
18789
3ca60c57
NC
18790 if (pnote->descsz < (addr_size * 3))
18791 goto stapdt_note_too_small;
18792
c6a9fc58
TT
18793 pc = byte_get ((unsigned char *) data, addr_size);
18794 data += addr_size;
3ca60c57 18795
c6a9fc58
TT
18796 base_addr = byte_get ((unsigned char *) data, addr_size);
18797 data += addr_size;
3ca60c57 18798
c6a9fc58
TT
18799 semaphore = byte_get ((unsigned char *) data, addr_size);
18800 data += addr_size;
18801
3ca60c57
NC
18802 if (data >= data_end)
18803 goto stapdt_note_too_small;
18804 maxlen = data_end - data;
18805 len = strnlen (data, maxlen);
18806 if (len < maxlen)
18807 {
18808 provider = data;
18809 data += len + 1;
18810 }
18811 else
18812 goto stapdt_note_too_small;
18813
18814 if (data >= data_end)
18815 goto stapdt_note_too_small;
18816 maxlen = data_end - data;
18817 len = strnlen (data, maxlen);
18818 if (len < maxlen)
18819 {
18820 probe = data;
18821 data += len + 1;
18822 }
18823 else
18824 goto stapdt_note_too_small;
9abca702 18825
3ca60c57
NC
18826 if (data >= data_end)
18827 goto stapdt_note_too_small;
18828 maxlen = data_end - data;
18829 len = strnlen (data, maxlen);
18830 if (len < maxlen)
18831 {
18832 arg_fmt = data;
18833 data += len + 1;
18834 }
18835 else
18836 goto stapdt_note_too_small;
c6a9fc58
TT
18837
18838 printf (_(" Provider: %s\n"), provider);
18839 printf (_(" Name: %s\n"), probe);
18840 printf (_(" Location: "));
18841 print_vma (pc, FULL_HEX);
18842 printf (_(", Base: "));
18843 print_vma (base_addr, FULL_HEX);
18844 printf (_(", Semaphore: "));
18845 print_vma (semaphore, FULL_HEX);
9cf03b7e 18846 printf ("\n");
c6a9fc58
TT
18847 printf (_(" Arguments: %s\n"), arg_fmt);
18848
18849 return data == data_end;
3ca60c57
NC
18850
18851 stapdt_note_too_small:
18852 printf (_(" <corrupt - note is too small>\n"));
18853 error (_("corrupt stapdt note - the data size is too small\n"));
18854 return FALSE;
c6a9fc58
TT
18855}
18856
00e98fc7
TG
18857static const char *
18858get_ia64_vms_note_type (unsigned e_type)
18859{
18860 static char buff[64];
18861
18862 switch (e_type)
18863 {
18864 case NT_VMS_MHD:
18865 return _("NT_VMS_MHD (module header)");
18866 case NT_VMS_LNM:
18867 return _("NT_VMS_LNM (language name)");
18868 case NT_VMS_SRC:
18869 return _("NT_VMS_SRC (source files)");
18870 case NT_VMS_TITLE:
9cf03b7e 18871 return "NT_VMS_TITLE";
00e98fc7
TG
18872 case NT_VMS_EIDC:
18873 return _("NT_VMS_EIDC (consistency check)");
18874 case NT_VMS_FPMODE:
18875 return _("NT_VMS_FPMODE (FP mode)");
18876 case NT_VMS_LINKTIME:
9cf03b7e 18877 return "NT_VMS_LINKTIME";
00e98fc7
TG
18878 case NT_VMS_IMGNAM:
18879 return _("NT_VMS_IMGNAM (image name)");
18880 case NT_VMS_IMGID:
18881 return _("NT_VMS_IMGID (image id)");
18882 case NT_VMS_LINKID:
18883 return _("NT_VMS_LINKID (link id)");
18884 case NT_VMS_IMGBID:
18885 return _("NT_VMS_IMGBID (build id)");
18886 case NT_VMS_GSTNAM:
18887 return _("NT_VMS_GSTNAM (sym table name)");
18888 case NT_VMS_ORIG_DYN:
9cf03b7e 18889 return "NT_VMS_ORIG_DYN";
00e98fc7 18890 case NT_VMS_PATCHTIME:
9cf03b7e 18891 return "NT_VMS_PATCHTIME";
00e98fc7
TG
18892 default:
18893 snprintf (buff, sizeof (buff), _("Unknown note type: (0x%08x)"), e_type);
18894 return buff;
18895 }
18896}
18897
32ec8896 18898static bfd_boolean
00e98fc7
TG
18899print_ia64_vms_note (Elf_Internal_Note * pnote)
18900{
8d18bf79
NC
18901 int maxlen = pnote->descsz;
18902
18903 if (maxlen < 2 || (unsigned long) maxlen != pnote->descsz)
18904 goto desc_size_fail;
18905
00e98fc7
TG
18906 switch (pnote->type)
18907 {
18908 case NT_VMS_MHD:
8d18bf79
NC
18909 if (maxlen <= 36)
18910 goto desc_size_fail;
18911
18912 int l = (int) strnlen (pnote->descdata + 34, maxlen - 34);
18913
18914 printf (_(" Creation date : %.17s\n"), pnote->descdata);
18915 printf (_(" Last patch date: %.17s\n"), pnote->descdata + 17);
18916 if (l + 34 < maxlen)
18917 {
18918 printf (_(" Module name : %s\n"), pnote->descdata + 34);
18919 if (l + 35 < maxlen)
18920 printf (_(" Module version : %s\n"), pnote->descdata + 34 + l + 1);
18921 else
18922 printf (_(" Module version : <missing>\n"));
18923 }
00e98fc7 18924 else
8d18bf79
NC
18925 {
18926 printf (_(" Module name : <missing>\n"));
18927 printf (_(" Module version : <missing>\n"));
18928 }
00e98fc7 18929 break;
8d18bf79 18930
00e98fc7 18931 case NT_VMS_LNM:
8d18bf79 18932 printf (_(" Language: %.*s\n"), maxlen, pnote->descdata);
00e98fc7 18933 break;
8d18bf79 18934
00e98fc7
TG
18935#ifdef BFD64
18936 case NT_VMS_FPMODE:
9cf03b7e 18937 printf (_(" Floating Point mode: "));
8d18bf79
NC
18938 if (maxlen < 8)
18939 goto desc_size_fail;
18940 /* FIXME: Generate an error if descsz > 8 ? */
18941
4a5cb34f 18942 printf ("0x%016" BFD_VMA_FMT "x\n",
8d18bf79 18943 (bfd_vma) byte_get ((unsigned char *)pnote->descdata, 8));
00e98fc7 18944 break;
8d18bf79 18945
00e98fc7
TG
18946 case NT_VMS_LINKTIME:
18947 printf (_(" Link time: "));
8d18bf79
NC
18948 if (maxlen < 8)
18949 goto desc_size_fail;
18950 /* FIXME: Generate an error if descsz > 8 ? */
18951
00e98fc7 18952 print_vms_time
8d18bf79 18953 ((bfd_int64_t) byte_get ((unsigned char *)pnote->descdata, 8));
00e98fc7
TG
18954 printf ("\n");
18955 break;
8d18bf79 18956
00e98fc7
TG
18957 case NT_VMS_PATCHTIME:
18958 printf (_(" Patch time: "));
8d18bf79
NC
18959 if (maxlen < 8)
18960 goto desc_size_fail;
18961 /* FIXME: Generate an error if descsz > 8 ? */
18962
00e98fc7 18963 print_vms_time
8d18bf79 18964 ((bfd_int64_t) byte_get ((unsigned char *)pnote->descdata, 8));
00e98fc7
TG
18965 printf ("\n");
18966 break;
8d18bf79 18967
00e98fc7 18968 case NT_VMS_ORIG_DYN:
8d18bf79
NC
18969 if (maxlen < 34)
18970 goto desc_size_fail;
18971
00e98fc7
TG
18972 printf (_(" Major id: %u, minor id: %u\n"),
18973 (unsigned) byte_get ((unsigned char *)pnote->descdata, 4),
18974 (unsigned) byte_get ((unsigned char *)pnote->descdata + 4, 4));
9cf03b7e 18975 printf (_(" Last modified : "));
00e98fc7
TG
18976 print_vms_time
18977 ((bfd_int64_t) byte_get ((unsigned char *)pnote->descdata + 8, 8));
9cf03b7e 18978 printf (_("\n Link flags : "));
4a5cb34f 18979 printf ("0x%016" BFD_VMA_FMT "x\n",
948f632f 18980 (bfd_vma) byte_get ((unsigned char *)pnote->descdata + 16, 8));
00e98fc7 18981 printf (_(" Header flags: 0x%08x\n"),
948f632f 18982 (unsigned) byte_get ((unsigned char *)pnote->descdata + 24, 4));
8d18bf79 18983 printf (_(" Image id : %.*s\n"), maxlen - 32, pnote->descdata + 32);
00e98fc7
TG
18984 break;
18985#endif
8d18bf79 18986
00e98fc7 18987 case NT_VMS_IMGNAM:
8d18bf79 18988 printf (_(" Image name: %.*s\n"), maxlen, pnote->descdata);
00e98fc7 18989 break;
8d18bf79 18990
00e98fc7 18991 case NT_VMS_GSTNAM:
8d18bf79 18992 printf (_(" Global symbol table name: %.*s\n"), maxlen, pnote->descdata);
00e98fc7 18993 break;
8d18bf79 18994
00e98fc7 18995 case NT_VMS_IMGID:
8d18bf79 18996 printf (_(" Image id: %.*s\n"), maxlen, pnote->descdata);
00e98fc7 18997 break;
8d18bf79 18998
00e98fc7 18999 case NT_VMS_LINKID:
8d18bf79 19000 printf (_(" Linker id: %.*s\n"), maxlen, pnote->descdata);
00e98fc7 19001 break;
8d18bf79 19002
00e98fc7 19003 default:
32ec8896 19004 return FALSE;
00e98fc7 19005 }
8d18bf79 19006
32ec8896 19007 return TRUE;
8d18bf79
NC
19008
19009 desc_size_fail:
19010 printf (_(" <corrupt - data size is too small>\n"));
19011 error (_("corrupt IA64 note: data size is too small\n"));
19012 return FALSE;
00e98fc7
TG
19013}
19014
fd486f32
AM
19015struct build_attr_cache {
19016 Filedata *filedata;
19017 char *strtab;
19018 unsigned long strtablen;
19019 Elf_Internal_Sym *symtab;
19020 unsigned long nsyms;
19021} ba_cache;
19022
6f156d7a
NC
19023/* Find the symbol associated with a build attribute that is attached
19024 to address OFFSET. If PNAME is non-NULL then store the name of
19025 the symbol (if found) in the provided pointer, Returns NULL if a
19026 symbol could not be found. */
c799a79d 19027
6f156d7a
NC
19028static Elf_Internal_Sym *
19029get_symbol_for_build_attribute (Filedata * filedata,
19030 unsigned long offset,
19031 bfd_boolean is_open_attr,
19032 const char ** pname)
9ef920e9 19033{
fd486f32
AM
19034 Elf_Internal_Sym *saved_sym = NULL;
19035 Elf_Internal_Sym *sym;
9ef920e9 19036
dda8d76d 19037 if (filedata->section_headers != NULL
fd486f32 19038 && (ba_cache.filedata == NULL || filedata != ba_cache.filedata))
9ef920e9 19039 {
c799a79d 19040 Elf_Internal_Shdr * symsec;
9ef920e9 19041
fd486f32
AM
19042 free (ba_cache.strtab);
19043 ba_cache.strtab = NULL;
19044 free (ba_cache.symtab);
19045 ba_cache.symtab = NULL;
19046
c799a79d 19047 /* Load the symbol and string sections. */
dda8d76d
NC
19048 for (symsec = filedata->section_headers;
19049 symsec < filedata->section_headers + filedata->file_header.e_shnum;
c799a79d 19050 symsec ++)
9ef920e9 19051 {
28d13567
AM
19052 if (symsec->sh_type == SHT_SYMTAB
19053 && get_symtab (filedata, symsec,
19054 &ba_cache.symtab, &ba_cache.nsyms,
19055 &ba_cache.strtab, &ba_cache.strtablen))
19056 break;
9ef920e9 19057 }
fd486f32 19058 ba_cache.filedata = filedata;
9ef920e9
NC
19059 }
19060
fd486f32 19061 if (ba_cache.symtab == NULL)
6f156d7a 19062 return NULL;
9ef920e9 19063
c799a79d 19064 /* Find a symbol whose value matches offset. */
fd486f32 19065 for (sym = ba_cache.symtab; sym < ba_cache.symtab + ba_cache.nsyms; sym ++)
c799a79d
NC
19066 if (sym->st_value == offset)
19067 {
fd486f32 19068 if (sym->st_name >= ba_cache.strtablen)
c799a79d
NC
19069 /* Huh ? This should not happen. */
19070 continue;
9ef920e9 19071
fd486f32 19072 if (ba_cache.strtab[sym->st_name] == 0)
c799a79d 19073 continue;
9ef920e9 19074
8fd75781
NC
19075 /* The AArch64 and ARM architectures define mapping symbols
19076 (eg $d, $x, $t) which we want to ignore. */
fd486f32
AM
19077 if (ba_cache.strtab[sym->st_name] == '$'
19078 && ba_cache.strtab[sym->st_name + 1] != 0
19079 && ba_cache.strtab[sym->st_name + 2] == 0)
8fd75781
NC
19080 continue;
19081
c799a79d
NC
19082 if (is_open_attr)
19083 {
19084 /* For OPEN attributes we prefer GLOBAL over LOCAL symbols
19085 and FILE or OBJECT symbols over NOTYPE symbols. We skip
19086 FUNC symbols entirely. */
19087 switch (ELF_ST_TYPE (sym->st_info))
19088 {
c799a79d 19089 case STT_OBJECT:
6f156d7a 19090 case STT_FILE:
c799a79d 19091 saved_sym = sym;
6f156d7a
NC
19092 if (sym->st_size)
19093 {
19094 /* If the symbol has a size associated
19095 with it then we can stop searching. */
fd486f32 19096 sym = ba_cache.symtab + ba_cache.nsyms;
6f156d7a 19097 }
c799a79d 19098 continue;
9ef920e9 19099
c799a79d
NC
19100 case STT_FUNC:
19101 /* Ignore function symbols. */
19102 continue;
19103
19104 default:
19105 break;
19106 }
19107
19108 switch (ELF_ST_BIND (sym->st_info))
9ef920e9 19109 {
c799a79d
NC
19110 case STB_GLOBAL:
19111 if (saved_sym == NULL
19112 || ELF_ST_TYPE (saved_sym->st_info) != STT_OBJECT)
19113 saved_sym = sym;
19114 break;
c871dade 19115
c799a79d
NC
19116 case STB_LOCAL:
19117 if (saved_sym == NULL)
19118 saved_sym = sym;
19119 break;
19120
19121 default:
9ef920e9
NC
19122 break;
19123 }
19124 }
c799a79d
NC
19125 else
19126 {
19127 if (ELF_ST_TYPE (sym->st_info) != STT_FUNC)
19128 continue;
19129
19130 saved_sym = sym;
19131 break;
19132 }
19133 }
19134
6f156d7a 19135 if (saved_sym && pname)
fd486f32 19136 * pname = ba_cache.strtab + saved_sym->st_name;
6f156d7a
NC
19137
19138 return saved_sym;
c799a79d
NC
19139}
19140
d20e98ab
NC
19141/* Returns true iff addr1 and addr2 are in the same section. */
19142
19143static bfd_boolean
19144same_section (Filedata * filedata, unsigned long addr1, unsigned long addr2)
19145{
19146 Elf_Internal_Shdr * a1;
19147 Elf_Internal_Shdr * a2;
19148
19149 a1 = find_section_by_address (filedata, addr1);
19150 a2 = find_section_by_address (filedata, addr2);
9abca702 19151
d20e98ab
NC
19152 return a1 == a2 && a1 != NULL;
19153}
19154
c799a79d 19155static bfd_boolean
dda8d76d
NC
19156print_gnu_build_attribute_description (Elf_Internal_Note * pnote,
19157 Filedata * filedata)
c799a79d 19158{
6f156d7a
NC
19159 static unsigned long global_offset = 0;
19160 static unsigned long global_end = 0;
19161 static unsigned long func_offset = 0;
19162 static unsigned long func_end = 0;
c871dade 19163
6f156d7a
NC
19164 Elf_Internal_Sym * sym;
19165 const char * name;
19166 unsigned long start;
19167 unsigned long end;
19168 bfd_boolean is_open_attr = pnote->type == NT_GNU_BUILD_ATTRIBUTE_OPEN;
19169
19170 switch (pnote->descsz)
c799a79d 19171 {
6f156d7a
NC
19172 case 0:
19173 /* A zero-length description means that the range of
19174 the previous note of the same type should be used. */
c799a79d 19175 if (is_open_attr)
c871dade 19176 {
6f156d7a
NC
19177 if (global_end > global_offset)
19178 printf (_(" Applies to region from %#lx to %#lx\n"),
19179 global_offset, global_end);
19180 else
19181 printf (_(" Applies to region from %#lx\n"), global_offset);
c799a79d
NC
19182 }
19183 else
19184 {
6f156d7a
NC
19185 if (func_end > func_offset)
19186 printf (_(" Applies to region from %#lx to %#lx\n"), func_offset, func_end);
19187 else
19188 printf (_(" Applies to region from %#lx\n"), func_offset);
c871dade 19189 }
6f156d7a 19190 return TRUE;
9ef920e9 19191
6f156d7a
NC
19192 case 4:
19193 start = byte_get ((unsigned char *) pnote->descdata, 4);
19194 end = 0;
19195 break;
19196
19197 case 8:
19198 if (is_32bit_elf)
19199 {
19200 /* FIXME: We should check that version 3+ notes are being used here... */
19201 start = byte_get ((unsigned char *) pnote->descdata, 4);
19202 end = byte_get ((unsigned char *) pnote->descdata + 4, 4);
19203 }
19204 else
19205 {
19206 start = byte_get ((unsigned char *) pnote->descdata, 8);
19207 end = 0;
19208 }
19209 break;
19210
19211 case 16:
19212 start = byte_get ((unsigned char *) pnote->descdata, 8);
19213 end = byte_get ((unsigned char *) pnote->descdata + 8, 8);
19214 break;
9abca702 19215
6f156d7a 19216 default:
c799a79d
NC
19217 error (_(" <invalid description size: %lx>\n"), pnote->descsz);
19218 printf (_(" <invalid descsz>"));
19219 return FALSE;
19220 }
19221
6f156d7a
NC
19222 name = NULL;
19223 sym = get_symbol_for_build_attribute (filedata, start, is_open_attr, & name);
8fd75781
NC
19224 /* As of version 5 of the annobin plugin, filename symbols are biased by 2
19225 in order to avoid them being confused with the start address of the
19226 first function in the file... */
19227 if (sym == NULL && is_open_attr)
19228 sym = get_symbol_for_build_attribute (filedata, start + 2, is_open_attr,
19229 & name);
6f156d7a
NC
19230
19231 if (end == 0 && sym != NULL && sym->st_size > 0)
19232 end = start + sym->st_size;
c799a79d
NC
19233
19234 if (is_open_attr)
19235 {
d20e98ab
NC
19236 /* FIXME: Need to properly allow for section alignment.
19237 16 is just the alignment used on x86_64. */
19238 if (global_end > 0
19239 && start > BFD_ALIGN (global_end, 16)
19240 /* Build notes are not guaranteed to be organised in order of
19241 increasing address, but we should find the all of the notes
19242 for one section in the same place. */
19243 && same_section (filedata, start, global_end))
6f156d7a
NC
19244 warn (_("Gap in build notes detected from %#lx to %#lx\n"),
19245 global_end + 1, start - 1);
19246
19247 printf (_(" Applies to region from %#lx"), start);
19248 global_offset = start;
19249
19250 if (end)
19251 {
19252 printf (_(" to %#lx"), end);
19253 global_end = end;
19254 }
c799a79d
NC
19255 }
19256 else
19257 {
6f156d7a
NC
19258 printf (_(" Applies to region from %#lx"), start);
19259 func_offset = start;
19260
19261 if (end)
19262 {
19263 printf (_(" to %#lx"), end);
19264 func_end = end;
19265 }
c799a79d
NC
19266 }
19267
6f156d7a
NC
19268 if (sym && name)
19269 printf (_(" (%s)"), name);
19270
19271 printf ("\n");
19272 return TRUE;
9ef920e9
NC
19273}
19274
19275static bfd_boolean
19276print_gnu_build_attribute_name (Elf_Internal_Note * pnote)
19277{
1d15e434
NC
19278 static const char string_expected [2] = { GNU_BUILD_ATTRIBUTE_TYPE_STRING, 0 };
19279 static const char number_expected [2] = { GNU_BUILD_ATTRIBUTE_TYPE_NUMERIC, 0 };
19280 static const char bool_expected [3] = { GNU_BUILD_ATTRIBUTE_TYPE_BOOL_TRUE, GNU_BUILD_ATTRIBUTE_TYPE_BOOL_FALSE, 0 };
9ef920e9
NC
19281 char name_type;
19282 char name_attribute;
1d15e434 19283 const char * expected_types;
9ef920e9
NC
19284 const char * name = pnote->namedata;
19285 const char * text;
88305e1b 19286 signed int left;
9ef920e9
NC
19287
19288 if (name == NULL || pnote->namesz < 2)
19289 {
19290 error (_("corrupt name field in GNU build attribute note: size = %ld\n"), pnote->namesz);
7296a62a 19291 print_symbol (-20, _(" <corrupt name>"));
9ef920e9
NC
19292 return FALSE;
19293 }
19294
6f156d7a
NC
19295 if (do_wide)
19296 left = 28;
19297 else
19298 left = 20;
88305e1b
NC
19299
19300 /* Version 2 of the spec adds a "GA" prefix to the name field. */
19301 if (name[0] == 'G' && name[1] == 'A')
19302 {
6f156d7a
NC
19303 if (pnote->namesz < 4)
19304 {
19305 error (_("corrupt name field in GNU build attribute note: size = %ld\n"), pnote->namesz);
19306 print_symbol (-20, _(" <corrupt name>"));
19307 return FALSE;
19308 }
19309
88305e1b
NC
19310 printf ("GA");
19311 name += 2;
19312 left -= 2;
19313 }
19314
9ef920e9
NC
19315 switch ((name_type = * name))
19316 {
19317 case GNU_BUILD_ATTRIBUTE_TYPE_NUMERIC:
19318 case GNU_BUILD_ATTRIBUTE_TYPE_STRING:
19319 case GNU_BUILD_ATTRIBUTE_TYPE_BOOL_TRUE:
19320 case GNU_BUILD_ATTRIBUTE_TYPE_BOOL_FALSE:
19321 printf ("%c", * name);
88305e1b 19322 left --;
9ef920e9
NC
19323 break;
19324 default:
19325 error (_("unrecognised attribute type in name field: %d\n"), name_type);
19326 print_symbol (-20, _("<unknown name type>"));
19327 return FALSE;
19328 }
19329
9ef920e9
NC
19330 ++ name;
19331 text = NULL;
19332
19333 switch ((name_attribute = * name))
19334 {
19335 case GNU_BUILD_ATTRIBUTE_VERSION:
19336 text = _("<version>");
1d15e434 19337 expected_types = string_expected;
9ef920e9
NC
19338 ++ name;
19339 break;
19340 case GNU_BUILD_ATTRIBUTE_STACK_PROT:
19341 text = _("<stack prot>");
75d7d298 19342 expected_types = "!+*";
9ef920e9
NC
19343 ++ name;
19344 break;
19345 case GNU_BUILD_ATTRIBUTE_RELRO:
19346 text = _("<relro>");
1d15e434 19347 expected_types = bool_expected;
9ef920e9
NC
19348 ++ name;
19349 break;
19350 case GNU_BUILD_ATTRIBUTE_STACK_SIZE:
19351 text = _("<stack size>");
1d15e434 19352 expected_types = number_expected;
9ef920e9
NC
19353 ++ name;
19354 break;
19355 case GNU_BUILD_ATTRIBUTE_TOOL:
19356 text = _("<tool>");
1d15e434 19357 expected_types = string_expected;
9ef920e9
NC
19358 ++ name;
19359 break;
19360 case GNU_BUILD_ATTRIBUTE_ABI:
19361 text = _("<ABI>");
19362 expected_types = "$*";
19363 ++ name;
19364 break;
19365 case GNU_BUILD_ATTRIBUTE_PIC:
19366 text = _("<PIC>");
1d15e434 19367 expected_types = number_expected;
9ef920e9
NC
19368 ++ name;
19369 break;
a8be5506
NC
19370 case GNU_BUILD_ATTRIBUTE_SHORT_ENUM:
19371 text = _("<short enum>");
1d15e434 19372 expected_types = bool_expected;
a8be5506
NC
19373 ++ name;
19374 break;
9ef920e9
NC
19375 default:
19376 if (ISPRINT (* name))
19377 {
19378 int len = strnlen (name, pnote->namesz - (name - pnote->namedata)) + 1;
19379
19380 if (len > left && ! do_wide)
19381 len = left;
75d7d298 19382 printf ("%.*s:", len, name);
9ef920e9 19383 left -= len;
0dd6ae21 19384 name += len;
9ef920e9
NC
19385 }
19386 else
19387 {
3e6b6445 19388 static char tmpbuf [128];
88305e1b 19389
3e6b6445
NC
19390 error (_("unrecognised byte in name field: %d\n"), * name);
19391 sprintf (tmpbuf, _("<unknown:_%d>"), * name);
19392 text = tmpbuf;
19393 name ++;
9ef920e9
NC
19394 }
19395 expected_types = "*$!+";
19396 break;
19397 }
19398
19399 if (text)
88305e1b 19400 left -= printf ("%s", text);
9ef920e9
NC
19401
19402 if (strchr (expected_types, name_type) == NULL)
75d7d298 19403 warn (_("attribute does not have an expected type (%c)\n"), name_type);
9ef920e9
NC
19404
19405 if ((unsigned long)(name - pnote->namedata) > pnote->namesz)
19406 {
19407 error (_("corrupt name field: namesz: %lu but parsing gets to %ld\n"),
19408 (unsigned long) pnote->namesz,
19409 (long) (name - pnote->namedata));
19410 return FALSE;
19411 }
19412
19413 if (left < 1 && ! do_wide)
19414 return TRUE;
19415
19416 switch (name_type)
19417 {
19418 case GNU_BUILD_ATTRIBUTE_TYPE_NUMERIC:
19419 {
b06b2c92 19420 unsigned int bytes;
ddef72cd
NC
19421 unsigned long long val = 0;
19422 unsigned int shift = 0;
19423 char * decoded = NULL;
19424
b06b2c92
NC
19425 bytes = pnote->namesz - (name - pnote->namedata);
19426 if (bytes > 0)
19427 /* The -1 is because the name field is always 0 terminated, and we
19428 want to be able to ensure that the shift in the while loop below
19429 will not overflow. */
19430 -- bytes;
19431
ddef72cd
NC
19432 if (bytes > sizeof (val))
19433 {
3e6b6445
NC
19434 error (_("corrupt numeric name field: too many bytes in the value: %x\n"),
19435 bytes);
19436 bytes = sizeof (val);
ddef72cd 19437 }
3e6b6445
NC
19438 /* We do not bother to warn if bytes == 0 as this can
19439 happen with some early versions of the gcc plugin. */
9ef920e9
NC
19440
19441 while (bytes --)
19442 {
79a964dc
NC
19443 unsigned long byte = (* name ++) & 0xff;
19444
19445 val |= byte << shift;
9ef920e9
NC
19446 shift += 8;
19447 }
19448
75d7d298 19449 switch (name_attribute)
9ef920e9 19450 {
75d7d298 19451 case GNU_BUILD_ATTRIBUTE_PIC:
9ef920e9
NC
19452 switch (val)
19453 {
75d7d298
NC
19454 case 0: decoded = "static"; break;
19455 case 1: decoded = "pic"; break;
19456 case 2: decoded = "PIC"; break;
19457 case 3: decoded = "pie"; break;
19458 case 4: decoded = "PIE"; break;
19459 default: break;
9ef920e9 19460 }
75d7d298
NC
19461 break;
19462 case GNU_BUILD_ATTRIBUTE_STACK_PROT:
19463 switch (val)
9ef920e9 19464 {
75d7d298
NC
19465 /* Based upon the SPCT_FLAG_xxx enum values in gcc/cfgexpand.c. */
19466 case 0: decoded = "off"; break;
19467 case 1: decoded = "on"; break;
19468 case 2: decoded = "all"; break;
19469 case 3: decoded = "strong"; break;
19470 case 4: decoded = "explicit"; break;
19471 default: break;
9ef920e9 19472 }
75d7d298
NC
19473 break;
19474 default:
19475 break;
9ef920e9
NC
19476 }
19477
75d7d298 19478 if (decoded != NULL)
3e6b6445
NC
19479 {
19480 print_symbol (-left, decoded);
19481 left = 0;
19482 }
19483 else if (val == 0)
19484 {
19485 printf ("0x0");
19486 left -= 3;
19487 }
9ef920e9 19488 else
75d7d298
NC
19489 {
19490 if (do_wide)
ddef72cd 19491 left -= printf ("0x%llx", val);
75d7d298 19492 else
ddef72cd 19493 left -= printf ("0x%-.*llx", left, val);
75d7d298 19494 }
9ef920e9
NC
19495 }
19496 break;
19497 case GNU_BUILD_ATTRIBUTE_TYPE_STRING:
19498 left -= print_symbol (- left, name);
19499 break;
19500 case GNU_BUILD_ATTRIBUTE_TYPE_BOOL_TRUE:
19501 left -= print_symbol (- left, "true");
19502 break;
19503 case GNU_BUILD_ATTRIBUTE_TYPE_BOOL_FALSE:
19504 left -= print_symbol (- left, "false");
19505 break;
19506 }
19507
19508 if (do_wide && left > 0)
19509 printf ("%-*s", left, " ");
9abca702 19510
9ef920e9
NC
19511 return TRUE;
19512}
19513
6d118b09
NC
19514/* Note that by the ELF standard, the name field is already null byte
19515 terminated, and namesz includes the terminating null byte.
19516 I.E. the value of namesz for the name "FSF" is 4.
19517
e3c8793a 19518 If the value of namesz is zero, there is no name present. */
9ef920e9 19519
32ec8896 19520static bfd_boolean
9ef920e9 19521process_note (Elf_Internal_Note * pnote,
dda8d76d 19522 Filedata * filedata)
779fe533 19523{
2cf0635d
NC
19524 const char * name = pnote->namesz ? pnote->namedata : "(NONE)";
19525 const char * nt;
9437c45b
JT
19526
19527 if (pnote->namesz == 0)
1ec5cd37
NC
19528 /* If there is no note name, then use the default set of
19529 note type strings. */
dda8d76d 19530 nt = get_note_type (filedata, pnote->type);
1ec5cd37 19531
1118d252
RM
19532 else if (const_strneq (pnote->namedata, "GNU"))
19533 /* GNU-specific object file notes. */
19534 nt = get_gnu_elf_note_type (pnote->type);
f4ddf30f
JB
19535
19536 else if (const_strneq (pnote->namedata, "FreeBSD"))
19537 /* FreeBSD-specific core file notes. */
dda8d76d 19538 nt = get_freebsd_elfcore_note_type (filedata, pnote->type);
1118d252 19539
0112cd26 19540 else if (const_strneq (pnote->namedata, "NetBSD-CORE"))
1ec5cd37 19541 /* NetBSD-specific core file notes. */
dda8d76d 19542 nt = get_netbsd_elfcore_note_type (filedata, pnote->type);
1ec5cd37 19543
c6056a74
SF
19544 else if (const_strneq (pnote->namedata, "NetBSD"))
19545 /* NetBSD-specific core file notes. */
19546 return process_netbsd_elf_note (pnote);
19547
9abca702
CZ
19548 else if (const_strneq (pnote->namedata, "PaX"))
19549 /* NetBSD-specific core file notes. */
19550 return process_netbsd_elf_note (pnote);
19551
b15fa79e
AM
19552 else if (strneq (pnote->namedata, "SPU/", 4))
19553 {
19554 /* SPU-specific core file notes. */
19555 nt = pnote->namedata + 4;
19556 name = "SPU";
19557 }
19558
00e98fc7
TG
19559 else if (const_strneq (pnote->namedata, "IPF/VMS"))
19560 /* VMS/ia64-specific file notes. */
19561 nt = get_ia64_vms_note_type (pnote->type);
19562
70616151
TT
19563 else if (const_strneq (pnote->namedata, "stapsdt"))
19564 nt = get_stapsdt_note_type (pnote->type);
19565
9437c45b 19566 else
1ec5cd37
NC
19567 /* Don't recognize this note name; just use the default set of
19568 note type strings. */
dda8d76d 19569 nt = get_note_type (filedata, pnote->type);
9437c45b 19570
1449284b 19571 printf (" ");
9ef920e9 19572
483767a3
AM
19573 if (((const_strneq (pnote->namedata, "GA")
19574 && strchr ("*$!+", pnote->namedata[2]) != NULL)
19575 || strchr ("*$!+", pnote->namedata[0]) != NULL)
19576 && (pnote->type == NT_GNU_BUILD_ATTRIBUTE_OPEN
19577 || pnote->type == NT_GNU_BUILD_ATTRIBUTE_FUNC))
9ef920e9
NC
19578 print_gnu_build_attribute_name (pnote);
19579 else
19580 print_symbol (-20, name);
19581
19582 if (do_wide)
19583 printf (" 0x%08lx\t%s\t", pnote->descsz, nt);
19584 else
19585 printf (" 0x%08lx\t%s\n", pnote->descsz, nt);
00e98fc7
TG
19586
19587 if (const_strneq (pnote->namedata, "IPF/VMS"))
19588 return print_ia64_vms_note (pnote);
664f90a3 19589 else if (const_strneq (pnote->namedata, "GNU"))
dda8d76d 19590 return print_gnu_note (filedata, pnote);
c6a9fc58
TT
19591 else if (const_strneq (pnote->namedata, "stapsdt"))
19592 return print_stapsdt_note (pnote);
9ece1fa9
TT
19593 else if (const_strneq (pnote->namedata, "CORE"))
19594 return print_core_note (pnote);
483767a3
AM
19595 else if (((const_strneq (pnote->namedata, "GA")
19596 && strchr ("*$!+", pnote->namedata[2]) != NULL)
19597 || strchr ("*$!+", pnote->namedata[0]) != NULL)
19598 && (pnote->type == NT_GNU_BUILD_ATTRIBUTE_OPEN
19599 || pnote->type == NT_GNU_BUILD_ATTRIBUTE_FUNC))
dda8d76d 19600 return print_gnu_build_attribute_description (pnote, filedata);
779fe533 19601
9ef920e9 19602 if (pnote->descsz)
1449284b
NC
19603 {
19604 unsigned long i;
19605
19606 printf (_(" description data: "));
19607 for (i = 0; i < pnote->descsz; i++)
178d8719 19608 printf ("%02x ", pnote->descdata[i] & 0xff);
04ac15ab
AS
19609 if (!do_wide)
19610 printf ("\n");
1449284b
NC
19611 }
19612
9ef920e9
NC
19613 if (do_wide)
19614 printf ("\n");
19615
32ec8896 19616 return TRUE;
1449284b 19617}
6d118b09 19618
32ec8896 19619static bfd_boolean
dda8d76d
NC
19620process_notes_at (Filedata * filedata,
19621 Elf_Internal_Shdr * section,
19622 bfd_vma offset,
82ed9683
L
19623 bfd_vma length,
19624 bfd_vma align)
779fe533 19625{
2cf0635d
NC
19626 Elf_External_Note * pnotes;
19627 Elf_External_Note * external;
4dff97b2
NC
19628 char * end;
19629 bfd_boolean res = TRUE;
103f02d3 19630
779fe533 19631 if (length <= 0)
32ec8896 19632 return FALSE;
103f02d3 19633
1449284b
NC
19634 if (section)
19635 {
dda8d76d 19636 pnotes = (Elf_External_Note *) get_section_contents (section, filedata);
1449284b 19637 if (pnotes)
32ec8896 19638 {
dda8d76d 19639 if (! apply_relocations (filedata, section, (unsigned char *) pnotes, length, NULL, NULL))
f761cb13
AM
19640 {
19641 free (pnotes);
19642 return FALSE;
19643 }
32ec8896 19644 }
1449284b
NC
19645 }
19646 else
82ed9683 19647 pnotes = (Elf_External_Note *) get_data (NULL, filedata, offset, 1, length,
1449284b 19648 _("notes"));
4dff97b2 19649
dd24e3da 19650 if (pnotes == NULL)
32ec8896 19651 return FALSE;
779fe533 19652
103f02d3 19653 external = pnotes;
103f02d3 19654
1449284b 19655 if (section)
dda8d76d 19656 printf (_("\nDisplaying notes found in: %s\n"), printable_section_name (filedata, section));
1449284b
NC
19657 else
19658 printf (_("\nDisplaying notes found at file offset 0x%08lx with length 0x%08lx:\n"),
19659 (unsigned long) offset, (unsigned long) length);
19660
82ed9683
L
19661 /* NB: Some note sections may have alignment value of 0 or 1. gABI
19662 specifies that notes should be aligned to 4 bytes in 32-bit
19663 objects and to 8 bytes in 64-bit objects. As a Linux extension,
19664 we also support 4 byte alignment in 64-bit objects. If section
19665 alignment is less than 4, we treate alignment as 4 bytes. */
19666 if (align < 4)
19667 align = 4;
19668 else if (align != 4 && align != 8)
19669 {
19670 warn (_("Corrupt note: alignment %ld, expecting 4 or 8\n"),
19671 (long) align);
a788aedd 19672 free (pnotes);
82ed9683
L
19673 return FALSE;
19674 }
19675
dbe15e4e 19676 printf (_(" %-20s %-10s\tDescription\n"), _("Owner"), _("Data size"));
103f02d3 19677
c8071705
NC
19678 end = (char *) pnotes + length;
19679 while ((char *) external < end)
779fe533 19680 {
b34976b6 19681 Elf_Internal_Note inote;
15b42fb0 19682 size_t min_notesz;
4dff97b2 19683 char * next;
2cf0635d 19684 char * temp = NULL;
c8071705 19685 size_t data_remaining = end - (char *) external;
6d118b09 19686
dda8d76d 19687 if (!is_ia64_vms (filedata))
15b42fb0 19688 {
9dd3a467
NC
19689 /* PR binutils/15191
19690 Make sure that there is enough data to read. */
15b42fb0
AM
19691 min_notesz = offsetof (Elf_External_Note, name);
19692 if (data_remaining < min_notesz)
9dd3a467 19693 {
d3a49aa8
AM
19694 warn (ngettext ("Corrupt note: only %ld byte remains, "
19695 "not enough for a full note\n",
19696 "Corrupt note: only %ld bytes remain, "
19697 "not enough for a full note\n",
19698 data_remaining),
19699 (long) data_remaining);
9dd3a467
NC
19700 break;
19701 }
5396a86e
AM
19702 data_remaining -= min_notesz;
19703
15b42fb0
AM
19704 inote.type = BYTE_GET (external->type);
19705 inote.namesz = BYTE_GET (external->namesz);
19706 inote.namedata = external->name;
19707 inote.descsz = BYTE_GET (external->descsz);
276da9b3 19708 inote.descdata = ((char *) external
4dff97b2 19709 + ELF_NOTE_DESC_OFFSET (inote.namesz, align));
15b42fb0 19710 inote.descpos = offset + (inote.descdata - (char *) pnotes);
276da9b3 19711 next = ((char *) external
4dff97b2 19712 + ELF_NOTE_NEXT_OFFSET (inote.namesz, inote.descsz, align));
15b42fb0 19713 }
00e98fc7 19714 else
15b42fb0
AM
19715 {
19716 Elf64_External_VMS_Note *vms_external;
00e98fc7 19717
9dd3a467
NC
19718 /* PR binutils/15191
19719 Make sure that there is enough data to read. */
15b42fb0
AM
19720 min_notesz = offsetof (Elf64_External_VMS_Note, name);
19721 if (data_remaining < min_notesz)
9dd3a467 19722 {
d3a49aa8
AM
19723 warn (ngettext ("Corrupt note: only %ld byte remains, "
19724 "not enough for a full note\n",
19725 "Corrupt note: only %ld bytes remain, "
19726 "not enough for a full note\n",
19727 data_remaining),
19728 (long) data_remaining);
9dd3a467
NC
19729 break;
19730 }
5396a86e 19731 data_remaining -= min_notesz;
3e55a963 19732
15b42fb0
AM
19733 vms_external = (Elf64_External_VMS_Note *) external;
19734 inote.type = BYTE_GET (vms_external->type);
19735 inote.namesz = BYTE_GET (vms_external->namesz);
19736 inote.namedata = vms_external->name;
19737 inote.descsz = BYTE_GET (vms_external->descsz);
19738 inote.descdata = inote.namedata + align_power (inote.namesz, 3);
19739 inote.descpos = offset + (inote.descdata - (char *) pnotes);
19740 next = inote.descdata + align_power (inote.descsz, 3);
19741 }
19742
5396a86e
AM
19743 /* PR 17531: file: 3443835e. */
19744 /* PR 17531: file: id:000000,sig:11,src:006986,op:havoc,rep:4. */
19745 if ((size_t) (inote.descdata - inote.namedata) < inote.namesz
19746 || (size_t) (inote.descdata - inote.namedata) > data_remaining
19747 || (size_t) (next - inote.descdata) < inote.descsz
19748 || ((size_t) (next - inote.descdata)
19749 > data_remaining - (size_t) (inote.descdata - inote.namedata)))
3e55a963 19750 {
15b42fb0 19751 warn (_("note with invalid namesz and/or descsz found at offset 0x%lx\n"),
0af1713e 19752 (unsigned long) ((char *) external - (char *) pnotes));
4dff97b2
NC
19753 warn (_(" type: 0x%lx, namesize: 0x%08lx, descsize: 0x%08lx, alignment: %u\n"),
19754 inote.type, inote.namesz, inote.descsz, (int) align);
3e55a963
NC
19755 break;
19756 }
19757
15b42fb0 19758 external = (Elf_External_Note *) next;
dd24e3da 19759
6d118b09
NC
19760 /* Verify that name is null terminated. It appears that at least
19761 one version of Linux (RedHat 6.0) generates corefiles that don't
19762 comply with the ELF spec by failing to include the null byte in
19763 namesz. */
18344509 19764 if (inote.namesz > 0 && inote.namedata[inote.namesz - 1] != '\0')
6d118b09 19765 {
5396a86e 19766 if ((size_t) (inote.descdata - inote.namedata) == inote.namesz)
6d118b09 19767 {
5396a86e
AM
19768 temp = (char *) malloc (inote.namesz + 1);
19769 if (temp == NULL)
19770 {
19771 error (_("Out of memory allocating space for inote name\n"));
19772 res = FALSE;
19773 break;
19774 }
76da6bbe 19775
5396a86e
AM
19776 memcpy (temp, inote.namedata, inote.namesz);
19777 inote.namedata = temp;
19778 }
19779 inote.namedata[inote.namesz] = 0;
6d118b09
NC
19780 }
19781
dda8d76d 19782 if (! process_note (& inote, filedata))
6b4bf3bc 19783 res = FALSE;
103f02d3 19784
9db70fc3
AM
19785 free (temp);
19786 temp = NULL;
779fe533
NC
19787 }
19788
19789 free (pnotes);
103f02d3 19790
779fe533
NC
19791 return res;
19792}
19793
32ec8896 19794static bfd_boolean
dda8d76d 19795process_corefile_note_segments (Filedata * filedata)
779fe533 19796{
2cf0635d 19797 Elf_Internal_Phdr * segment;
b34976b6 19798 unsigned int i;
32ec8896 19799 bfd_boolean res = TRUE;
103f02d3 19800
dda8d76d 19801 if (! get_program_headers (filedata))
6b4bf3bc 19802 return TRUE;
103f02d3 19803
dda8d76d
NC
19804 for (i = 0, segment = filedata->program_headers;
19805 i < filedata->file_header.e_phnum;
b34976b6 19806 i++, segment++)
779fe533
NC
19807 {
19808 if (segment->p_type == PT_NOTE)
dda8d76d 19809 if (! process_notes_at (filedata, NULL,
32ec8896 19810 (bfd_vma) segment->p_offset,
82ed9683
L
19811 (bfd_vma) segment->p_filesz,
19812 (bfd_vma) segment->p_align))
32ec8896 19813 res = FALSE;
779fe533 19814 }
103f02d3 19815
779fe533
NC
19816 return res;
19817}
19818
32ec8896 19819static bfd_boolean
dda8d76d 19820process_v850_notes (Filedata * filedata, bfd_vma offset, bfd_vma length)
685080f2
NC
19821{
19822 Elf_External_Note * pnotes;
19823 Elf_External_Note * external;
c8071705 19824 char * end;
32ec8896 19825 bfd_boolean res = TRUE;
685080f2
NC
19826
19827 if (length <= 0)
32ec8896 19828 return FALSE;
685080f2 19829
dda8d76d 19830 pnotes = (Elf_External_Note *) get_data (NULL, filedata, offset, 1, length,
685080f2
NC
19831 _("v850 notes"));
19832 if (pnotes == NULL)
32ec8896 19833 return FALSE;
685080f2
NC
19834
19835 external = pnotes;
c8071705 19836 end = (char*) pnotes + length;
685080f2
NC
19837
19838 printf (_("\nDisplaying contents of Renesas V850 notes section at offset 0x%lx with length 0x%lx:\n"),
19839 (unsigned long) offset, (unsigned long) length);
19840
c8071705 19841 while ((char *) external + sizeof (Elf_External_Note) < end)
685080f2
NC
19842 {
19843 Elf_External_Note * next;
19844 Elf_Internal_Note inote;
19845
19846 inote.type = BYTE_GET (external->type);
19847 inote.namesz = BYTE_GET (external->namesz);
19848 inote.namedata = external->name;
19849 inote.descsz = BYTE_GET (external->descsz);
19850 inote.descdata = inote.namedata + align_power (inote.namesz, 2);
19851 inote.descpos = offset + (inote.descdata - (char *) pnotes);
19852
c8071705
NC
19853 if (inote.descdata < (char *) pnotes || inote.descdata >= end)
19854 {
19855 warn (_("Corrupt note: name size is too big: %lx\n"), inote.namesz);
19856 inote.descdata = inote.namedata;
19857 inote.namesz = 0;
19858 }
19859
685080f2
NC
19860 next = (Elf_External_Note *) (inote.descdata + align_power (inote.descsz, 2));
19861
c8071705 19862 if ( ((char *) next > end)
685080f2
NC
19863 || ((char *) next < (char *) pnotes))
19864 {
19865 warn (_("corrupt descsz found in note at offset 0x%lx\n"),
19866 (unsigned long) ((char *) external - (char *) pnotes));
19867 warn (_(" type: 0x%lx, namesize: 0x%lx, descsize: 0x%lx\n"),
19868 inote.type, inote.namesz, inote.descsz);
19869 break;
19870 }
19871
19872 external = next;
19873
19874 /* Prevent out-of-bounds indexing. */
c8071705 19875 if ( inote.namedata + inote.namesz > end
685080f2
NC
19876 || inote.namedata + inote.namesz < inote.namedata)
19877 {
19878 warn (_("corrupt namesz found in note at offset 0x%lx\n"),
19879 (unsigned long) ((char *) external - (char *) pnotes));
19880 warn (_(" type: 0x%lx, namesize: 0x%lx, descsize: 0x%lx\n"),
19881 inote.type, inote.namesz, inote.descsz);
19882 break;
19883 }
19884
19885 printf (" %s: ", get_v850_elf_note_type (inote.type));
19886
19887 if (! print_v850_note (& inote))
19888 {
32ec8896 19889 res = FALSE;
685080f2
NC
19890 printf ("<corrupt sizes: namesz: %lx, descsz: %lx>\n",
19891 inote.namesz, inote.descsz);
19892 }
19893 }
19894
19895 free (pnotes);
19896
19897 return res;
19898}
19899
32ec8896 19900static bfd_boolean
dda8d76d 19901process_note_sections (Filedata * filedata)
1ec5cd37 19902{
2cf0635d 19903 Elf_Internal_Shdr * section;
1ec5cd37 19904 unsigned long i;
32ec8896
NC
19905 unsigned int n = 0;
19906 bfd_boolean res = TRUE;
1ec5cd37 19907
dda8d76d
NC
19908 for (i = 0, section = filedata->section_headers;
19909 i < filedata->file_header.e_shnum && section != NULL;
1ec5cd37 19910 i++, section++)
685080f2
NC
19911 {
19912 if (section->sh_type == SHT_NOTE)
19913 {
dda8d76d 19914 if (! process_notes_at (filedata, section,
32ec8896 19915 (bfd_vma) section->sh_offset,
82ed9683
L
19916 (bfd_vma) section->sh_size,
19917 (bfd_vma) section->sh_addralign))
32ec8896 19918 res = FALSE;
685080f2
NC
19919 n++;
19920 }
19921
dda8d76d
NC
19922 if (( filedata->file_header.e_machine == EM_V800
19923 || filedata->file_header.e_machine == EM_V850
19924 || filedata->file_header.e_machine == EM_CYGNUS_V850)
685080f2
NC
19925 && section->sh_type == SHT_RENESAS_INFO)
19926 {
dda8d76d 19927 if (! process_v850_notes (filedata,
32ec8896
NC
19928 (bfd_vma) section->sh_offset,
19929 (bfd_vma) section->sh_size))
19930 res = FALSE;
685080f2
NC
19931 n++;
19932 }
19933 }
df565f32
NC
19934
19935 if (n == 0)
19936 /* Try processing NOTE segments instead. */
dda8d76d 19937 return process_corefile_note_segments (filedata);
1ec5cd37
NC
19938
19939 return res;
19940}
19941
32ec8896 19942static bfd_boolean
dda8d76d 19943process_notes (Filedata * filedata)
779fe533
NC
19944{
19945 /* If we have not been asked to display the notes then do nothing. */
19946 if (! do_notes)
32ec8896 19947 return TRUE;
103f02d3 19948
dda8d76d
NC
19949 if (filedata->file_header.e_type != ET_CORE)
19950 return process_note_sections (filedata);
103f02d3 19951
779fe533 19952 /* No program headers means no NOTE segment. */
dda8d76d
NC
19953 if (filedata->file_header.e_phnum > 0)
19954 return process_corefile_note_segments (filedata);
779fe533 19955
1ec5cd37 19956 printf (_("No note segments present in the core file.\n"));
32ec8896 19957 return TRUE;
779fe533
NC
19958}
19959
60abdbed
NC
19960static unsigned char *
19961display_public_gnu_attributes (unsigned char * start,
19962 const unsigned char * const end)
19963{
19964 printf (_(" Unknown GNU attribute: %s\n"), start);
19965
19966 start += strnlen ((char *) start, end - start);
19967 display_raw_attribute (start, end);
19968
19969 return (unsigned char *) end;
19970}
19971
19972static unsigned char *
19973display_generic_attribute (unsigned char * start,
19974 unsigned int tag,
19975 const unsigned char * const end)
19976{
19977 if (tag == 0)
19978 return (unsigned char *) end;
19979
19980 return display_tag_value (tag, start, end);
19981}
19982
32ec8896 19983static bfd_boolean
dda8d76d 19984process_arch_specific (Filedata * filedata)
252b5132 19985{
a952a375 19986 if (! do_arch)
32ec8896 19987 return TRUE;
a952a375 19988
dda8d76d 19989 switch (filedata->file_header.e_machine)
252b5132 19990 {
53a346d8
CZ
19991 case EM_ARC:
19992 case EM_ARC_COMPACT:
19993 case EM_ARC_COMPACT2:
dda8d76d 19994 return process_attributes (filedata, "ARC", SHT_ARC_ATTRIBUTES,
53a346d8
CZ
19995 display_arc_attribute,
19996 display_generic_attribute);
11c1ff18 19997 case EM_ARM:
dda8d76d 19998 return process_attributes (filedata, "aeabi", SHT_ARM_ATTRIBUTES,
60abdbed
NC
19999 display_arm_attribute,
20000 display_generic_attribute);
20001
252b5132 20002 case EM_MIPS:
4fe85591 20003 case EM_MIPS_RS3_LE:
dda8d76d 20004 return process_mips_specific (filedata);
60abdbed
NC
20005
20006 case EM_MSP430:
dda8d76d
NC
20007 return process_attributes (filedata, "mspabi", SHT_MSP430_ATTRIBUTES,
20008 display_msp430x_attribute,
c0ea7c52 20009 display_msp430_gnu_attribute);
60abdbed 20010
2dc8dd17
JW
20011 case EM_RISCV:
20012 return process_attributes (filedata, "riscv", SHT_RISCV_ATTRIBUTES,
20013 display_riscv_attribute,
20014 display_generic_attribute);
20015
35c08157 20016 case EM_NDS32:
dda8d76d 20017 return process_nds32_specific (filedata);
60abdbed 20018
85f7484a
PB
20019 case EM_68K:
20020 return process_attributes (filedata, NULL, SHT_GNU_ATTRIBUTES, NULL,
20021 display_m68k_gnu_attribute);
20022
34c8bcba 20023 case EM_PPC:
b82317dd 20024 case EM_PPC64:
dda8d76d 20025 return process_attributes (filedata, NULL, SHT_GNU_ATTRIBUTES, NULL,
60abdbed
NC
20026 display_power_gnu_attribute);
20027
643f7afb
AK
20028 case EM_S390:
20029 case EM_S390_OLD:
dda8d76d 20030 return process_attributes (filedata, NULL, SHT_GNU_ATTRIBUTES, NULL,
60abdbed
NC
20031 display_s390_gnu_attribute);
20032
9e8c70f9
DM
20033 case EM_SPARC:
20034 case EM_SPARC32PLUS:
20035 case EM_SPARCV9:
dda8d76d 20036 return process_attributes (filedata, NULL, SHT_GNU_ATTRIBUTES, NULL,
60abdbed
NC
20037 display_sparc_gnu_attribute);
20038
59e6276b 20039 case EM_TI_C6000:
dda8d76d 20040 return process_attributes (filedata, "c6xabi", SHT_C6000_ATTRIBUTES,
60abdbed
NC
20041 display_tic6x_attribute,
20042 display_generic_attribute);
20043
252b5132 20044 default:
dda8d76d 20045 return process_attributes (filedata, "gnu", SHT_GNU_ATTRIBUTES,
60abdbed
NC
20046 display_public_gnu_attributes,
20047 display_generic_attribute);
252b5132 20048 }
252b5132
RH
20049}
20050
32ec8896 20051static bfd_boolean
dda8d76d 20052get_file_header (Filedata * filedata)
252b5132 20053{
9ea033b2 20054 /* Read in the identity array. */
dda8d76d 20055 if (fread (filedata->file_header.e_ident, EI_NIDENT, 1, filedata->handle) != 1)
32ec8896 20056 return FALSE;
252b5132 20057
9ea033b2 20058 /* Determine how to read the rest of the header. */
dda8d76d 20059 switch (filedata->file_header.e_ident[EI_DATA])
9ea033b2 20060 {
1a0670f3
AM
20061 default:
20062 case ELFDATANONE:
adab8cdc
AO
20063 case ELFDATA2LSB:
20064 byte_get = byte_get_little_endian;
20065 byte_put = byte_put_little_endian;
20066 break;
20067 case ELFDATA2MSB:
20068 byte_get = byte_get_big_endian;
20069 byte_put = byte_put_big_endian;
20070 break;
9ea033b2
NC
20071 }
20072
20073 /* For now we only support 32 bit and 64 bit ELF files. */
dda8d76d 20074 is_32bit_elf = (filedata->file_header.e_ident[EI_CLASS] != ELFCLASS64);
9ea033b2
NC
20075
20076 /* Read in the rest of the header. */
20077 if (is_32bit_elf)
20078 {
20079 Elf32_External_Ehdr ehdr32;
252b5132 20080
dda8d76d 20081 if (fread (ehdr32.e_type, sizeof (ehdr32) - EI_NIDENT, 1, filedata->handle) != 1)
32ec8896 20082 return FALSE;
103f02d3 20083
dda8d76d
NC
20084 filedata->file_header.e_type = BYTE_GET (ehdr32.e_type);
20085 filedata->file_header.e_machine = BYTE_GET (ehdr32.e_machine);
20086 filedata->file_header.e_version = BYTE_GET (ehdr32.e_version);
20087 filedata->file_header.e_entry = BYTE_GET (ehdr32.e_entry);
20088 filedata->file_header.e_phoff = BYTE_GET (ehdr32.e_phoff);
20089 filedata->file_header.e_shoff = BYTE_GET (ehdr32.e_shoff);
20090 filedata->file_header.e_flags = BYTE_GET (ehdr32.e_flags);
20091 filedata->file_header.e_ehsize = BYTE_GET (ehdr32.e_ehsize);
20092 filedata->file_header.e_phentsize = BYTE_GET (ehdr32.e_phentsize);
20093 filedata->file_header.e_phnum = BYTE_GET (ehdr32.e_phnum);
20094 filedata->file_header.e_shentsize = BYTE_GET (ehdr32.e_shentsize);
20095 filedata->file_header.e_shnum = BYTE_GET (ehdr32.e_shnum);
20096 filedata->file_header.e_shstrndx = BYTE_GET (ehdr32.e_shstrndx);
9ea033b2 20097 }
252b5132 20098 else
9ea033b2
NC
20099 {
20100 Elf64_External_Ehdr ehdr64;
a952a375
NC
20101
20102 /* If we have been compiled with sizeof (bfd_vma) == 4, then
20103 we will not be able to cope with the 64bit data found in
20104 64 ELF files. Detect this now and abort before we start
50c2245b 20105 overwriting things. */
a952a375
NC
20106 if (sizeof (bfd_vma) < 8)
20107 {
e3c8793a
NC
20108 error (_("This instance of readelf has been built without support for a\n\
2010964 bit data type and so it cannot read 64 bit ELF files.\n"));
32ec8896 20110 return FALSE;
a952a375 20111 }
103f02d3 20112
dda8d76d 20113 if (fread (ehdr64.e_type, sizeof (ehdr64) - EI_NIDENT, 1, filedata->handle) != 1)
32ec8896 20114 return FALSE;
103f02d3 20115
dda8d76d
NC
20116 filedata->file_header.e_type = BYTE_GET (ehdr64.e_type);
20117 filedata->file_header.e_machine = BYTE_GET (ehdr64.e_machine);
20118 filedata->file_header.e_version = BYTE_GET (ehdr64.e_version);
20119 filedata->file_header.e_entry = BYTE_GET (ehdr64.e_entry);
20120 filedata->file_header.e_phoff = BYTE_GET (ehdr64.e_phoff);
20121 filedata->file_header.e_shoff = BYTE_GET (ehdr64.e_shoff);
20122 filedata->file_header.e_flags = BYTE_GET (ehdr64.e_flags);
20123 filedata->file_header.e_ehsize = BYTE_GET (ehdr64.e_ehsize);
20124 filedata->file_header.e_phentsize = BYTE_GET (ehdr64.e_phentsize);
20125 filedata->file_header.e_phnum = BYTE_GET (ehdr64.e_phnum);
20126 filedata->file_header.e_shentsize = BYTE_GET (ehdr64.e_shentsize);
20127 filedata->file_header.e_shnum = BYTE_GET (ehdr64.e_shnum);
20128 filedata->file_header.e_shstrndx = BYTE_GET (ehdr64.e_shstrndx);
9ea033b2 20129 }
252b5132 20130
dda8d76d 20131 if (filedata->file_header.e_shoff)
7ece0d85
JJ
20132 {
20133 /* There may be some extensions in the first section header. Don't
20134 bomb if we can't read it. */
20135 if (is_32bit_elf)
dda8d76d 20136 get_32bit_section_headers (filedata, TRUE);
7ece0d85 20137 else
dda8d76d 20138 get_64bit_section_headers (filedata, TRUE);
7ece0d85 20139 }
560f3c1c 20140
32ec8896 20141 return TRUE;
252b5132
RH
20142}
20143
dda8d76d
NC
20144static void
20145close_file (Filedata * filedata)
20146{
20147 if (filedata)
20148 {
20149 if (filedata->handle)
20150 fclose (filedata->handle);
20151 free (filedata);
20152 }
20153}
20154
20155void
20156close_debug_file (void * data)
20157{
20158 close_file ((Filedata *) data);
20159}
20160
20161static Filedata *
20162open_file (const char * pathname)
20163{
20164 struct stat statbuf;
20165 Filedata * filedata = NULL;
20166
20167 if (stat (pathname, & statbuf) < 0
20168 || ! S_ISREG (statbuf.st_mode))
20169 goto fail;
20170
20171 filedata = calloc (1, sizeof * filedata);
20172 if (filedata == NULL)
20173 goto fail;
20174
20175 filedata->handle = fopen (pathname, "rb");
20176 if (filedata->handle == NULL)
20177 goto fail;
20178
20179 filedata->file_size = (bfd_size_type) statbuf.st_size;
20180 filedata->file_name = pathname;
20181
20182 if (! get_file_header (filedata))
20183 goto fail;
20184
20185 if (filedata->file_header.e_shoff)
20186 {
20187 bfd_boolean res;
20188
20189 /* Read the section headers again, this time for real. */
20190 if (is_32bit_elf)
20191 res = get_32bit_section_headers (filedata, FALSE);
20192 else
20193 res = get_64bit_section_headers (filedata, FALSE);
20194
20195 if (!res)
20196 goto fail;
20197 }
20198
20199 return filedata;
20200
20201 fail:
20202 if (filedata)
20203 {
20204 if (filedata->handle)
20205 fclose (filedata->handle);
20206 free (filedata);
20207 }
20208 return NULL;
20209}
20210
20211void *
20212open_debug_file (const char * pathname)
20213{
20214 return open_file (pathname);
20215}
20216
fb52b2f4
NC
20217/* Process one ELF object file according to the command line options.
20218 This file may actually be stored in an archive. The file is
32ec8896
NC
20219 positioned at the start of the ELF object. Returns TRUE if no
20220 problems were encountered, FALSE otherwise. */
fb52b2f4 20221
32ec8896 20222static bfd_boolean
dda8d76d 20223process_object (Filedata * filedata)
252b5132 20224{
24841daa 20225 bfd_boolean have_separate_files;
252b5132 20226 unsigned int i;
2482f306 20227 bfd_boolean res;
252b5132 20228
dda8d76d 20229 if (! get_file_header (filedata))
252b5132 20230 {
dda8d76d 20231 error (_("%s: Failed to read file header\n"), filedata->file_name);
32ec8896 20232 return FALSE;
252b5132
RH
20233 }
20234
20235 /* Initialise per file variables. */
978c4450
AM
20236 for (i = ARRAY_SIZE (filedata->version_info); i--;)
20237 filedata->version_info[i] = 0;
252b5132 20238
978c4450
AM
20239 for (i = ARRAY_SIZE (filedata->dynamic_info); i--;)
20240 filedata->dynamic_info[i] = 0;
20241 filedata->dynamic_info_DT_GNU_HASH = 0;
20242 filedata->dynamic_info_DT_MIPS_XHASH = 0;
252b5132
RH
20243
20244 /* Process the file. */
20245 if (show_name)
dda8d76d 20246 printf (_("\nFile: %s\n"), filedata->file_name);
252b5132 20247
18bd398b
NC
20248 /* Initialise the dump_sects array from the cmdline_dump_sects array.
20249 Note we do this even if cmdline_dump_sects is empty because we
20250 must make sure that the dump_sets array is zeroed out before each
20251 object file is processed. */
6431e409
AM
20252 if (filedata->dump.num_dump_sects > cmdline.num_dump_sects)
20253 memset (filedata->dump.dump_sects, 0,
20254 filedata->dump.num_dump_sects * sizeof (*filedata->dump.dump_sects));
18bd398b 20255
dda8d76d 20256 if (cmdline.num_dump_sects > 0)
18bd398b 20257 {
6431e409 20258 if (filedata->dump.num_dump_sects == 0)
18bd398b 20259 /* A sneaky way of allocating the dump_sects array. */
6431e409 20260 request_dump_bynumber (&filedata->dump, cmdline.num_dump_sects, 0);
18bd398b 20261
6431e409
AM
20262 assert (filedata->dump.num_dump_sects >= cmdline.num_dump_sects);
20263 memcpy (filedata->dump.dump_sects, cmdline.dump_sects,
20264 cmdline.num_dump_sects * sizeof (*filedata->dump.dump_sects));
18bd398b 20265 }
d70c5fc7 20266
dda8d76d 20267 if (! process_file_header (filedata))
32ec8896 20268 return FALSE;
252b5132 20269
dda8d76d 20270 if (! process_section_headers (filedata))
2f62977e 20271 {
32ec8896
NC
20272 /* Without loaded section headers we cannot process lots of things. */
20273 do_unwind = do_version = do_dump = do_arch = FALSE;
252b5132 20274
2f62977e 20275 if (! do_using_dynamic)
32ec8896 20276 do_syms = do_dyn_syms = do_reloc = FALSE;
2f62977e 20277 }
252b5132 20278
dda8d76d 20279 if (! process_section_groups (filedata))
32ec8896
NC
20280 /* Without loaded section groups we cannot process unwind. */
20281 do_unwind = FALSE;
d1f5c6e3 20282
2482f306
AM
20283 res = process_program_headers (filedata);
20284 if (res)
20285 res = process_dynamic_section (filedata);
252b5132 20286
dda8d76d 20287 if (! process_relocs (filedata))
32ec8896 20288 res = FALSE;
252b5132 20289
dda8d76d 20290 if (! process_unwind (filedata))
32ec8896 20291 res = FALSE;
4d6ed7c8 20292
dda8d76d 20293 if (! process_symbol_table (filedata))
32ec8896 20294 res = FALSE;
252b5132 20295
dda8d76d 20296 if (! process_syminfo (filedata))
32ec8896 20297 res = FALSE;
252b5132 20298
dda8d76d 20299 if (! process_version_sections (filedata))
32ec8896 20300 res = FALSE;
252b5132 20301
82ed9683 20302 if (filedata->file_header.e_shstrndx != SHN_UNDEF)
24841daa 20303 have_separate_files = load_separate_debug_files (filedata, filedata->file_name);
82ed9683 20304 else
24841daa 20305 have_separate_files = FALSE;
dda8d76d
NC
20306
20307 if (! process_section_contents (filedata))
32ec8896 20308 res = FALSE;
f5842774 20309
24841daa 20310 if (have_separate_files)
dda8d76d 20311 {
24841daa
NC
20312 separate_info * d;
20313
20314 for (d = first_separate_info; d != NULL; d = d->next)
20315 {
20316 if (! process_section_headers (d->handle))
20317 res = FALSE;
20318 else if (! process_section_contents (d->handle))
20319 res = FALSE;
20320 }
20321
20322 /* The file handles are closed by the call to free_debug_memory() below. */
dda8d76d
NC
20323 }
20324
20325 if (! process_notes (filedata))
32ec8896 20326 res = FALSE;
103f02d3 20327
dda8d76d 20328 if (! process_gnu_liblist (filedata))
32ec8896 20329 res = FALSE;
047b2264 20330
dda8d76d 20331 if (! process_arch_specific (filedata))
32ec8896 20332 res = FALSE;
252b5132 20333
dda8d76d
NC
20334 free (filedata->program_headers);
20335 filedata->program_headers = NULL;
d93f0186 20336
dda8d76d
NC
20337 free (filedata->section_headers);
20338 filedata->section_headers = NULL;
252b5132 20339
dda8d76d
NC
20340 free (filedata->string_table);
20341 filedata->string_table = NULL;
20342 filedata->string_table_length = 0;
252b5132 20343
9db70fc3
AM
20344 free (filedata->dump.dump_sects);
20345 filedata->dump.dump_sects = NULL;
20346 filedata->dump.num_dump_sects = 0;
a788aedd 20347
9db70fc3
AM
20348 free (filedata->dynamic_strings);
20349 filedata->dynamic_strings = NULL;
20350 filedata->dynamic_strings_length = 0;
252b5132 20351
9db70fc3
AM
20352 free (filedata->dynamic_symbols);
20353 filedata->dynamic_symbols = NULL;
20354 filedata->num_dynamic_syms = 0;
252b5132 20355
9db70fc3
AM
20356 free (filedata->dynamic_syminfo);
20357 filedata->dynamic_syminfo = NULL;
ff78d6d6 20358
9db70fc3
AM
20359 free (filedata->dynamic_section);
20360 filedata->dynamic_section = NULL;
293c573e 20361
978c4450 20362 while (filedata->symtab_shndx_list != NULL)
8fb879cd 20363 {
978c4450
AM
20364 elf_section_list *next = filedata->symtab_shndx_list->next;
20365 free (filedata->symtab_shndx_list);
20366 filedata->symtab_shndx_list = next;
8fb879cd
AM
20367 }
20368
9db70fc3
AM
20369 free (filedata->section_headers_groups);
20370 filedata->section_headers_groups = NULL;
e4b17d5c 20371
978c4450 20372 if (filedata->section_groups)
e4b17d5c 20373 {
2cf0635d
NC
20374 struct group_list * g;
20375 struct group_list * next;
e4b17d5c 20376
978c4450 20377 for (i = 0; i < filedata->group_count; i++)
e4b17d5c 20378 {
978c4450 20379 for (g = filedata->section_groups [i].root; g != NULL; g = next)
e4b17d5c
L
20380 {
20381 next = g->next;
20382 free (g);
20383 }
20384 }
20385
978c4450
AM
20386 free (filedata->section_groups);
20387 filedata->section_groups = NULL;
e4b17d5c
L
20388 }
20389
19e6b90e 20390 free_debug_memory ();
18bd398b 20391
32ec8896 20392 return res;
252b5132
RH
20393}
20394
2cf0635d 20395/* Process an ELF archive.
32ec8896
NC
20396 On entry the file is positioned just after the ARMAG string.
20397 Returns TRUE upon success, FALSE otherwise. */
2cf0635d 20398
32ec8896 20399static bfd_boolean
dda8d76d 20400process_archive (Filedata * filedata, bfd_boolean is_thin_archive)
2cf0635d
NC
20401{
20402 struct archive_info arch;
20403 struct archive_info nested_arch;
20404 size_t got;
32ec8896 20405 bfd_boolean ret = TRUE;
2cf0635d 20406
32ec8896 20407 show_name = TRUE;
2cf0635d
NC
20408
20409 /* The ARCH structure is used to hold information about this archive. */
20410 arch.file_name = NULL;
20411 arch.file = NULL;
20412 arch.index_array = NULL;
20413 arch.sym_table = NULL;
20414 arch.longnames = NULL;
20415
20416 /* The NESTED_ARCH structure is used as a single-item cache of information
20417 about a nested archive (when members of a thin archive reside within
20418 another regular archive file). */
20419 nested_arch.file_name = NULL;
20420 nested_arch.file = NULL;
20421 nested_arch.index_array = NULL;
20422 nested_arch.sym_table = NULL;
20423 nested_arch.longnames = NULL;
20424
dda8d76d 20425 if (setup_archive (&arch, filedata->file_name, filedata->handle,
780f96ae
AM
20426 filedata->file_size, is_thin_archive,
20427 do_archive_index) != 0)
2cf0635d 20428 {
32ec8896 20429 ret = FALSE;
2cf0635d 20430 goto out;
4145f1d5 20431 }
fb52b2f4 20432
4145f1d5
NC
20433 if (do_archive_index)
20434 {
2cf0635d 20435 if (arch.sym_table == NULL)
1cb7d8b1
AM
20436 error (_("%s: unable to dump the index as none was found\n"),
20437 filedata->file_name);
4145f1d5
NC
20438 else
20439 {
591f7597 20440 unsigned long i, l;
4145f1d5
NC
20441 unsigned long current_pos;
20442
1cb7d8b1
AM
20443 printf (_("Index of archive %s: (%lu entries, 0x%lx bytes "
20444 "in the symbol table)\n"),
20445 filedata->file_name, (unsigned long) arch.index_num,
20446 arch.sym_size);
dda8d76d
NC
20447
20448 current_pos = ftell (filedata->handle);
4145f1d5 20449
2cf0635d 20450 for (i = l = 0; i < arch.index_num; i++)
4145f1d5 20451 {
1cb7d8b1
AM
20452 if (i == 0
20453 || (i > 0 && arch.index_array[i] != arch.index_array[i - 1]))
20454 {
20455 char * member_name
20456 = get_archive_member_name_at (&arch, arch.index_array[i],
20457 &nested_arch);
2cf0635d 20458
1cb7d8b1
AM
20459 if (member_name != NULL)
20460 {
20461 char * qualified_name
20462 = make_qualified_name (&arch, &nested_arch,
20463 member_name);
2cf0635d 20464
1cb7d8b1
AM
20465 if (qualified_name != NULL)
20466 {
20467 printf (_("Contents of binary %s at offset "),
20468 qualified_name);
c2a7d3f5
NC
20469 (void) print_vma (arch.index_array[i], PREFIX_HEX);
20470 putchar ('\n');
1cb7d8b1
AM
20471 free (qualified_name);
20472 }
fd486f32 20473 free (member_name);
4145f1d5
NC
20474 }
20475 }
2cf0635d
NC
20476
20477 if (l >= arch.sym_size)
4145f1d5 20478 {
1cb7d8b1
AM
20479 error (_("%s: end of the symbol table reached "
20480 "before the end of the index\n"),
dda8d76d 20481 filedata->file_name);
32ec8896 20482 ret = FALSE;
cb8f3167 20483 break;
4145f1d5 20484 }
591f7597 20485 /* PR 17531: file: 0b6630b2. */
1cb7d8b1
AM
20486 printf ("\t%.*s\n",
20487 (int) (arch.sym_size - l), arch.sym_table + l);
591f7597 20488 l += strnlen (arch.sym_table + l, arch.sym_size - l) + 1;
4145f1d5
NC
20489 }
20490
67ce483b 20491 if (arch.uses_64bit_indices)
c2a7d3f5
NC
20492 l = (l + 7) & ~ 7;
20493 else
20494 l += l & 1;
20495
2cf0635d 20496 if (l < arch.sym_size)
32ec8896 20497 {
d3a49aa8
AM
20498 error (ngettext ("%s: %ld byte remains in the symbol table, "
20499 "but without corresponding entries in "
20500 "the index table\n",
20501 "%s: %ld bytes remain in the symbol table, "
20502 "but without corresponding entries in "
20503 "the index table\n",
20504 arch.sym_size - l),
dda8d76d 20505 filedata->file_name, arch.sym_size - l);
32ec8896
NC
20506 ret = FALSE;
20507 }
4145f1d5 20508
dda8d76d 20509 if (fseek (filedata->handle, current_pos, SEEK_SET) != 0)
4145f1d5 20510 {
1cb7d8b1
AM
20511 error (_("%s: failed to seek back to start of object files "
20512 "in the archive\n"),
dda8d76d 20513 filedata->file_name);
32ec8896 20514 ret = FALSE;
2cf0635d 20515 goto out;
4145f1d5 20516 }
fb52b2f4 20517 }
4145f1d5
NC
20518
20519 if (!do_dynamic && !do_syms && !do_reloc && !do_unwind && !do_sections
20520 && !do_segments && !do_header && !do_dump && !do_version
20521 && !do_histogram && !do_debugging && !do_arch && !do_notes
2c610e4b 20522 && !do_section_groups && !do_dyn_syms)
2cf0635d 20523 {
32ec8896 20524 ret = TRUE; /* Archive index only. */
2cf0635d
NC
20525 goto out;
20526 }
fb52b2f4
NC
20527 }
20528
fb52b2f4
NC
20529 while (1)
20530 {
2cf0635d
NC
20531 char * name;
20532 size_t namelen;
20533 char * qualified_name;
20534
20535 /* Read the next archive header. */
dda8d76d 20536 if (fseek (filedata->handle, arch.next_arhdr_offset, SEEK_SET) != 0)
1cb7d8b1
AM
20537 {
20538 error (_("%s: failed to seek to next archive header\n"),
20539 arch.file_name);
20540 ret = FALSE;
20541 break;
20542 }
dda8d76d 20543 got = fread (&arch.arhdr, 1, sizeof arch.arhdr, filedata->handle);
2cf0635d 20544 if (got != sizeof arch.arhdr)
1cb7d8b1
AM
20545 {
20546 if (got == 0)
2cf0635d 20547 break;
28e817cc
NC
20548 /* PR 24049 - we cannot use filedata->file_name as this will
20549 have already been freed. */
20550 error (_("%s: failed to read archive header\n"), arch.file_name);
9abca702 20551
1cb7d8b1
AM
20552 ret = FALSE;
20553 break;
20554 }
2cf0635d 20555 if (memcmp (arch.arhdr.ar_fmag, ARFMAG, 2) != 0)
1cb7d8b1
AM
20556 {
20557 error (_("%s: did not find a valid archive header\n"),
20558 arch.file_name);
20559 ret = FALSE;
20560 break;
20561 }
2cf0635d
NC
20562
20563 arch.next_arhdr_offset += sizeof arch.arhdr;
20564
978c4450
AM
20565 filedata->archive_file_size = strtoul (arch.arhdr.ar_size, NULL, 10);
20566 if (filedata->archive_file_size & 01)
20567 ++filedata->archive_file_size;
2cf0635d
NC
20568
20569 name = get_archive_member_name (&arch, &nested_arch);
20570 if (name == NULL)
fb52b2f4 20571 {
28e817cc 20572 error (_("%s: bad archive file name\n"), arch.file_name);
32ec8896 20573 ret = FALSE;
d989285c 20574 break;
fb52b2f4 20575 }
2cf0635d 20576 namelen = strlen (name);
fb52b2f4 20577
2cf0635d
NC
20578 qualified_name = make_qualified_name (&arch, &nested_arch, name);
20579 if (qualified_name == NULL)
fb52b2f4 20580 {
28e817cc 20581 error (_("%s: bad archive file name\n"), arch.file_name);
fd486f32 20582 free (name);
32ec8896 20583 ret = FALSE;
d989285c 20584 break;
fb52b2f4
NC
20585 }
20586
2cf0635d 20587 if (is_thin_archive && arch.nested_member_origin == 0)
1cb7d8b1
AM
20588 {
20589 /* This is a proxy for an external member of a thin archive. */
20590 Filedata * member_filedata;
20591 char * member_file_name = adjust_relative_path
dda8d76d 20592 (filedata->file_name, name, namelen);
32ec8896 20593
fd486f32 20594 free (name);
1cb7d8b1
AM
20595 if (member_file_name == NULL)
20596 {
fd486f32 20597 free (qualified_name);
1cb7d8b1
AM
20598 ret = FALSE;
20599 break;
20600 }
2cf0635d 20601
1cb7d8b1
AM
20602 member_filedata = open_file (member_file_name);
20603 if (member_filedata == NULL)
20604 {
20605 error (_("Input file '%s' is not readable.\n"), member_file_name);
20606 free (member_file_name);
fd486f32 20607 free (qualified_name);
1cb7d8b1
AM
20608 ret = FALSE;
20609 break;
20610 }
2cf0635d 20611
978c4450 20612 filedata->archive_file_offset = arch.nested_member_origin;
dda8d76d 20613 member_filedata->file_name = qualified_name;
2cf0635d 20614
1cb7d8b1 20615 if (! process_object (member_filedata))
32ec8896 20616 ret = FALSE;
2cf0635d 20617
1cb7d8b1
AM
20618 close_file (member_filedata);
20619 free (member_file_name);
1cb7d8b1 20620 }
2cf0635d 20621 else if (is_thin_archive)
1cb7d8b1
AM
20622 {
20623 Filedata thin_filedata;
eb02c04d 20624
1cb7d8b1 20625 memset (&thin_filedata, 0, sizeof (thin_filedata));
dda8d76d 20626
a043396b
NC
20627 /* PR 15140: Allow for corrupt thin archives. */
20628 if (nested_arch.file == NULL)
20629 {
20630 error (_("%s: contains corrupt thin archive: %s\n"),
28e817cc 20631 qualified_name, name);
fd486f32
AM
20632 free (qualified_name);
20633 free (name);
32ec8896 20634 ret = FALSE;
a043396b
NC
20635 break;
20636 }
fd486f32 20637 free (name);
a043396b 20638
1cb7d8b1 20639 /* This is a proxy for a member of a nested archive. */
978c4450
AM
20640 filedata->archive_file_offset
20641 = arch.nested_member_origin + sizeof arch.arhdr;
2cf0635d 20642
1cb7d8b1
AM
20643 /* The nested archive file will have been opened and setup by
20644 get_archive_member_name. */
978c4450
AM
20645 if (fseek (nested_arch.file, filedata->archive_file_offset,
20646 SEEK_SET) != 0)
1cb7d8b1
AM
20647 {
20648 error (_("%s: failed to seek to archive member.\n"),
20649 nested_arch.file_name);
fd486f32 20650 free (qualified_name);
1cb7d8b1
AM
20651 ret = FALSE;
20652 break;
20653 }
2cf0635d 20654
dda8d76d
NC
20655 thin_filedata.handle = nested_arch.file;
20656 thin_filedata.file_name = qualified_name;
9abca702 20657
1cb7d8b1 20658 if (! process_object (& thin_filedata))
32ec8896 20659 ret = FALSE;
1cb7d8b1 20660 }
2cf0635d 20661 else
1cb7d8b1 20662 {
fd486f32 20663 free (name);
978c4450 20664 filedata->archive_file_offset = arch.next_arhdr_offset;
6a6196fc 20665 filedata->file_name = qualified_name;
1cb7d8b1 20666 if (! process_object (filedata))
32ec8896 20667 ret = FALSE;
978c4450 20668 arch.next_arhdr_offset += filedata->archive_file_size;
4c836627 20669 /* Stop looping with "negative" archive_file_size. */
978c4450 20670 if (arch.next_arhdr_offset < filedata->archive_file_size)
80e2a3b6 20671 arch.next_arhdr_offset = -1ul;
1cb7d8b1 20672 }
fb52b2f4 20673
2cf0635d 20674 free (qualified_name);
fb52b2f4
NC
20675 }
20676
4145f1d5 20677 out:
2cf0635d
NC
20678 if (nested_arch.file != NULL)
20679 fclose (nested_arch.file);
20680 release_archive (&nested_arch);
20681 release_archive (&arch);
fb52b2f4 20682
d989285c 20683 return ret;
fb52b2f4
NC
20684}
20685
32ec8896 20686static bfd_boolean
2cf0635d 20687process_file (char * file_name)
fb52b2f4 20688{
dda8d76d 20689 Filedata * filedata = NULL;
fb52b2f4
NC
20690 struct stat statbuf;
20691 char armag[SARMAG];
32ec8896 20692 bfd_boolean ret = TRUE;
fb52b2f4
NC
20693
20694 if (stat (file_name, &statbuf) < 0)
20695 {
f24ddbdd
NC
20696 if (errno == ENOENT)
20697 error (_("'%s': No such file\n"), file_name);
20698 else
20699 error (_("Could not locate '%s'. System error message: %s\n"),
20700 file_name, strerror (errno));
32ec8896 20701 return FALSE;
f24ddbdd
NC
20702 }
20703
20704 if (! S_ISREG (statbuf.st_mode))
20705 {
20706 error (_("'%s' is not an ordinary file\n"), file_name);
32ec8896 20707 return FALSE;
fb52b2f4
NC
20708 }
20709
dda8d76d
NC
20710 filedata = calloc (1, sizeof * filedata);
20711 if (filedata == NULL)
20712 {
20713 error (_("Out of memory allocating file data structure\n"));
20714 return FALSE;
20715 }
20716
20717 filedata->file_name = file_name;
20718 filedata->handle = fopen (file_name, "rb");
20719 if (filedata->handle == NULL)
fb52b2f4 20720 {
f24ddbdd 20721 error (_("Input file '%s' is not readable.\n"), file_name);
dda8d76d 20722 free (filedata);
32ec8896 20723 return FALSE;
fb52b2f4
NC
20724 }
20725
dda8d76d 20726 if (fread (armag, SARMAG, 1, filedata->handle) != 1)
fb52b2f4 20727 {
4145f1d5 20728 error (_("%s: Failed to read file's magic number\n"), file_name);
dda8d76d
NC
20729 fclose (filedata->handle);
20730 free (filedata);
32ec8896 20731 return FALSE;
fb52b2f4
NC
20732 }
20733
dda8d76d 20734 filedata->file_size = (bfd_size_type) statbuf.st_size;
f54498b4 20735
fb52b2f4 20736 if (memcmp (armag, ARMAG, SARMAG) == 0)
32ec8896 20737 {
dda8d76d 20738 if (! process_archive (filedata, FALSE))
32ec8896
NC
20739 ret = FALSE;
20740 }
2cf0635d 20741 else if (memcmp (armag, ARMAGT, SARMAG) == 0)
32ec8896 20742 {
dda8d76d 20743 if ( ! process_archive (filedata, TRUE))
32ec8896
NC
20744 ret = FALSE;
20745 }
fb52b2f4
NC
20746 else
20747 {
1b513401 20748 if (do_archive_index && !check_all)
4145f1d5
NC
20749 error (_("File %s is not an archive so its index cannot be displayed.\n"),
20750 file_name);
20751
dda8d76d 20752 rewind (filedata->handle);
978c4450 20753 filedata->archive_file_size = filedata->archive_file_offset = 0;
32ec8896 20754
dda8d76d 20755 if (! process_object (filedata))
32ec8896 20756 ret = FALSE;
fb52b2f4
NC
20757 }
20758
dda8d76d 20759 fclose (filedata->handle);
8fb879cd
AM
20760 free (filedata->section_headers);
20761 free (filedata->program_headers);
20762 free (filedata->string_table);
6431e409 20763 free (filedata->dump.dump_sects);
dda8d76d 20764 free (filedata);
32ec8896 20765
fd486f32 20766 free (ba_cache.strtab);
1bd6175a 20767 ba_cache.strtab = NULL;
fd486f32 20768 free (ba_cache.symtab);
1bd6175a 20769 ba_cache.symtab = NULL;
fd486f32
AM
20770 ba_cache.filedata = NULL;
20771
fb52b2f4
NC
20772 return ret;
20773}
20774
252b5132
RH
20775#ifdef SUPPORT_DISASSEMBLY
20776/* Needed by the i386 disassembler. For extra credit, someone could
9ea033b2 20777 fix this so that we insert symbolic addresses here, esp for GOT/PLT
e3c8793a 20778 symbols. */
252b5132
RH
20779
20780void
2cf0635d 20781print_address (unsigned int addr, FILE * outfile)
252b5132
RH
20782{
20783 fprintf (outfile,"0x%8.8x", addr);
20784}
20785
e3c8793a 20786/* Needed by the i386 disassembler. */
dda8d76d 20787
252b5132
RH
20788void
20789db_task_printsym (unsigned int addr)
20790{
20791 print_address (addr, stderr);
20792}
20793#endif
20794
20795int
2cf0635d 20796main (int argc, char ** argv)
252b5132 20797{
ff78d6d6
L
20798 int err;
20799
252b5132
RH
20800#if defined (HAVE_SETLOCALE) && defined (HAVE_LC_MESSAGES)
20801 setlocale (LC_MESSAGES, "");
3882b010
L
20802#endif
20803#if defined (HAVE_SETLOCALE)
20804 setlocale (LC_CTYPE, "");
252b5132
RH
20805#endif
20806 bindtextdomain (PACKAGE, LOCALEDIR);
20807 textdomain (PACKAGE);
20808
869b9d07
MM
20809 expandargv (&argc, &argv);
20810
dda8d76d 20811 parse_args (& cmdline, argc, argv);
59f14fc0 20812
18bd398b 20813 if (optind < (argc - 1))
1b513401
NC
20814 /* When displaying information for more than one file,
20815 prefix the information with the file name. */
32ec8896 20816 show_name = TRUE;
5656ba2c
L
20817 else if (optind >= argc)
20818 {
1b513401
NC
20819 /* Ensure that the warning is always displayed. */
20820 do_checks = TRUE;
20821
5656ba2c
L
20822 warn (_("Nothing to do.\n"));
20823 usage (stderr);
20824 }
18bd398b 20825
32ec8896 20826 err = FALSE;
252b5132 20827 while (optind < argc)
32ec8896
NC
20828 if (! process_file (argv[optind++]))
20829 err = TRUE;
252b5132 20830
9db70fc3 20831 free (cmdline.dump_sects);
252b5132 20832
7d9813f1
NA
20833 free (dump_ctf_symtab_name);
20834 free (dump_ctf_strtab_name);
20835 free (dump_ctf_parent_name);
20836
32ec8896 20837 return err ? EXIT_FAILURE : EXIT_SUCCESS;
252b5132 20838}
This page took 4.562642 seconds and 4 git commands to generate.