Searched refs:_scn (Results 1 – 6 of 6) sorted by relevance
/titanic_50/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()
|
/titanic_50/usr/src/cmd/sgs/nm/common/ |
H A D | nm.c | 830 Elf_Scn *_scn; in readsyms() local 832 _scn = 0; in readsyms() 833 while ((_scn = elf_nextscn(elf, _scn)) != 0) { in readsyms() 834 if (gelf_getshdr(_scn, &_shdr) == 0) in readsyms() 839 if ((_data = elf_getdata(_scn, in readsyms()
|
/titanic_50/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()
|
/titanic_50/usr/src/cmd/sgs/dump/common/ |
H A D | dump.c | 540 Elf_Scn *_scn; in print_symtab() local 545 _scn = 0; in print_symtab() 546 while ((_scn = elf_nextscn(elf_file, _scn)) != 0) { in print_symtab() 547 if (gelf_getshdr(_scn, &_shdr) == 0) in print_symtab() 554 if ((_data = elf_getdata(_scn, 0)) == 0) in print_symtab()
|
/titanic_50/usr/src/cmd/sgs/mcs/common/ |
H A D | file.c | 1148 Elf_Scn *_scn; in build_file() local 1156 if ((_scn = elf_getscn(dst_elf, 0)) == NULL) { in build_file() 1161 (void) gelf_getshdr(_scn, &shdr0); in build_file() 1163 (void) gelf_update_shdr(_scn, &shdr0); in build_file()
|