Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/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 */
107 file_ptr sh_offset; /* Section file offset */
108 bfd_size_type sh_size; /* Size of section in bytes */
109 unsigned int sh_link; /* Index of another section */
110 unsigned int sh_info; /* Additional section information */
111 bfd_vma sh_addralign; /* Section alignment */
[all …]
/dflybsd-src/contrib/binutils-2.27/include/elf/
H A Dinternal.h101 typedef struct elf_internal_shdr { struct
102 unsigned int sh_name; /* Section name, index in string tbl */
103 unsigned int sh_type; /* Type of section */
104 bfd_vma sh_flags; /* Miscellaneous section attributes */
105 bfd_vma sh_addr; /* Section virtual addr at execution */
106 file_ptr sh_offset; /* Section file offset */
107 bfd_size_type sh_size; /* Size of section in bytes */
108 unsigned int sh_link; /* Index of another section */
109 unsigned int sh_info; /* Additional section information */
110 bfd_vma sh_addralign; /* Section alignment */
[all …]
/dflybsd-src/contrib/binutils-2.34/include/elf/
H A Dinternal.h101 typedef struct elf_internal_shdr { struct
102 unsigned int sh_name; /* Section name, index in string tbl */
103 unsigned int sh_type; /* Type of section */
104 bfd_vma sh_flags; /* Miscellaneous section attributes */
105 bfd_vma sh_addr; /* Section virtual addr at execution */
106 file_ptr sh_offset; /* Section file offset */
107 bfd_size_type sh_size; /* Size of section in bytes */
108 unsigned int sh_link; /* Index of another section */
109 unsigned int sh_info; /* Additional section information */
110 bfd_vma sh_addralign; /* Section alignment */
[all …]