Home
last modified time | relevance | path

Searched refs:bfd_sprintf_vma (Results 1 – 14 of 14) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
Dobjdump.c778 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()
DChangeLog-0001489 bfd_sprintf_vma.
540 bfd_sprintf_vma.
/toolchain/binutils/binutils-2.25/bfd/
Dbfd.c1630 bfd_sprintf_vma (bfd *abfd ATTRIBUTE_UNUSED, char *buf, bfd_vma value) in bfd_sprintf_vma() function
Dbfd-in.h191 extern void bfd_sprintf_vma (bfd *, char *, bfd_vma);
Dbfd-in2.h198 extern void bfd_sprintf_vma (bfd *, char *, bfd_vma);
DChangeLog-00013470 * 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.
Delf64-x86-64.c5473 bfd_sprintf_vma (abfd, buf, p->addend); in elf_x86_64_get_synthetic_symtab()
Delf32-ppc.c2976 bfd_sprintf_vma (abfd, names, p->addend); in ppc_elf_get_synthetic_symtab()
DChangeLog-20071000 (bfd_sprintf_vma, bfd_fprintf_vma): Use the above.
Delf.c10099 bfd_sprintf_vma (abfd, buf, p->addend); in _bfd_elf_get_synthetic_symtab()
Delf64-ppc.c3582 bfd_sprintf_vma (abfd, names, p->addend); in ppc64_elf_get_synthetic_symtab()
Delf32-arm.c16148 bfd_sprintf_vma (abfd, buf, p->addend); in elf32_arm_get_synthetic_symtab()
/toolchain/binutils/binutils-2.25/gas/
Dsymbols.c3098 bfd_sprintf_vma (stdoutput, terminal + 1, val); in symbol_relc_make_value()
DChangeLog-20071254 * symbols.c (symbol_relc_make_value): Use bfd_sprintf_vma in order