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

  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 449 LDSection& getTBSS() {
454 const LDSection& getTBSS() const {
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 180 bss_sect_hdr = &file_format->getTBSS();
498 else if (&file_format->getTBSS() == sym_sect || rsym->isCommon()) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 332 bss_sect_hdr = &file_format->getTBSS();
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 636 LDSection& tbss_sect = file_format->getTBSS();
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 27 milliseconds