Searched refs:bfd_sprintf_vma (Results 1 – 14 of 14) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | objdump.c | 778 bfd_sprintf_vma (aux->abfd, buf, vma); in objdump_print_value() 1540 bfd_sprintf_vma (aux->abfd, buf, section->vma + section->size / opb); in disassemble_bytes() 1614 bfd_sprintf_vma (aux->abfd, buf, section->vma + addr_offset); in disassemble_bytes() 1776 bfd_sprintf_vma (aux->abfd, buf, section->vma + j / opb); in disassemble_bytes() 2775 bfd_sprintf_vma (abfd, buf, start_offset + section->vma); in dump_section() 2786 bfd_sprintf_vma (abfd, buf, stop_offset + section->vma - 1); in dump_section() 2802 bfd_sprintf_vma (abfd, buf, (addr_offset + section->vma)); in dump_section() 2936 bfd_sprintf_vma (abfd, buf, (bfd_vma) -1); in dump_reloc_set()
|
D | ChangeLog-0001 | 489 bfd_sprintf_vma. 540 bfd_sprintf_vma.
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | bfd.c | 1630 bfd_sprintf_vma (bfd *abfd ATTRIBUTE_UNUSED, char *buf, bfd_vma value) in bfd_sprintf_vma() function
|
D | bfd-in.h | 191 extern void bfd_sprintf_vma (bfd *, char *, bfd_vma);
|
D | bfd-in2.h | 198 extern void bfd_sprintf_vma (bfd *, char *, bfd_vma);
|
D | 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.
|
D | elf64-x86-64.c | 5473 bfd_sprintf_vma (abfd, buf, p->addend); in elf_x86_64_get_synthetic_symtab()
|
D | elf32-ppc.c | 2976 bfd_sprintf_vma (abfd, names, p->addend); in ppc_elf_get_synthetic_symtab()
|
D | ChangeLog-2007 | 1000 (bfd_sprintf_vma, bfd_fprintf_vma): Use the above.
|
D | elf.c | 10099 bfd_sprintf_vma (abfd, buf, p->addend); in _bfd_elf_get_synthetic_symtab()
|
D | elf64-ppc.c | 3582 bfd_sprintf_vma (abfd, names, p->addend); in ppc64_elf_get_synthetic_symtab()
|
D | elf32-arm.c | 16148 bfd_sprintf_vma (abfd, buf, p->addend); in elf32_arm_get_synthetic_symtab()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | symbols.c | 3098 bfd_sprintf_vma (stdoutput, terminal + 1, val); in symbol_relc_make_value()
|
D | ChangeLog-2007 | 1254 * symbols.c (symbol_relc_make_value): Use bfd_sprintf_vma in order
|