Home
last modified time | relevance | path

Searched defs:elf_internal_shdr (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/include/elf/
H A Dinternal.h102 typedef struct elf_internal_shdr { struct
103 unsigned int sh_name; /* Section name, index in string tbl */
104 unsigned int sh_type; /* Type of section */
105 bfd_vma sh_flags; /* Miscellaneous section attributes */
106 bfd_vma sh_addr; /* Section virtual addr at execution in
108 file_ptr sh_offset; /* Section file offset in octets. */
109 bfd_size_type sh_size; /* Size of section in octets. */
110 unsigned int sh_link; /* Index of another section */
111 unsigned int sh_info; /* Additional section information */
112 bfd_vma sh_addralign; /* Section alignment */
[all …]
/netbsd-src/external/gpl3/binutils/dist/include/elf/
H A Dinternal.h102 typedef struct elf_internal_shdr { struct
103 unsigned int sh_name; /* Section name, index in string tbl */
104 unsigned int sh_type; /* Type of section */
105 bfd_vma sh_flags; /* Miscellaneous section attributes */
106 bfd_vma sh_addr; /* Section virtual addr at execution in
108 file_ptr sh_offset; /* Section file offset in octets. */
109 bfd_size_type sh_size; /* Size of section in octets. */
110 unsigned int sh_link; /* Index of another section */
111 unsigned int sh_info; /* Additional section information */
112 bfd_vma sh_addralign; /* Section alignment */
[all …]