Home
last modified time | relevance | path

Searched refs:resolveSymbolName (Results 1 – 25 of 41) sorted by relevance

12

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/
H A DJavaCallSiteRelocationSymbol.java137 String resolveSymbolName; in getResolveSymbolName() local
140 resolveSymbolName = BinaryContainer.getResolveStaticEntrySymbolName(); in getResolveSymbolName()
142 resolveSymbolName = BinaryContainer.getResolveOptVirtualEntrySymbolName(); in getResolveSymbolName()
144 resolveSymbolName = BinaryContainer.getResolveOptVirtualEntrySymbolName(); in getResolveSymbolName()
146 resolveSymbolName = BinaryContainer.getResolveVirtualEntrySymbolName(); in getResolveSymbolName()
150 return resolveSymbolName; in getResolveSymbolName()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/
H A DJavaCallSiteRelocationSymbol.java137 String resolveSymbolName; in getResolveSymbolName() local
140 resolveSymbolName = BinaryContainer.getResolveStaticEntrySymbolName(); in getResolveSymbolName()
142 resolveSymbolName = BinaryContainer.getResolveOptVirtualEntrySymbolName(); in getResolveSymbolName()
144 resolveSymbolName = BinaryContainer.getResolveOptVirtualEntrySymbolName(); in getResolveSymbolName()
146 resolveSymbolName = BinaryContainer.getResolveVirtualEntrySymbolName(); in getResolveSymbolName()
150 return resolveSymbolName; in getResolveSymbolName()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/
H A DJavaCallSiteRelocationSymbol.java137 String resolveSymbolName; in getResolveSymbolName() local
140 resolveSymbolName = BinaryContainer.getResolveStaticEntrySymbolName(); in getResolveSymbolName()
142 resolveSymbolName = BinaryContainer.getResolveOptVirtualEntrySymbolName(); in getResolveSymbolName()
144 resolveSymbolName = BinaryContainer.getResolveOptVirtualEntrySymbolName(); in getResolveSymbolName()
146 resolveSymbolName = BinaryContainer.getResolveVirtualEntrySymbolName(); in getResolveSymbolName()
150 return resolveSymbolName; in getResolveSymbolName()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/
H A DJavaCallSiteRelocationSymbol.java137 String resolveSymbolName; in getResolveSymbolName() local
141 resolveSymbolName = BinaryContainer.getResolveStaticEntrySymbolName(); in getResolveSymbolName()
143 resolveSymbolName = BinaryContainer.getResolveOptVirtualEntrySymbolName(); in getResolveSymbolName()
145 resolveSymbolName = BinaryContainer.getResolveOptVirtualEntrySymbolName(); in getResolveSymbolName()
147 resolveSymbolName = BinaryContainer.getResolveVirtualEntrySymbolName(); in getResolveSymbolName()
151 return resolveSymbolName; in getResolveSymbolName()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/
H A DJavaCallSiteRelocationSymbol.java137 String resolveSymbolName; in getResolveSymbolName() local
141 resolveSymbolName = BinaryContainer.getResolveStaticEntrySymbolName(); in getResolveSymbolName()
143 resolveSymbolName = BinaryContainer.getResolveOptVirtualEntrySymbolName(); in getResolveSymbolName()
145 resolveSymbolName = BinaryContainer.getResolveOptVirtualEntrySymbolName(); in getResolveSymbolName()
147 resolveSymbolName = BinaryContainer.getResolveVirtualEntrySymbolName(); in getResolveSymbolName()
151 return resolveSymbolName; in getResolveSymbolName()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/
H A DJavaCallSiteRelocationSymbol.java139 String resolveSymbolName; in getResolveSymbolName() local
142 resolveSymbolName = BinaryContainer.getResolveStaticEntrySymbolName(); in getResolveSymbolName()
144 resolveSymbolName = BinaryContainer.getResolveOptVirtualEntrySymbolName(); in getResolveSymbolName()
146 resolveSymbolName = BinaryContainer.getResolveOptVirtualEntrySymbolName(); in getResolveSymbolName()
148 resolveSymbolName = BinaryContainer.getResolveVirtualEntrySymbolName(); in getResolveSymbolName()
152 return resolveSymbolName; in getResolveSymbolName()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/
H A DJavaCallSiteRelocationSymbol.java139 String resolveSymbolName; in getResolveSymbolName() local
142 resolveSymbolName = BinaryContainer.getResolveStaticEntrySymbolName(); in getResolveSymbolName()
144 resolveSymbolName = BinaryContainer.getResolveOptVirtualEntrySymbolName(); in getResolveSymbolName()
146 resolveSymbolName = BinaryContainer.getResolveOptVirtualEntrySymbolName(); in getResolveSymbolName()
148 resolveSymbolName = BinaryContainer.getResolveVirtualEntrySymbolName(); in getResolveSymbolName()
152 return resolveSymbolName; in getResolveSymbolName()
/dports/devel/llvm90/llvm-9.0.1.src/tools/llvm-readobj/
H A DCOFFDumper.cpp161 std::error_code resolveSymbolName(const coff_section *Section,
163 std::error_code resolveSymbolName(const coff_section *Section,
278 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper
293 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper
302 return resolveSymbolName(Section, Offset, Name); in resolveSymbolName()
310 if (!resolveSymbolName(Sec, RelocOffset, Symbol)) in printRelocatedField()
1018 error(resolveSymbolName(Obj->getCOFFSection(Section), SectionOffset, in printCodeViewSymbolSection()
1039 error(resolveSymbolName(Obj->getCOFFSection(Section), SectionContents, in printCodeViewSymbolSection()
/dports/devel/llvm80/llvm-8.0.1.src/tools/llvm-readobj/
H A DCOFFDumper.cpp159 std::error_code resolveSymbolName(const coff_section *Section,
161 std::error_code resolveSymbolName(const coff_section *Section,
276 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper
291 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper
300 return resolveSymbolName(Section, Offset, Name); in resolveSymbolName()
308 if (!resolveSymbolName(Sec, RelocOffset, Symbol)) in printRelocatedField()
1032 error(resolveSymbolName(Obj->getCOFFSection(Section), SectionOffset, in printCodeViewSymbolSection()
1053 error(resolveSymbolName(Obj->getCOFFSection(Section), SectionContents, in printCodeViewSymbolSection()
/dports/devel/llvm70/llvm-7.0.1.src/tools/llvm-readobj/
H A DCOFFDumper.cpp157 std::error_code resolveSymbolName(const coff_section *Section,
159 std::error_code resolveSymbolName(const coff_section *Section,
270 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper
285 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper
294 return resolveSymbolName(Section, Offset, Name); in resolveSymbolName()
302 if (!resolveSymbolName(Sec, RelocOffset, Symbol)) in printRelocatedField()
1027 error(resolveSymbolName(Obj->getCOFFSection(Section), SectionOffset, in printCodeViewSymbolSection()
1048 error(resolveSymbolName(Obj->getCOFFSection(Section), SectionContents, in printCodeViewSymbolSection()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp168 std::error_code resolveSymbolName(const coff_section *Section,
170 std::error_code resolveSymbolName(const coff_section *Section,
282 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper
297 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper
306 return resolveSymbolName(Section, Offset, Name); in resolveSymbolName()
314 if (!resolveSymbolName(Sec, RelocOffset, Symbol)) in printRelocatedField()
1057 if (std::error_code EC = resolveSymbolName(Obj->getCOFFSection(Section), in printCodeViewSymbolSection()
1083 resolveSymbolName(Obj->getCOFFSection(Section), SectionContents, in printCodeViewSymbolSection()
/dports/devel/llvm11/llvm-11.0.1.src/tools/llvm-readobj/
H A DCOFFDumper.cpp168 std::error_code resolveSymbolName(const coff_section *Section,
170 std::error_code resolveSymbolName(const coff_section *Section,
282 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper
297 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper
306 return resolveSymbolName(Section, Offset, Name); in resolveSymbolName()
314 if (!resolveSymbolName(Sec, RelocOffset, Symbol)) in printRelocatedField()
1057 if (std::error_code EC = resolveSymbolName(Obj->getCOFFSection(Section), in printCodeViewSymbolSection()
1083 resolveSymbolName(Obj->getCOFFSection(Section), SectionContents, in printCodeViewSymbolSection()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp170 std::error_code resolveSymbolName(const coff_section *Section,
172 std::error_code resolveSymbolName(const coff_section *Section,
278 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper
293 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper
302 return resolveSymbolName(Section, Offset, Name); in resolveSymbolName()
310 if (!resolveSymbolName(Sec, RelocOffset, Symbol)) in printRelocatedField()
1080 if (std::error_code EC = resolveSymbolName(Obj->getCOFFSection(Section), in printCodeViewSymbolSection()
1106 resolveSymbolName(Obj->getCOFFSection(Section), SectionContents, in printCodeViewSymbolSection()
/dports/devel/llvm10/llvm-10.0.1.src/tools/llvm-readobj/
H A DCOFFDumper.cpp165 std::error_code resolveSymbolName(const coff_section *Section,
167 std::error_code resolveSymbolName(const coff_section *Section,
279 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper
294 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper
303 return resolveSymbolName(Section, Offset, Name); in resolveSymbolName()
311 if (!resolveSymbolName(Sec, RelocOffset, Symbol)) in printRelocatedField()
1035 if (std::error_code EC = resolveSymbolName(Obj->getCOFFSection(Section), in printCodeViewSymbolSection()
1061 resolveSymbolName(Obj->getCOFFSection(Section), SectionContents, in printCodeViewSymbolSection()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp170 std::error_code resolveSymbolName(const coff_section *Section,
172 std::error_code resolveSymbolName(const coff_section *Section,
278 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper
293 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper
302 return resolveSymbolName(Section, Offset, Name); in resolveSymbolName()
310 if (!resolveSymbolName(Sec, RelocOffset, Symbol)) in printRelocatedField()
1077 if (std::error_code EC = resolveSymbolName(Obj->getCOFFSection(Section), in printCodeViewSymbolSection()
1103 resolveSymbolName(Obj->getCOFFSection(Section), SectionContents, in printCodeViewSymbolSection()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp165 std::error_code resolveSymbolName(const coff_section *Section,
167 std::error_code resolveSymbolName(const coff_section *Section,
279 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper
294 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper
303 return resolveSymbolName(Section, Offset, Name); in resolveSymbolName()
311 if (!resolveSymbolName(Sec, RelocOffset, Symbol)) in printRelocatedField()
1035 if (std::error_code EC = resolveSymbolName(Obj->getCOFFSection(Section), in printCodeViewSymbolSection()
1061 resolveSymbolName(Obj->getCOFFSection(Section), SectionContents, in printCodeViewSymbolSection()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp168 std::error_code resolveSymbolName(const coff_section *Section,
170 std::error_code resolveSymbolName(const coff_section *Section,
276 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper
291 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper
300 return resolveSymbolName(Section, Offset, Name); in resolveSymbolName()
308 if (!resolveSymbolName(Sec, RelocOffset, Symbol)) in printRelocatedField()
1059 if (std::error_code EC = resolveSymbolName(Obj->getCOFFSection(Section), in printCodeViewSymbolSection()
1085 resolveSymbolName(Obj->getCOFFSection(Section), SectionContents, in printCodeViewSymbolSection()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp170 std::error_code resolveSymbolName(const coff_section *Section,
172 std::error_code resolveSymbolName(const coff_section *Section,
278 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper
293 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper
302 return resolveSymbolName(Section, Offset, Name); in resolveSymbolName()
310 if (!resolveSymbolName(Sec, RelocOffset, Symbol)) in printRelocatedField()
1077 if (std::error_code EC = resolveSymbolName(Obj->getCOFFSection(Section), in printCodeViewSymbolSection()
1103 resolveSymbolName(Obj->getCOFFSection(Section), SectionContents, in printCodeViewSymbolSection()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp166 std::error_code resolveSymbolName(const coff_section *Section,
168 std::error_code resolveSymbolName(const coff_section *Section,
274 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper
289 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper
298 return resolveSymbolName(Section, Offset, Name); in resolveSymbolName()
306 if (!resolveSymbolName(Sec, RelocOffset, Symbol)) in printRelocatedField()
1049 if (std::error_code EC = resolveSymbolName(Obj->getCOFFSection(Section), in printCodeViewSymbolSection()
1075 resolveSymbolName(Obj->getCOFFSection(Section), SectionContents, in printCodeViewSymbolSection()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp170 std::error_code resolveSymbolName(const coff_section *Section,
172 std::error_code resolveSymbolName(const coff_section *Section,
278 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper
293 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper
302 return resolveSymbolName(Section, Offset, Name); in resolveSymbolName()
310 if (!resolveSymbolName(Sec, RelocOffset, Symbol)) in printRelocatedField()
1077 if (std::error_code EC = resolveSymbolName(Obj->getCOFFSection(Section), in printCodeViewSymbolSection()
1103 resolveSymbolName(Obj->getCOFFSection(Section), SectionContents, in printCodeViewSymbolSection()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp168 std::error_code resolveSymbolName(const coff_section *Section,
170 std::error_code resolveSymbolName(const coff_section *Section,
276 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper
291 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper
300 return resolveSymbolName(Section, Offset, Name); in resolveSymbolName()
308 if (!resolveSymbolName(Sec, RelocOffset, Symbol)) in printRelocatedField()
1059 if (std::error_code EC = resolveSymbolName(Obj->getCOFFSection(Section), in printCodeViewSymbolSection()
1085 resolveSymbolName(Obj->getCOFFSection(Section), SectionContents, in printCodeViewSymbolSection()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/tools/llvm-readobj/
H A DCOFFDumper.cpp170 std::error_code resolveSymbolName(const coff_section *Section,
172 std::error_code resolveSymbolName(const coff_section *Section,
278 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper
293 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper
302 return resolveSymbolName(Section, Offset, Name); in resolveSymbolName()
310 if (!resolveSymbolName(Sec, RelocOffset, Symbol)) in printRelocatedField()
1077 if (std::error_code EC = resolveSymbolName(Obj->getCOFFSection(Section), in printCodeViewSymbolSection()
1103 resolveSymbolName(Obj->getCOFFSection(Section), SectionContents, in printCodeViewSymbolSection()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp170 std::error_code resolveSymbolName(const coff_section *Section,
172 std::error_code resolveSymbolName(const coff_section *Section,
278 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper
293 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper
302 return resolveSymbolName(Section, Offset, Name); in resolveSymbolName()
310 if (!resolveSymbolName(Sec, RelocOffset, Symbol)) in printRelocatedField()
1077 if (std::error_code EC = resolveSymbolName(Obj->getCOFFSection(Section), in printCodeViewSymbolSection()
1103 resolveSymbolName(Obj->getCOFFSection(Section), SectionContents, in printCodeViewSymbolSection()
/dports/devel/llvm90/llvm-9.0.1.src/tools/llvm-objdump/
H A DCOFFDump.cpp207 static Error resolveSymbolName(const std::vector<RelocationRef> &Rels, in resolveSymbolName() function
223 if (!resolveSymbolName(Rels, Offset, Sym)) { in printCOFFSymbolAddress()
/dports/devel/llvm80/llvm-8.0.1.src/tools/llvm-objdump/
H A DCOFFDump.cpp210 static std::error_code resolveSymbolName(const std::vector<RelocationRef> &Rels, in resolveSymbolName() function
226 if (!resolveSymbolName(Rels, Offset, Sym)) { in printCOFFSymbolAddress()

12