Home
last modified time | relevance | path

Searched refs:aux_base (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/dev/fdt/
H A Dqcsmem.c45 uint32_t aux_base; member
440 uint32_t aux_base; in qcsmem_get_global() local
447 aux_base = entry->aux_base & QCSMEM_GLOBAL_ENTRY_AUX_BASE_MASK; in qcsmem_get_global()
448 if (aux_base != 0 && aux_base != sc->sc_aux_base) in qcsmem_get_global()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dmips-tdump.c857 print_symbol (sym_ptr, number, strbase, aux_base, ifd, fdp) in print_symbol() argument
861 AUXU *aux_base;
873 if (aux_base != (AUXU *) 0 && index != indexNil)
931 (long) aux_base[index].isym,
932 type_to_string (aux_base, index+1, fdp));
967 type_to_string (aux_base, index, fdp));
1108 AUXU *aux_base; local
1114 aux_base = aux_symbols + fdp->iauxBase;
1115 used_base = aux_used + (aux_base - aux_symbols);
1201 aux_base,
[all …]
/openbsd/gnu/gcc/gcc/
H A Dmips-tdump.c869 char *used_ptr = aux_used + (aux_base - aux_symbols); in print_symbol()
874 if (aux_base != (AUXU *) 0 && index != indexNil) in print_symbol()
907 printf (" First symbol: %ld\n", (long) aux_base[index].isym); in print_symbol()
932 (long) aux_base[index].isym, in print_symbol()
933 type_to_string (aux_base, index+1, fdp)); in print_symbol()
968 type_to_string (aux_base, index, fdp)); in print_symbol()
1099 AUXU *aux_base; in print_file_desc() local
1105 aux_base = aux_symbols + fdp->iauxBase; in print_file_desc()
1106 used_base = aux_used + (aux_base - aux_symbols); in print_file_desc()
1192 aux_base, in print_file_desc()
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Decoff.c1453 union aux_ext *aux_base; in _bfd_ecoff_print_symbol() local
1468 aux_base = (ecoff_data (abfd)->debug_info.external_aux in _bfd_ecoff_print_symbol()
1497 &aux_base[ecoff_ext.asym.index]) in _bfd_ecoff_print_symbol()
1509 &aux_base[ecoff_ext.asym.index]) in _bfd_ecoff_print_symbol()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Decoff.c1568 union aux_ext *aux_base; local
1583 aux_base = (ecoff_data (abfd)->debug_info.external_aux
1612 &aux_base[ecoff_ext.asym.index])
1624 &aux_base[ecoff_ext.asym.index])