Lines Matching refs:SHT_PROGBITS
82 return ParseSectionSwitch(".data", ELF::SHT_PROGBITS, in ParseSectionDirectiveData()
87 return ParseSectionSwitch(".text", ELF::SHT_PROGBITS, in ParseSectionDirectiveText()
97 return ParseSectionSwitch(".rodata", ELF::SHT_PROGBITS, in ParseSectionDirectiveRoData()
102 return ParseSectionSwitch(".tdata", ELF::SHT_PROGBITS, in ParseSectionDirectiveTData()
114 return ParseSectionSwitch(".data.rel", ELF::SHT_PROGBITS, in ParseSectionDirectiveDataRel()
120 return ParseSectionSwitch(".data.rel.ro", ELF::SHT_PROGBITS, in ParseSectionDirectiveDataRelRo()
126 return ParseSectionSwitch(".data.rel.ro.local", ELF::SHT_PROGBITS, in ParseSectionDirectiveDataRelRoLocal()
132 return ParseSectionSwitch(".eh_frame", ELF::SHT_PROGBITS, in ParseSectionDirectiveEhFrame()
412 unsigned Type = ELF::SHT_PROGBITS; in ParseDirectiveSection()
424 Type = ELF::SHT_PROGBITS; in ParseDirectiveSection()
508 getContext().getELFSection(".comment", ELF::SHT_PROGBITS, in ParseDirectiveIdent()