Searched refs:loaded (Results 1 - 20 of 20) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dxcoffsolib.h27 shared libraries are loaded, or a "load" system call, followed by the
50 unsigned loaded:1; /* True if symbols are loaded */ member in struct:vmap
H A Dxcoffsolib.c69 /* Check for new shared libraries loaded with load (). */
75 printf_unfiltered ("No shared libraries loaded at this time.\n");
79 /* Skip over the first vmap, it is the main program, always loaded. */
90 vp->loaded ? "Yes" : "No ",
103 /* Check for new shared libraries loaded with load (). */
115 /* Walk the list of currently loaded shared libraries, and read
117 aren't already loaded, if no pattern was given. */
126 /* skip over the first vmap, it is the main program, always loaded. */
134 if (vp->loaded)
137 printf_unfiltered ("Symbols already loaded fo
[all...]
H A Dpa64solib.c83 int loaded; member in struct:so_list
95 are not loaded. */
104 symbols aren't loaded, could be a big annoyance where the threshold
333 /* Relocate all the sections based on where they got loaded. */
528 loaded so that we can load its symbols and place a breakpoint
645 has been loaded. */
668 recently loaded library.
766 /* Dump information about all the currently loaded shared libraries. */
781 printf_unfiltered ("No shared libraries loaded at this time.\n");
795 printf_unfiltered (" (symbols not loaded)");
[all...]
H A Drs6000-nat.c694 else if (!vp->loaded)
695 /* If symbols are not yet loaded, offsets are not yet valid. */
737 vp->loaded = 1;
H A Dwin32-nat.c141 already have loaded, if it doesn't have the bit set that we need,
516 int loaded; member in struct:so_stuff
530 if (so->loaded && strcasecmp (so->name, p->name) == 0)
614 so->loaded = 0;
734 /* Return name of last loaded DLL. */
741 /* Clear list of loaded DLLs. */
759 /* Get the loaded address of all sections, given that .text was loaded
784 /* Figure out all sections' loaded addresses. The offset here is
889 /* List currently loaded DLL
[all...]
/haiku-fatelf/src/system/kernel/slab/
H A DObjectDepot.cpp43 DepotMagazine* loaded; member in struct:depot_cpu_store
223 depot->stores[i].loaded = NULL;
256 // In a nutshell, we try to get an object from the loaded magazine
260 if (store->loaded == NULL)
264 if (!store->loaded->IsEmpty())
265 return store->loaded->Pop();
270 std::swap(store->previous, store->loaded);
285 // We try to add the object to the loaded magazine if we have one
291 if (store->loaded != NULL && store->loaded
[all...]
/haiku-fatelf/src/tests/system/kernel/slab/
H A DSlab.cpp235 fStores[i].loaded = fStores[i].previous = NULL;
267 // In a nutshell, we try to get an object from the loaded magazine
271 if (store->loaded == NULL)
275 if (!_IsMagazineEmpty(store->loaded))
276 return _PopMagazine(store->loaded);
280 std::swap(store->previous, store->loaded);
292 // We try to add the object to the loaded magazine if we have one
298 if (store->loaded && _PushMagazine(store->loaded, object))
303 std::swap(store->loaded, stor
[all...]
H A DSlab.h488 Magazine *loaded, *previous; member in struct:BaseDepot::CPUStore
/haiku-fatelf/src/kits/storage/
H A DResourceItem.cpp162 ResourceItem::SetLoaded(bool loaded) argument
164 fIsLoaded = loaded;
/haiku-fatelf/src/apps/processcontroller/
H A DPreferences.cpp267 BRect loaded; local
268 if (FindRect(name, &loaded) == B_OK)
269 rect = loaded;
303 bool loaded = FindString(name, &string) == B_OK; local
305 return loaded;
/haiku-fatelf/headers/private/storage/
H A DResourceItem.h21 \brief Represents a resource loaded into memory.
23 This class represents a resource completely or partially loaded into
25 type, ID and name and the size of its data. If the data are not loaded
27 As soon as the data are loaded as well, the offset is more or less
70 void SetLoaded(bool loaded);
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A DdebugXML.h118 int loaded; member in struct:_xmlShellCtxt
/haiku-fatelf/src/apps/workspaces/
H A DWorkspaces.cpp171 bool loaded = false; local
180 loaded = true;
206 loaded = true;
211 if (loaded) {
213 // just loaded, we need to alter the window frame accordingly
218 if (!loaded
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxinclude.c1426 goto loaded;
1437 printf("Already loaded %s\n", URL);
1439 goto loaded;
1512 loaded:
1824 goto loaded;
1890 loaded:
H A DdebugXML.c2471 if (ctxt->loaded == 1) {
2474 ctxt->loaded = 1;
2821 ctxt->loaded = 0;
3251 if (ctxt->loaded) {
/haiku-fatelf/src/apps/bootmanager/
H A Dbootman.S291 jmp stage2 ; Continue in loaded stage 2
563 jmp $$ ; Start loaded boot loader
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf-bfd.h399 /* A linked list of BFD's loaded in the link. */ member in struct:elf_link_hash_table
400 struct elf_link_loaded_list *loaded;
H A Delflink.c3912 /* A symbol from a library loaded via DT_NEEDED of some
4228 /* Add this bfd to the loaded list. */
4235 n->next = hash_table->loaded;
4236 hash_table->loaded = n;
5892 /* For DSOs loaded in via a DT_NEEDED entry, emulate ld.so in
5904 struct elf_link_loaded_list *loaded;
5934 for (loaded = elf_hash_table (info)->loaded;
5935 loaded != NULL;
5936 loaded
5894 struct elf_link_loaded_list *loaded; local
[all...]
H A Delf.c812 span and, if the section is loaded, the extent of the
813 loaded data lies within the extent of the segment.
1516 table->loaded = NULL;
4505 /* Assign file positions for the loaded sections based on the
/haiku-fatelf/src/bin/sharutils/doc/
H A Dtexinfo.tex30 % if the underlying format is not loaded, start by loading it now.
4423 %% makes sure that the current font starts out as the newly loaded cmr10

Completed in 309 milliseconds