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

  /external/elfutils/src/src/
strip.c 415 Elf32_Word symtab_idx; member in struct:shdr_info
636 elf_assert (shdr_info[shdr_info[cnt].shdr.sh_link].symtab_idx == 0);
637 shdr_info[shdr_info[cnt].shdr.sh_link].symtab_idx = cnt;
801 if (shdr_info[cnt].symtab_idx != 0
802 && shdr_info[shdr_info[cnt].symtab_idx].data == NULL)
806 shdr_info[shdr_info[cnt].symtab_idx].data
807 = elf_getdata (shdr_info[shdr_info[cnt].symtab_idx].scn,
809 if (shdr_info[shdr_info[cnt].symtab_idx].data == NULL)
813 = shdr_info[shdr_info[cnt].symtab_idx].data;
    [all...]
  /external/elfutils/src/tests/
run-strings-test.sh 378 testfile8: 8060 shdr_info[shdr_info[cnt].shdr.sh_link].symtab_idx == 0
447 testfile9: 38c0 shdr_info[shdr_info[cnt].shdr.sh_link].symtab_idx == 0
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 341 symtab_idx = f.uint32()
    [all...]

Completed in 1081 milliseconds