Home
last modified time | relevance | path

Searched defs:fixup_end (Results 1 – 2 of 2) sorted by relevance

/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
/netbsd-src/sys/external/bsd/libfdt/dist/
H A Dfdt_overlay.c446 const char *path, *name, *fixup_end; in overlay_fixup_phandle() local