Home
last modified time | relevance | path

Searched defs:rebase (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/usr.bin/mkimg/tests/
H A DMakefile34 rebase: partition_data_4M.bin ${_REBASE_SCRIPT} .PHONY global() target
/freebsd-src/contrib/llvm-project/lld/MachO/
H A DInputSection.h354 constexpr const char rebase[] = "__rebase"; global() variable
H A DSyntheticSections.h784 RebaseSection *rebase = nullptr; global() member
H A DSyntheticSections.cpp349 auto *rebase = reinterpret_cast<dyld_chained_ptr_64_rebase *>(buf); writeChainedRebase() local
[all...]
/freebsd-src/sys/kern/
H A Dkern_cpuset.c1244 struct domainset *domain, bool rebase) in cpuset_setproc()