HomeSort by: relevance | last modified time | path
    Searched defs:link_section (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
readelf.c 13998 Elf_Internal_Shdr * link_section;
14012 link_section = filedata->section_headers + section->sh_link;
14015 if (link_section->sh_link >= filedata->file_header.e_shnum)
14020 symbols = get_elf_symbols (filedata, link_section, & num_syms);
14024 string_sec = filedata->section_headers + link_section->sh_link;
14054 printable_section_name (filedata, link_section));
13995 Elf_Internal_Shdr * link_section; local
readelf.c 13998 Elf_Internal_Shdr * link_section;
14012 link_section = filedata->section_headers + section->sh_link;
14015 if (link_section->sh_link >= filedata->file_header.e_shnum)
14020 symbols = get_elf_symbols (filedata, link_section, & num_syms);
14024 string_sec = filedata->section_headers + link_section->sh_link;
14054 printable_section_name (filedata, link_section));
13995 Elf_Internal_Shdr * link_section; local
readelf.c 13998 Elf_Internal_Shdr * link_section;
14012 link_section = filedata->section_headers + section->sh_link;
14015 if (link_section->sh_link >= filedata->file_header.e_shnum)
14020 symbols = get_elf_symbols (filedata, link_section, & num_syms);
14024 string_sec = filedata->section_headers + link_section->sh_link;
14054 printable_section_name (filedata, link_section));
13995 Elf_Internal_Shdr * link_section; local
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 13490 Elf_Internal_Shdr * link_section;
13504 link_section = filedata->section_headers + section->sh_link;
13507 if (link_section->sh_link >= filedata->file_header.e_shnum)
13512 symbols = get_elf_symbols (filedata, link_section, & num_syms);
13516 string_sec = filedata->section_headers + link_section->sh_link;
13546 printable_section_name (filedata, link_section));
13487 Elf_Internal_Shdr * link_section; local
readelf.c 13490 Elf_Internal_Shdr * link_section;
13504 link_section = filedata->section_headers + section->sh_link;
13507 if (link_section->sh_link >= filedata->file_header.e_shnum)
13512 symbols = get_elf_symbols (filedata, link_section, & num_syms);
13516 string_sec = filedata->section_headers + link_section->sh_link;
13546 printable_section_name (filedata, link_section));
13487 Elf_Internal_Shdr * link_section; local
readelf.c 13490 Elf_Internal_Shdr * link_section;
13504 link_section = filedata->section_headers + section->sh_link;
13507 if (link_section->sh_link >= filedata->file_header.e_shnum)
13512 symbols = get_elf_symbols (filedata, link_section, & num_syms);
13516 string_sec = filedata->section_headers + link_section->sh_link;
13546 printable_section_name (filedata, link_section));
13487 Elf_Internal_Shdr * link_section; local

Completed in 140 milliseconds