
Public Member Functions | |
| CtgRec () | |
| CtgRec (void *got_, int off_, int size_) | |
| CtgRec () | |
| CtgRec (ELFXX_TYPE_Addr *got_, int off_) | |
Data Fields | |
| void * | got |
| Points to our entry in the GOT. | |
| int | off |
| Our byte offset into the table of global data. | |
| int | size |
| ELFXX_TYPE_Addr * | got |
| Points to our entry in the GOT. | |
Definition at line 66 of file global-elfcopy.C.
| CtgGlobalList::CtgRec::CtgRec | ( | ) | [inline] |
Definition at line 71 of file global-elfcopy.C.
| CtgGlobalList::CtgRec::CtgRec | ( | ) | [inline] |
| CtgGlobalList::CtgRec::CtgRec | ( | ELFXX_TYPE_Addr * | got_, | |
| int | off_ | |||
| ) | [inline] |
Definition at line 135 of file global-elfgot.C.
Points to our entry in the GOT.
Definition at line 67 of file global-elfcopy.C.
Referenced by CtgRec().
Definition at line 69 of file global-elfcopy.C.
1.5.1