Searched refs:attribute_hidden (Results 1 – 25 of 27) sorted by relevance
12
412 attribute_hidden;418 attribute_hidden;424 extern int __libelf_fill_byte attribute_hidden;427 extern unsigned int __libelf_version attribute_hidden;432 attribute_hidden;485 extern int __elf_end_internal (Elf *__elf) attribute_hidden;487 attribute_hidden;490 extern Elf32_Ehdr *__elf32_newehdr_internal (Elf *__elf) attribute_hidden;491 extern Elf64_Ehdr *__elf64_newehdr_internal (Elf *__elf) attribute_hidden;492 extern Elf32_Phdr *__elf32_getphdr_internal (Elf *__elf) attribute_hidden;[all …]
32 #define next_prime attribute_hidden __libelf_next_prime
32 #define crc32 attribute_hidden __libelf_crc32
259 attribute_hidden;277 attribute_hidden;282 attribute_hidden;284 attribute_hidden;286 attribute_hidden;288 attribute_hidden;297 attribute_hidden;
48 extern size_t next_prime (size_t) attribute_hidden;53 #define next_prime attribute_hidden __libasm_next_prime
27 #ifndef attribute_hidden28 # define attribute_hidden macro107 extern struct expression GERMANIC_PLURAL attribute_hidden;
54 extern const char _nl_default_default_domain[] attribute_hidden;57 extern const char *_nl_current_default_domain attribute_hidden;74 __libc_rwlock_define (extern, _nl_state_lock attribute_hidden) in __libc_rwlock_define() argument
43 #ifndef attribute_hidden44 # define attribute_hidden macro
62 extern const char _nl_default_dirname_internal[] attribute_hidden;71 __libc_rwlock_define (extern, _nl_state_lock attribute_hidden) in __libc_rwlock_define() argument
290 const char _nl_default_default_domain[] attribute_hidden = "messages";293 const char *_nl_current_default_domain attribute_hidden variable388 __libc_rwlock_define_initialized (, _nl_state_lock attribute_hidden)
39 extern size_t next_prime (size_t) attribute_hidden;44 #define next_prime attribute_hidden __libdwarf_next_prime
39 extern size_t next_prime (size_t) attribute_hidden;
151 __attribute ((noreturn)) attribute_hidden
620 extern void __libdw_oom (void) __attribute ((noreturn)) attribute_hidden;
42 riscv_return_value_location_lp64d attribute_hidden;44 extern __typeof (EBLHOOK (core_note)) riscv64_core_note attribute_hidden;
42 extern __typeof (EBLHOOK (core_note)) x32_core_note attribute_hidden;
46 extern bool (*generic_debugscn_p) (const char *) attribute_hidden;
45 extern __typeof (EBLHOOK (core_note)) sparc64_core_note attribute_hidden;
73 #define attribute_hidden \ macro76 #define attribute_hidden /* empty */ macro169 extern __typeof__ (name) __##name##_internal attribute_hidden;
72 * eu-config.h: Define attribute_hidden to be empty if the compiler
32 #define crc32 attribute_hidden __libdwfl_crc32
32 #define crc32_file attribute_hidden __libdwfl_crc32_file
551 attribute_hidden;552 extern int __libdwfl_crc32_file (int fd, uint32_t *resp) attribute_hidden;
1245 __attribute__((constructor)) attribute_hidden void libdebuginfod_ctor(void) in libdebuginfod_ctor()1251 __attribute__((destructor)) attribute_hidden void libdebuginfod_dtor(void) in libdebuginfod_dtor()
1424 Use attribute_hidden and internal_function to optimize DSO code.