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

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

Completed in 39 milliseconds