Searched defs:special_sections (Results 1 - 1 of 1) sorted by relevance

/external/elfutils/src/
H A Delflint.c3312 } special_sections[] = variable in typeref:struct:__anon6016
3355 (sizeof (special_sections) / sizeof (special_sections[0]))
3358 (special_sections[idx].namelen == sizeof string - (prefix ? 1 : 0) \
3359 && !memcmp (special_sections[idx].name, string, \
3436 if (strncmp (scnname, special_sections[s].name,
3437 special_sections[s].namelen) == 0)
3443 GElf_Word good_type = special_sections[s].type;
3459 ebl_section_type_name (ebl, special_sections[s].type,
3464 if (special_sections[
[all...]

Completed in 73 milliseconds