Home | History | Annotate | Download | only in ARM

Lines Matching refs:GOT

17 #include <mcld/Target/GOT.h>
25 * \brief GOT Entry with size of 4 bytes
27 class ARMGOTEntry : public GOT::Entry<4>
31 : GOT::Entry<4>(pContent, pParent)
38 * ARM GOT integrates traditional .got.plt and .got sections into one.
39 * Traditional .got.plt is placed in the front part of GOT (PLTGOT), and
40 * traditional .got is placed in the rear part of GOT (GOT).
42 * ARM .got
48 * | GOT |
52 class ARMGOT : public GOT