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

  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 426 LDSection* plt_sect = pModule.getSection(".plt"); local
427 assert (plt_sect && "We have no plt but have corresponding eh_frame?");
428 uint64_t plt_offset = plt_sect->offset();
438 uint32_t size = plt_sect->size();
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 296 LDSection* plt_sect = pModule.getSection(".plt"); local
297 if (!plt_sect || plt_sect->size() == 0u)

Completed in 236 milliseconds