Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/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.c222 byte_put = byte_put_little_endian; in get_file_header()
226 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.c11501 byte_put (start + reloc->r_offset, value, reloc_type == 1 ? 4 : 2); in target_specific_reloc_handling()
11538 byte_put (start + reloc->r_offset, value, reloc_type == 1 ? 4 : 2); in target_specific_reloc_handling()
11573 byte_put (start + reloc->r_offset, value, 4); in target_specific_reloc_handling()
11578 byte_put (start + reloc->r_offset, value, 2); in target_specific_reloc_handling()
12273 byte_put (rloc, (addend + sym->st_value) - rp->r_offset, in apply_relocations()
12277 byte_put (rloc, addend + sym->st_value, reloc_size); in apply_relocations()
16388 byte_put = byte_put_little_endian; in get_file_header()
16392 byte_put = byte_put_big_endian; in get_file_header()
DChangeLog-0203745 (byte_put): New variable.