HomeSort by relevance Sort by last modified time
    Searched refs:dynamic_count (Results 1 - 3 of 3) sorted by null

  /bionic/linker/
linker_phdr.h 119 size_t* dynamic_count,
linker_phdr.cpp 573 * dynamic_count -> number of items in table (0 on failure).
583 size_t* dynamic_count,
595 if (dynamic_count) {
596 *dynamic_count = (unsigned)(phdr->p_memsz / 8);
604 if (dynamic_count) {
605 *dynamic_count = 0;
linker.cpp 1317 size_t dynamic_count; local
    [all...]

Completed in 157 milliseconds