String table offsets are returned as a size_t, so we might as well be
consistent.
Details
Details
- Reviewers
emaste - Group Reviewers
manpages - Commits
- rS349421: libelftc: Consistently use size_t for string table offsets and sizes.
Diff Detail
Diff Detail
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 24944 Build 23668: arc lint + arc unit
Event Timeline
Comment Actions
Consistently use (s)size_t for table size and offsets.
Deleted entries have a negative offset, so we use ssize_t there.