MCPcopy Create free account
hub / github.com/apple/foundationdb / ElfType

Function ElfType

contrib/stacktrace/stacktrace.amalgamation.cpp:2315–2317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2313 return ELF32_ST_BIND(symbol->st_info);
2314}
2315int ElfType(const ElfW(Sym) * symbol) {
2316 return ELF32_ST_TYPE(symbol->st_info);
2317}
2318#elif __WORDSIZE == 64
2319const int kElfClass = ELFCLASS64;
2320int ElfBind(const ElfW(Sym) * symbol) {

Callers 1

LookupSymbolMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected