Home
last modified time | relevance | path

Searched refs:shdrnum (Results 1 - 1 of 1) sorted by relevance

/third_party/elfutils/tests/
H A Delfstrmerge.c152 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()
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()
178 new_data_buf(Elf_Data *d, const char *fname, size_t ndx, size_t shdrstrndx, size_t shdrnum) new_data_buf() argument
[all...]

Completed in 2 milliseconds