Home
last modified time | relevance | path

Searched defs:TargetPtr (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp213 void RuntimeDyldELFMips::applyMIPSRelocation(uint8_t *TargetPtr, int64_t Value, in applyMIPSRelocation()
307 uint8_t *TargetPtr = Section.getAddressWithOffset(Offset); in resolveMIPSO32Relocation() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp382 uint32_t *TargetPtr = in resolveAArch64Relocation() local
556 uint32_t *TargetPtr = in resolveARMRelocation() local
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacmacros.h371 #define ACPI_SET_BITS(TargetPtr, Position, Mask, Value) \ argument