Home
last modified time | relevance | path

Searched refs:STT_FUNC (Results 1 – 8 of 8) sorted by relevance

/haiku/src/system/runtime_loader/
H A Delf_symbol_lookup.cpp95 if ((lookupInfo.type == B_SYMBOL_TYPE_TEXT && type != STT_FUNC) in match_symbol()
97 && type != STT_OBJECT && type != STT_FUNC)) { in match_symbol()
570 if (sym->Type() == STT_FUNC) in resolve_symbol()
613 && (sym->Type() != STT_OBJECT || sharedSym->Type() != STT_FUNC)) { in resolve_symbol()
H A Delf.cpp827 if (symbol->Type() == STT_FUNC) in get_nth_symbol()
907 if (foundSymbol->Type() == STT_FUNC) in get_nearest_symbol_at_address()
999 int32 symbolType = symbol->Type() == STT_FUNC in get_library_symbol()
/haiku/src/kits/debugger/elf/
H A DElfSymbolLookup.cpp230 if ((symbol.Type() != STT_FUNC && symbol.Type() != STT_OBJECT) in NextSymbolInfo()
238 uint32 type = symbol.Type() == STT_FUNC in NextSymbolInfo()
/haiku/src/kits/debug/
H A DSymbolLookup.cpp621 if ((symbol->Type() != STT_FUNC && symbol->Type() != STT_OBJECT) in LookupSymbol()
681 if ((symbol->Type() != STT_FUNC && symbol->Type() != STT_OBJECT) in NextSymbol()
691 *_symbolType = symbol->Type() == STT_FUNC ? B_SYMBOL_TYPE_TEXT in NextSymbol()
H A DImage.cpp146 if ((symbol->Type() != STT_FUNC && symbol->Type() != STT_OBJECT) in NextSymbol()
155 *_symbolType = symbol->Type() == STT_FUNC ? B_SYMBOL_TYPE_TEXT in NextSymbol()
/haiku/headers/os/kernel/
H A Delf.h408 #define STT_FUNC 2 macro
/haiku/headers/build/os/kernel/
H A Delf.h397 #define STT_FUNC 2 macro
/haiku/src/system/kernel/
H A Delf.cpp308 case STT_FUNC: in get_symbol_type_string()
1453 if ((symbol.Type() != STT_FUNC && symbol.Type() != STT_OBJECT) in LookupSymbolAddress()
2589 type == B_SYMBOL_TYPE_DATA ? STT_OBJECT : STT_FUNC); in elf_add_memory_image_symbol()