HomeSort by: relevance | last modified time | path
    Searched defs:lmid (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
dlmopen-main.c 33 Lmid_t lmid; local
39 dlinfo (handle[0], RTLD_DI_LMID, &lmid);
47 handle[3] = dlmopen (lmid, DSO2_NAME, RTLD_LAZY | RTLD_LOCAL);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
dlmopen.c 33 Lmid_t lmid; local
39 dlinfo (handle[0], RTLD_DI_LMID, &lmid);
47 handle[3] = dlmopen (lmid, DSO2_NAME, RTLD_LAZY | RTLD_LOCAL);
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
drti.c 109 Lmid_t lmid; local
111 u_long lmid = 0; local
128 if (dlinfo(RTLD_SELF, RTLD_DI_LMID, &lmid) == -1) {
155 if (lmid == 0) {
160 "LM%lu`%s", lmid, modname);
dt_pid.c 77 * Compose the lmid and object name into the canonical representation. We
78 * omit the lmid for the default link map for convenience.
81 dt_pid_objname(char *buf, size_t len, Lmid_t lmid, const char *obj)
84 if (lmid == LM_ID_BASE)
87 (void) snprintf(buf, len, "LM%lx`%s", lmid, obj);
443 Lmid_t lmid = PR_LMID_EVERY; local
457 lmid = strtoul(&pdp->dtpd_mod[2], &end, 16);
468 if ((pmp = Plmid_to_map(P, lmid, obj)) == NULL)
478 (void) Plmid(P, pmp->pr_vaddr, &lmid);
481 dt_pid_objname(pdp->dtpd_mod, sizeof (pdp->dtpd_mod), lmid, obj)
869 Lmid_t lmid; local
    [all...]
dt_module.c 647 Lmid_t lmid; local
675 if (Plmid(dcp->dpa_proc, prmap->pr_vaddr, &lmid) != 0)
676 lmid = 0;
678 if (lmid == 0)
682 "LM%x`%s", lmid, p);
  /src/external/gpl3/gdb/dist/gdb/
solib-svr4.c 1075 /* Older versions did not supply lmid. Put the element into the flat
1077 gdb_xml_value *at_lmid = xml_find_attribute (attributes, "lmid");
1082 ULONGEST lmid = *(ULONGEST *) at_lmid->value.get (); local
1083 solist = &list->solib_lists[lmid];
1124 { "lmid", GDB_XML_AF_NONE, gdb_xml_parse_attr_ulongest, NULL },
1743 arg0: Lmid_t lmid (mandatory)
1826 xsnprintf (annex, sizeof (annex), "lmid=%s;start=%s;prev=%s",
  /src/external/gpl3/gdb.old/dist/gdb/
solib-svr4.c 1076 /* Older versions did not supply lmid. Put the element into the flat
1078 gdb_xml_value *at_lmid = xml_find_attribute (attributes, "lmid");
1083 ULONGEST lmid = *(ULONGEST *) at_lmid->value.get (); local
1084 solist = &list->solib_lists[lmid];
1125 { "lmid", GDB_XML_AF_NONE, gdb_xml_parse_attr_ulongest, NULL },
1745 arg0: Lmid_t lmid (mandatory)
1828 xsnprintf (annex, sizeof (annex), "lmid=%s;start=%s;prev=%s",
  /src/sys/dev/pci/
mfii.c 98 u_int16_t lmid; member in struct:mfii_request_descr
mpiireg.h 835 u_int16_t lmid; member in struct:mpii_request_descr

Completed in 73 milliseconds