Home | History | Annotate | Download | only in Mips

Lines Matching defs:dynamic

171   // initialize .dynamic data
201 "static linkage should not result in a dynamic relocation section");
209 "static linkage should not result in a dynamic relocation section");
246 /// dynamic - the dynamic section of the target machine.
247 /// Use co-variant return type to return its own dynamic section.
248 MipsELFDynamic& MipsGNULDBackend::dynamic()
254 /// dynamic - the dynamic section of the target machine.
255 /// Use co-variant return type to return its own dynamic section.
256 const MipsELFDynamic& MipsGNULDBackend::dynamic() const