Searched refs:paux (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/binutils/binutils/
H A Drdcoff.c693 union internal_auxent *paux;
715 paux = NULL;
724 paux = &auxent;
774 syment.n_type, paux, TRUE, dhandle);
793 DECREF (fntype), paux, FALSE, dhandle);
866 syment.n_type, paux, TRUE, dhandle);
692 union internal_auxent *paux; local
H A Dobjdump.c1678 struct objdump_disasm_info * paux;
1708 paux = (struct objdump_disasm_info *) pinfo->application_data;
1709 if (paux->dynrelbuf)
1711 rel_pp = paux->dynrelbuf;
1712 rel_count = paux->dynrelcount;
1752 paux->sec = section;
1785 paux->require_sec = TRUE;
1787 paux->require_sec = FALSE;
1882 disassemble_bytes (pinfo, paux->disassemble_fn, insns, data,
1674 struct objdump_disasm_info * paux; local
/freebsd-10.0-release/contrib/llvm/include/llvm/Object/
H A DELF.h886 const char *paux = p + vn->vn_aux; local
888 if (paux + sizeof(Elf_Vernaux) > sec_end)
891 const Elf_Vernaux *vna = reinterpret_cast<const Elf_Vernaux *>(paux);
896 paux += vna->vna_next;

Completed in 115 milliseconds