Searched refs:xsection (Results 1 – 2 of 2) sorted by relevance
/external/elfutils/src/libebl/ |
D | eblsectionname.c | 39 ebl_section_name (ebl, section, xsection, buf, len, scnnames, shnum) in ebl_section_name() argument 42 int xsection; 48 const char *res = ebl != NULL ? ebl->section_name (section, xsection, 66 int idx = section != SHN_XINDEX ? section : xsection; 80 snprintf (buf, len, "%s: %d", "XINDEX", xsection);
|
D | libebl.h | 109 extern const char *ebl_section_name (Ebl *ebl, int section, int xsection,
|