Searched refs:SHN_UNDEF (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/libelf/
H A Dlibelf_extended.c43 return (_libelf_allocate_scn(e, (size_t) SHN_UNDEF));
55 assert(scn->s_ndx == SHN_UNDEF);
85 assert(scn->s_ndx == SHN_UNDEF);
114 assert(scn->s_ndx == SHN_UNDEF);
H A Delf_scn.c156 return (SHN_UNDEF);
198 if ((scn = _libelf_allocate_scn(e, (size_t) SHN_UNDEF)) ==
H A Delf_common.h185 #define SHN_UNDEF 0 /* Undefined, missing, irrelevant. */ macro

Completed in 13 milliseconds