Searched refs:shdrnum (Results 1 – 2 of 2) sorted by relevance
/third_party/elfutils/tests/ |
D | elfstrmerge.c | 152 newsecndx (size_t secndx, size_t shdrstrndx, size_t shdrnum, in newsecndx() argument 157 if (unlikely (secndx == 0 || secndx == shdrstrndx || secndx >= shdrnum)) in newsecndx() 179 size_t ndx, size_t shdrstrndx, size_t shdrnum) in new_data_buf() argument 187 newscnbufs[newsecndx (ndx, shdrstrndx, shdrnum, fname, in new_data_buf() 291 size_t shdrnum; in main() local 292 if (elf_getshdrnum (elf, &shdrnum) != 0) in main() 294 scnstrents = malloc (shdrnum * sizeof (Dwelf_Strent *)); in main() 412 size_t newstrtabndx = newsecndx (strtabndx, shdrstrndx, shdrnum, in main() 449 newshnums = shdrnum - 1; in main() 481 newshdr.sh_link = newsecndx (shdr->sh_link, shdrstrndx, shdrnum, in main() [all …]
|
D | ChangeLog | 534 ndx, shdrstrnd and shdrnum as arguments. 540 shdrnum and fname as arguments.
|