Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/gold/
H A Dobject.h112 struct Section_relocs struct
114 Section_relocs() in Section_relocs() argument
118 ~Section_relocs() in ~Section_relocs() argument
122 unsigned int reloc_shndx;
124 unsigned int data_shndx;
126 File_view* contents;
151 typedef std::vector<Section_relocs> Relocs_list; argument
/dragonfly/contrib/binutils-2.34/gold/
H A Dobject.h113 struct Section_relocs struct
115 Section_relocs() in Section_relocs() argument
119 ~Section_relocs() in ~Section_relocs() argument
123 unsigned int reloc_shndx;
125 unsigned int data_shndx;
127 File_view* contents;
152 typedef std::vector<Section_relocs> Relocs_list; argument