Lines Matching refs:LDFileFormat

119       case LDFileFormat::Group: {  in readSections()
146 LDFileFormat::Ignore); in readSections()
154 case LDFileFormat::LinkOnce: { in readSections()
162 (*section)->setKind(LDFileFormat::Debug); in readSections()
164 (*section)->setKind(LDFileFormat::Ignore); in readSections()
172 (*section)->setKind(LDFileFormat::TEXT); in readSections()
174 (*section)->setKind(LDFileFormat::DATA); in readSections()
180 (*section)->setKind(LDFileFormat::Ignore); in readSections()
185 case LDFileFormat::Relocation: { in readSections()
189 if (link_sect == NULL || link_sect->kind() == LDFileFormat::Ignore) { in readSections()
193 (*section)->setKind(LDFileFormat::Ignore); in readSections()
199 case LDFileFormat::Version: in readSections()
201 case LDFileFormat::GCCExceptTable: in readSections()
203 case LDFileFormat::TEXT: in readSections()
204 case LDFileFormat::DATA: in readSections()
205 case LDFileFormat::Note: in readSections()
206 case LDFileFormat::MetaData: { in readSections()
212 case LDFileFormat::Debug: in readSections()
213 case LDFileFormat::DebugString: { in readSections()
215 (*section)->setKind(LDFileFormat::Ignore); in readSections()
224 case LDFileFormat::EhFrame: { in readSections()
244 case LDFileFormat::Target: { in readSections()
252 case LDFileFormat::BSS: { in readSections()
257 case LDFileFormat::Null: in readSections()
258 case LDFileFormat::NamePool: in readSections()
259 case LDFileFormat::Ignore: in readSections()
260 case LDFileFormat::StackNote: in readSections()
263 case LDFileFormat::EhFrameHdr: in readSections()
309 if (LDFileFormat::Ignore == (*rs)->kind()) in readRelocations()