HomeSort by relevance Sort by last modified time
    Searched refs:got_size (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.h 113 int got_size);
X86PLT.cpp 57 X86PLT::X86PLT(LDSection& pSection, const LinkerConfig& pConfig, int got_size)
65 if (got_size == 32) {
84 assert(got_size == 64);
  /external/valgrind/main/coregrind/m_debuginfo/
priv_storage.h 765 SizeT got_size; member in struct:_DebugInfo
    [all...]
readelf.c 452 && di->got_size > 0
454 && *sym_avma_out < di->got_avma + di->got_size) {
    [all...]
debuginfo.c     [all...]

Completed in 146 milliseconds