Searched defs:NUM_SHDR_ENTRIES (Results 1 – 2 of 2) sorted by relevance
46 #define NUM_SHDR_ENTRIES(shdr) ((shdr)->sh_entsize > 0 ? (shdr)->sh_size / (shdr)->sh_entsize : 0) macro