Home
last modified time | relevance | path

Searched defs:symbol_size (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/usr.bin/gzip/
H A Dunpack.c75 int symbol_size; /* Size of the symbol table */ member
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp174 uint32_t symbol_size = curr_symbol->GetByteSize(); in ParseFunctions() local
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAssembler.h366 size_t symbol_size() const { return Symbols.size(); } in symbol_size() function