Searched refs:auxp (Results 1 – 10 of 10) sorted by relevance
| /freebsd-11-stable/lib/libc/gen/ |
| HD | dlfcn.c | 171 Elf_Auxinfo *auxp; in dl_init_phdr_info() local 174 for (auxp = __elf_aux_vector; auxp->a_type != AT_NULL; auxp++) { in dl_init_phdr_info() 175 switch (auxp->a_type) { in dl_init_phdr_info() 177 phdr_info.dlpi_addr = (Elf_Addr)auxp->a_un.a_ptr; in dl_init_phdr_info() 180 phdr_info.dlpi_name = (const char *)auxp->a_un.a_ptr; in dl_init_phdr_info() 184 (const Elf_Phdr *)auxp->a_un.a_ptr; in dl_init_phdr_info() 187 phdr_info.dlpi_phnum = (Elf_Half)auxp->a_un.a_val; in dl_init_phdr_info()
|
| HD | tls.c | 427 Elf_Auxinfo *aux, *auxp; in _init_tls() local 439 for (auxp = aux; auxp->a_type != AT_NULL; auxp++) { in _init_tls() 440 switch (auxp->a_type) { in _init_tls() 442 phdr = auxp->a_un.a_ptr; in _init_tls() 446 phent = auxp->a_un.a_val; in _init_tls() 450 phnum = auxp->a_un.a_val; in _init_tls()
|
| /freebsd-11-stable/contrib/gcc/config/rs6000/ |
| HD | linux-unwind.h | 200 } *auxp; in ppc_linux_aux_vector() local 211 for (auxp = (struct auxv *) envp; auxp->a_type != 0; ++auxp) in ppc_linux_aux_vector() 212 if (auxp->a_type == which) in ppc_linux_aux_vector() 213 return auxp->a_val; in ppc_linux_aux_vector()
|
| /freebsd-11-stable/contrib/binutils/bfd/ |
| HD | coffgen.c | 1918 combined_entry_type *auxp = combined + aux + 1; in coff_print_symbol() local 1921 if (auxp->fix_tag) in coff_print_symbol() 1922 tagndx = auxp->u.auxent.x_sym.x_tagndx.p - root; in coff_print_symbol() 1924 tagndx = auxp->u.auxent.x_sym.x_tagndx.l; in coff_print_symbol() 1928 if (bfd_coff_print_aux (abfd, file, root, combined, auxp, aux)) in coff_print_symbol() 1942 (long) auxp->u.auxent.x_scn.x_scnlen, in coff_print_symbol() 1943 auxp->u.auxent.x_scn.x_nreloc, in coff_print_symbol() 1944 auxp->u.auxent.x_scn.x_nlinno); in coff_print_symbol() 1945 if (auxp->u.auxent.x_scn.x_checksum != 0 in coff_print_symbol() 1946 || auxp->u.auxent.x_scn.x_associated != 0 in coff_print_symbol() [all …]
|
| HD | cofflink.c | 1938 union internal_auxent *auxp; in _bfd_coff_link_input_bfd() local 1941 auxp = h->aux + i; in _bfd_coff_link_input_bfd() 1946 auxp = &aux; in _bfd_coff_link_input_bfd() 1953 if (auxp->x_file.x_n.x_zeroes == 0 in _bfd_coff_link_input_bfd() 1954 && auxp->x_file.x_n.x_offset != 0) in _bfd_coff_link_input_bfd() 1959 BFD_ASSERT (auxp->x_file.x_n.x_offset in _bfd_coff_link_input_bfd() 1967 filename = strings + auxp->x_file.x_n.x_offset; in _bfd_coff_link_input_bfd() 1972 auxp->x_file.x_n.x_offset = STRING_SIZE_SIZE + indx; in _bfd_coff_link_input_bfd() 1985 indx = auxp->x_sym.x_fcnary.x_fcn.x_endndx.l; in _bfd_coff_link_input_bfd() 2002 auxp->x_sym.x_fcnary.x_fcn.x_endndx.l = indx; in _bfd_coff_link_input_bfd() [all …]
|
| HD | ChangeLog-9495 | 5361 (coff_print_symbol): If auxp->fix_end, print x_endndx value.
|
| /freebsd-11-stable/contrib/flex/ |
| HD | scanopt.c | 717 struct _aux *auxp; local 810 auxp = s->aux + opt_offset; 813 if (auxp->flags & ARG_NONE) { 828 if (auxp->flags & ARG_REQ) { 846 if (auxp->flags & ARG_OPT) {
|
| /freebsd-11-stable/contrib/mdocml/ |
| HD | manpath.c | 42 char *defp, char *auxp) in manconf_parse() argument 47 manpath_parseline(&conf->manpath, auxp, 1); in manconf_parse()
|
| /freebsd-11-stable/contrib/binutils/gas/config/ |
| HD | obj-coff.c | 1306 union internal_auxent *auxp; in coff_frob_symbol() local 1311 auxp = SYM_AUXENT (symp); in coff_frob_symbol() 1312 memset (auxp->x_sym.x_fcnary.x_ary.x_dimen, 0, in coff_frob_symbol() 1313 sizeof (auxp->x_sym.x_fcnary.x_ary.x_dimen)); in coff_frob_symbol()
|
| /freebsd-11-stable/libexec/rtld-elf/ |
| HD | rtld.c | 357 Elf_Auxinfo *aux, *auxp, *auxpf, *aux_info[AT_COUNT]; in _rtld() local 393 for (auxp = aux; auxp->a_type != AT_NULL; auxp++) { in _rtld() 394 if (auxp->a_type < AT_COUNT) in _rtld() 395 aux_info[auxp->a_type] = auxp; in _rtld() 519 aux = auxp = (Elf_Auxinfo *)envp; in _rtld() 522 for (;; auxp++, auxpf++) { in _rtld() 523 *auxp = *auxpf; in _rtld() 524 if (auxp->a_type == AT_NULL) in _rtld()
|