Home
last modified time | relevance | path

Searched refs:attribute_hidden (Results 1 – 20 of 20) sorted by relevance

/external/elfutils/libelf/
DlibelfP.h411 …n const xfct_t __elf_xfctstom[EV_NUM - 1][EV_NUM - 1][ELFCLASSNUM - 1][ELF_T_NUM] attribute_hidden;
412 …n const xfct_t __elf_xfctstof[EV_NUM - 1][EV_NUM - 1][ELFCLASSNUM - 1][ELF_T_NUM] attribute_hidden;
417 extern const size_t __libelf_type_sizes[EV_NUM - 1][ELFCLASSNUM - 1][ELF_T_NUM] attribute_hidden;
428 extern unsigned int __libelf_version attribute_hidden;
431 extern int __libelf_fill_byte attribute_hidden;
434 extern int __libelf_version_initialized attribute_hidden;
446 …n const uint_fast8_t __libelf_type_aligns[EV_NUM - 1][ELFCLASSNUM - 1][ELF_T_NUM] attribute_hidden;
510 extern int __elf_end_internal (Elf *__elf) attribute_hidden;
512 attribute_hidden;
515 extern Elf32_Ehdr *__elf32_newehdr_internal (Elf *__elf) attribute_hidden;
[all …]
Dlibelf_next_prime.c32 #define next_prime attribute_hidden __libelf_next_prime
Dlibelf_crc32.c32 #define crc32 attribute_hidden __libelf_crc32
/external/elfutils/libasm/
DlibasmP.h259 attribute_hidden;
277 attribute_hidden;
282 attribute_hidden;
284 attribute_hidden;
286 attribute_hidden;
288 attribute_hidden;
297 attribute_hidden;
Dsymbolhash.c48 extern size_t next_prime (size_t) attribute_hidden;
53 #define next_prime attribute_hidden __libasm_next_prime
/external/e2fsprogs/intl/
Dplural-exp.h27 #ifndef attribute_hidden
28 # define attribute_hidden macro
107 extern struct expression GERMANIC_PLURAL attribute_hidden;
Dtextdomain.c54 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
DgettextP.h43 #ifndef attribute_hidden
44 # define attribute_hidden macro
Dbindtextdom.c62 extern const char _nl_default_dirname_internal[] attribute_hidden;
71 __libc_rwlock_define (extern, _nl_state_lock attribute_hidden) in __libc_rwlock_define() argument
Ddcigettext.c290 const char _nl_default_default_domain[] attribute_hidden = "messages";
293 const char *_nl_current_default_domain attribute_hidden variable
388 __libc_rwlock_define_initialized (, _nl_state_lock attribute_hidden)
/external/elfutils/libdw/
Ddwarf_abbrev_hash.c39 extern size_t next_prime (size_t) attribute_hidden;
44 #define next_prime attribute_hidden __libdwarf_next_prime
Ddwarf_sig8_hash.c39 extern size_t next_prime (size_t) attribute_hidden;
/external/elfutils/libdwfl/
Dlibdwfl_crc32.c32 #define crc32 attribute_hidden __libdwfl_crc32
Dlibdwfl_crc32_file.c32 #define crc32_file attribute_hidden __libdwfl_crc32_file
DlibdwflP.h551 attribute_hidden;
552 extern int __libdwfl_crc32_file (int fd, uint32_t *resp) attribute_hidden;
/external/elfutils/lib/
Deu-config.h71 #define attribute_hidden \ macro
156 extern __typeof__ (name) __##name##_internal attribute_hidden;
/external/elfutils/backends/
Dx86_64_init.c42 extern __typeof (EBLHOOK (core_note)) x32_core_note attribute_hidden;
Dlibebl_CPU.h47 extern bool (*generic_debugscn_p) (const char *) attribute_hidden;
Dsparc_init.c45 extern __typeof (EBLHOOK (core_note)) sparc64_core_note attribute_hidden;
/external/elfutils/
DNEWS1133 Use attribute_hidden and internal_function to optimize DSO code.