Searched refs:si_boundto (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/lib/libelf/
H A Dgelf_syminfo.c84 dst->si_boundto = syminfo32->si_boundto;
139 syminfo32->si_boundto = gs->si_boundto;
H A Delf_types.m4246 ``si_boundto, HALF',
251 ``si_boundto, HALF',
/freebsd-10-stable/contrib/binutils/include/elf/
H A Dexternal.h253 unsigned char si_boundto[2]; member in struct:__anon532
H A Dinternal.h213 unsigned short int si_boundto; member in struct:__anon536
/freebsd-10-stable/sys/sys/
H A Delf64.h256 Elf64_Half si_boundto; /* direct bindings - symbol bound to */ member in struct:__anon45
H A Delf32.h253 Elf32_Half si_boundto; /* direct bindings - symbol bound to */ member in struct:__anon28
/freebsd-10-stable/contrib/binutils/binutils/
H A Dreadelf.c5985 syminfo->si_boundto = BYTE_GET (extsym->si_boundto);
7621 switch (dynamic_syminfo[i].si_boundto)
7630 if (dynamic_syminfo[i].si_boundto > 0
7631 && dynamic_syminfo[i].si_boundto < dynamic_nent
7632 && VALID_DYNAMIC_NAME (dynamic_section[dynamic_syminfo[i].si_boundto].d_un.d_val))
7634 print_symbol (10, GET_DYNAMIC_NAME (dynamic_section[dynamic_syminfo[i].si_boundto].d_un.d_val));
7638 printf ("%-10d ", dynamic_syminfo[i].si_boundto);

Completed in 97 milliseconds