Searched refs:leb (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.27/binutils/ |
D | od-macho.c | 677 bfd_vma leb; in dump_dyld_info_rebase() local 691 leb = read_unsigned_leb128 (abfd, buf + i, &leblen); in dump_dyld_info_rebase() 693 imm, (unsigned) leb); in dump_dyld_info_rebase() 697 leb = read_unsigned_leb128 (abfd, buf + i, &leblen); in dump_dyld_info_rebase() 698 printf ("add addr uleb: 0x%08x\n", (unsigned) leb); in dump_dyld_info_rebase() 708 leb = read_unsigned_leb128 (abfd, buf + i, &leblen); in dump_dyld_info_rebase() 709 printf ("rebase uleb times: %u\n", (unsigned) leb); in dump_dyld_info_rebase() 713 leb = read_unsigned_leb128 (abfd, buf + i, &leblen); in dump_dyld_info_rebase() 714 printf ("rebase add addr uleb: %u\n", (unsigned) leb); in dump_dyld_info_rebase() 718 leb = read_unsigned_leb128 (abfd, buf + i, &leblen); in dump_dyld_info_rebase() [all …]
|