Searched refs:notice_listptr (Results 1 – 2 of 2) sorted by relevance
/external/elfutils/src/ |
D | ChangeLog | 1193 (attr_callback): Call notice_listptr for DW_AT_ranges. Handle 1349 (notice_listptr): Take attr as argument and add it to listptr. 1353 (attr_callback): Handle DW_AT_GNU_locviews. Call notice_listptr with 2259 * readelf.c (notice_listptr): Return false if offset doesn't fit 2849 (notice_listptr): Take CU as argument. 2854 (attr_callback): Pass cu not cu_base to notice_listptr. 2938 (notice_listptr): Take base argument and set it. 2942 (attr_callback): Call notice_listptr with cbargs->cu_base. 3399 (notice_listptr, skip_listptr_hole): New functions. 3401 (attr_callback): Call notice_listptr for loclistptr and rangelistptr. [all …]
|
D | readelf.c | 5083 notice_listptr (enum section_e section, struct listptr_table *table, in notice_listptr() function 7381 nlpt = notice_listptr (section_loc, &known_locsptr, in attr_callback() 7397 nlpt = notice_listptr (section_loc, &known_loclistsptr, in attr_callback() 7424 bool nlpt = notice_listptr (section_loc, &known_loclistsptr, in attr_callback() 7441 nlpt = notice_listptr (section_ranges, &known_rangelistptr, in attr_callback() 7452 nlpt = notice_listptr (section_ranges, &known_rnglistptr, in attr_callback() 7478 bool nlpt = notice_listptr (section_ranges, &known_rnglistptr, in attr_callback() 7493 bool addrbase = notice_listptr (section_addr, &known_addrbases, in attr_callback() 7508 bool stroffbase = notice_listptr (section_str, &known_stroffbases, in attr_callback()
|