• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/

Lines Matching defs:object_size

3024           uint64_t object_size = MachOContents.size();
3026 if (object_offset < object_size) {
3045 uint64_t object_size = MachOContents.size();
3047 if (object_offset < object_size) {
3234 uint64_t object_size = MachOContents.size();
3236 if (object_offset < object_size) {
8532 uint32_t flags, uint32_t object_size,
8560 if (fileoff > object_size)
8565 if (fileoff + filesize > object_size)
8631 uint32_t filetype, uint32_t object_size,
8647 if ((flags & MachO::S_ZEROFILL) != 0 && offset + size > object_size)
8652 if (offset > object_size)
8659 if (reloff > object_size)
8664 if (reloff + nreloc * sizeof(struct MachO::relocation_info) > object_size)
8759 uint32_t object_size) {
8767 if (st.symoff > object_size)
8777 if (big_size > object_size)
8785 if (big_size > object_size)
8791 if (st.stroff > object_size)
8798 if (big_size > object_size)
8805 uint32_t nsyms, uint32_t object_size,
8851 if (dyst.tocoff > object_size)
8859 if (big_size > object_size)
8864 if (dyst.modtaboff > object_size)
8879 if (modtabend > object_size)
8884 if (dyst.extrefsymoff > object_size)
8892 if (big_size > object_size)
8897 if (dyst.indirectsymoff > object_size)
8905 if (big_size > object_size)
8910 if (dyst.extreloff > object_size)
8918 if (big_size > object_size)
8923 if (dyst.locreloff > object_size)
8931 if (big_size > object_size)
8938 uint32_t object_size) {
8949 if (dc.rebase_off > object_size)
8957 if (big_size > object_size)
8962 if (dc.bind_off > object_size)
8969 if (big_size > object_size)
8974 if (dc.weak_bind_off > object_size)
8981 if (big_size > object_size)
8986 if (dc.lazy_bind_off > object_size)
8993 if (big_size > object_size)
8998 if (dc.export_off > object_size)
9005 if (big_size > object_size)
9189 uint32_t object_size) {
9197 if (ec.cryptoff > object_size)
9202 if (ec.cryptsize > object_size)
9210 uint32_t object_size) {
9218 if (ec.cryptoff > object_size)
9223 if (ec.cryptsize > object_size)
10022 uint32_t object_size) {
10043 if (ld.dataoff > object_size)
10050 if (big_size > object_size)