| /src/sys/arch/acorn32/podulebus/ |
| if_ne_pbus.c | 630 int addr_index = 0; local 642 buffer[addr_index >> 1] |= (tmp - '0') << ((addr_index & 1) ? 0 : 4); 643 ++addr_index; 646 buffer[addr_index >> 1] |= (10 + (tmp - 'a')) << ((addr_index & 1) ? 0 : 4); 647 ++addr_index; 650 buffer[addr_index >> 1] |= (10 + (tmp - 'A')) << ((addr_index & 1) ? 0 : 4); 651 ++addr_index; [all...] |
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| DataSpace.cc | 472 int index, addr_index = -1, name_index = -1; local 493 if (mitem->get_type () == Metric::ADDRESS) addr_index = index; 537 if (addr_index >= 0) 539 new_item->value[addr_index].tag = VT_ADDRESS; 540 new_item->value[addr_index].ll = (dobj->get_addr () - filler->size);
|
| Module.h | 267 int addr_index; // index of address metric in list for src/dis member in class:Module
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| DataSpace.cc | 472 int index, addr_index = -1, name_index = -1; local 493 if (mitem->get_type () == Metric::ADDRESS) addr_index = index; 537 if (addr_index >= 0) 539 new_item->value[addr_index].tag = VT_ADDRESS; 540 new_item->value[addr_index].ll = (dobj->get_addr () - filler->size);
|
| Module.h | 267 int addr_index; // index of address metric in list for src/dis member in class:Module
|
| /src/external/gpl3/binutils/dist/bfd/ |
| libbfd.c | 1014 int addr_index = big_p ? bytes - i - 1 : i; 1016 addr[addr_index] = data & 0xff; 1036 int addr_index = big_p ? i : bytes - i - 1; 1038 data = (data << 8) | addr[addr_index]; 1012 int addr_index = big_p ? bytes - i - 1 : i; local 1034 int addr_index = big_p ? i : bytes - i - 1; local
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| libbfd.c | 1014 int addr_index = big_p ? bytes - i - 1 : i; 1016 addr[addr_index] = data & 0xff; 1036 int addr_index = big_p ? i : bytes - i - 1; 1038 data = (data << 8) | addr[addr_index]; 1012 int addr_index = big_p ? bytes - i - 1 : i; local 1034 int addr_index = big_p ? i : bytes - i - 1; local
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| libbfd.c | 1014 int addr_index = big_p ? bytes - i - 1 : i; 1016 addr[addr_index] = data & 0xff; 1036 int addr_index = big_p ? i : bytes - i - 1; 1038 data = (data << 8) | addr[addr_index]; 1012 int addr_index = big_p ? bytes - i - 1 : i; local 1034 int addr_index = big_p ? i : bytes - i - 1; local
|
| /src/external/gpl3/gdb/dist/bfd/ |
| libbfd.c | 1014 int addr_index = big_p ? bytes - i - 1 : i; 1016 addr[addr_index] = data & 0xff; 1036 int addr_index = big_p ? i : bytes - i - 1; 1038 data = (data << 8) | addr[addr_index]; 1012 int addr_index = big_p ? bytes - i - 1 : i; local 1034 int addr_index = big_p ? i : bytes - i - 1; local
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| read.c | 783 unsigned int addr_index); 10728 ULONGEST addr_index; 10771 addr_index = read_unsigned_leb128 (obfd, buffer, &bytes_read); 10773 base = read_addr_index (cu, addr_index); 10796 addr_index = read_unsigned_leb128 (obfd, buffer, &bytes_read); 10798 range_beginning = read_addr_index (cu, addr_index); 10841 addr_index = read_unsigned_leb128 (obfd, buffer, &bytes_read); 10843 range_beginning = read_addr_index (cu, addr_index); 10849 addr_index = read_unsigned_leb128 (obfd, buffer, &bytes_read); 10851 range_end = read_addr_index (cu, addr_index); 10719 ULONGEST addr_index; local 17754 unsigned int addr_index = read_unsigned_leb128 (abfd, info_ptr, bytes_read); local [all...] |
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| read.c | 755 unsigned int addr_index); 9146 ULONGEST addr_index; 9189 addr_index = read_unsigned_leb128 (obfd, buffer, &bytes_read); 9191 base = read_addr_index (cu, addr_index); 9214 addr_index = read_unsigned_leb128 (obfd, buffer, &bytes_read); 9216 range_beginning = read_addr_index (cu, addr_index); 9259 addr_index = read_unsigned_leb128 (obfd, buffer, &bytes_read); 9261 range_beginning = read_addr_index (cu, addr_index); 9267 addr_index = read_unsigned_leb128 (obfd, buffer, &bytes_read); 9269 range_end = read_addr_index (cu, addr_index); 9139 ULONGEST addr_index; local 15378 unsigned int addr_index = read_unsigned_leb128 (abfd, info_ptr, bytes_read); local [all...] |