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