Home
last modified time | relevance | path

Searched refs:getRVA (Results 1 – 25 of 227) sorted by relevance

12345678910

/dports/devel/llvm90/llvm-9.0.1.src/tools/lld/COFF/
H A DSymbols.h131 uint64_t getRVA();
179 uint64_t getRVA() const { return (*data)->getRVA() + sym->Value; } in getRVA() function
199 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
249 uint32_t getRVA() { return c ? c->getRVA() : 0; } in getRVA() function
314 uint64_t getRVA() { return file->location->getRVA(); } in getRVA() function
338 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
361 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
368 inline uint64_t Defined::getRVA() { in getRVA() function
371 return cast<DefinedAbsolute>(this)->getRVA(); in getRVA()
381 return cast<DefinedCommon>(this)->getRVA(); in getRVA()
[all …]
H A DDLL.cpp69 write64le(buf, hintName->getRVA()); in writeTo()
71 write32le(buf, hintName->getRVA()); in writeTo()
110 e->ImportLookupTableRVA = lookupTab->getRVA(); in writeTo()
111 e->NameRVA = dllName->getRVA(); in writeTo()
177 e->Name = dllName->getRVA(); in writeTo()
178 e->ModuleHandle = moduleHandle->getRVA(); in writeTo()
180 e->DelayImportNameTable = nameTab->getRVA(); in writeTo()
485 e->NameRVA = dllName->getRVA(); in writeTo()
490 e->NamePointerRVA = nameTab->getRVA(); in writeTo()
491 e->OrdinalTableRVA = ordinalTab->getRVA(); in writeTo()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/lld/COFF/
H A DSymbols.h123 uint64_t getRVA();
171 uint64_t getRVA() const { return (*Data)->getRVA() + Sym->Value; } in getRVA() function
192 uint64_t getRVA() { return Data->getRVA(); } in getRVA() function
242 uint32_t getRVA() { return C ? C->getRVA() : 0; } in getRVA() function
305 uint64_t getRVA() { return File->Location->getRVA(); } in getRVA() function
329 uint64_t getRVA() { return Data->getRVA(); } in getRVA() function
352 uint64_t getRVA() { return Data->getRVA(); } in getRVA() function
359 inline uint64_t Defined::getRVA() { in getRVA() function
362 return cast<DefinedAbsolute>(this)->getRVA(); in getRVA()
372 return cast<DefinedCommon>(this)->getRVA(); in getRVA()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/lld/COFF/
H A DSymbols.h119 uint64_t getRVA();
167 uint64_t getRVA() const { return (*Data)->getRVA() + Sym->Value; }
188 uint64_t getRVA() { return Data->getRVA(); }
238 uint32_t getRVA() { return C ? C->getRVA() : 0; }
301 uint64_t getRVA() { return File->Location->getRVA(); }
325 uint64_t getRVA() { return Data->getRVA(); }
348 uint64_t getRVA() { return Data->getRVA(); }
355 inline uint64_t Defined::getRVA() {
358 return cast<DefinedAbsolute>(this)->getRVA();
368 return cast<DefinedCommon>(this)->getRVA();
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/COFF/
H A DDLL.cpp70 write64le(buf, hintName->getRVA()); in writeTo()
72 write32le(buf, hintName->getRVA()); in writeTo()
111 e->ImportLookupTableRVA = lookupTab->getRVA(); in writeTo()
112 e->NameRVA = dllName->getRVA(); in writeTo()
177 e->Name = dllName->getRVA(); in writeTo()
178 e->ModuleHandle = moduleHandle->getRVA(); in writeTo()
180 e->DelayImportNameTable = nameTab->getRVA(); in writeTo()
493 e->NameRVA = dllName->getRVA(); in writeTo()
498 e->NamePointerRVA = nameTab->getRVA(); in writeTo()
499 e->OrdinalTableRVA = ordinalTab->getRVA(); in writeTo()
[all …]
H A DSymbols.h162 uint64_t getRVA();
210 uint64_t getRVA() const { return (*data)->getRVA() + sym->Value; } in getRVA() function
230 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
281 uint32_t getRVA() { return c ? c->getRVA() : 0; } in getRVA() function
362 uint64_t getRVA() { return file->location->getRVA(); } in getRVA() function
393 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
416 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
423 inline uint64_t Defined::getRVA() { in getRVA() function
426 return cast<DefinedAbsolute>(this)->getRVA(); in getRVA()
436 return cast<DefinedCommon>(this)->getRVA(); in getRVA()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/COFF/
H A DDLL.cpp70 write64le(buf, hintName->getRVA()); in writeTo()
72 write32le(buf, hintName->getRVA()); in writeTo()
111 e->ImportLookupTableRVA = lookupTab->getRVA(); in writeTo()
112 e->NameRVA = dllName->getRVA(); in writeTo()
177 e->Name = dllName->getRVA(); in writeTo()
178 e->ModuleHandle = moduleHandle->getRVA(); in writeTo()
180 e->DelayImportNameTable = nameTab->getRVA(); in writeTo()
493 e->NameRVA = dllName->getRVA(); in writeTo()
498 e->NamePointerRVA = nameTab->getRVA(); in writeTo()
499 e->OrdinalTableRVA = ordinalTab->getRVA(); in writeTo()
[all …]
H A DSymbols.h162 uint64_t getRVA();
210 uint64_t getRVA() const { return (*data)->getRVA() + sym->Value; } in getRVA() function
230 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
281 uint32_t getRVA() { return c ? c->getRVA() : 0; } in getRVA() function
362 uint64_t getRVA() { return file->location->getRVA(); } in getRVA() function
393 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
416 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
423 inline uint64_t Defined::getRVA() { in getRVA() function
426 return cast<DefinedAbsolute>(this)->getRVA(); in getRVA()
436 return cast<DefinedCommon>(this)->getRVA(); in getRVA()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/COFF/
H A DDLL.cpp70 write64le(buf, hintName->getRVA()); in writeTo()
72 write32le(buf, hintName->getRVA()); in writeTo()
111 e->ImportLookupTableRVA = lookupTab->getRVA(); in writeTo()
112 e->NameRVA = dllName->getRVA(); in writeTo()
177 e->Name = dllName->getRVA(); in writeTo()
178 e->ModuleHandle = moduleHandle->getRVA(); in writeTo()
180 e->DelayImportNameTable = nameTab->getRVA(); in writeTo()
493 e->NameRVA = dllName->getRVA(); in writeTo()
498 e->NamePointerRVA = nameTab->getRVA(); in writeTo()
499 e->OrdinalTableRVA = ordinalTab->getRVA(); in writeTo()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/COFF/
H A DDLL.cpp70 write64le(buf, hintName->getRVA()); in setAlignment()
72 write32le(buf, hintName->getRVA());
111 e->ImportLookupTableRVA = lookupTab->getRVA(); in setOutputSectionIdx()
112 e->NameRVA = dllName->getRVA(); in setOutputSectionIdx()
177 e->Name = dllName->getRVA(); in getSectionName()
178 e->ModuleHandle = moduleHandle->getRVA(); in getSectionName()
180 e->DelayImportNameTable = nameTab->getRVA(); in getSectionName()
493 e->NameRVA = dllName->getRVA(); in ImportThunkChunk()
498 e->NamePointerRVA = nameTab->getRVA(); in ImportThunkChunk()
499 e->OrdinalTableRVA = ordinalTab->getRVA(); in ImportThunkChunk()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lld/COFF/
H A DDLL.cpp69 write64le(buf, hintName->getRVA()); in writeTo()
71 write32le(buf, hintName->getRVA()); in writeTo()
110 e->ImportLookupTableRVA = lookupTab->getRVA(); in writeTo()
111 e->NameRVA = dllName->getRVA(); in writeTo()
177 e->Name = dllName->getRVA(); in writeTo()
178 e->ModuleHandle = moduleHandle->getRVA(); in writeTo()
180 e->DelayImportNameTable = nameTab->getRVA(); in writeTo()
493 e->NameRVA = dllName->getRVA(); in writeTo()
498 e->NamePointerRVA = nameTab->getRVA(); in writeTo()
499 e->OrdinalTableRVA = ordinalTab->getRVA(); in writeTo()
[all …]
H A DSymbols.h136 uint64_t getRVA();
184 uint64_t getRVA() const { return (*data)->getRVA() + sym->Value; } in getRVA() function
204 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
255 uint32_t getRVA() { return c ? c->getRVA() : 0; } in getRVA() function
323 uint64_t getRVA() { return file->location->getRVA(); } in getRVA() function
347 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
370 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
377 inline uint64_t Defined::getRVA() { in getRVA() function
380 return cast<DefinedAbsolute>(this)->getRVA(); in getRVA()
390 return cast<DefinedCommon>(this)->getRVA(); in getRVA()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/lld/COFF/
H A DDLL.cpp69 write64le(buf, hintName->getRVA()); in writeTo()
71 write32le(buf, hintName->getRVA()); in writeTo()
110 e->ImportLookupTableRVA = lookupTab->getRVA(); in writeTo()
111 e->NameRVA = dllName->getRVA(); in writeTo()
177 e->Name = dllName->getRVA(); in writeTo()
178 e->ModuleHandle = moduleHandle->getRVA(); in writeTo()
180 e->DelayImportNameTable = nameTab->getRVA(); in writeTo()
493 e->NameRVA = dllName->getRVA(); in writeTo()
498 e->NamePointerRVA = nameTab->getRVA(); in writeTo()
499 e->OrdinalTableRVA = ordinalTab->getRVA(); in writeTo()
[all …]
H A DSymbols.h150 uint64_t getRVA();
198 uint64_t getRVA() const { return (*data)->getRVA() + sym->Value; } in getRVA() function
218 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
269 uint32_t getRVA() { return c ? c->getRVA() : 0; } in getRVA() function
337 uint64_t getRVA() { return file->location->getRVA(); } in getRVA() function
361 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
384 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
391 inline uint64_t Defined::getRVA() { in getRVA() function
394 return cast<DefinedAbsolute>(this)->getRVA(); in getRVA()
404 return cast<DefinedCommon>(this)->getRVA(); in getRVA()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lld/COFF/
H A DDLL.cpp69 write64le(buf, hintName->getRVA()); in writeTo()
71 write32le(buf, hintName->getRVA()); in writeTo()
110 e->ImportLookupTableRVA = lookupTab->getRVA(); in writeTo()
111 e->NameRVA = dllName->getRVA(); in writeTo()
177 e->Name = dllName->getRVA(); in writeTo()
178 e->ModuleHandle = moduleHandle->getRVA(); in writeTo()
180 e->DelayImportNameTable = nameTab->getRVA(); in writeTo()
493 e->NameRVA = dllName->getRVA(); in writeTo()
498 e->NamePointerRVA = nameTab->getRVA(); in writeTo()
499 e->OrdinalTableRVA = ordinalTab->getRVA(); in writeTo()
[all …]
H A DSymbols.h150 uint64_t getRVA();
198 uint64_t getRVA() const { return (*data)->getRVA() + sym->Value; } in getRVA() function
218 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
269 uint32_t getRVA() { return c ? c->getRVA() : 0; } in getRVA() function
337 uint64_t getRVA() { return file->location->getRVA(); } in getRVA() function
361 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
384 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
391 inline uint64_t Defined::getRVA() { in getRVA() function
394 return cast<DefinedAbsolute>(this)->getRVA(); in getRVA()
404 return cast<DefinedCommon>(this)->getRVA(); in getRVA()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lld/COFF/
H A DDLL.cpp70 write64le(buf, hintName->getRVA()); in writeTo()
72 write32le(buf, hintName->getRVA()); in writeTo()
111 e->ImportLookupTableRVA = lookupTab->getRVA(); in writeTo()
112 e->NameRVA = dllName->getRVA(); in writeTo()
178 e->Name = dllName->getRVA(); in writeTo()
179 e->ModuleHandle = moduleHandle->getRVA(); in writeTo()
181 e->DelayImportNameTable = nameTab->getRVA(); in writeTo()
494 e->NameRVA = dllName->getRVA(); in writeTo()
499 e->NamePointerRVA = nameTab->getRVA(); in writeTo()
500 e->OrdinalTableRVA = ordinalTab->getRVA(); in writeTo()
[all …]
H A DSymbols.h160 uint64_t getRVA();
208 uint64_t getRVA() const { return (*data)->getRVA() + sym->Value; } in getRVA() function
228 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
279 uint32_t getRVA() { return c ? c->getRVA() : 0; } in getRVA() function
347 uint64_t getRVA() { return file->location->getRVA(); } in getRVA() function
378 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
401 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
408 inline uint64_t Defined::getRVA() { in getRVA() function
411 return cast<DefinedAbsolute>(this)->getRVA(); in getRVA()
421 return cast<DefinedCommon>(this)->getRVA(); in getRVA()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/lld/COFF/
H A DDLL.cpp70 write64le(buf, hintName->getRVA()); in writeTo()
72 write32le(buf, hintName->getRVA()); in writeTo()
111 e->ImportLookupTableRVA = lookupTab->getRVA(); in writeTo()
112 e->NameRVA = dllName->getRVA(); in writeTo()
178 e->Name = dllName->getRVA(); in writeTo()
179 e->ModuleHandle = moduleHandle->getRVA(); in writeTo()
181 e->DelayImportNameTable = nameTab->getRVA(); in writeTo()
494 e->NameRVA = dllName->getRVA(); in writeTo()
499 e->NamePointerRVA = nameTab->getRVA(); in writeTo()
500 e->OrdinalTableRVA = ordinalTab->getRVA(); in writeTo()
[all …]
H A DSymbols.h160 uint64_t getRVA();
208 uint64_t getRVA() const { return (*data)->getRVA() + sym->Value; } in getRVA() function
228 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
279 uint32_t getRVA() { return c ? c->getRVA() : 0; } in getRVA() function
347 uint64_t getRVA() { return file->location->getRVA(); } in getRVA() function
378 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
401 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
408 inline uint64_t Defined::getRVA() { in getRVA() function
411 return cast<DefinedAbsolute>(this)->getRVA(); in getRVA()
421 return cast<DefinedCommon>(this)->getRVA(); in getRVA()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/lld/COFF/
H A DDLL.cpp69 write64le(buf, hintName->getRVA()); in writeTo()
71 write32le(buf, hintName->getRVA()); in writeTo()
110 e->ImportLookupTableRVA = lookupTab->getRVA(); in writeTo()
111 e->NameRVA = dllName->getRVA(); in writeTo()
177 e->Name = dllName->getRVA(); in writeTo()
178 e->ModuleHandle = moduleHandle->getRVA(); in writeTo()
180 e->DelayImportNameTable = nameTab->getRVA(); in writeTo()
493 e->NameRVA = dllName->getRVA(); in writeTo()
498 e->NamePointerRVA = nameTab->getRVA(); in writeTo()
499 e->OrdinalTableRVA = ordinalTab->getRVA(); in writeTo()
[all …]
H A DSymbols.h136 uint64_t getRVA();
184 uint64_t getRVA() const { return (*data)->getRVA() + sym->Value; } in getRVA() function
204 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
255 uint32_t getRVA() { return c ? c->getRVA() : 0; } in getRVA() function
323 uint64_t getRVA() { return file->location->getRVA(); } in getRVA() function
347 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
370 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
377 inline uint64_t Defined::getRVA() { in getRVA() function
380 return cast<DefinedAbsolute>(this)->getRVA(); in getRVA()
390 return cast<DefinedCommon>(this)->getRVA(); in getRVA()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/COFF/
H A DDLL.cpp69 write64le(buf, hintName->getRVA()); in writeTo()
71 write32le(buf, hintName->getRVA()); in writeTo()
110 e->ImportLookupTableRVA = lookupTab->getRVA(); in writeTo()
111 e->NameRVA = dllName->getRVA(); in writeTo()
177 e->Name = dllName->getRVA(); in writeTo()
178 e->ModuleHandle = moduleHandle->getRVA(); in writeTo()
180 e->DelayImportNameTable = nameTab->getRVA(); in writeTo()
493 e->NameRVA = dllName->getRVA(); in writeTo()
498 e->NamePointerRVA = nameTab->getRVA(); in writeTo()
499 e->OrdinalTableRVA = ordinalTab->getRVA(); in writeTo()
[all …]
H A DSymbols.h160 uint64_t getRVA();
208 uint64_t getRVA() const { return (*data)->getRVA() + sym->Value; } in getRVA() function
228 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
279 uint32_t getRVA() { return c ? c->getRVA() : 0; } in getRVA() function
347 uint64_t getRVA() { return file->location->getRVA(); } in getRVA() function
371 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
394 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
401 inline uint64_t Defined::getRVA() { in getRVA() function
404 return cast<DefinedAbsolute>(this)->getRVA(); in getRVA()
414 return cast<DefinedCommon>(this)->getRVA(); in getRVA()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/COFF/
H A DSymbols.h162 uint64_t getRVA();
210 uint64_t getRVA() const { return (*data)->getRVA() + sym->Value; } in getRVA() function
230 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
281 uint32_t getRVA() { return c ? c->getRVA() : 0; } in getRVA() function
362 uint64_t getRVA() { return file->location->getRVA(); } in getRVA() function
393 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
416 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
423 inline uint64_t Defined::getRVA() { in getRVA() function
426 return cast<DefinedAbsolute>(this)->getRVA(); in getRVA()
436 return cast<DefinedCommon>(this)->getRVA(); in getRVA()
[all …]

12345678910