Home
last modified time | relevance | path

Searched refs:read_hex (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/ld/
Dldbuildid.c81 read_hex (const char xdigit) in read_hex() function
145 id_bits[n] = read_hex (*id++) << 4; in generate_build_id()
146 id_bits[n++] |= read_hex (*id++); in generate_build_id()
DChangeLog-2014713 * emultempl/elf32.em (id_note_section_size, read_hex, write_build_id):
/toolchain/binutils/binutils-2.27/bfd/
DChangeLog-20071644 (read_hex, _bfd_elf_write_build_id_section): New static functions.