| /src/external/gpl3/gdb.old/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/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);
|
| dlmopen-ns-ids-main.c | 32 Lmid_t lmid; local 55 dlinfo (handle[3], RTLD_DI_LMID, &lmid);
|
| dlmopen-ns-ids.exp | 161 # As of writing this test, glibc's LMID is just an index on an array of 166 gdb_assert {[get_first_so_ns] == [get_integer_valueof "lmid" "-1"]} \
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/ |
| mi-dlmopen.c | 31 Lmid_t lmid; local 37 dlinfo (handle[0], RTLD_DI_LMID, &lmid); 45 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 | 410 XML file, we read an LMID that given by an XML file (and read in 414 since we won't have access to the LMID later on. However, this is 434 /* Check if the lmid address is already assigned an ID in the svr4_info, 437 svr4_maybe_add_namespace (svr4_info *info, CORE_ADDR lmid) 442 if (info->namespace_id[i] == lmid) 446 info->namespace_id.push_back (lmid); 1144 /* Older versions did not supply lmid. Put the element into the flat 1146 gdb_xml_value *at_lmid = xml_find_attribute (attributes, "lmid"); 1148 ULONGEST lmid; local 1154 lmid = 0 [all...] |
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| linux-low.cc | 6565 read_link_map (std::string &document, CORE_ADDR lmid, CORE_ADDR lm_addr, 6601 "l_ld=\"0x%s\" lmid=\"0x%s\"/>", 6603 paddress (l_ld), paddress (lmid)); 6623 CORE_ADDR lmid = 0, lm_addr = 0, lm_prev = 0; 6657 if (name_len == 4 && startswith (annex, "lmid")) 6658 addrp = &lmid; 6678 namespace, which is assumed to be identified by LMID. 6684 read_link_map (document, lmid, lm_addr, lm_prev, ptr_size, lmo); 6691 /* We could interpret LMID as 'provide only the libraries for this 6692 namespace' but GDB is currently only providing lmid, start, an [all...] |
| /src/external/gpl3/gdb/dist/gdbserver/ |
| linux-low.cc | 6592 read_link_map (std::string &document, CORE_ADDR lmid, CORE_ADDR lm_addr, 6628 "l_ld=\"0x%s\" lmid=\"0x%s\"/>", 6630 paddress (l_ld), paddress (lmid)); 6650 CORE_ADDR lmid = 0, lm_addr = 0, lm_prev = 0; 6684 if (name_len == 4 && startswith (annex, "lmid")) 6685 addrp = &lmid; 6705 namespace, which is assumed to be identified by LMID. 6711 read_link_map (document, lmid, lm_addr, lm_prev, ptr_size, lmo); 6718 /* We could interpret LMID as 'provide only the libraries for this 6719 namespace' but GDB is currently only providing lmid, start, an [all...] |
| /src/external/gpl3/gdb.old/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/sys/dev/pci/ |
| mpiireg.h | 835 u_int16_t lmid; member in struct:mpii_request_descr
|
| mfii.c | 98 u_int16_t lmid; member in struct:mfii_request_descr
|