Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebAssembly/wabt
/ SetSegmentName
Method
SetSegmentName
src/binary-reader-objdump.cc:499–502 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
497
}
498
499
void BinaryReaderObjdumpPrepass::SetSegmentName(Index index,
500
std::string_view name) {
501
objdump_state_->segment_names.Set(index, name);
502
}
503
504
Result BinaryReaderObjdumpPrepass::OnReloc(RelocType type,
505
Offset offset,
Callers
nothing calls this directly
Calls
1
Set
Method · 0.45
Tested by
no test coverage detected