Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/bfd/
H A Delf-bfd.h36 #define NUM_SHDR_ENTRIES(shdr) ((shdr)->sh_entsize > 0 ? (shdr)->sh_size / (shdr)->sh_entsize : 0) macro
/dflybsd-src/contrib/binutils-2.27/bfd/
H A Delf-bfd.h40 #define NUM_SHDR_ENTRIES(shdr) ((shdr)->sh_entsize > 0 ? (shdr)->sh_size / (shdr)->sh_entsize : 0) macro
/dflybsd-src/contrib/binutils-2.34/bfd/
H A Delf-bfd.h40 #define NUM_SHDR_ENTRIES(shdr) ((shdr)->sh_entsize > 0 ? (shdr)->sh_size / (shdr)->sh_entsize : 0) macro