HomeSort by relevance Sort by last modified time
    Searched defs:X86_32GOT (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/Target/X86/
X86GOT.cpp 19 // X86_32GOT
21 X86_32GOT::X86_32GOT(LDSection& pSection) : GOT(pSection) {
24 X86_32GOT::~X86_32GOT() {
27 X86_32GOTEntry* X86_32GOT::create() {
X86GOT.h 28 /** \class X86_32GOT
32 class X86_32GOT : public GOT {
34 explicit X86_32GOT(LDSection& pSection);
36 ~X86_32GOT();

Completed in 533 milliseconds