Home
last modified time | relevance | path

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

/trueos/contrib/binutils/binutils/
HDprdbg.c86 static void print_vma (bfd_vma, char *, bfd_boolean, bfd_boolean);
491 print_vma (bfd_vma vma, char *buf, bfd_boolean unsignedp, bfd_boolean hexp) in print_vma() function
657 print_vma (values[i], ab, FALSE, FALSE); in pr_enum_type()
786 print_vma (lower, abl, FALSE, FALSE); in pr_range_type()
787 print_vma (upper, abu, FALSE, FALSE); in pr_range_type()
816 print_vma (upper + 1, abu, FALSE, FALSE); in pr_array_type()
822 print_vma (lower, abl, FALSE, FALSE); in pr_array_type()
823 print_vma (upper, abu, FALSE, FALSE); in pr_array_type()
1133 print_vma (bitsize, ab, TRUE, FALSE); in pr_struct_field()
1140 print_vma (bitpos, ab, TRUE, FALSE); in pr_struct_field()
[all …]
HDreadelf.c436 print_vma (bfd_vma vma, print_mode mode) in print_vma() function
1241 print_vma (psym->st_value, LONG_HEX); in dump_relocations()
1302 print_vma (rels[i].r_addend, LONG_HEX); in dump_relocations()
3213 print_vma ((bfd_vma) elf_header.e_entry, PREFIX_HEX); in process_file_header()
3215 print_vma ((bfd_vma) elf_header.e_phoff, DEC); in process_file_header()
3217 print_vma ((bfd_vma) elf_header.e_shoff, DEC); in process_file_header()
3383 print_vma ((bfd_vma) elf_header.e_entry, PREFIX_HEX); in process_program_headers()
3386 print_vma ((bfd_vma) elf_header.e_phoff, DEC); in process_program_headers()
3445 print_vma (segment->p_offset, FULL_HEX); in process_program_headers()
3449 print_vma (segment->p_vaddr, FULL_HEX); in process_program_headers()
[all …]
HDChangeLog-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.
HDChangeLog-0001353 * readelf.c (print_vma): Print 8 digits of low hex value.
HDChangeLog-0203577 * readelf.c (print_vma): When printing DEC_5 values, if the
/trueos/contrib/binutils/bfd/
HDChangeLog-91936538 * bfd-in.h (print_vma): Factor out duplicate definition.