Home
last modified time | relevance | path

Searched refs:startAddr (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/vx-share/
Dxdr_rdb.h118 u_int startAddr; member
Dxdr_rdb.c207 if (!xdr_u_int (xdrs, &objp->startAddr))
/openbsd/src/gnu/llvm/lld/ELF/
DAArch64ErrataFix.cpp597 uint64_t startAddr = isec->getVA(off); in patchInputSectionDescription() local
600 implementPatch(startAddr, patcheeOffset, isec, patches); in patchInputSectionDescription()
/openbsd/src/gnu/llvm/libunwind/src/
DAddressSpace.hpp326 pint_t startAddr = addr; in getEncodedP() local
389 result += startAddr; in getEncodedP()
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dremote-vx.c750 source_step.startAddr = 0; in net_step()
/openbsd/src/gnu/llvm/lld/MachO/
DSyntheticSections.cpp2111 for (auto [pageIdx, startAddr] : pageStarts) in writeTo()
2112 starts[pageIdx] = startAddr; in writeTo()