Searched refs:text_section (Results 1 – 4 of 4) sorted by relevance
/external/google-breakpad/src/common/solaris/ |
D | file_id.cc | 98 const GElf_Shdr *text_section = NULL; in FindElfTextSection() local 117 text_section = &shdr; in FindElfTextSection() 122 if (text_section != NULL && text_section->sh_size > 0) { in FindElfTextSection() 123 *text_start = (char *)elf_base + text_section->sh_offset; in FindElfTextSection() 124 *text_size = text_section->sh_size; in FindElfTextSection() 158 const void *text_section = NULL; in ElfFileIdentifier() local 161 if (FindElfTextSection(fd, base, &text_section, &text_size)) { in ElfFileIdentifier() 164 MD5Update(&md5, (const unsigned char *)text_section, text_size); in ElfFileIdentifier()
|
/external/google-breakpad/src/common/linux/ |
D | file_id.cc | 121 void* text_section; in HashElfTextSection() local 124 (const void**)&text_section, &text_size, NULL) || in HashElfTextSection() 130 const uint8_t* ptr = reinterpret_cast<const uint8_t*>(text_section); in HashElfTextSection()
|
D | dump_symbols.cc | 322 const typename ElfClass::Shdr* text_section, in LoadDwarfCFI() argument 355 if (text_section) in LoadDwarfCFI() 356 byte_reader.SetTextBase(text_section->sh_addr); in LoadDwarfCFI() 714 const Shdr* text_section = in LoadSymbols() local 723 got_section, text_section, big_endian, module); in LoadSymbols()
|
/external/toolchain-utils/bestflags/examples/omnetpp/ |
D | build_omnetpp | 60 text_section=$(readelf -SW $outfile | grep ".text") 61 size_hex=$(echo $text_section | sed "s/\s\{1,\}/\ /g" | cut -d ' ' -f 6)
|