Lines Matching refs:nreloc
998 if (Sec.nreloc != 0) { in PrintRelocations()
1004 << format(") %u entries", Sec.nreloc); in PrintRelocations()
1007 << format("%u entries", Sec.nreloc); in PrintRelocations()
1018 if (Sec.nreloc != 0) { in PrintRelocations()
1024 << format(") %u entries", Sec.nreloc); in PrintRelocations()
1027 << format("%u entries", Sec.nreloc); in PrintRelocations()
8644 uint32_t align, uint32_t reloff, uint32_t nreloc, in PrintSection() argument
8679 outs() << " nreloc " << nreloc; in PrintSection()
8680 if (reloff + nreloc * sizeof(struct MachO::relocation_info) > object_size) in PrintSection()
10106 S.reloff, S.nreloc, S.flags, S.reserved1, S.reserved2, in PrintLoadCommands()
10119 S_64.offset, S_64.align, S_64.reloff, S_64.nreloc, in PrintLoadCommands()