HomeSort by: relevance | last modified time | path
    Searched refs:loc_shndx (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf-eh-frame.c 1453 unsigned int *loc_shndx = elf_loc_shndx (abfd); local
1456 if (loc_shndx != NULL)
1461 if (loc_shndx[i] == shndx)
elf-bfd.h 2164 unsigned int *loc_shndx;
2320 #define elf_loc_shndx(bfd) (elf_tdata(bfd) -> loc_shndx)
2162 unsigned int *loc_shndx; member in struct:elf_obj_tdata
elflink.c 147 unsigned int *loc_shndx local
148 = bfd_alloc (abfd, cookie->locsymcount * sizeof (*loc_shndx));
149 if (loc_shndx == NULL)
151 elf_loc_shndx (abfd) = loc_shndx;
154 loc_shndx[i] = locsyms[i].st_shndx;
156 loc_shndx[i] = SHN_BAD;

Completed in 33 milliseconds