Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dobject.h111 struct Section_relocs struct
113 Section_relocs() in Section_relocs() argument
117 ~Section_relocs() in ~Section_relocs() argument
121 unsigned int reloc_shndx;
123 unsigned int data_shndx;
125 File_view* contents;
150 typedef std::vector<Section_relocs> Relocs_list; argument