Home
last modified time | relevance | path

Searched refs:shndx_list (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.27/binutils/
Ddwarf.c7492 unsigned char *shndx_list; in process_cu_tu_index() local
7499 shndx_list = ppool + j * 4; in process_cu_tu_index()
7501 if (shndx_list < ppool) in process_cu_tu_index()
7513 if (shndx_list >= limit) in process_cu_tu_index()
7519 SAFE_BYTE_GET (shndx, shndx_list, 4, limit); in process_cu_tu_index()
7526 shndx_list += 4; in process_cu_tu_index()