HomeSort by relevance Sort by last modified time
    Searched refs:Section_relocs (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
object.h 111 struct Section_relocs
113 Section_relocs()
117 ~Section_relocs()
150 typedef std::vector<Section_relocs> Relocs_list;
    [all...]
reloc.cc 349 rd->relocs.push_back(Section_relocs());
350 Section_relocs& sr(rd->relocs.back());
    [all...]

Completed in 189 milliseconds