Home
last modified time | relevance | path

Searched refs:shdr_rel (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_link.c1021 GElf_Shdr shdr_rel, shdr_sym, shdr_str, shdr_tgt; in process_obj() local
1102 if (gelf_getshdr(scn_rel, &shdr_rel) == NULL) in process_obj()
1108 if (shdr_rel.sh_type != SHT_RELA && shdr_rel.sh_type != SHT_REL) in process_obj()
1118 if ((scn_sym = elf_getscn(elf, shdr_rel.sh_link)) == NULL || in process_obj()
1137 if ((scn_tgt = elf_getscn(elf, shdr_rel.sh_info)) == NULL || in process_obj()
1174 for (i = 0; i < shdr_rel.sh_size / shdr_rel.sh_entsize; i++) { in process_obj()
1176 if (shdr_rel.sh_type == SHT_RELA) { in process_obj()
1200 shdr_rel.sh_info, &fsym) != 0) { in process_obj()
1306 for (i = 0; i < shdr_rel.sh_size / shdr_rel.sh_entsize; i++) { in process_obj()
1308 if (shdr_rel.sh_type == SHT_RELA) { in process_obj()
[all …]