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

/netbsd-6-1-5-RELEASE/external/bsd/libelf/dist/
H A Dgelf_syminfo.c88 dst->si_boundto = syminfo32->si_boundto;
143 syminfo32->si_boundto = gs->si_boundto;
H A Delf_types.m4242 ``si_boundto, HALF',
247 ``si_boundto, HALF',
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/elf/
H A Dexternal.h266 unsigned char si_boundto[2]; member in struct:__anon3535
H A Dinternal.h237 unsigned short int si_boundto; member in struct:__anon3541
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/elf/
H A Dexternal.h266 unsigned char si_boundto[2]; member in struct:__anon902
H A Dinternal.h238 unsigned short int si_boundto; member in struct:__anon909
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dexec_elf.h1016 Elf32_Half si_boundto; /* direct bindings - symbol bound to */ member in struct:__anon9512
1021 Elf64_Word si_boundto; /* direct bindings - symbol bound to */ member in struct:__anon9513
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c7243 syminfo->si_boundto = BYTE_GET (extsym->si_boundto);
9107 switch (dynamic_syminfo[i].si_boundto)
9116 if (dynamic_syminfo[i].si_boundto > 0
9117 && dynamic_syminfo[i].si_boundto < dynamic_nent
9118 && VALID_DYNAMIC_NAME (dynamic_section[dynamic_syminfo[i].si_boundto].d_un.d_val))
9120 print_symbol (10, GET_DYNAMIC_NAME (dynamic_section[dynamic_syminfo[i].si_boundto].d_un.d_val));
9124 printf ("%-10d ", dynamic_syminfo[i].si_boundto);

Completed in 133 milliseconds