Untabify.
llvm-svn: 316079
This commit is contained in:
@@ -477,8 +477,8 @@ static Error checkDysymtabCommand(const MachOObjectFile &Obj,
|
||||
"the file");
|
||||
if (Error Err = checkOverlappingElement(Elements, Dysymtab.tocoff,
|
||||
Dysymtab.ntoc * sizeof(struct
|
||||
MachO::dylib_table_of_contents),
|
||||
"table of contents"))
|
||||
MachO::dylib_table_of_contents),
|
||||
"table of contents"))
|
||||
return Err;
|
||||
if (Dysymtab.modtaboff > FileSize)
|
||||
return malformedError("modtaboff field of LC_DYSYMTAB command " +
|
||||
@@ -537,7 +537,7 @@ static Error checkDysymtabCommand(const MachOObjectFile &Obj,
|
||||
if (Error Err = checkOverlappingElement(Elements, Dysymtab.indirectsymoff,
|
||||
Dysymtab.nindirectsyms *
|
||||
sizeof(uint32_t),
|
||||
"indirect table"))
|
||||
"indirect table"))
|
||||
return Err;
|
||||
if (Dysymtab.extreloff > FileSize)
|
||||
return malformedError("extreloff field of LC_DYSYMTAB command " +
|
||||
|
||||
Reference in New Issue
Block a user