/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | prdbg.c | 85 static void print_vma (bfd_vma, char *, bool, bool); 486 print_vma (bfd_vma vma, char *buf, bool unsignedp, bool hexp) in print_vma() function 643 print_vma (values[i], ab, false, false); in pr_enum_type() 775 print_vma (lower, abl, false, false); in pr_range_type() 776 print_vma (upper, abu, false, false); in pr_range_type() 805 print_vma (upper + 1, abu, false, false); in pr_array_type() 811 print_vma (lower, abl, false, false); in pr_array_type() 812 print_vma (upper, abu, false, false); in pr_array_type() 1128 print_vma (bitsize, ab, true, false); in pr_struct_field() 1135 print_vma (bitpos, ab, true, false); in pr_struct_field() [all …]
|
H A D | readelf.c | 559 print_vma (bfd_vma vma, print_mode mode) in print_vma() function 2023 print_vma (psym->st_value, LONG_HEX); in dump_relocations() 5802 print_vma (header->e_entry, PREFIX_HEX); in process_file_header() 5804 print_vma (header->e_phoff, DEC); in process_file_header() 5806 print_vma (header->e_shoff, DEC); in process_file_header() 6103 print_vma (segment->p_offset, FULL_HEX); in process_program_headers() 6107 print_vma (segment->p_vaddr, FULL_HEX); in process_program_headers() 6109 print_vma (segment->p_paddr, FULL_HEX); in process_program_headers() 6116 print_vma (segment->p_filesz, FULL_HEX); in process_program_headers() 6124 print_vma (segment->p_memsz, FULL_HEX); in process_program_headers() [all …]
|
H A D | ChangeLog-9899 | 45 * readelf.c (print_vma): Support native 64bit ELF systems. 61 (print_vma): New function. 62 (dump_relocations): Use print_vma to display bfd_vma values. 63 (process_file_header): Use print_vma to display bfd_vma values. 64 (process_program_headers): Use print_vma to display bfd_vma values. 65 (process_section_headers): Use print_vma to display bfd_vma values. 66 (dynamic_segment_parisc_val): Use print_vma to display bfd_vma values. 67 (process_dynamic_segment): Use print_vma to display bfd_vma values. 68 (process_symbol_table): Use print_vma to display bfd_vma values. 69 (process_mips_specific): Use print_vma to display bfd_vma values.
|
H A D | ChangeLog-2008 | 348 * readelf.c (print_vma): Typo fix. 354 (print_vma): Use BFD_VMA_FMT. 854 * prdbg.c (print_vma): Print as long long, if host supports it.
|
H A D | ChangeLog-2011 | 57 Use print_vma() to print dynamic tag values.
|
H A D | ChangeLog-2007 | 246 (print_vma): Handle BFD_HOST_64BIT_LONG_LONG.
|
H A D | ChangeLog-2005 | 1127 (print_vma): Use them. Return chars output.
|
H A D | ChangeLog-2017 | 1485 (print_vma): Return an unsigned int.
|
H A D | ChangeLog | 975 (print_vma): Add suport for new modes.
|
H A D | ChangeLog-0001 | 353 * readelf.c (print_vma): Print 8 digits of low hex value.
|
H A D | ChangeLog-0203 | 577 * readelf.c (print_vma): When printing DEC_5 values, if the
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | prdbg.c | 479 print_vma (bfd_vma vma, char *buf, bool unsignedp, bool hexp) in print_vma() function 636 print_vma (values[i], ab, false, false); in pr_enum_type() 765 print_vma (lower, abl, false, false); in pr_range_type() 766 print_vma (upper, abu, false, false); in pr_range_type() 795 print_vma (upper + 1, abu, false, false); in pr_array_type() 801 print_vma (lower, abl, false, false); in pr_array_type() 802 print_vma (upper, abu, false, false); in pr_array_type() 1120 print_vma (bitsize, ab, true, false); in pr_struct_field() 1127 print_vma (bitpos, ab, true, false); in pr_struct_field() 1343 print_vma (bitpos, ab, true, false); in pr_class_baseclass() [all …]
|
H A D | readelf.c | 564 print_vma (uint64_t vma, print_mode mode) in print_vma() function 2126 print_vma (psym->st_value, LONG_HEX); in dump_relocations() 6341 print_vma (header->e_entry, PREFIX_HEX); in process_file_header() 6343 print_vma (header->e_phoff, DEC); in process_file_header() 6345 print_vma (header->e_shoff, DEC); in process_file_header() 6645 print_vma (segment->p_offset, FULL_HEX); in process_program_headers() 6649 print_vma (segment->p_vaddr, FULL_HEX); in process_program_headers() 6651 print_vma (segment->p_paddr, FULL_HEX); in process_program_headers() 6658 print_vma (segment->p_filesz, FULL_HEX); in process_program_headers() 6666 print_vma (segment->p_memsz, FULL_HEX); in process_program_headers() [all …]
|
H A D | ChangeLog-9899 | 45 * readelf.c (print_vma): Support native 64bit ELF systems. 61 (print_vma): New function. 62 (dump_relocations): Use print_vma to display bfd_vma values. 63 (process_file_header): Use print_vma to display bfd_vma values. 64 (process_program_headers): Use print_vma to display bfd_vma values. 65 (process_section_headers): Use print_vma to display bfd_vma values. 66 (dynamic_segment_parisc_val): Use print_vma to display bfd_vma values. 67 (process_dynamic_segment): Use print_vma to display bfd_vma values. 68 (process_symbol_table): Use print_vma to display bfd_vma values. 69 (process_mips_specific): Use print_vma to display bfd_vma values.
|
H A D | ChangeLog-2008 | 348 * readelf.c (print_vma): Typo fix. 354 (print_vma): Use BFD_VMA_FMT. 854 * prdbg.c (print_vma): Print as long long, if host supports it.
|
H A D | ChangeLog-2011 | 57 Use print_vma() to print dynamic tag values.
|
H A D | ChangeLog-2007 | 246 (print_vma): Handle BFD_HOST_64BIT_LONG_LONG.
|
H A D | ChangeLog-2005 | 1127 (print_vma): Use them. Return chars output.
|
H A D | ChangeLog-2017 | 1485 (print_vma): Return an unsigned int.
|
H A D | ChangeLog-0001 | 353 * readelf.c (print_vma): Print 8 digits of low hex value.
|
H A D | ChangeLog-0203 | 577 * readelf.c (print_vma): When printing DEC_5 values, if the
|
H A D | ChangeLog | 1480 (print_vma): Add suport for new modes.
|
/netbsd-src/external/gpl3/gdb.old/dist/bfd/ |
H A D | ChangeLog-9193 | 6538 * bfd-in.h (print_vma): Factor out duplicate definition.
|
/netbsd-src/external/gpl3/gdb/dist/bfd/ |
H A D | ChangeLog-9193 | 6538 * bfd-in.h (print_vma): Factor out duplicate definition.
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | ChangeLog-9193 | 6538 * bfd-in.h (print_vma): Factor out duplicate definition.
|