Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/libfdt/dist/
H A Dfdt_overlay.c446 const char *path, *name, *fixup_end; in overlay_fixup_phandle() local
453 fixup_end = memchr(value, '\0', len); in overlay_fixup_phandle()
454 if (!fixup_end) in overlay_fixup_phandle()
456 fixup_len = fixup_end - fixup_str; in overlay_fixup_phandle()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCFragment.cpp391 if (DF->fixup_begin() != DF->fixup_end()) { in dump()
395 ie = DF->fixup_end(); it != ie; ++it) { in dump()
H A DMCAssembler.cpp739 if (DF.fixup_begin() != DF.fixup_end()) in writeSectionData()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCFragment.h229 fixup_iterator fixup_end() { return Fixups.end(); } in fixup_end() function
230 const_fixup_iterator fixup_end() const { return Fixups.end(); } in fixup_end() function