Searched refs:vmsize (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.27/include/mach-o/ |
D | external.h | 87 unsigned char vmsize[4]; /* Size there, in bytes. */ member 101 unsigned char vmsize[8]; /* Size there, in bytes. */ member
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | mach-o.c | 1772 bfd_h_put_32 (abfd, seg->vmsize, raw.vmsize); in bfd_mach_o_write_segment_32() 1806 bfd_h_put_64 (abfd, seg->vmsize, raw.vmsize); in bfd_mach_o_write_segment_64() 2571 linkedit->vmsize = mdata->filelen - linkedit->fileoff; in bfd_mach_o_write_contents() 2718 seg->vmsize = FILE_ALIGN (seg->vmsize, s->align); in bfd_mach_o_build_obj_seg_command() 2719 seg->vmsize += s->size; in bfd_mach_o_build_obj_seg_command() 2758 seg->vmsize = FILE_ALIGN (seg->vmsize, s->align); in bfd_mach_o_build_obj_seg_command() 2759 seg->vmsize += s->size; in bfd_mach_o_build_obj_seg_command() 2796 seg->vmsize = 0; in bfd_mach_o_build_exec_seg_command() 2842 seg->vmsize = FILE_ALIGN (seg->vmsize, s->align); in bfd_mach_o_build_exec_seg_command() 2843 seg->vmsize += s->size; in bfd_mach_o_build_exec_seg_command() [all …]
|
D | mach-o.h | 97 bfd_vma vmsize; member
|
D | ChangeLog-2012 | 3076 vmsize from filesize. Don't compute offsets or file sizes for
|
/toolchain/binutils/binutils-2.27/libiberty/ |
D | simple-object-mach-o.c | 104 unsigned char vmsize[4]; /* Size there, in bytes. */ member 121 unsigned char vmsize[8]; /* Size there, in bytes. */ member
|
/toolchain/binutils/binutils-2.27/binutils/ |
D | od-macho.c | 347 printf_vma (seg->vmaddr + seg->vmsize - 1); in dump_section_map() 429 printf_vma (seg->vmsize); in dump_segment()
|