Searched refs:_itoa_lower_digits (Results 1 – 10 of 10) sorted by relevance
48 extern const char _itoa_lower_digits[];51 hidden_proto (_itoa_lower_digits)65 : _itoa_lower_digits);
22 const char _itoa_lower_digits[36] variable24 libc_hidden_data_def (_itoa_lower_digits)
68 _itoa_lower_digits;
166 : _itoa_lower_digits); in _itoa_word()197 : _itoa_lower_digits); in _itoa()
221 *--buflim = _itoa_lower_digits[value % base]; in rtld_hidden_weak()229 const char _itoa_lower_digits[16] = "0123456789abcdef"; variable230 rtld_hidden_data_def (_itoa_lower_digits) in rtld_hidden_data_def() argument
376 #define DIGIT(b) _itoa_lower_digits[(b) & 0xf]; in _dl_reloc_bad_type()
8806 (_itoa): Use INTUSE to acces _itoa_upper_digits and _itoa_lower_digits.8810 _itoa_lower_digits.8811 * stdio-common/itoa-digits.c: Use INTVARDEF with _itoa_lower_digits.8814 * elf/dl-minimal.c (_itoa): Declare _itoa_lower_digits as hidden.10153 * elf/dl-minimal.c: Define _itoa_lower_digits.10457 * stdio-common/Versions (_itoa_lower_digits, _itoa_upper_digits):
3429 * stdio-common/_itoa.c (_itoa_lower_digits, _itoa_upper_digits):
32386 (_itoa_upper_digits, _itoa_lower_digits): Likewise.
80542 * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.80553 (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.