HomeSort by relevance Sort by last modified time
    Searched defs:syments (Results 1 - 2 of 2) sorted by null

  /external/elfutils/0.153/libdwfl/
dwfl_module_addrsym.c 59 int syments = INTUSE(dwfl_module_getsymtab) (mod); local
60 if (syments < 0)
178 search_table (mod->first_global < 0 ? 1 : mod->first_global, syments);
libdwflP.h 174 size_t syments; /* sh_size / sh_entsize of that section. */ member in struct:Dwfl_Module

Completed in 493 milliseconds