Commit 18c1f7c
authored
Supporting changes for the "got-audit" command. (#1097)
## Description
This change moves the setup of the line describing a GOT entry into a
method in order to support the "got-audit" command, which is a subclass
of the GotCommand. It also uses a full-width output from readelf, and
gets the path for `nm`, both of which also support the got-audit command
as a subclass.1 parent 29fb74e commit 18c1f7c
2 files changed
Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9263 | 9263 | | |
9264 | 9264 | | |
9265 | 9265 | | |
| 9266 | + | |
| 9267 | + | |
| 9268 | + | |
| 9269 | + | |
| 9270 | + | |
9266 | 9271 | | |
9267 | 9272 | | |
9268 | 9273 | | |
| |||
9289 | 9294 | | |
9290 | 9295 | | |
9291 | 9296 | | |
9292 | | - | |
| 9297 | + | |
9293 | 9298 | | |
9294 | 9299 | | |
9295 | 9300 | | |
| |||
9317 | 9322 | | |
9318 | 9323 | | |
9319 | 9324 | | |
9320 | | - | |
9321 | | - | |
| 9325 | + | |
9322 | 9326 | | |
9323 | 9327 | | |
9324 | 9328 | | |
| |||
11072 | 11076 | | |
11073 | 11077 | | |
11074 | 11078 | | |
11075 | | - | |
| 11079 | + | |
11076 | 11080 | | |
11077 | 11081 | | |
11078 | 11082 | | |
| |||
0 commit comments