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

  /external/elfutils/libelf/
elf_strptr.c 46 Elf_Scn *strscn; local
58 strscn = &runp->data[idx];
79 if (unlikely (strscn->shdr.e32->sh_type != SHT_STRTAB))
86 if (unlikely (offset >= strscn->shdr.e32->sh_size))
95 if (unlikely (strscn->shdr.e64->sh_type != SHT_STRTAB))
102 if (unlikely (offset >= strscn->shdr.e64->sh_size))
110 if (strscn->rawdata_base == NULL
112 && __libelf_set_rawdata (strscn) != 0)
115 result = &strscn->rawdata_base[offset];
  /external/elfutils/libasm/
asm_end.c 118 Elf_Scn *strscn; local
131 strscn = elf_newscn (ctx->out.elf);
132 strtabdata = elf_newdata (strscn);
133 shdr = gelf_getshdr (strscn, &shdr_mem);
137 strscnndx = elf_ndxscn (strscn);
144 (void) gelf_update_shdr (strscn, shdr);
  /external/elfutils/src/
ldgeneric.c 3659 Elf_Scn *strscn = NULL; local
    [all...]

Completed in 23 milliseconds