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

  /external/elfutils/0.153/libelf/
gelf_getsymshndx.c 72 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];
gelf_update_symshndx.c 72 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 133 milliseconds