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

/bionic/linker/
H A Dlinker.cpp777 Elf32_Addr ext_sz = phdr_table_get_load_size(phdr_table, phdr_count); local
778 TRACE("[ %5d - '%s' wants sz=0x%08x ]\n", pid, name, ext_sz);
779 if (ext_sz == 0) {
800 ext_sz, name, strerror(errno));

Completed in 66 milliseconds