Lines Matching refs:sh_size
427 int nent = shdr[shnum].sh_size / sizeof(Elf_Rel); in do_Elf_Rel_relocations()
553 int nent = shdr[shnum].sh_size / sizeof(Elf_Rela); in do_Elf_Rela_relocations()
845 if (debug_linker>1) fprintf(stderr, "size=%4d ", (int)shdr[i].sh_size ); in ocVerifyImage_ELF()
849 ehdrC + shdr[i].sh_offset + shdr[i].sh_size - 1); in ocVerifyImage_ELF()
893 nent = shdr[i].sh_size / sizeof(Elf_Sym); in ocVerifyImage_ELF()
897 shdr[i].sh_size % sizeof(Elf_Sym) in ocVerifyImage_ELF()
899 if (0 != shdr[i].sh_size % sizeof(Elf_Sym)) { in ocVerifyImage_ELF()
1005 if (is_bss && shdr[i].sh_size > 0) { in ocGetNames_ELF()
1009 char* zspace = calloc(1, shdr[i].sh_size); in ocGetNames_ELF()
1032 if (kind != SECTIONKIND_OTHER && shdr[i].sh_size > 0) { in ocGetNames_ELF()
1033 addProddableBlock(oc, ehdrC + shdr[i].sh_offset, shdr[i].sh_size); in ocGetNames_ELF()
1042 nent = shdr[i].sh_size / sizeof(Elf_Sym); in ocGetNames_ELF()