Home
last modified time | relevance | path

Searched defs:NUM_SHDR_ENTRIES (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf-bfd.h46 #define NUM_SHDR_ENTRIES(shdr) ((shdr)->sh_entsize > 0 ? (shdr)->sh_size / (shdr)->sh_entsize : 0) macro
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf-bfd.h46 #define NUM_SHDR_ENTRIES(shdr) ((shdr)->sh_entsize > 0 ? (shdr)->sh_size / (shdr)->sh_entsize : 0) macro