Searched refs:byte_get_64 (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/contrib/binutils-2.34/binutils/ |
| HD | elfcomm.h | 42 extern void byte_get_64 (const unsigned char *, elf_vma *, elf_vma *);
|
| HD | elfcomm.c | 376 byte_get_64 (const unsigned char *field, elf_vma *high, elf_vma *low) in byte_get_64() function
|
| HD | dwarf.c | 449 byte_get_64 ((PTR), (HIGH), (LOW)); \
|
| /dragonfly/contrib/binutils-2.27/binutils/ |
| HD | elfcomm.h | 49 extern void byte_get_64 (unsigned char *, elf_vma *, elf_vma *);
|
| HD | elfcomm.c | 368 byte_get_64 (unsigned char *field, elf_vma *high, elf_vma *low) in byte_get_64() function
|
| HD | dwarf.c | 380 byte_get_64 ((PTR), (HIGH), (LOW)); \
|