OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scn2
(Results
1 - 3
of
3
) sorted by null
/external/elfutils/tests/
asm-tst2.c
58
AsmScn_t *
scn2
;
local
77
scn2
= asm_newsubscn (scn1, 1);
78
if (scn1 == NULL ||
scn2
== NULL)
98
if (asm_addstrz (
scn2
, "three", 0) != 0)
asm-tst3.c
50
AsmScn_t *
scn2
;
local
69
scn2
= asm_newsubscn (scn1, 1);
70
if (scn1 == NULL ||
scn2
== NULL)
95
if (asm_newsym (
scn2
, "three", 6, STT_OBJECT, STB_WEAK) == NULL)
100
if (asm_addstrz (
scn2
, "three", 0) != 0)
asm-tst1.c
59
AsmScn_t *
scn2
;
local
78
scn2
= asm_newscn (ctx, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE);
79
if (scn1 == NULL ||
scn2
== NULL)
Completed in 1924 milliseconds