Lines Matching refs:mcld
31 namespace mcld { namespace
97 st_name = mcld::bswap32(symtab[idx].st_name); in readSymbols()
98 st_value = mcld::bswap32(symtab[idx].st_value); in readSymbols()
99 st_size = mcld::bswap32(symtab[idx].st_size); in readSymbols()
100 st_shndx = mcld::bswap16(symtab[idx].st_shndx); in readSymbols()
274 return (mcld::bswap16(hdr->e_machine) == target().getInfo().machine()); in isMyMachine()
285 type = mcld::bswap16(hdr->e_type); in fileType()
319 shoff = mcld::bswap32(ehdr->e_shoff); in readSectionHeaders()
320 shentsize = mcld::bswap16(ehdr->e_shentsize); in readSectionHeaders()
321 shnum = mcld::bswap16(ehdr->e_shnum); in readSectionHeaders()
322 shstrtab = mcld::bswap16(ehdr->e_shstrndx); in readSectionHeaders()
350 sh_size = mcld::bswap32(shdr->sh_size); in readSectionHeaders()
351 sh_link = mcld::bswap32(shdr->sh_link); in readSectionHeaders()
373 sh_offset = mcld::bswap32(shdr->sh_offset); in readSectionHeaders()
374 sh_size = mcld::bswap32(shdr->sh_size); in readSectionHeaders()
395 sh_name = mcld::bswap32(shdrTab[idx].sh_name); in readSectionHeaders()
396 sh_type = mcld::bswap32(shdrTab[idx].sh_type); in readSectionHeaders()
397 sh_flags = mcld::bswap32(shdrTab[idx].sh_flags); in readSectionHeaders()
398 sh_offset = mcld::bswap32(shdrTab[idx].sh_offset); in readSectionHeaders()
399 sh_size = mcld::bswap32(shdrTab[idx].sh_size); in readSectionHeaders()
400 sh_link = mcld::bswap32(shdrTab[idx].sh_link); in readSectionHeaders()
401 sh_info = mcld::bswap32(shdrTab[idx].sh_info); in readSectionHeaders()
402 sh_addralign = mcld::bswap32(shdrTab[idx].sh_addralign); in readSectionHeaders()
455 st_name = mcld::bswap32(entry->st_name); in readSignature()
456 st_shndx = mcld::bswap16(entry->st_shndx); in readSignature()
507 d_tag = mcld::bswap32(dynamic[idx].d_tag); in readDynamic()
508 d_val = mcld::bswap32(dynamic[idx].d_un.d_val); in readDynamic()
597 st_name = mcld::bswap32(symtab[idx].st_name); in readSymbols()
598 st_value = mcld::bswap64(symtab[idx].st_value); in readSymbols()
599 st_size = mcld::bswap64(symtab[idx].st_size); in readSymbols()
600 st_shndx = mcld::bswap16(symtab[idx].st_shndx); in readSymbols()
768 return (mcld::bswap16(hdr->e_machine) == target().getInfo().machine()); in isMyMachine()
779 type = mcld::bswap16(hdr->e_type); in fileType()
813 shoff = mcld::bswap64(ehdr->e_shoff); in readSectionHeaders()
814 shentsize = mcld::bswap16(ehdr->e_shentsize); in readSectionHeaders()
815 shnum = mcld::bswap16(ehdr->e_shnum); in readSectionHeaders()
816 shstrtab = mcld::bswap16(ehdr->e_shstrndx); in readSectionHeaders()
844 sh_size = mcld::bswap64(shdr->sh_size); in readSectionHeaders()
845 sh_link = mcld::bswap32(shdr->sh_link); in readSectionHeaders()
867 sh_offset = mcld::bswap64(shdr->sh_offset); in readSectionHeaders()
868 sh_size = mcld::bswap64(shdr->sh_size); in readSectionHeaders()
889 sh_name = mcld::bswap32(shdrTab[idx].sh_name); in readSectionHeaders()
890 sh_type = mcld::bswap32(shdrTab[idx].sh_type); in readSectionHeaders()
891 sh_flags = mcld::bswap64(shdrTab[idx].sh_flags); in readSectionHeaders()
892 sh_offset = mcld::bswap64(shdrTab[idx].sh_offset); in readSectionHeaders()
893 sh_size = mcld::bswap64(shdrTab[idx].sh_size); in readSectionHeaders()
894 sh_link = mcld::bswap32(shdrTab[idx].sh_link); in readSectionHeaders()
895 sh_info = mcld::bswap32(shdrTab[idx].sh_info); in readSectionHeaders()
896 sh_addralign = mcld::bswap64(shdrTab[idx].sh_addralign); in readSectionHeaders()
949 st_name = mcld::bswap32(entry->st_name); in readSignature()
950 st_shndx = mcld::bswap16(entry->st_shndx); in readSignature()
1001 d_tag = mcld::bswap64(dynamic[idx].d_tag); in readDynamic()
1002 d_val = mcld::bswap64(dynamic[idx].d_un.d_val); in readDynamic()