Searched refs:checkOverlappingElement (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 247 static Error checkOverlappingElement(std::list<MachOElement> &Elements, in checkOverlappingElement() function 455 if (Error Err = checkOverlappingElement(Elements, Symtab.stroff, in checkSymtabCommand() 493 if (Error Err = checkOverlappingElement(Elements, Dysymtab.tocoff, in checkDysymtabCommand() 519 if (Error Err = checkOverlappingElement(Elements, Dysymtab.modtaboff, in checkDysymtabCommand() 569 if (Error Err = checkOverlappingElement(Elements, Dysymtab.extreloff, in checkDysymtabCommand() 586 if (Error Err = checkOverlappingElement(Elements, Dysymtab.locreloff, in checkDysymtabCommand() 626 if (Error Err = checkOverlappingElement(Elements, LinkData.dataoff, in checkLinkeditDataCommand() 664 if (Error Err = checkOverlappingElement(Elements, DyldInfo.rebase_off, in checkDyldInfoCommand() 679 if (Error Err = checkOverlappingElement(Elements, DyldInfo.bind_off, in checkDyldInfoCommand() 724 if (Error Err = checkOverlappingElement(Elements, DyldInfo.export_off, in checkDyldInfoCommand() [all …]
|