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

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp115 // initialize .dynamic data
135 "static linkage should not result in a dynamic relocation section");
146 /// dynamic - the dynamic section of the target machine.
147 /// Use co-variant return type to return its own dynamic section.
148 MipsELFDynamic& MipsGNULDBackend::dynamic() function in class:MipsGNULDBackend
154 /// dynamic - the dynamic section of the target machine.
155 /// Use co-variant return type to return its own dynamic section.
156 const MipsELFDynamic& MipsGNULDBackend::dynamic() cons function in class:MipsGNULDBackend
[all...]
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp82 // initialize .dynamic data
98 "static linkage should not result in a dynamic relocation section");
104 "static linkage should not result in a dynamic relocation section");
115 /// dynamic - the dynamic section of the target machine.
116 /// Use co-variant return type to return its own dynamic section.
117 X86ELFDynamic& X86GNULDBackend::dynamic() function in class:X86GNULDBackend
123 /// dynamic - the dynamic section of the target machine.
124 /// Use co-variant return type to return its own dynamic sectio
125 const X86ELFDynamic& X86GNULDBackend::dynamic() const function in class:X86GNULDBackend
[all...]
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp159 // change __exidx_start/_end to local dynamic category
205 // initialize .dynamic data
227 "static linkage should not result in a dynamic relocation section");
235 "static linkage should not result in a dynamic relocation section");
268 /// dynamic - the dynamic section of the target machine.
269 /// Use co-variant return type to return its own dynamic section.
270 ARMELFDynamic& ARMGNULDBackend::dynamic() function in class:ARMGNULDBackend
276 /// dynamic - the dynamic sectio
278 const ARMELFDynamic& ARMGNULDBackend::dynamic() const function in class:ARMGNULDBackend
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp528 /// readDynamic - read ELF .dynamic in input dynobj
532 const LDSection* dynamic_sect = pInput.context()->getSection(".dynamic");
534 fatal(diag::err_cannot_read_section) << ".dynamic";
549 const llvm::ELF::Elf32_Dyn* dynamic = local
561 d_tag = dynamic[idx].d_tag;
562 d_val = dynamic[idx].d_un.d_val;
564 d_tag = mcld::bswap32(dynamic[idx].d_tag);
565 d_val = mcld::bswap32(dynamic[idx].d_un.d_val);
583 // if there is no SONAME in .dynamic, then set it from input path
1084 /// readDynamic - read ELF .dynamic i
1105 const llvm::ELF::Elf64_Dyn* dynamic = local
[all...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp82 // initialize .dynamic data
99 "static linkage should not result in a dynamic relocation section");
105 "static linkage should not result in a dynamic relocation section");
118 /// dynamic - the dynamic section of the target machine.
119 /// Use co-variant return type to return its own dynamic section.
120 HexagonELFDynamic& HexagonLDBackend::dynamic() function in class:HexagonLDBackend
126 /// dynamic - the dynamic section of the target machine.
127 /// Use co-variant return type to return its own dynamic sectio
128 const HexagonELFDynamic& HexagonLDBackend::dynamic() const function in class:HexagonLDBackend
[all...]

Completed in 638 milliseconds