Home
last modified time | relevance | path

Searched refs:efn (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/regress/lib/libpthread/include/
H A Dtest.h97 #define _CHECK(x, rhs, efn) do { \
101 __panic("check failed", efn, __FILE__, __LINE__, \
105 _CHECK(x,rhs,efn) global() argument
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dsysroff.info449 (("negotiation number") (2 bytes) ("efn"))
469 (("negotiation number") (2 bytes) ("efn"))
H A Dsrconv.c1324 dus.efn = 0x1001; in wr_dus()
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Dsysroff.info449 (("negotiation number") (2 bytes) ("efn"))
469 (("negotiation number") (2 bytes) ("efn"))
H A Dsrconv.c1274 dus.efn = 0x1001; in wr_dus()
H A DChangeLog-2005712 2005-05-15 Yitzchak Scott-Thoennes <sthoenna@efn.org>
/openbsd-src/gnu/usr.bin/perl/dist/Storable/
H A DREADME114 Yitzchak Scott-Thoennes <sthoenna@efn.org>
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1353 llvm::Expected<llvm::StringRef> efn = strings.getString(iter->FileNameOffset); in GetFileIndex() local
1354 if (!efn) { in GetFileIndex()
1355 return efn.takeError(); in GetFileIndex()
1359 auto fn_iter = llvm::find(cii.m_file_list, *efn); in GetFileIndex()
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/
H A DChangeLog320 2006-01-27 Yitzchak Scott-Thoennes <sthoenna@efn.org>