Home
last modified time | relevance | path

Searched refs:STT_PARISC_MILLI (Results 1 – 6 of 6) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-hppa.h171 (ELF_ST_BIND ((elf)->internal_elf_sym.st_info), STT_PARISC_MILLI)\
Dtc-hppa.c6713 STT_PARISC_MILLI);
/mirbsd/src/gnu/usr.bin/binutils/include/elf/
Dhppa.h98 #define STT_PARISC_MILLI 13 macro
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Delf64-hppa.c1040 || (h->dynindx == -1 && h->type != STT_PARISC_MILLI))
1135 || (h->dynindx == -1 && h->type != STT_PARISC_MILLI)
1505 || (dyn_h->h->dynindx == -1 && dyn_h->h->type != STT_PARISC_MILLI))
1589 if (elf->type == STT_PARISC_MILLI)
2668 if (ELF_ST_TYPE (elf_sym->st_info) == STT_PARISC_MILLI)
2669 return STT_PARISC_MILLI;
Delf32-hppa.c1191 if (hh->eh.type == STT_PARISC_MILLI) in elf32_hppa_check_relocs()
1884 && eh->type != STT_PARISC_MILLI) in allocate_plt_static()
1966 && eh->type != STT_PARISC_MILLI) in allocate_dynrelocs()
2037 && eh->type != STT_PARISC_MILLI) in allocate_dynrelocs()
2079 if (eh->type == STT_PARISC_MILLI in clobber_millicode_symbols()
2877 && hh->eh.type != STT_PARISC_MILLI)) in elf32_hppa_size_stubs()
3520 && eh->type == STT_PARISC_MILLI) in elf32_hppa_relocate_section()
4215 if (ELF_ST_TYPE (elf_sym->st_info) == STT_PARISC_MILLI) in elf32_hppa_elf_get_symbol_type()
4216 return STT_PARISC_MILLI; in elf32_hppa_elf_get_symbol_type()
/mirbsd/src/gnu/usr.bin/binutils/binutils/
Dreadelf.c6645 if (elf_header.e_machine == EM_PARISC && type == STT_PARISC_MILLI) in get_symbol_type()