Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libfdt/
H A Dfdt_overlay.c489 const char *path, *name, *fixup_end; in overlay_fixup_phandle() local
496 fixup_end = memchr(value, '\0', len); in overlay_fixup_phandle()
497 if (!fixup_end) in overlay_fixup_phandle()
499 fixup_len = fixup_end - fixup_str; in overlay_fixup_phandle()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCFragment.cpp159 if (DF->fixup_begin() != DF->fixup_end()) { in dump()
163 ie = DF->fixup_end(); it != ie; ++it) { in dump()
H A DMCAssembler.cpp848 if (DF.fixup_begin() != DF.fixup_end()) in writeSectionData()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h218 fixup_iterator fixup_end() { return Fixups.end(); } in fixup_end() function
219 const_fixup_iterator fixup_end() const { return Fixups.end(); } in fixup_end() function