Home
last modified time | relevance | path

Searched defs:abbrev (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf_abbrev.c62 dwarf_get_abbrev_tag(Dwarf_Abbrev abbrev, Dwarf_Half *return_tag, in dwarf_get_abbrev_tag()
77 dwarf_get_abbrev_code(Dwarf_Abbrev abbrev, Dwarf_Unsigned *return_code, in dwarf_get_abbrev_code()
92 dwarf_get_abbrev_children_flag(Dwarf_Abbrev abbrev, Dwarf_Signed *return_flag, in dwarf_get_abbrev_children_flag()
107 dwarf_get_abbrev_entry(Dwarf_Abbrev abbrev, Dwarf_Signed ndx, in dwarf_get_abbrev_entry()
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeConvenience.h66 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp()
82 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp()
107 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp()
124 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp()
142 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp()
154 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp()
166 template <typename FieldTy> static void emitOps(llvm::BitCodeAbbrev &abbrev) { in emitOps()
176 static void emitOps(llvm::BitCodeAbbrev &abbrev) { in emitOps()
/freebsd/contrib/nvi/common/
H A Doptions.c248 typedef struct abbrev { struct
253 static OABBREV const abbrev[] = { variable
/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dsys_info.h40 string abbrev; member
/freebsd/crypto/openssh/
H A Dlogintest.c225 char full[17], strip[9], abbrev[5]; in testLineName() local
/freebsd/contrib/libarchive/libarchive/
H A Darchive_getdate.c520 size_t abbrev; global() member
882 size_t abbrev = tp->abbrev; nexttoken() local
/freebsd/usr.sbin/fifolog/lib/
H A Dgetdate.y664 int abbrev; in LookupWord() local
/freebsd/usr.bin/find/
H A Dgetdate.y661 int abbrev; in LookupWord() local
/freebsd/contrib/ntp/include/
H A Dntp_refclock.h31 const char *abbrev; /* short description */ member
/freebsd/contrib/tzcode/
H A Dzdump.c480 static char * abbrev; in main() local
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp2959 Abbrev abbrev; in computeHdrAndAbbrevTable() local
3104 const Abbrev *abbrev = abbrevTable[ie.abbrevCode - 1]; in computeEntryPool() local
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.qtip.js932 C.abbrev = function() { function
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp624 llvm::DWARFDebugAbbrev *abbrev = DebugAbbrev(); in CalculateAbilities() local