Home | History | Annotate | Download | only in binutils

Lines Matching full:address_table

6704   unsigned char *address_table, *symbol_table, *constant_pool;
6763 address_table = start + address_table_offset;
6795 uint64_t low = byte_get_little_endian (address_table + i, 8);
6796 uint64_t high = byte_get_little_endian (address_table + i + 8, 8);
6797 uint32_t cu_index = byte_get_little_endian (address_table + i + 16, 4);