Deleted Added
full compact
external.h (78828) external.h (89857)
1/* ELF support for BFD.
2 Copyright 1991, 1992, 1993, 1995, 1997, 1998, 1999, 2001
3 Free Software Foundation, Inc.
4
5 Written by Fred Fish @ Cygnus Support, from information published
6 in "UNIX System V Release 4, Programmers Guide: ANSI C and
7 Programming Support Tools".
8

--- 129 unchanged lines hidden (view full) ---

138 unsigned char st_name[4]; /* Symbol name, index in string tbl */
139 unsigned char st_info[1]; /* Type and binding attributes */
140 unsigned char st_other[1]; /* No defined meaning, 0 */
141 unsigned char st_shndx[2]; /* Associated section index */
142 unsigned char st_value[8]; /* Value of the symbol */
143 unsigned char st_size[8]; /* Associated symbol size */
144} Elf64_External_Sym;
145
1/* ELF support for BFD.
2 Copyright 1991, 1992, 1993, 1995, 1997, 1998, 1999, 2001
3 Free Software Foundation, Inc.
4
5 Written by Fred Fish @ Cygnus Support, from information published
6 in "UNIX System V Release 4, Programmers Guide: ANSI C and
7 Programming Support Tools".
8

--- 129 unchanged lines hidden (view full) ---

138 unsigned char st_name[4]; /* Symbol name, index in string tbl */
139 unsigned char st_info[1]; /* Type and binding attributes */
140 unsigned char st_other[1]; /* No defined meaning, 0 */
141 unsigned char st_shndx[2]; /* Associated section index */
142 unsigned char st_value[8]; /* Value of the symbol */
143 unsigned char st_size[8]; /* Associated symbol size */
144} Elf64_External_Sym;
145
146typedef struct {
147 unsigned char est_shndx[4]; /* Section index */
148} Elf_External_Sym_Shndx;
149
146/* Note segments */
147
148typedef struct {
149 unsigned char namesz[4]; /* Size of entry's owner string */
150 unsigned char descsz[4]; /* Size of the note descriptor */
151 unsigned char type[4]; /* Interpretation of the descriptor */
152 char name[1]; /* Start of the name+desc data */
153} Elf_External_Note;

--- 104 unchanged lines hidden ---
150/* Note segments */
151
152typedef struct {
153 unsigned char namesz[4]; /* Size of entry's owner string */
154 unsigned char descsz[4]; /* Size of the note descriptor */
155 unsigned char type[4]; /* Interpretation of the descriptor */
156 char name[1]; /* Start of the name+desc data */
157} Elf_External_Note;

--- 104 unchanged lines hidden ---