Home
last modified time | relevance | path

Searched refs:got_size (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
DX86PLT.cpp57 X86PLT::X86PLT(LDSection& pSection, const LinkerConfig& pConfig, int got_size) in X86PLT() argument
65 if (got_size == 32) { in X86PLT()
84 assert(got_size == 64); in X86PLT()
DX86PLT.h113 int got_size);