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

  /external/elfutils/tests/
asm-tst2.c 73 AsmScn_t *scn1; local
99 scn1 = asm_newscn (ctx, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE);
100 scn2 = asm_newsubscn (scn1, 1);
101 if (scn1 == NULL || scn2 == NULL)
109 if (asm_align (scn1, 16) != 0)
116 if (asm_addstrz (scn1, "one", 4) != 0)
126 if (asm_addstrz (scn1, "two", 4) != 0)
asm-tst3.c 65 AsmScn_t *scn1; local
91 scn1 = asm_newscn (ctx, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE);
92 scn2 = asm_newsubscn (scn1, 1);
93 if (scn1 == NULL || scn2 == NULL)
101 if (asm_align (scn1, 16) != 0)
108 if (asm_newsym (scn1, "one", 4, STT_OBJECT, STB_GLOBAL) == NULL)
113 if (asm_addstrz (scn1, "one", 4) != 0)
128 if (asm_newsym (scn1, "two", 4, STT_OBJECT, STB_LOCAL) == NULL)
133 if (asm_addstrz (scn1, "two", 4) != 0)
asm-tst1.c 74 AsmScn_t *scn1; local
100 scn1 = asm_newscn (ctx, ".text", SHT_PROGBITS, SHF_ALLOC | SHF_EXECINSTR);
102 if (scn1 == NULL || scn2 == NULL)
110 if (asm_align (scn1, 32) != 0)
  /external/elfutils/src/
elfcmp.c 196 Elf_Scn *scn1 = NULL; local
207 scn1 = elf_nextscn (elf1, scn1);
208 shdr1 = gelf_getshdr (scn1, &shdr1_mem);
212 while (scn1 != NULL
228 if (scn1 == NULL || scn2 == NULL)
272 Elf_Data *data1 = elf_getdata (scn1, NULL);
276 elf_ndxscn (scn1), fname1, elf_errmsg (-1));
322 if (elf_ndxscn (scn1) == elf_ndxscn (scn2))
325 fname1, fname2, elf_ndxscn (scn1));
    [all...]

Completed in 446 milliseconds