Home
last modified time | relevance | path

Searched refs:Copy_reloc (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dincremental.h1643 { this->copy_relocs_.push_back(Copy_reloc(gsym, os, offset)); } in add_copy_reloc()
1756 struct Copy_reloc struct
1758 Copy_reloc(Symbol* sym, Output_section* os, off_t off) in Copy_reloc() function
1769 typedef std::vector<Copy_reloc> Copy_relocs; argument
DChangeLog5764 (Sized_incremental_binary::Copy_reloc): New struct.