Searched defs:dynamic (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp165 /// dynamic - the dynamic section of the target machine.
166 /// Use co-variant return type to return its own dynamic section.
167 ARMELFDynamic& ARMGNULDBackend::dynamic() function in class:ARMGNULDBackend
175 /// dynamic - the dynamic section of the target machine.
176 /// Use co-variant return type to return its own dynamic section.
177 const ARMELFDynamic& ARMGNULDBackend::dynamic() const function in class:ARMGNULDBackend
319 /// checkValidReloc - When we attempt to generate a dynamic relocation for
320 /// ouput file, check if the relocation is supported by dynamic linke
[all...]
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp92 /// dynamic - the dynamic section of the target machine.
93 /// Use co-variant return type to return its own dynamic section.
94 X86ELFDynamic& X86GNULDBackend::dynamic() function in class:X86GNULDBackend
102 /// dynamic - the dynamic section of the target machine.
103 /// Use co-variant return type to return its own dynamic section.
104 const X86ELFDynamic& X86GNULDBackend::dynamic() const function in class:X86GNULDBackend
283 // a dynamic relocations with RELATIVE type to this location is needed.
324 // dynamic relocatio
[all...]
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp150 // We test isLocal or if pInputSym is not a dynamic symbol
226 /// dynamic - the dynamic section of the target machine.
227 /// Use co-variant return type to return its own dynamic section.
228 MipsELFDynamic& MipsGNULDBackend::dynamic() function in class:mcld::MipsGNULDBackend
236 /// dynamic - the dynamic section of the target machine.
237 /// Use co-variant return type to return its own dynamic section.
238 const MipsELFDynamic& MipsGNULDBackend::dynamic() const function in class:mcld::MipsGNULDBackend
272 /// emitDynamicSymbol - emit dynamic symbo
[all...]

Completed in 22 milliseconds