Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Ddlfcns.c268 ghp->gh_flags = hflags; in hdl_create()
319 ((ghp->gh_flags & GPH_ZERO) == 0)) { in hdl_create()
356 if (ghp->gh_flags & GPH_PRIVATE) { in hdl_create()
358 ghp->gh_flags &= ~GPH_PRIVATE; in hdl_create()
359 ghp->gh_flags |= hflags; in hdl_create()
399 ghp->gh_flags |= GPH_INITIAL; in hdl_initialize()
430 ghp->gh_flags |= GPH_INITIAL; in hdl_initialize()
473 if (ghp->gh_flags & GPH_ZERO) { in dlclose_core()
491 if (ghp->gh_flags & GPH_ZERO) in dlclose_core()
1088 if (ghp->gh_flags & GPH_ZERO) { in dlsym_handle()
[all …]
H A Dremove.c583 if (ghp->gh_flags & GPH_PRIVATE) in is_deletable()
882 ghp->gh_flags &= ~GPH_PRIVATE; in remove_lmc()
1055 if ((ghp->gh_flags & GPH_FILTEE) == 0) in remove_hdl()
1064 if (ghp->gh_flags & GPH_LDSO) { in remove_hdl()
1314 if (ghp3->gh_flags & GPH_PRIVATE) in remove_hdl()
1501 ((ghp->gh_flags & GPH_ZERO) == 0)) { in remove_hdl()
H A Delf.c1066 ghp->gh_flags |= GPH_FILTEE;
1188 (ghp->gh_flags & GPH_FIRST))
H A Dcap.c754 ghp->gh_flags |= GPH_FILTEE; in cap_filtees()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elfread.h88 Dwarf_Unsigned gh_flags; member
H A Ddwarf_elf_load_headers.c514 ASNAR(ep->f_copy_word,gshdr->gh_flags,psh->sh_flags); in generic_shdr_from_shdr32()
579 ASNAR(ep->f_copy_word,gshdr->gh_flags,psh->sh_flags); in generic_shdr_from_shdr64()
1859 if (elf_flagmatches(psh->gh_flags,SHF_GROUP)) { in _dwarf_elf_setup_all_section_groups()
H A Ddwarf_elfread.c290 *flags_out = shp->gh_flags; in _dwarf_get_elf_flags_func_nl()
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dfiles.c206 conv_grphdl_flags(ghp->gh_flags, &grphdl_flags_buf)); in Dbg_file_hdl_collect()
247 conv_grphdl_flags(ghp->gh_flags, &grphdl_flags_buf), in Dbg_file_hdl_action()
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h535 uint_t gh_flags; /* handle flags (GPH_ values) */ member
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c1089 mdb_printf(MSG_ORIG(MSG_GRPHDL_LINE3), gh.gh_flags, gh.gh_flags, in dcmd_GrpHdl()