Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/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
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dobject.h113 struct Section_relocs struct
115 Section_relocs() in Section_relocs() function
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