Public Member Functions | |
CtgRec () | |
CtgRec (ELFXX_TYPE_Addr *got_, int off_) | |
Data Fields | |
ELFXX_TYPE_Addr * | got |
Points to our entry in the GOT. | |
size_t | off |
Our byte offset into the table of global data. |
Definition at line 154 of file global-elfgot.C.
CtgGlobalList::CtgRec::CtgRec | ( | ) | [inline] |
CtgGlobalList::CtgRec::CtgRec | ( | ELFXX_TYPE_Addr * | got_, | |
int | off_ | |||
) | [inline] |
Definition at line 158 of file global-elfgot.C.
Points to our entry in the GOT.
Definition at line 155 of file global-elfgot.C.
Referenced by CtgRec().