Home
last modified time | relevance | path

Searched refs:SHN_LOPROC (Results 1 – 6 of 6) sorted by relevance

/external/elfutils/libebl/
Deblsectionname.c69 else if (section >= SHN_LOPROC && section <= SHN_HIPROC)
70 snprintf (buf, len, "LOPROC+%x", section - SHN_LOPROC);
/external/qemu/elff/
Delf.h252 #define SHN_LOPROC 0xff00 macro
/external/grub/stage2/
Di386-elf.h85 #define SHN_LOPROC 0xff00 macro
/external/kernel-headers/original/linux/
Delf.h263 #define SHN_LOPROC 0xff00 macro
/external/qemu/
Delf.h1048 #define SHN_LOPROC 0xff00 macro
/external/elfutils/libelf/
Delf.h297 #define SHN_LOPROC 0xff00 /* Start of processor-specific */ macro