Searched refs:LOCAL_SYM_CACHE_SIZE (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Delf-bfd.h433 #define LOCAL_SYM_CACHE_SIZE 32
437 unsigned long indx[LOCAL_SYM_CACHE_SIZE];
438 asection *sec[LOCAL_SYM_CACHE_SIZE];
432 #define LOCAL_SYM_CACHE_SIZE macro
H A Delf.c2187 unsigned int ent = r_symndx % LOCAL_SYM_CACHE_SIZE;
/haiku-buildtools/binutils/bfd/
H A Delf-bfd.h637 #define LOCAL_SYM_CACHE_SIZE 32
641 unsigned long indx[LOCAL_SYM_CACHE_SIZE];
642 Elf_Internal_Sym sym[LOCAL_SYM_CACHE_SIZE];
636 #define LOCAL_SYM_CACHE_SIZE macro
H A Delf.c2539 unsigned int ent = r_symndx % LOCAL_SYM_CACHE_SIZE;

Completed in 191 milliseconds