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

/external/elfutils/0.153/libelf/
H A Dgelf_getsymshndx.c72 Elf_Data_Scn *shndxdata_scn = (Elf_Data_Scn *) shndxdata; local
80 || (likely (shndxdata_scn != NULL)
91 if (likely (shndxdata_scn != NULL))
93 if (unlikely ((ndx + 1) * sizeof (Elf32_Word) > shndxdata_scn->d.d_size))
99 shndx = ((Elf32_Word *) shndxdata_scn->d.d_buf)[ndx];
H A Dgelf_update_symshndx.c72 Elf_Data_Scn *shndxdata_scn = (Elf_Data_Scn *) shndxdata; local
100 if (shndxdata_scn != NULL)
102 if (unlikely ((ndx + 1) * sizeof (Elf32_Word) > shndxdata_scn->d.d_size))
108 shndx = &((Elf32_Word *) shndxdata_scn->d.d_buf)[ndx];

Completed in 145 milliseconds