Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/async-profiler/async-profiler
/ section
Method
section
src/symbols_linux.cpp:237–239 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
235
}
236
237
ElfSection* section(int index) {
238
return (ElfSection*)(_sections + index * _header->e_shentsize);
239
}
240
241
const char* at(ElfSection* section) {
242
return (const char*)_header + section->sh_offset;
Callers
1
findSection
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected