Searched refs:SHN_HIRESERVE (Results 1 – 8 of 8) sorted by relevance
89 #define SHN_HIRESERVE 0xffff macro
244 case SHN_HIRESERVE: in tst_nlist()
651 #define SHN_HIRESERVE 0xffff macro
417 if ((ndx >= shnum) && ((ndx < SHN_LORESERVE) || (ndx > SHN_HIRESERVE))) in elfedit_atoshndx()
276 ((shndx < SHN_LORESERVE) || (shndx > SHN_HIRESERVE)) && in elfedit_shndx_to_name()
375 #define SHN_HIRESERVE 0xffff /* Last of reserved range. */ macro
1137 (shstrndx <= SHN_HIRESERVE)) || in cmd_body()
821 * SHN_LORESERVE and SHN_HIRESERVE. in cmd_body_set_st_shndx() 823 use_xshndx = (shndx > SHN_HIRESERVE) || in cmd_body_set_st_shndx()