Home
last modified time | relevance | path

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

/external/elfutils/libebl/
Deblsectionname.c24 ebl_section_name (ebl, section, xsection, buf, len, scnnames, shnum) in ebl_section_name() argument
27 int xsection;
33 const char *res = ebl != NULL ? ebl->section_name (section, xsection,
51 int idx = section != SHN_XINDEX ? section : xsection;
65 snprintf (buf, len, "%s: %d", "XINDEX", xsection);
Dlibebl.h152 extern const char *ebl_section_name (Ebl *ebl, int section, int xsection,