Home
last modified time | relevance | path

Searched refs:print_vma (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dprdbg.c85 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 Dreadelf.c559 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 DChangeLog-989945 * 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 DChangeLog-2008348 * 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 DChangeLog-201157 Use print_vma() to print dynamic tag values.
H A DChangeLog-2007246 (print_vma): Handle BFD_HOST_64BIT_LONG_LONG.
H A DChangeLog-20051127 (print_vma): Use them. Return chars output.
H A DChangeLog-20171485 (print_vma): Return an unsigned int.
H A DChangeLog975 (print_vma): Add suport for new modes.
H A DChangeLog-0001353 * readelf.c (print_vma): Print 8 digits of low hex value.
H A DChangeLog-0203577 * readelf.c (print_vma): When printing DEC_5 values, if the
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dprdbg.c479 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 Dreadelf.c564 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 DChangeLog-989945 * 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 DChangeLog-2008348 * 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 DChangeLog-201157 Use print_vma() to print dynamic tag values.
H A DChangeLog-2007246 (print_vma): Handle BFD_HOST_64BIT_LONG_LONG.
H A DChangeLog-20051127 (print_vma): Use them. Return chars output.
H A DChangeLog-20171485 (print_vma): Return an unsigned int.
H A DChangeLog-0001353 * readelf.c (print_vma): Print 8 digits of low hex value.
H A DChangeLog-0203577 * readelf.c (print_vma): When printing DEC_5 values, if the
H A DChangeLog1480 (print_vma): Add suport for new modes.
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-91936538 * bfd-in.h (print_vma): Factor out duplicate definition.
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-91936538 * bfd-in.h (print_vma): Factor out duplicate definition.
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A DChangeLog-91936538 * bfd-in.h (print_vma): Factor out duplicate definition.

12