|
Lines 297-303
Link Here
|
| 297 |
.Fa sod |
297 |
.Fa sod |
| 298 |
structure that was responsible for loading this shared object. |
298 |
structure that was responsible for loading this shared object. |
| 299 |
.It Fa som_sodbase |
299 |
.It Fa som_sodbase |
| 300 |
Tossed in later versions the run-time linker. |
300 |
Tossed out in later versions of the run-time linker. |
| 301 |
.It Fa som_write |
301 |
.It Fa som_write |
| 302 |
Set if (some portion of) this object's text segment is currently writable. |
302 |
Set if (some portion of) this object's text segment is currently writable. |
| 303 |
.It Fa som_dynamic |
303 |
.It Fa som_dynamic |
|
Lines 395-401
Link Here
|
| 395 |
Virtual address of next rt_symbol. |
395 |
Virtual address of next rt_symbol. |
| 396 |
.It Fa rt_link |
396 |
.It Fa rt_link |
| 397 |
Next in hash bucket. |
397 |
Next in hash bucket. |
| 398 |
Used by internally by |
398 |
Used internally by |
| 399 |
.Nm ld.so . |
399 |
.Nm ld.so . |
| 400 |
.It Fa rt_srcaddr |
400 |
.It Fa rt_srcaddr |
| 401 |
Location of the source of initialized data within a shared object. |
401 |
Location of the source of initialized data within a shared object. |
|
Lines 438-444
Link Here
|
| 438 |
.It Fa dd_sym_loaded |
438 |
.It Fa dd_sym_loaded |
| 439 |
Set by the run-time linker whenever it adds symbols by loading shared objects. |
439 |
Set by the run-time linker whenever it adds symbols by loading shared objects. |
| 440 |
.It Fa dd_bpt_addr |
440 |
.It Fa dd_bpt_addr |
| 441 |
The address were a breakpoint will be set by the run-time linker to |
441 |
The address where a breakpoint will be set by the run-time linker to |
| 442 |
divert control to the debugger. |
442 |
divert control to the debugger. |
| 443 |
This address is determined by the start-up |
443 |
This address is determined by the start-up |
| 444 |
module, |
444 |
module, |