Home
last modified time | relevance | path

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

/external/elfutils/libebl/
Deblsectionname.c39 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()
Dlibebl.h122 extern const char *ebl_section_name (Ebl *ebl, int section, int xsection,