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.cpp51 X86PLT::X86PLT(LDSection& pSection, const LinkerConfig& pConfig, int got_size) in X86PLT() argument
57 if (got_size == 32) { in X86PLT()
74 assert(got_size == 64); in X86PLT()
DX86PLT.h100 X86PLT(LDSection& pSection, const LinkerConfig& pConfig, int got_size);