Home
last modified time | relevance | path

Searched refs:SHN_LOOS (Results 1 – 3 of 3) sorted by relevance

/external/elfutils/libebl/
Deblsectionname.c66 else if (section >= SHN_LOOS && section <= SHN_HIOS)
67 snprintf (buf, len, "LOOS+%x", section - SHN_LOOS);
/external/qemu/elff/
Delf.h254 #define SHN_LOOS 0xff20 macro
/external/elfutils/libelf/
Delf.h303 #define SHN_LOOS 0xff20 /* Start of OS-specific */ macro