Searched refs:bfd_sprintf_vma (Results 1 – 7 of 7) sorted by relevance
| /trueos/contrib/binutils/binutils/ |
| HD | objdump.c | 631 bfd_sprintf_vma (aux->abfd, buf, vma); in objdump_print_value() 1347 bfd_sprintf_vma in disassemble_bytes() 1412 bfd_sprintf_vma (aux->abfd, buf, section->vma + addr_offset); in disassemble_bytes() 1568 bfd_sprintf_vma (aux->abfd, buf, section->vma + j / opb); in disassemble_bytes() 2466 bfd_sprintf_vma (abfd, buf, start_offset + section->vma); in dump_section() 2477 bfd_sprintf_vma (abfd, buf, stop_offset + section->vma - 1); in dump_section() 2493 bfd_sprintf_vma (abfd, buf, (addr_offset + section->vma)); in dump_section() 2626 bfd_sprintf_vma (abfd, buf, (bfd_vma) -1); in dump_reloc_set()
|
| HD | ChangeLog-0001 | 489 bfd_sprintf_vma. 540 bfd_sprintf_vma.
|
| /trueos/contrib/binutils/bfd/ |
| HD | bfd-in.h | 181 extern void bfd_sprintf_vma (bfd *, char *, bfd_vma);
|
| HD | bfd.c | 1379 bfd_sprintf_vma (bfd *abfd, char *buf, bfd_vma value) in bfd_sprintf_vma() function
|
| HD | bfd-in2.h | 188 extern void bfd_sprintf_vma (bfd *, char *, bfd_vma);
|
| HD | ChangeLog-0001 | 3470 * bfd.c (bfd_sprintf_vma): Do not invoke bfd_elf_sprintf_vma 3497 * bfd.c (bfd_sprintf_vma): Fix a typo in the last change. 3502 * bfd.c (bfd_sprintf_vma): Don't return void. 3560 * bfd-in.h (bfd_sprintf_vma): New prototype. 3567 * bfd.c (bfd_sprintf_vma): New. Defined.
|
| /trueos/gnu/usr.bin/binutils/libbfd/ |
| HD | bfd.h | 194 extern void bfd_sprintf_vma (bfd *, char *, bfd_vma);
|