Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Delfcomm.h41 extern void (*byte_put) (unsigned char *, elf_vma, int);
51 #define BYTE_PUT(field, val) byte_put (field, val, sizeof (field))
Delfedit.c180 byte_put = byte_put_little_endian; in get_file_header()
184 byte_put = byte_put_big_endian; in get_file_header()
Delfcomm.c61 void (*byte_put) (unsigned char *, elf_vma, int); variable
DChangeLog-2010140 (byte_put): Likewise.
162 (byte_put): Likewise.
Dreadelf.c10619 byte_put (start + reloc->r_offset, value, reloc_type == 1 ? 4 : 2); in target_specific_reloc_handling()
10656 byte_put (start + reloc->r_offset, value, reloc_type == 1 ? 4 : 2); in target_specific_reloc_handling()
11271 byte_put (rloc, (addend + sym->st_value) - rp->r_offset, in apply_relocations()
11275 byte_put (rloc, addend + sym->st_value, reloc_size); in apply_relocations()
14843 byte_put = byte_put_little_endian; in get_file_header()
14847 byte_put = byte_put_big_endian; in get_file_header()
DChangeLog-0203745 (byte_put): New variable.