Searched refs:scn2 (Results 1 - 4 of 4) sorted by relevance

/external/elfutils/tests/
H A Dasm-tst2.c66 AsmScn_t *scn2; local
92 scn2 = asm_newsubscn (scn1, 1);
93 if (scn1 == NULL || scn2 == NULL)
113 if (asm_addstrz (scn2, "three", 0) != 0)
H A Dasm-tst3.c58 AsmScn_t *scn2; local
84 scn2 = asm_newsubscn (scn1, 1);
85 if (scn1 == NULL || scn2 == NULL)
110 if (asm_newsym (scn2, "three", 6, STT_OBJECT, STB_WEAK) == NULL)
115 if (asm_addstrz (scn2, "three", 0) != 0)
H A Dasm-tst1.c67 AsmScn_t *scn2; local
93 scn2 = asm_newscn (ctx, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE);
94 if (scn1 == NULL || scn2 == NULL)
/external/elfutils/src/
H A Delfcmp.c243 Elf_Scn *scn2 = NULL; local
266 scn2 = elf_nextscn (elf2, scn2);
267 shdr2 = gelf_getshdr (scn2, &shdr2_mem);
271 while (scn2 != NULL
274 if (scn1 == NULL || scn2 == NULL)
294 fname1, fname2, elf_ndxscn (scn1), elf_ndxscn (scn2));
327 Elf_Data *data2 = elf_getdata (scn2, NULL);
331 elf_ndxscn (scn2), fname2, elf_errmsg (-1));
377 if (elf_ndxscn (scn1) == elf_ndxscn (scn2))
[all...]

Completed in 385 milliseconds