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

  /src/lib/librumpuser/
rumpuser_dl.c 352 process_object(void *handle, function
499 process_object(handle, domodinit, compload, doevcntattach);
  /src/external/gpl3/binutils/dist/binutils/
elfedit.c 545 process_object (const char *file_name, FILE *file)
689 ret |= process_object (qualified_name, member_file);
713 ret |= process_object (qualified_name, nested_arch.file);
721 ret |= process_object (qualified_name, file);
810 ret = process_object (file_name, file);
544 process_object (const char *file_name, FILE *file) function
readelf.c 24903 process_object (Filedata * filedata)
25267 /* The call to process_object() expects the file to be at the beginning. */
25270 if (! process_object (member_filedata))
25313 if (! process_object (& thin_filedata))
25321 if (! process_object (filedata))
25411 if (! process_object (filedata))
24900 process_object (Filedata * filedata) function
  /src/external/gpl3/binutils.old/dist/binutils/
elfedit.c 545 process_object (const char *file_name, FILE *file)
689 ret |= process_object (qualified_name, member_file);
713 ret |= process_object (qualified_name, nested_arch.file);
721 ret |= process_object (qualified_name, file);
810 ret = process_object (file_name, file);
544 process_object (const char *file_name, FILE *file) function
readelf.c 23773 process_object (Filedata * filedata)
24134 /* The call to process_object() expects the file to be at the beginning. */
24137 if (! process_object (member_filedata))
24180 if (! process_object (& thin_filedata))
24188 if (! process_object (filedata))
24278 if (! process_object (filedata))
23770 process_object (Filedata * filedata) function

Completed in 149 milliseconds