Searched refs:_scn (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Ddispsyms.c159 Elf_Scn *_scn = NULL; local
166 while ((_scn =
167 elf_nextscn(elf, _scn)) != NULL) {
168 if (gelf_getshdr(_scn, &_shdr) == NULL)
181 ((shndxdata = elf_getdata(_scn,
H A Ddcom.c270 Elf_Scn *_scn; local
277 if ((_scn = elf_getscn(telf, 0)) == NULL) {
283 if (gelf_getshdr(_scn, &shdr0) == NULL) {
291 (void) gelf_update_shdr(_scn, &shdr0);
/illumos-gate/usr/src/cmd/sgs/nm/common/
H A Dnm.c830 Elf_Scn *_scn; local
832 _scn = 0;
833 while ((_scn = elf_nextscn(elf, _scn)) != 0) {
834 if (gelf_getshdr(_scn, &_shdr) == 0)
839 if ((_data = elf_getdata(_scn,
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Ddldump.c641 Elf_Scn *_scn; local
649 if ((_scn = elf_getscn(oelf, 0)) == NULL) {
656 shdr0 = elf_getshdr(_scn);
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c540 Elf_Scn *_scn; local
545 _scn = 0;
546 while ((_scn = elf_nextscn(elf_file, _scn)) != 0) {
547 if (gelf_getshdr(_scn, &_shdr) == 0)
554 if ((_data = elf_getdata(_scn, 0)) == 0)
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c1148 Elf_Scn *_scn; local
1156 if ((_scn = elf_getscn(dst_elf, 0)) == NULL) {
1161 (void) gelf_getshdr(_scn, &shdr0);
1163 (void) gelf_update_shdr(_scn, &shdr0);

Completed in 86 milliseconds