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

  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 471 LDSection& getTBSS() {
476 const LDSection& getTBSS() const {
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 209 bss_sect_hdr = &file_format->getTBSS();
404 } else if (&file_format->getTBSS() == sym_sect || rsym->isCommon()) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.cpp 112 bss_sect_hdr = &file_format->getTBSS();
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 761 LDSection& tbss_sect = file_format->getTBSS();
    [all...]
HexagonRelocator.cpp 414 bss_sect_hdr = &file_format->getTBSS();
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 596 LDSection& tbss_sect = file_format->getTBSS();
    [all...]
MipsRelocator.cpp 489 ? &fileFormat->getTBSS()
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 343 bss_sect_hdr = &file_format->getTBSS();
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 1000 milliseconds