Home
last modified time | relevance | path

Searched refs:endAddr (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/vx-share/
H A Dxdr_rdb.h119 u_int endAddr; member
H A Dxdr_rdb.c209 if (!xdr_u_int (xdrs, &objp->endAddr))
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dremote-vx.c751 source_step.endAddr = 0; in net_step()
/openbsd-src/gnu/llvm/lld/MachO/
H A DSyntheticSections.cpp1022 const uint64_t endAddr = beginAddr + isec->getSize(); in collectDataInCodeEntries() local
1024 it != end && it->offset + it->length <= endAddr; ++it) in collectDataInCodeEntries()