Searched refs:_scn (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/libelf/demo/ |
H A D | dispsyms.c | 159 Elf_Scn *_scn = NULL; in print_symtab() local 166 while ((_scn = in print_symtab() 167 elf_nextscn(elf, _scn)) != NULL) { in print_symtab() 168 if (gelf_getshdr(_scn, &_shdr) == NULL) in print_symtab() 181 ((shndxdata = elf_getdata(_scn, in print_symtab()
|
H A D | dcom.c | 270 Elf_Scn *_scn; in delete_comment() local 277 if ((_scn = elf_getscn(telf, 0)) == NULL) { in delete_comment() 283 if (gelf_getshdr(_scn, &shdr0) == NULL) { in delete_comment() 291 (void) gelf_update_shdr(_scn, &shdr0); in delete_comment()
|
/illumos-gate/usr/src/cmd/sgs/nm/common/ |
H A D | nm.c | 880 Elf_Scn *_scn; local 882 _scn = 0; 883 while ((_scn = elf_nextscn(elf, _scn)) != 0) { 884 if (gelf_getshdr(_scn, &_shdr) == 0) 889 if ((_data = elf_getdata(_scn,
|
/illumos-gate/usr/src/cmd/sgs/dump/common/ |
H A D | dump.c | 545 Elf_Scn *_scn; in print_symtab() local 550 _scn = 0; in print_symtab() 551 while ((_scn = elf_nextscn(elf_file, _scn)) != 0) { in print_symtab() 552 if (gelf_getshdr(_scn, &_shdr) == 0) in print_symtab() 559 if ((_data = elf_getdata(_scn, 0)) == 0) in print_symtab()
|
/illumos-gate/usr/src/cmd/sgs/librtld/common/ |
H A D | dldump.c | 641 Elf_Scn *_scn; in rt_dldump() local 649 if ((_scn = elf_getscn(oelf, 0)) == NULL) { in rt_dldump() 656 shdr0 = elf_getshdr(_scn); in rt_dldump()
|
/illumos-gate/usr/src/cmd/sgs/mcs/common/ |
H A D | file.c | 1156 Elf_Scn *_scn; in build_file() local 1164 if ((_scn = elf_getscn(dst_elf, 0)) == NULL) { in build_file() 1169 (void) gelf_getshdr(_scn, &shdr0); in build_file() 1171 (void) gelf_update_shdr(_scn, &shdr0); in build_file()
|