Searched refs:ELF_T_SYM (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/head/ |
H A D | libelf.h | 100 ELF_T_SYM, enumerator
|
/illumos-gate/usr/src/ucblib/libucb/port/gen/ |
H A D | nlist.c | 203 sizeof (Elf32_Sym)), ELF_T_SYM)) == 0) { in _elf_nlist()
|
/illumos-gate/usr/src/cmd/sgs/elfwrap/common/ |
H A D | elfwrap.c | 334 data->d_type = ELF_T_SYM; in output()
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | fake_shdr.c | 188 FAKE_M_WORD_ALIGN, sizeof (Sym), ELF_T_SYM }, 192 FAKE_M_WORD_ALIGN, sizeof (Sym), ELF_T_SYM },
|
/illumos-gate/usr/src/cmd/sgs/dump/common/ |
H A D | dump.c | 310 no_syms = sym_size / gelf_fsize(elf_file, ELF_T_SYM, 1, EV_CURRENT); in print_rela() 415 no_syms = sym_size / gelf_fsize(elf_file, ELF_T_SYM, 1, EV_CURRENT); in print_rel()
|
/illumos-gate/usr/src/cmd/dis/ |
H A D | dis_target.c | 294 tgt->dt_symcount = symdata->d_size / gelf_fsize(tgt->dt_elf, ELF_T_SYM, in construct_symtab()
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | sections.c | 484 SET_SEC_INFO_WORD_ALIGN(ELF_T_SYM, 0, sizeof (Sym)) in new_section() 488 SET_SEC_INFO_WORD_ALIGN(ELF_T_SYM, SHF_ALLOC, sizeof (Sym)) in new_section() 493 SET_SEC_INFO_WORD_ALIGN(ELF_T_SYM, SHF_ALLOC, sizeof (Sym)) in new_section()
|
/illumos-gate/usr/src/cmd/sgs/libelf/common/ |
H A D | xlate.m4 | 661 /* SYMTAB */ ELF_T_SYM, 670 /* DYNSYM */ ELF_T_SYM, 717 return (ELF_T_SYM);
|
H A D | xlate64.m4 | 717 /* SYMTAB */ ELF_T_SYM, 726 /* DYNSYM */ ELF_T_SYM, 774 return (ELF_T_SYM);
|