Searched refs:symbols (Results 1 - 17 of 17) sorted by relevance

/haiku/src/system/libroot/posix/glibc/include/sys/
H A Dcdefs.h1 #include <libc-symbols.h>
/haiku/src/kits/debugger/debug_info/
H A DSpecificImageDebugInfo.cpp23 const BObjectList<SymbolInfo>& symbols,
29 for (int32 i = 0; SymbolInfo* symbol = symbols.ItemAt(i); i++) {
22 GetFunctionsFromSymbols( const BObjectList<SymbolInfo>& symbols, BObjectList<FunctionDebugInfo>& functions, DebuggerInterface* interface, const ImageInfo& imageInfo, SpecificImageDebugInfo* info) argument
H A DImageDebugInfo.cpp49 BObjectList<SymbolInfo> symbols(50, true);
51 fImageInfo.ImageID(), symbols);
54 symbols.SortItems(&_CompareSymbols);
61 error = specificInfo->GetFunctions(symbols, functions);
H A DDebuggerImageDebugInfo.cpp46 DebuggerImageDebugInfo::GetFunctions(const BObjectList<SymbolInfo>& symbols, argument
49 return SpecificImageDebugInfo::GetFunctionsFromSymbols(symbols, functions,
H A DDebuggerImageDebugInfo.h30 const BObjectList<SymbolInfo>& symbols,
H A DDwarfImageDebugInfo.h59 const BObjectList<SymbolInfo>& symbols,
H A DDwarfImageDebugInfo.cpp405 DwarfImageDebugInfo::GetFunctions(const BObjectList<SymbolInfo>& symbols, argument
459 return SpecificImageDebugInfo::GetFunctionsFromSymbols(symbols,
/haiku/src/bin/debug/profile/
H A DSharedImage.cpp52 // TODO: Creating a symbol lookup just for loading the symbols of a single
131 // iterate through the symbols
132 BObjectList<Symbol> symbols(512, true);
145 if (symbol == NULL || !symbols.AddItem(symbol)) {
153 // sort the symbols
154 fSymbolCount = symbols.CountItems();
160 fSymbols[i] = symbols.RemoveItemAt(i);
H A DBasicProfileResult.cpp142 // count symbols
150 // find and sort the hit symbols
157 Symbol** symbols = image->GetImage()->Symbols(); local
164 hitSymbol.symbol = symbols[i];
/haiku/headers/private/debugger/debug_info/
H A DSpecificImageDebugInfo.h45 const BObjectList<SymbolInfo>& symbols,
96 const BObjectList<SymbolInfo>& symbols,
/haiku/src/system/libroot/posix/glibc/libio/
H A D_G_config.h7 #include <libc-symbols.h>
/haiku/src/kits/locale/
H A DDateFormat.cpp326 const DateFormatSymbols* symbols = simpleFormat->getDateFormatSymbols(); local
329 const UnicodeString* names = symbols->getMonths(count,
360 const DateFormatSymbols* symbols = simpleFormat->getDateFormatSymbols(); local
363 const UnicodeString* names = symbols->getWeekdays(count,
H A DNumberFormat.cpp383 const DecimalFormatSymbols* symbols = decimal->getDecimalFormatSymbols(); local
384 UnicodeString string = symbols->getSymbol(symbol);
/haiku/src/tools/elfsymbolpatcher/
H A DElfFile.cpp420 if (ElfSection* symbols
422 symbol->SetTo(symbols, index);
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_debug.c640 const struct res_sym *symbols; local
644 symbols = __p_update_section_syms;
647 symbols = __p_default_section_syms;
650 return (sym_ntos(symbols, section, (int *)0));
/haiku/src/system/kernel/
H A Delf.cpp132 // evaluate the API/ABI version symbols
373 // search extended debug symbol table (contains static symbols)
469 // dump symbols
475 // search extended debug symbol table (contains static symbols)
620 // consider only symbols with the right name and binding
826 // later when resolving versioned symbols.
1004 // Local symbols references are always resolved to the given symbol.
1010 // Non-local symbols we try to resolve to the kernel image first. Unless
1049 // Weak undefined symbols get a value of 0, if unresolved.
1239 TRACE(("loaded %" B_PRId32 " debug symbols\
2649 const elf_sym* symbols; local
[all...]
/haiku/src/bin/rc/
H A Dparser.y61 static int32 enum_cnt; // counter for enum symbols without id
155 | enumstart '{' symbols '}' ';'
156 | enumstart '{' symbols ',' '}' ';'
163 symbols
164 : symbols ',' symboldef

Completed in 201 milliseconds