Searched refs:leb (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | od-macho.c | 670 bfd_vma leb; in dump_dyld_info_rebase() local 684 leb = read_unsigned_leb128 (abfd, buf + i, &leblen); in dump_dyld_info_rebase() 686 imm, (unsigned) leb); in dump_dyld_info_rebase() 690 leb = read_unsigned_leb128 (abfd, buf + i, &leblen); in dump_dyld_info_rebase() 691 printf ("add addr uleb: 0x%08x\n", (unsigned) leb); in dump_dyld_info_rebase() 701 leb = read_unsigned_leb128 (abfd, buf + i, &leblen); in dump_dyld_info_rebase() 702 printf ("rebase uleb times: %u\n", (unsigned) leb); in dump_dyld_info_rebase() 706 leb = read_unsigned_leb128 (abfd, buf + i, &leblen); in dump_dyld_info_rebase() 707 printf ("rebase add addr uleb: %u\n", (unsigned) leb); in dump_dyld_info_rebase() 711 leb = read_unsigned_leb128 (abfd, buf + i, &leblen); in dump_dyld_info_rebase() [all …]
|