Home
last modified time | relevance | path

Searched refs:xsection (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/libebl/
Deblsectionname.c60 ebl_section_name (ebl, section, xsection, buf, len, scnnames, shnum) in ebl_section_name() argument
63 int xsection;
69 const char *res = ebl != NULL ? ebl->section_name (section, xsection,
87 int idx = section != SHN_XINDEX ? section : xsection;
101 snprintf (buf, len, "%s: %d", "XINDEX", xsection);
Dlibebl.h130 extern const char *ebl_section_name (Ebl *ebl, int section, int xsection,