Home
last modified time | relevance | path

Searched defs:section_addr_info (Results 1 – 5 of 5) sorted by relevance

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dsymfile.h72 struct section_addr_info struct
76 size_t num_sections;
78 struct other_sections
83 } other[1];
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dsymfile.h72 struct section_addr_info struct
76 size_t num_sections;
78 struct other_sections
83 } other[1];
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dsymfile.h78 struct section_addr_info struct
82 size_t num_sections;
84 struct other_sections
91 } other[1];
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dsymfile.h82 struct section_addr_info struct
86 size_t num_sections;
88 struct other_sections
95 } other[1];
/dports/devel/gdb/gdb-11.1/gdb/
H A Dsymfile.h74 typedef std::vector<other_sections> section_addr_info; typedef