Searched defs:abbrev (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | dwarf_abbrev.c | 62 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 D | BitcodeConvenience.h | 66 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 D | options.c | 248 typedef struct abbrev { struct 253 static OABBREV const abbrev[] = { variable
|
/freebsd/contrib/llvm-project/libcxx/include/__chrono/ |
H A D | sys_info.h | 40 string abbrev; member
|
/freebsd/crypto/openssh/ |
H A D | logintest.c | 225 char full[17], strip[9], abbrev[5]; in testLineName() local
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_getdate.c | 520 size_t abbrev; global() member 882 size_t abbrev = tp->abbrev; nexttoken() local
|
/freebsd/usr.sbin/fifolog/lib/ |
H A D | getdate.y | 664 int abbrev; in LookupWord() local
|
/freebsd/usr.bin/find/ |
H A D | getdate.y | 661 int abbrev; in LookupWord() local
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_refclock.h | 31 const char *abbrev; /* short description */ member
|
/freebsd/contrib/tzcode/ |
H A D | zdump.c | 480 static char * abbrev; in main() local
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | SyntheticSections.cpp | 2959 Abbrev abbrev; in computeHdrAndAbbrevTable() local 3104 const Abbrev *abbrev = abbrevTable[ie.abbrevCode - 1]; in computeEntryPool() local
|
/freebsd/contrib/libxo/xohtml/external/ |
H A D | jquery.qtip.js | 932 C.abbrev = function() { function
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARF.cpp | 624 llvm::DWARFDebugAbbrev *abbrev = DebugAbbrev(); in CalculateAbilities() local
|