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

  /external/elfcopy/
elfcopy.c 168 size_t shdridx = shstrndx; local
172 shdridx = shnum;
179 shdr_info[shdridx] = shdr_info[shstrndx];
180 ASSERT(!strcmp(shdr_info[shdridx].name, ".shstrtab"));
181 shdr_info[shdridx].se = ebl_strtabadd (shst, ".shstrtab", 10);
182 ASSERT(shdr_info[shdridx].se != NULL);
183 shdr_info[shdridx].idx = highest_scn_num;
186 shdr_info[shdridx].shdr.sh_type = SHT_STRTAB;
187 shdr_info[shdridx].shdr.sh_flags = 0;
188 shdr_info[shdridx].shdr.sh_addr = 0
    [all...]
  /external/elfutils/src/
strip.c 1019 size_t shdridx = cnt; local
1060 for (cnt = 1; cnt <= shdridx; ++cnt)
    [all...]

Completed in 90 milliseconds