Searched refs:atomType (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/ |
| H A D | MachONormalizedFileToAtoms.cpp | 51 #define ENTRY(seg, sect, type, atomType) \ argument 52 {seg, sect, type, DefinedAtom::atomType } 58 DefinedAtom::ContentType atomType; member 118 return p->atomType; in atomTypeFromSection() 145 DefinedAtom::ContentType atomType; in sectionParseInfo() member 196 if (parseInfo[i].atomType == atomType) { in sectionParseInfo() 256 if (atomType == DefinedAtom::typeUnknown) { in atomFromSymbol() 268 atomType = lld::DefinedAtom::typeResolver; in atomFromSymbol() 1600 if (p->atomType != atomType) in relocatableSectionInfoForContentType() 1610 if (atomType == DefinedAtom::typeCode) in relocatableSectionInfoForContentType() [all …]
|
| H A D | MachONormalizedFileFromAtoms.cpp | 256 #define ENTRY(seg, sect, type, atomType) \ argument 257 {seg, sect, type, DefinedAtom::atomType } 263 DefinedAtom::ContentType atomType; member 306 SectionInfo *Util::getFinalSection(DefinedAtom::ContentType atomType) { in getFinalSection() argument 308 if (p.atomType != atomType) in getFinalSection() 311 switch (atomType) { in getFinalSection() 337 _sectionMap[atomType] = sect; in getFinalSection()
|
| H A D | MachONormalizedFileBinaryUtils.h | 202 void relocatableSectionInfoForContentType(DefinedAtom::ContentType atomType,
|