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

  /external/elfcopy/
elfcopy.h 13 GElf_Shdr old_shdr; member in struct:shdr_info_t
elfcopy.c 193 shdr_info[shdridx].shdr.sh_offset = shdr_info[shdridx].old_shdr.sh_offset;
427 shdr_info[cnt].old_shdr.sh_link,
    [all...]
fixdwarf.c 269 s_cached_find_section_result->old_shdr.sh_addr,
270 s_cached_find_section_result->old_shdr.sh_size)) {
278 (s_shdr_info[cnt].old_shdr.sh_flags & SHF_ALLOC) &&
280 s_shdr_info[cnt].old_shdr.sh_addr,
281 s_shdr_info[cnt].old_shdr.sh_size)) {
420 long delta = shdr->shdr.sh_addr - shdr->old_shdr.sh_addr;
469 long delta = shdr->shdr.sh_addr - shdr->old_shdr.sh_addr;
503 long delta = shdr->shdr.sh_addr - shdr->old_shdr.sh_addr;
  /build/tools/soslim/
soslim.c 153 shdr_info[cnt].old_shdr = shdr_info[cnt].shdr;
154 INFO("\t\toriginal sh_link: %08d\n", shdr_info[cnt].old_shdr.sh_link);
155 INFO("\t\toriginal sh_addr: %lld\n", shdr_info[cnt].old_shdr.sh_addr);
157 shdr_info[cnt].old_shdr.sh_offset);
158 INFO("\t\toriginal sh_size: %lld\n", shdr_info[cnt].old_shdr.sh_size);
448 shdr_info[cnt].old_shdr.sh_offset,
449 shdr_info[cnt].old_shdr.sh_size,
  /build/tools/apriori/
apriori.c 203 source->shdr_info[cnt].old_shdr.sh_offset,
204 source->shdr_info[cnt].old_shdr.sh_size,
284 source->shdr_info[cnt].old_shdr = source->shdr_info[cnt].shdr;
286 source->shdr_info[cnt].old_shdr.sh_link);
288 source->shdr_info[cnt].old_shdr.sh_addr);
290 source->shdr_info[cnt].old_shdr.sh_offset);
292 source->shdr_info[cnt].old_shdr.sh_size);
    [all...]

Completed in 159 milliseconds